export declare enum BOT_COMMAND_SCOPE { botCommandScopeDefault = "botCommandScopeDefault", botCommandScopeAllPrivateChats = "botCommandScopeAllPrivateChats", botCommandScopeAllGroupChats = "botCommandScopeAllGroupChats", botCommandScopeAllChatAdministrators = "botCommandScopeAllChatAdministrators", botCommandScopeChat = "botCommandScopeChat", botCommandScopeChatAdministrators = "botCommandScopeChatAdministrators", botCommandScopeChatMember = "botCommandScopeChatMember" }