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