BotCommandScopeExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult allChatAdministrators(BotCommandScopeAllChatAdministrators value), required TResult allGroupChats(BotCommandScopeAllGroupChats value), required TResult allPrivateChats(BotCommandScopeAllPrivateChats value), required TResult chat(BotCommandScopeChat value), required TResult chatAdministrators(BotCommandScopeChatAdministrators value), required TResult chatMember(BotCommandScopeChatMember value), required TResult $default(BotCommandScopeDefault value)}) → TResult -
Available on BotCommandScope, provided by the BotCommandScopeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult allChatAdministrators(BotCommandScopeAllChatAdministrators value)?, TResult allGroupChats(BotCommandScopeAllGroupChats value)?, TResult allPrivateChats(BotCommandScopeAllPrivateChats value)?, TResult chat(BotCommandScopeChat value)?, TResult chatAdministrators(BotCommandScopeChatAdministrators value)?, TResult chatMember(BotCommandScopeChatMember value)?, TResult $default(BotCommandScopeDefault value)?, required TResult orElse()}) → TResult -
Available on BotCommandScope, provided by the BotCommandScopeExtensions extension