From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- ...ss_tg_bot_1_1_chosen_inline_result-members.html | 106 --- docs/d6/dce/class_tg_bot_1_1_message.html | 799 --------------------- docs/d6/dce/class_tg_bot_1_1_message.js | 38 - 3 files changed, 943 deletions(-) delete mode 100644 docs/d6/dce/class_tg_bot_1_1_chosen_inline_result-members.html delete mode 100644 docs/d6/dce/class_tg_bot_1_1_message.html delete mode 100644 docs/d6/dce/class_tg_bot_1_1_message.js (limited to 'docs/d6/dce') diff --git a/docs/d6/dce/class_tg_bot_1_1_chosen_inline_result-members.html b/docs/d6/dce/class_tg_bot_1_1_chosen_inline_result-members.html deleted file mode 100644 index b4f90c0..0000000 --- a/docs/d6/dce/class_tg_bot_1_1_chosen_inline_result-members.html +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - -tgbot-cpp: Member List - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
-
-
TgBot::ChosenInlineResult Member List
-
- -
- - - - diff --git a/docs/d6/dce/class_tg_bot_1_1_message.html b/docs/d6/dce/class_tg_bot_1_1_message.html deleted file mode 100644 index 01f537d..0000000 --- a/docs/d6/dce/class_tg_bot_1_1_message.html +++ /dev/null @@ -1,799 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::Message Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::Message Class Reference
-
-
- -

#include <Message.h>

- - - - -

-Public Types

typedef std::shared_ptr< MessagePtr
 
- - - -

-Public Member Functions

 Message ()
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

int32_t messageId
 
User::Ptr from
 
int32_t date
 
Chat::Ptr chat
 
User::Ptr forwardFrom
 
Chat::Ptr forwardFromChat
 
int32_t forwardFromMessageId
 
int32_t forwardDate
 
Message::Ptr replyToMessage
 
int32_t editDate
 
std::string text
 
std::vector< MessageEntity::Ptrentities
 
Audio::Ptr audio
 
Document::Ptr document
 
std::vector< PhotoSize::Ptrphoto
 
Sticker::Ptr sticker
 
Video::Ptr video
 
Voice::Ptr voice
 
std::string caption
 
Contact::Ptr contact
 
Location::Ptr location
 
Venue::Ptr venue
 
User::Ptr newChatMember
 
User::Ptr leftChatMember
 
std::string newChatTitle
 
std::vector< PhotoSize::PtrnewChatPhoto
 
bool deleteChatPhoto
 
bool groupChatCreated
 
bool supergroupChatCreated
 
bool channelChatCreated
 
int64_t migrateToChatId
 
int64_t migrateFromChatId
 
Message::Ptr pinnedMessage
 
-

Detailed Description

-

This object represents a message.

- -

Definition at line 50 of file Message.h.

-

Member Typedef Documentation

- -

◆ Ptr

- -
-
- - - - -
typedef std::shared_ptr<Message> TgBot::Message::Ptr
-
- -

Definition at line 52 of file Message.h.

- -
-
-

Constructor & Destructor Documentation

- -

◆ Message()

- -
-
- - - - - -
- - - - - - - -
TgBot::Message::Message ()
-
-inline
-
- -

Definition at line 54 of file Message.h.

- -
-
-

Member Data Documentation

- -

◆ audio

- -
-
- - - - -
Audio::Ptr TgBot::Message::audio
-
-

Optional. Message is an audio file, information about the file.

- -

Definition at line 126 of file Message.h.

- -
-
- -

◆ caption

- -
-
- - - - -
std::string TgBot::Message::caption
-
-

Optional. Caption for the document, photo or video, 0-200 characters.

- -

Definition at line 156 of file Message.h.

- -
-
- -

◆ channelChatCreated

- -
-
- - - - -
bool TgBot::Message::channelChatCreated
-
-

Optional. Service message: the channel has been created.

- -

Definition at line 211 of file Message.h.

- -
-
- -

◆ chat

- -
-
- - - - -
Chat::Ptr TgBot::Message::chat
-
-

