Package dev. inmo. tgbotapi. requests. bot
Types
DeleteMyCommands
Link copied to clipboard
data class DeleteMyCommands(scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<Boolean>
Content copied to clipboard
GetMe
Link copied to clipboard
GetMyCommands
Link copied to clipboard
data class GetMyCommands(scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<List<BotCommand>>
Content copied to clipboard
MyCommandsRequest
Link copied to clipboard
interface MyCommandsRequest<T : Any> : SimpleRequest<T> , WithOptionalLanguageCode
Content copied to clipboard
SetMyCommands
Link copied to clipboard
class SetMyCommands(commands: List<BotCommand>, scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<Boolean>
Content copied to clipboard