SetMyCommands

class SetMyCommands(commands: List<BotCommand>, scope: BotCommandScope, languageCode: String?) : MyCommandsRequest<Boolean>

Functions

method
Link copied to clipboard
common
open override fun method(): String

Properties

commands
Link copied to clipboard
common
val commands: List<BotCommand>
languageCode
Link copied to clipboard
common
open override val languageCode: String? = null
requestSerializer
Link copied to clipboard
common
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
common
open override val resultDeserializer: DeserializationStrategy<Boolean>
scope
Link copied to clipboard
common
open override val scope: BotCommandScope