SetMyCommands

class SetMyCommands(commands: List<BotCommand>) : SimpleRequest<Boolean>

Functions

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

Properties

commands
Link copied to clipboard
common
val commands: List<BotCommand>
requestSerializer
Link copied to clipboard
common
open override val requestSerializer: SerializationStrategy<*>
resultDeserializer
Link copied to clipboard
common
open override val resultDeserializer: DeserializationStrategy<Boolean>