//[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 |
|---|---|
| [method](method.md)| [common]
Content
open override fun [method](method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
|
## Properties
| Name | Summary |
|---|---|
| [commands](commands.md)| [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)>
|
| [requestSerializer](request-serializer.md)| [common] open override val [requestSerializer](request-serializer.md): <*>
|
| [resultDeserializer](result-deserializer.md)| [common] open override val [resultDeserializer](result-deserializer.md): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
|