Class TdApi.ShareChatWithBot

Enclosing class:
TdApi

public static class TdApi.ShareChatWithBot extends TdApi.Function<TdApi.Ok>
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.

Returns Ok

  • Field Details

    • source

      Source of the button.
    • buttonId

      public int buttonId
      Identifier of the button.
    • sharedChatId

      public long sharedChatId
      Identifier of the shared chat.
    • onlyCheck

      public boolean onlyCheck
      Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check botIsMember and botAdministratorRights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights.
    • CONSTRUCTOR

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

    • ShareChatWithBot

      public ShareChatWithBot()
      Default constructor for a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.

      Returns Ok

    • ShareChatWithBot

      public ShareChatWithBot(TdApi.KeyboardButtonSource source, int buttonId, long sharedChatId, boolean onlyCheck)
      Creates a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.

      Returns Ok

      Parameters:
      source - Source of the button.
      buttonId - Identifier of the button.
      sharedChatId - Identifier of the shared chat.
      onlyCheck - Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check botIsMember and botAdministratorRights restrictions. If the bot must be a member, then all chats from getGroupsInCommon and all chats, where the user can add the bot, are suitable. In the latter case the bot will be automatically added to the chat. If the bot must be an administrator, then all chats, where the bot already has requested rights or can be added to administrators by the user, are suitable. In the latter case the bot will be automatically granted requested rights.
  • 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.Function<TdApi.Ok>
      Returns:
      this.CONSTRUCTOR