From ce9bcf9d653a0598b41fcf52708d01b396c6fd30 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 27 May 2018 22:44:51 +0300 Subject: Update README.md and docs --- docs/class_tg_bot_1_1_chat.html | 138 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 126 insertions(+), 12 deletions(-) (limited to 'docs/class_tg_bot_1_1_chat.html') diff --git a/docs/class_tg_bot_1_1_chat.html b/docs/class_tg_bot_1_1_chat.html index 5cdb1b6..1a9b894 100644 --- a/docs/class_tg_bot_1_1_chat.html +++ b/docs/class_tg_bot_1_1_chat.html @@ -117,11 +117,23 @@ Public Attributes   bool allMembersAreAdministrators   +ChatPhoto::Ptr photo +  +std::string description +  +std::string inviteLink +  +std::shared_ptr< MessagepinnedMessage +  +std::string stickerSetName +  +bool canSetStickerSet

Detailed Description

This object represents a Telegram Chat

-

Definition at line 35 of file Chat.h.

+

Definition at line 38 of file Chat.h.

Member Typedef Documentation

◆ Ptr

@@ -135,7 +147,7 @@ Public Attributes
-

Definition at line 38 of file Chat.h.

+

Definition at line 41 of file Chat.h.

@@ -167,7 +179,7 @@ Public Attributes Channel  -

Definition at line 43 of file Chat.h.

+

Definition at line 46 of file Chat.h.

@@ -183,9 +195,43 @@ Public Attributes
-

Optional. True if a group has �All Members Are Admins� enabled.

+

Optional. True if a group has ‘All Members Are Admins’ enabled.

-

Definition at line 84 of file Chat.h.

+

Definition at line 87 of file Chat.h.

+ +
+ + +

◆ canSetStickerSet

+ +
+
+ + + + +
bool TgBot::Chat::canSetStickerSet
+
+

Optional. True, if the bot can change the group sticker set. Returned only in getChat.

+ +

Definition at line 123 of file Chat.h.

+ +
+
+ +

◆ description

+ +
+
+ + + + +
std::string TgBot::Chat::description
+
+

Optional. Description, for supergroups and channel chats. Returned only in getChat.

+ +

Definition at line 99 of file Chat.h.

@@ -202,7 +248,7 @@ Public Attributes

Optional. First name of the other party in private chat

-

Definition at line 72 of file Chat.h.

+

Definition at line 75 of file Chat.h.

@@ -219,7 +265,24 @@ Public Attributes

Unique identifier for this chat, not exceeding 1e13 by absolute value

-

Definition at line 50 of file Chat.h.

+

Definition at line 53 of file Chat.h.

+ +
+ + +

◆ inviteLink

+ +
+
+ + + + +
std::string TgBot::Chat::inviteLink
+
+

Optional. Chat invite link, for supergroups and channel chats. Returned only in getChat.

+ +

Definition at line 105 of file Chat.h.

@@ -236,7 +299,58 @@ Public Attributes

Optional. Last name of the other party in private chat

-

Definition at line 78 of file Chat.h.

+

Definition at line 81 of file Chat.h.

+ +
+ + +

◆ photo

+ +
+
+ + + + +
ChatPhoto::Ptr TgBot::Chat::photo
+
+

Optional. Chat photo. Returned only in getChat.

+ +

Definition at line 93 of file Chat.h.

+ +
+
+ +

◆ pinnedMessage

+ +
+
+ + + + +
std::shared_ptr<Message> TgBot::Chat::pinnedMessage
+
+

Optional. Pinned message, for supergroups and channel chats. Returned only in getChat.

+ +

Definition at line 111 of file Chat.h.

+ +
+
+ +

◆ stickerSetName

+ +
+
+ + + + +
std::string TgBot::Chat::stickerSetName
+
+

Optional. For supergroups, name of group sticker set. Returned only in getChat.

+ +

Definition at line 117 of file Chat.h.

@@ -253,7 +367,7 @@ Public Attributes

Optional. Title for channels and group chat

-

Definition at line 60 of file Chat.h.

+

Definition at line 63 of file Chat.h.

@@ -270,7 +384,7 @@ Public Attributes

Type of chat: can be either "private", "group", "supergroup, or "channel".

-

Definition at line 55 of file Chat.h.

+

Definition at line 58 of file Chat.h.

@@ -287,7 +401,7 @@ Public Attributes

Optional. Username for private chats and channels

-

Definition at line 66 of file Chat.h.

+

Definition at line 69 of file Chat.h.

@@ -300,7 +414,7 @@ Public Attributes