ShareChatWithBot class

Inheritance

Constructors

ShareChatWithBot({required int chatId, required int messageId, required int buttonId, required int sharedChatId, required bool onlyCheck})
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot
const

Properties

buttonId int
buttonId Identifier of the button
final
chatId int
chatId Identifier of the chat with the bot
final
hashCode int
The hash code for this object.
no setterinherited
messageId int
messageId Identifier of the message with the button
final
onlyCheck bool
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
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedChatId int
sharedChatId Identifier of the shared chat
final

Methods

copyWith({int? chatId, int? messageId, int? buttonId, int? sharedChatId, bool? onlyCheck}) ShareChatWithBot
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String