1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-10-03 07:56:08 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.md

23 lines
1.7 KiB
Markdown
Raw Normal View History

//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.bot](../index.md)/[GetMyCommands](index.md)
# GetMyCommands
[common] object [GetMyCommands](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)>>
## Functions
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/method/#/PointingToDeclaration/"></a>[common] <br>Content <br>open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) <br><br><br>|
## Properties
| Name | Summary |
|---|---|
| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/requestSerializer/#/PointingToDeclaration/"></a>[requestSerializer](request-serializer.md)| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/requestSerializer/#/PointingToDeclaration/"></a> [common] open override val [requestSerializer](request-serializer.md): <*> <br>|
| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](result-deserializer.md)| <a name="dev.inmo.tgbotapi.requests.bot/GetMyCommands/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](result-deserializer.md): <[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[BotCommand](../../dev.inmo.tgbotapi.types/-bot-command/index.md)>> <br>|