botCommandScopeChat property
A scope covering all members of a chat
Implementation
BotCommandScopeChat? get botCommandScopeChat {
if (this is BotCommandScopeChat) {
return this as BotCommandScopeChat;
}
return null;
}
A scope covering all members of a chat
BotCommandScopeChat? get botCommandScopeChat {
if (this is BotCommandScopeChat) {
return this as BotCommandScopeChat;
}
return null;
}