MessageBotWriteAccessAllowed constructor

const MessageBotWriteAccessAllowed({
  1. WebApp? webApp,
})

The user allowed the bot to send messages

Implementation

const MessageBotWriteAccessAllowed({
  this.webApp,
});