Conversation the message belongs to.

- -

Definition at line 81 of file Message.h.

- -
-
- -

◆ contact

- -
-
- - - - -
Contact::Ptr TgBot::Message::contact
-
-

Optional. Message is a shared contact, information about the contact.

- -

Definition at line 161 of file Message.h.

- -
-
- -

◆ date

- -
-
- - - - -
int32_t TgBot::Message::date
-
-

Date the message was sent in Unix time.

- -

Definition at line 76 of file Message.h.

- -
-
- -

◆ deleteChatPhoto

- -
-
- - - - -
bool TgBot::Message::deleteChatPhoto
-
-

Optional. Informs that the group photo was deleted.

- -

Definition at line 196 of file Message.h.

- -
-
- -

◆ document

- -
-
- - - - -
Document::Ptr TgBot::Message::document
-
-

Optional. Message is a general file, information about the file.

- -

Definition at line 131 of file Message.h.

- -
-
- -

◆ editDate

- -
-
- - - - -
int32_t TgBot::Message::editDate
-
-

Optional. Date the message was last edited in Unix time

- -

Definition at line 111 of file Message.h.

- -
-
- -

◆ entities

- -
-
- - - - -
std::vector<MessageEntity::Ptr> TgBot::Message::entities
-
-

Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text.

- -

Definition at line 121 of file Message.h.

- -
-
- -

◆ forwardDate

- -
-
- - - - -
int32_t TgBot::Message::forwardDate
-
-

Optional. For forwarded messages, date the original message was sent in Unix time.

- -

Definition at line 101 of file Message.h.

- -
-
- -

◆ forwardFrom

- -
-
- - - - -
User::Ptr TgBot::Message::forwardFrom
-
-

Optional. For forwarded messages, sender of the original message.

- -

Definition at line 86 of file Message.h.

- -
-
- -

◆ forwardFromChat

- -
-
- - - - -
Chat::Ptr TgBot::Message::forwardFromChat
-
-

Optional. For messages forwarded from a channel, information about the original channel

- -

Definition at line 91 of file Message.h.

- -
-
- -

◆ forwardFromMessageId

- -
-
- - - - -
int32_t TgBot::Message::forwardFromMessageId
-
-

Optional. For forwarded channel posts, identifier of the original message in the channel

- -

Definition at line 96 of file Message.h.

- -
-
- -

◆ from

- -
-
- - - - -
User::Ptr TgBot::Message::from
-
-

Optional. Sender, can be empty for messages sent to channels.

- -

Definition at line 71 of file Message.h.

- -
-
- -

◆ groupChatCreated

- -
-
- - - - -
bool TgBot::Message::groupChatCreated
-
-

Optional. Informs that the group has been created.

- -

Definition at line 201 of file Message.h.

- -
-
- -

◆ leftChatMember

- -
-
- - - - -
User::Ptr TgBot::Message::leftChatMember
-
-

Optional. A member was removed from the group, information about them (this member may be bot itself).

- -

Definition at line 181 of file Message.h.

- -
-
- -

◆ location

- -
-
- - - - -
Location::Ptr TgBot::Message::location
-
-

Optional. Message is a shared location, information about the location.

- -

Definition at line 166 of file Message.h.

- -
-
- -

◆ messageId

- -
-
- - - - -
int32_t TgBot::Message::messageId
-
-

Unique message identifier.

- -

Definition at line 66 of file Message.h.

- -
-
- -

◆ migrateFromChatId

- -
-
- - - - -
int64_t TgBot::Message::migrateFromChatId
-
-

Optional. The supergroup has been migrated from a group with the specified identifier, not exceeding 1e13 by absolute value

- -

Definition at line 221 of file Message.h.

- -
-
- -

◆ migrateToChatId

- -
-
- - - - -
int64_t TgBot::Message::migrateToChatId
-
-

Optional. The group has been migrated to a supergroup with the specified identifier, not exceeding 1e13 by absolute value.

- -

Definition at line 216 of file Message.h.

- -
-
- -

◆ newChatMember

