|
Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
Classes | |
| class | Audio |
| Audio message sent by a user. More... | |
| class | CallbackQuery |
| Data from an inline keyboard button pressed. More... | |
| class | Chat |
| Chat object. More... | |
| class | ChosenInlineResult |
| A inline query choosed by the user. More... | |
| class | Contact |
| Contact send by a user. More... | |
| class | Document |
| A document send by a user. More... | |
| class | Emoji |
| Contains static emoji. More... | |
| class | InlineQuery |
| Incoming inline query. More... | |
| class | KeyboardButton |
| Class for creating Inline keyboard json_button. More... | |
| class | Location |
| A location send by a user. More... | |
| class | Message |
| A message send by user. More... | |
| class | MessageEntity |
| Entity in the message. More... | |
| class | PhotoSize |
| A photo or thumbnail. More... | |
| class | Sticker |
| A sticker. More... | |
| class | User |
| User object. More... | |
| class | Venue |
| This object represents a venue. More... | |
| class | Video |
| A video sent by user. More... | |
| class | Voice |
Enumerations | |
| enum | EChat : short { Private = 0, Group = 1, Supergroup = 2, Channel = 3 } |
| Type of the chat. More... | |
| enum | EMessageEntity : short { mention = 0, hashtag = 1, bot_command = 2, url = 3, email = 4, bold = 5, italic = 6, code = 7, pre = 8, text_link = 9, text_mention = 10 } |
| Type of the entity. More... | |
| enum | EParseMode : short { None = 0, HTML = 1, Markdown = 2 } |
| Formattation options. More... | |
| enum | EButton : short { URL = 0, CallbackData = 1, SwitchInlineQuery = 2, SwitchInlineQueryCurrentChat = 3, CallbackGame = 4 } |
| Type of the inlineKeyboardButton to add in the reply markup. More... | |
| enum | EServiceMessage : short { none, delete_chat_photo, group_chat_created, supergroup_chat_created, channel_chat_created } |
| Service message received. More... | |
| enum EButton : short |
Type of the inlineKeyboardButton to add in the reply markup.
(https://core.telegram.org/bots/api#inlinekeyboardbutton)
| enum EChat : short |
| enum EMessageEntity : short |
Type of the entity.
(https://core.telegram.org/bots/api#messageentity)
| enum EParseMode : short |
Formattation options.
(https://core.telegram.org/bots/api#formatting-options)
| Enumerator | |
|---|---|
| None | No formattation |
| HTML | Formattation using html tags () |
| Markdown | Formattation using markdown (*_) |
| enum EServiceMessage : short |
Service message received.
1.8.13