public static class TdApi.ShareChatWithBot extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
int |
buttonId
Identifier of the button.
|
long |
chatId
Identifier of the chat with the bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message with the button.
|
boolean |
onlyCheck
Pass true to check that the chat can be shared by the button instead of actually sharing it.
|
long |
sharedChatId
Identifier of the shared chat.
|
| Constructor and Description |
|---|
ShareChatWithBot()
Default constructor for a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
|
ShareChatWithBot(long chatId,
long messageId,
int buttonId,
long sharedChatId,
boolean onlyCheck)
Creates a function, which shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public int buttonId
public long sharedChatId
public boolean onlyCheck
public static final int CONSTRUCTOR
public ShareChatWithBot()
Returns Ok
public ShareChatWithBot(long chatId,
long messageId,
int buttonId,
long sharedChatId,
boolean onlyCheck)
Returns Ok
chatId - Identifier of the chat with the bot.messageId - Identifier of the message with 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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object