Package dev. inmo. tgbotapi. extensions. api. bot
Functions
Link copied to clipboard
suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.clearMyDefaultAdministratorRightsForChannels(): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups(): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean
Content copied to clipboard
suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode? = null): List<BotCommand>
Content copied to clipboard
suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List<BotCommand>
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.getMyDefaultAdministratorRights(forChannels: Boolean? = null): AdministratorChatMemberImpl
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.getMyDefaultAdministratorRightsForChannels(): AdministratorChatMemberImpl
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.getMyDefaultAdministratorRightsForGroupsAndSupergroups(): AdministratorChatMemberImpl
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyCommands( vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean
Content copied to clipboard
suspend fun TelegramBot.setMyCommands( vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
Content copied to clipboard
suspend fun TelegramBot.setMyCommands( commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean
Content copied to clipboard
suspend fun TelegramBot.setMyCommands( commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyDefaultAdministratorRightsForChannels(rights: ChatAdministratorRightsImpl): Boolean
Content copied to clipboard
Link copied to clipboard
suspend fun TelegramBot.setMyDefaultAdministratorRightsForGroupsAndSupergroups(rights: ChatAdministratorRightsImpl): Boolean
Content copied to clipboard