Module tdlight.api

Class TdApi.KeyboardButtonTypeRequestChat

Enclosing class:
TdApi

public static final class TdApi.KeyboardButtonTypeRequestChat extends TdApi.KeyboardButtonType
A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request.
  • Field Details

    • id

      public int id
      Unique button identifier.
    • chatIsChannel

      public boolean chatIsChannel
      True, if the chat must be a channel; otherwise, a basic group or a supergroup chat is shared.
    • restrictChatIsForum

      public boolean restrictChatIsForum
      True, if the chat must or must not be a forum supergroup.
    • chatIsForum

      public boolean chatIsForum
      True, if the chat must be a forum supergroup; otherwise, the chat must not be a forum supergroup. Ignored if restrictChatIsForum is false.
    • restrictChatHasUsername

      public boolean restrictChatHasUsername
      True, if the chat must or must not have a username.
    • chatHasUsername

      public boolean chatHasUsername
      True, if the chat must have a username; otherwise, the chat must not have a username. Ignored if restrictChatHasUsername is false.
    • chatIsCreated

      public boolean chatIsCreated
      True, if the chat must be created by the current user.
    • userAdministratorRights

      public TdApi.ChatAdministratorRights userAdministratorRights
      Expected user administrator rights in the chat; may be null if they aren't restricted.
    • botAdministratorRights

      public TdApi.ChatAdministratorRights botAdministratorRights
      Expected bot administrator rights in the chat; may be null if they aren't restricted.
    • botIsMember

      public boolean botIsMember
      True, if the bot must be a member of the chat; for basic group and supergroup chats only.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • KeyboardButtonTypeRequestChat

      public KeyboardButtonTypeRequestChat()
      A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request.
    • KeyboardButtonTypeRequestChat

      public KeyboardButtonTypeRequestChat(int id, boolean chatIsChannel, boolean restrictChatIsForum, boolean chatIsForum, boolean restrictChatHasUsername, boolean chatHasUsername, boolean chatIsCreated, TdApi.ChatAdministratorRights userAdministratorRights, TdApi.ChatAdministratorRights botAdministratorRights, boolean botIsMember)
      A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request.
      Parameters:
      id - Unique button identifier.
      chatIsChannel - True, if the chat must be a channel; otherwise, a basic group or a supergroup chat is shared.
      restrictChatIsForum - True, if the chat must or must not be a forum supergroup.
      chatIsForum - True, if the chat must be a forum supergroup; otherwise, the chat must not be a forum supergroup. Ignored if restrictChatIsForum is false.
      restrictChatHasUsername - True, if the chat must or must not have a username.
      chatHasUsername - True, if the chat must have a username; otherwise, the chat must not have a username. Ignored if restrictChatHasUsername is false.
      chatIsCreated - True, if the chat must be created by the current user.
      userAdministratorRights - Expected user administrator rights in the chat; may be null if they aren't restricted.
      botAdministratorRights - Expected bot administrator rights in the chat; may be null if they aren't restricted.
      botIsMember - True, if the bot must be a member of the chat; for basic group and supergroup chats only.
    • KeyboardButtonTypeRequestChat

      public KeyboardButtonTypeRequestChat(DataInput input) throws IOException
      A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object