ShareChatWithBot constructor
const
ShareChatWithBot({})
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot
Implementation
const ShareChatWithBot({
required this.chatId,
required this.messageId,
required this.buttonId,
required this.sharedChatId,
required this.onlyCheck,
});