messageChatShared property
The current user shared a chat, which was requested by the bot
Implementation
MessageChatShared? get messageChatShared {
if (this is MessageChatShared) {
return this as MessageChatShared;
}
return null;
}
The current user shared a chat, which was requested by the bot
MessageChatShared? get messageChatShared {
if (this is MessageChatShared) {
return this as MessageChatShared;
}
return null;
}