ShareChatWithBot class final

ShareChatWithBot (shareChatWithBot) - TDLib function

Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot.

  • 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 bot_is_member and bot_administrator_rights 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.

Ok is returned on completion.

Inheritance

Constructors

ShareChatWithBot({required int chatId, required int messageId, required int buttonId, required int sharedChatId, required bool onlyCheck})
ShareChatWithBot (shareChatWithBot) - TDLib function
const

Properties

buttonId int
Identifier of the button
final
chatId int
Identifier of the chat with the bot
final
currentObjectId String
TDLib object type for current class instance
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
messageId int
Identifier of the message with the button
final
onlyCheck bool
Pass true to check that the chat can be shared by the button instead of actually sharing it. Doesn't check bot_is_member and bot_administrator_rights 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
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedChatId int
Identifier of the shared chat
final

Methods

copyWith({int? chatId, int? messageId, int? buttonId, int? sharedChatId, bool? onlyCheck}) ShareChatWithBot
Copy model with modified properties.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
Convert model to TDLib JSON format
override
toString() String
Convert model to TDLib JSON format, encoded into String.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultObjectId → const String
TDLib object type