mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-17 22:03:48 +00:00
1.7 KiB
1.7 KiB
//docs/dev.inmo.tgbotapi.requests.bot
Package dev.inmo.tgbotapi.requests.bot
Types
Name | Summary |
---|---|
GetMe | [common] Content object GetMe : SimpleRequest<ExtendedBot> |
GetMyCommands | [common] Content object GetMyCommands : SimpleRequest<List<BotCommand>> |
SetMyCommands | [common] Content class SetMyCommands(commands: List<BotCommand>) : SimpleRequest<Boolean> |