Module tdlight.api

Class TdApi.DisableAllSupergroupUsernames

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.Ok>
it.tdlight.jni.TdApi.DisableAllSupergroupUsernames
Enclosing class:
TdApi

public static final class TdApi.DisableAllSupergroupUsernames extends TdApi.Function<TdApi.Ok>
Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Returns Ok
  • Field Details

    • supergroupId

      public long supergroupId
      Identifier of the supergroup or channel.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DisableAllSupergroupUsernames

      public DisableAllSupergroupUsernames()
      Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Returns Ok
    • DisableAllSupergroupUsernames

      public DisableAllSupergroupUsernames(long supergroupId)
      Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Returns Ok
      Parameters:
      supergroupId - long Identifier of the supergroup or channel.
    • DisableAllSupergroupUsernames

      public DisableAllSupergroupUsernames(DataInput input) throws IOException
      Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel. Returns Ok
      Throws:
      IOException
  • Method Details