1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-17 22:03:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.bot/index.md
2021-03-17 15:18:37 +00:00

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>