- -
-
- - - - -
User::Ptr TgBot::Message::newChatMember
-
-

Optional. A new member was added to the group, information about them (this member may be bot itself).

- -

Definition at line 176 of file Message.h.

- -
-
- -

◆ newChatPhoto

- -
-
- - - - -
std::vector<PhotoSize::Ptr> TgBot::Message::newChatPhoto
-
-

Optional. A group photo was change to this value.

- -

Definition at line 191 of file Message.h.

- -
-
- -

◆ newChatTitle

- -
-
- - - - -
std::string TgBot::Message::newChatTitle
-
-

Optional. A group title was changed to this value.

- -

Definition at line 186 of file Message.h.

- -
-
- -

◆ photo

- -
-
- - - - -
std::vector<PhotoSize::Ptr> TgBot::Message::photo
-
-

Optional. Message is a photo, available sizes of the photo.

- -

Definition at line 136 of file Message.h.

- -
-
- -

◆ pinnedMessage

- -
-
- - - - -
Message::Ptr TgBot::Message::pinnedMessage
-
-

Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply.

- -

Definition at line 226 of file Message.h.

- -
-
- -

◆ replyToMessage

- -
-
- - - - -
Message::Ptr TgBot::Message::replyToMessage
-
-

Optional. For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.

- -

Definition at line 106 of file Message.h.

- -
-
- -

◆ sticker

- -
-
- - - - -
Sticker::Ptr TgBot::Message::sticker
-
-

Optional. Message is a sticker, information about the sticker.

- -

Definition at line 141 of file Message.h.

- -
-
- -

◆ supergroupChatCreated

- -
-
- - - - -
bool TgBot::Message::supergroupChatCreated
-
-

Optional. Service message: the supergroup has been created.

- -

Definition at line 206 of file Message.h.

- -
-
- -

◆ text

- -
-
- - - - -
std::string TgBot::Message::text
-
-

Optional. For text messages, the actual UTF-8 text of the message.

- -

Definition at line 116 of file Message.h.

- -
-
- -

◆ venue

- -
-
- - - - -
Venue::Ptr TgBot::Message::venue
-
-

Optional. Message is a venue, information about the venue.

- -

Definition at line 171 of file Message.h.

- -
-
- -

◆ video

- -
-
- - - - -
Video::Ptr TgBot::Message::video
-
-

Optional. Message is a video, information about the video.

- -

Definition at line 146 of file Message.h.

- -
-
- -

◆ voice

- -
-
- - - - -
Voice::Ptr TgBot::Message::voice
-
-

Optional. Message is a voice message, information about the file.

- -

