mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-12-02 15:00:06 +00:00
24 lines
2.1 KiB
Markdown
24 lines
2.1 KiB
Markdown
//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.bot](../index.md)/[SetMyCommands](index.md)
|
|
|
|
|
|
|
|
# SetMyCommands
|
|
[common] class [SetMyCommands](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)>
|
|
|
|
|
|
## Functions
|
|
|
|
| Name | Summary |
|
|
|---|---|
|
|
| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/method/#/PointingToDeclaration/"></a>[method](method.md)| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/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/SetMyCommands/commands/#/PointingToDeclaration/"></a>[commands](commands.md)| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/commands/#/PointingToDeclaration/"></a> [common] val [commands](commands.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[BotCommand](../../dev.inmo.tgbotapi.types/-bot-command/index.md)> <br>|
|
|
| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/requestSerializer/#/PointingToDeclaration/"></a>[requestSerializer](request-serializer.md)| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/requestSerializer/#/PointingToDeclaration/"></a> [common] open override val [requestSerializer](request-serializer.md): <*> <br>|
|
|
| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/resultDeserializer/#/PointingToDeclaration/"></a>[resultDeserializer](result-deserializer.md)| <a name="dev.inmo.tgbotapi.requests.bot/SetMyCommands/resultDeserializer/#/PointingToDeclaration/"></a> [common] open override val [resultDeserializer](result-deserializer.md): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)> <br>|
|
|
|