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

16 lines
1.7 KiB
Markdown

//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.bot](index.md)
# Package dev.inmo.tgbotapi.requests.bot
## Types
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.bot/GetMe///PointingToDeclaration/"></a>[GetMe](-get-me/index.md)| <a name="dev.inmo.tgbotapi.requests.bot/GetMe///PointingToDeclaration/"></a>[common] <br>Content <br>object [GetMe](-get-me/index.md) : [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[ExtendedBot](../dev.inmo.tgbotapi.types/-extended-bot/index.md)> <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands///PointingToDeclaration/"></a>[GetMyCommands](-get-my-commands/index.md)| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands///PointingToDeclaration/"></a>[common] <br>Content <br>object [GetMyCommands](-get-my-commands/index.md) : [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[BotCommand](../dev.inmo.tgbotapi.types/-bot-command/index.md)>> <br><br><br>|
| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands///PointingToDeclaration/"></a>[SetMyCommands](-set-my-commands/index.md)| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands///PointingToDeclaration/"></a>[common] <br>Content <br>class [SetMyCommands](-set-my-commands/index.md)(**commands**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[BotCommand](../dev.inmo.tgbotapi.types/-bot-command/index.md)>) : [SimpleRequest](../dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.md)<[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)> <br><br><br>|