SetMyCommands

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

Constructors

Link copied to clipboard
fun SetMyCommands(commands: List<BotCommand>, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)

Functions

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

Properties

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