Definition at line 151 of file Message.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/docs/d6/dce/class_tg_bot_1_1_message.js b/docs/d6/dce/class_tg_bot_1_1_message.js deleted file mode 100644 index 01fc7a5..0000000 --- a/docs/d6/dce/class_tg_bot_1_1_message.js +++ /dev/null @@ -1,38 +0,0 @@ -var class_tg_bot_1_1_message = -[ - [ "Ptr", "d6/dce/class_tg_bot_1_1_message.html#a3805a5dc013c6ab23ac5efc91282c11d", null ], - [ "Message", "d6/dce/class_tg_bot_1_1_message.html#a1ccff5e715e303ba0352cbd0fbe8eb6b", null ], - [ "audio", "d6/dce/class_tg_bot_1_1_message.html#a5119ef820bcb4c231a1402147305ea67", null ], - [ "caption", "d6/dce/class_tg_bot_1_1_message.html#a2c8eb6214270371cfb094b699c07f695", null ], - [ "channelChatCreated", "d6/dce/class_tg_bot_1_1_message.html#a537a751af11a7f18d92c1d70c93c9f2d", null ], - [ "chat", "d6/dce/class_tg_bot_1_1_message.html#a773fa770b84fe97263a096c0ddfb096a", null ], - [ "contact", "d6/dce/class_tg_bot_1_1_message.html#adb3a1a65ce014085f7231f8d356b6c4f", null ], - [ "date", "d6/dce/class_tg_bot_1_1_message.html#ad49187c847973a024ab158103a8c87fd", null ], - [ "deleteChatPhoto", "d6/dce/class_tg_bot_1_1_message.html#a35db549a420fd4b5a28b4a5a569770d5", null ], - [ "document", "d6/dce/class_tg_bot_1_1_message.html#a9d4520b321f421425803aa5c5a414e72", null ], - [ "editDate", "d6/dce/class_tg_bot_1_1_message.html#a5e47295516df0a7ceb9fbb8119c8ab0a", null ], - [ "entities", "d6/dce/class_tg_bot_1_1_message.html#a53c199056538ebe72c65e409deaf7a8e", null ], - [ "forwardDate", "d6/dce/class_tg_bot_1_1_message.html#aca1eca2a8a31a45a0b85ba472bfe991d", null ], - [ "forwardFrom", "d6/dce/class_tg_bot_1_1_message.html#a7e4d984cb1464d0ae504d7c8ed11b508", null ], - [ "forwardFromChat", "d6/dce/class_tg_bot_1_1_message.html#aeab58d33a3f4e712e8b78d65f48892e5", null ], - [ "forwardFromMessageId", "d6/dce/class_tg_bot_1_1_message.html#a2149f82b01245e592cb392e2133e4667", null ], - [ "from", "d6/dce/class_tg_bot_1_1_message.html#a65b78a13b38ad767338cd2e9d2e69ca2", null ], - [ "groupChatCreated", "d6/dce/class_tg_bot_1_1_message.html#a5bbf76e34ec52a41a6392f7d61c19035", null ], - [ "leftChatMember", "d6/dce/class_tg_bot_1_1_message.html#a2291a3c7d9445a02774b4cd0e3972c29", null ], - [ "location", "d6/dce/class_tg_bot_1_1_message.html#afda60437cce532170cb9b924f70e1c56", null ], - [ "messageId", "d6/dce/class_tg_bot_1_1_message.html#ad88191e75068adc70028660086928d14", null ], - [ "migrateFromChatId", "d6/dce/class_tg_bot_1_1_message.html#a4eb6cf508337183adbe060baf907c0e0", null ], - [ "migrateToChatId", "d6/dce/class_tg_bot_1_1_message.html#aa79eb6592094b18fdc9a330fac0b53ef", null ], - [ "newChatMember", "d6/dce/class_tg_bot_1_1_message.html#a40c3d46af7bb047504b6b6e8147361c9", null ], - [ "newChatPhoto", "d6/dce/class_tg_bot_1_1_message.html#a8f8a9c50fd30fa24476605b8efdd95ea", null ], - [ "newChatTitle", "d6/dce/class_tg_bot_1_1_message.html#a34323ada99461aced73af81edb88f813", null ], - [ "photo", "d6/dce/class_tg_bot_1_1_message.html#a712bfec9a6e0881d2a8f6830b6374615", null ], - [ "pinnedMessage", "d6/dce/class_tg_bot_1_1_message.html#a92e01a2f89ce8edb5aa1c116585b19a6", null ], - [ "replyToMessage", "d6/dce/class_tg_bot_1_1_message.html#a312864bfddbf624c6923cb871fd4060e", null ], - [ "sticker", "d6/dce/class_tg_bot_1_1_message.html#aab21f25e3dfd5a6f2bfca8d04dda2559", null ], - [ "supergroupChatCreated", "d6/dce/class_tg_bot_1_1_message.html#a49695ef9284f68853700ca5426fd506f", null ], - [ "text", "d6/dce/class_tg_bot_1_1_message.html#af9e05110ffd8c5356c523e1501dbd108", null ], - [ "venue", "d6/dce/class_tg_bot_1_1_message.html#a9739779daeda0ac90d711349e0674f6e", null ], - [ "video", "d6/dce/class_tg_bot_1_1_message.html#abd645f5273f4cd142979beab925ff16f", null ], - [ "voice", "d6/dce/class_tg_bot_1_1_message.html#a45147e56a0cb9b7dee926da7a11a0093", null ] -]; \ No newline at end of file -- cgit v1.2.3