ShareChatWithBot constructor

const ShareChatWithBot({
  1. required int chatId,
  2. required int messageId,
  3. required int buttonId,
  4. required int sharedChatId,
  5. required bool onlyCheck,
})

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,
});