|
AsyncTelegram2
|
#include <DataStructures.h>

Public Attributes | |
| MessageType | messageType |
| bool | isHTMLenabled = true |
| bool | isMarkdownEnabled = false |
| bool | disable_notification = false |
| bool | force_reply = false |
| int32_t | date |
| int32_t | chatInstance |
| int64_t | chatId |
| int32_t | messageID |
| TBUser | sender |
| TBUser | member |
| TBLocation | location |
| TBContact | contact |
| TBDocument | document |
| int64_t | callbackQueryID |
| String | callbackQueryData |
| String | text |
Definition at line 51 of file DataStructures.h.
| String TBMessage::callbackQueryData |
Definition at line 67 of file DataStructures.h.
| int64_t TBMessage::callbackQueryID |
Definition at line 66 of file DataStructures.h.
| int64_t TBMessage::chatId |
Definition at line 59 of file DataStructures.h.
| int32_t TBMessage::chatInstance |
Definition at line 58 of file DataStructures.h.
| TBContact TBMessage::contact |
Definition at line 64 of file DataStructures.h.
| int32_t TBMessage::date |
Definition at line 57 of file DataStructures.h.
| bool TBMessage::disable_notification = false |
Definition at line 55 of file DataStructures.h.
| TBDocument TBMessage::document |
Definition at line 65 of file DataStructures.h.
| bool TBMessage::force_reply = false |
Definition at line 56 of file DataStructures.h.
| bool TBMessage::isHTMLenabled = true |
Definition at line 53 of file DataStructures.h.
| bool TBMessage::isMarkdownEnabled = false |
Definition at line 54 of file DataStructures.h.
| TBLocation TBMessage::location |
Definition at line 63 of file DataStructures.h.
| TBUser TBMessage::member |
Definition at line 62 of file DataStructures.h.
| int32_t TBMessage::messageID |
Definition at line 60 of file DataStructures.h.
| MessageType TBMessage::messageType |
Definition at line 52 of file DataStructures.h.
| TBUser TBMessage::sender |
Definition at line 61 of file DataStructures.h.
| String TBMessage::text |
Definition at line 68 of file DataStructures.h.