Package dev.inmo.tgbotapi.requests.bot

Types

GetMe
Link copied to clipboard
common
object GetMe : SimpleRequest<ExtendedBot>
GetMyCommands
Link copied to clipboard
common
object GetMyCommands : SimpleRequest<List<BotCommand>>
SetMyCommands
Link copied to clipboard
common
class SetMyCommands(commands: List<BotCommand>) : SimpleRequest<Boolean>