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