Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_bot_command Struct Reference

This object represents a bot command. More...

#include <telebot-types.h>

Public Attributes

char * command
 
char * description
 

Detailed Description

This object represents a bot command.

Member Data Documentation

◆ command

char* telebot_bot_command::command

Text of the command, 1-32 characters. Can contain only lowercase English letters, digits and underscores.

◆ description

char* telebot_bot_command::description

Description of the command, 3-256 characters.


The documentation for this struct was generated from the following file: