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