Package dev.inmo.tgbotapi.requests.bot

Types

DeleteMyCommands
Link copied to clipboard
common
data class DeleteMyCommands(scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<Boolean>
GetMe
Link copied to clipboard
common
object GetMe : SimpleRequest<ExtendedBot>
GetMyCommands
Link copied to clipboard
common
data class GetMyCommands(scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<List<BotCommand>>
MyCommandsRequest
Link copied to clipboard
common
interface MyCommandsRequest<T : Any> : SimpleRequest<T> , WithOptionalLanguageCode
SetMyCommands
Link copied to clipboard
common
class SetMyCommands(commands: List<BotCommand>, scope: BotCommandScope, ietfLanguageCode: IetfLanguageCode?) : MyCommandsRequest<Boolean>