GetMyCommands

object GetMyCommands : SimpleRequest<List<BotCommand>>

Functions

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

Properties

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