GetMyCommands

data class GetMyCommands(scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<List<BotCommand>>

Constructors

GetMyCommands
Link copied to clipboard
common
fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)

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

ietfLanguageCode
Link copied to clipboard
common
open override val ietfLanguageCode: IetfLanguageCode? = null
languageCode
Link copied to clipboard
common
open val languageCode: String?
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