Package-level declarations

Functions

Link copied to clipboard
suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null)
Link copied to clipboard
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?)
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null)
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang? = null): List<BotCommand>
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List<BotCommand>
Link copied to clipboard
suspend fun TelegramBot.getMyDescription(languageCode: IetfLang? = null): BotDescription
suspend fun TelegramBot.getMyDescription(languageCode: String?): BotDescription
Link copied to clipboard
suspend fun TelegramBot.getMyName(languageCode: IetfLang? = null): BotName
suspend fun TelegramBot.getMyName(languageCode: String?): BotName
Link copied to clipboard
suspend fun TelegramBot.getMyShortDescription(languageCode: IetfLang? = null): BotShortDescription
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyCommands(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?)
suspend fun TelegramBot.setMyCommands(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null)
suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLang?)
suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null)
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyDescription(description: String? = null, languageCode: IetfLang? = null)
suspend fun TelegramBot.setMyDescription(description: String?, languageCode: String?)
Link copied to clipboard
suspend fun TelegramBot.setMyName(name: String? = null, languageCode: IetfLang? = null)
suspend fun TelegramBot.setMyName(name: String?, languageCode: String?)
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyShortDescription(shortDescription: String? = null, languageCode: IetfLang? = null)
suspend fun TelegramBot.setMyShortDescription(shortDescription: String?, languageCode: String?)