Get My Commands
data class GetMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest<List<BotCommand>>
Content copied to clipboard
Constructors
Link copied to clipboard
fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)
Content copied to clipboard
Link copied to clipboard
fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)
Content copied to clipboard
Types
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<List<BotCommand>>
Content copied to clipboard