GetMyCommands

data class GetMyCommands(scope: BotCommandScope, languageCode: String?) : MyCommandsRequest<List<BotCommand>>

Types

Companion
Link copied to clipboard
common
object Companion : MyCommandsRequest<List<BotCommand>>

Functions

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

Properties

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<List<BotCommand>>
scope
Link copied to clipboard
common
open override val scope: BotCommandScope