messageBotWriteAccessAllowed property
The user allowed the bot to send messages
Implementation
MessageBotWriteAccessAllowed? get messageBotWriteAccessAllowed {
if (this is MessageBotWriteAccessAllowed) {
return this as MessageBotWriteAccessAllowed;
}
return null;
}