From e2871c54a71a8015923b8215816c2a81e1b0c209 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:12:21 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_chat_member.html | 477 --------------------------------- 1 file changed, 477 deletions(-) delete mode 100644 docs/class_tg_bot_1_1_chat_member.html (limited to 'docs/class_tg_bot_1_1_chat_member.html') diff --git a/docs/class_tg_bot_1_1_chat_member.html b/docs/class_tg_bot_1_1_chat_member.html deleted file mode 100644 index ffb743d..0000000 --- a/docs/class_tg_bot_1_1_chat_member.html +++ /dev/null @@ -1,477 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::ChatMember Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::ChatMember Class Reference
-
-
- -

This object contains information about one member of the chat. - More...

- -

#include <ChatMember.h>

- - - - -

-Public Types

typedef std::shared_ptr< ChatMemberPtr
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Attributes

User::Ptr user
 Information about the user. More...
 
std::string status
 The member's status in the chat. Can be “creator”, “administrator”, “member”, “restricted”, “left” or “kicked” More...
 
uint64_t untilDate
 Optional. Restricted and kicked only. Date when restrictions will be lifted for this user, unix time. More...
 
bool canBeEdited = false
 Optional. Administrators only. True, if the bot is allowed to edit administrator privileges of that user. More...
 
bool canChangeInfo = false
 Optional. Administrators only. True, if the administrator can change the chat title, photo and other settings. More...
 
bool canPostMessages = false
 Optional. Administrators only. True, if the administrator can post in the channel, channels only. More...
 
bool canEditMessages = false
 Optional. Administrators only. True, if the administrator can edit messages of other users and can pin messages, channels only. More...
 
bool canDeleteMessages = false
 Optional. Administrators only. True, if the administrator can delete messages of other users. More...
 
bool canInviteUsers = false
 Optional. Administrators only. True, if the administrator can invite new users to the chat. More...
 
bool canRestrictMembers = false
 Optional. Administrators only. True, if the administrator can restrict, ban or unban chat members. More...
 
bool canPinMessages = false
 Optional. Administrators only. True, if the administrator can pin messages, supergroups only. More...
 
bool canPromoteMembers = false
 Optional. Administrators only. True, if the administrator can add new administrators with a subset of his own privileges or demote administrators that he has promoted, directly or indirectly (promoted by administrators that were appointed by the user). More...
 
bool canSendMessages = false
 Optional. Restricted only. True, if the user can send text messages, contacts, locations and venues. More...
 
bool canSendMediaMessages = false
 Optional. Restricted only. True, if the user can send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages. More...
 
bool canSendOtherMessages = false
 Optional. Restricted only. True, if the user can send animations, games, stickers and use inline bots, implies can_send_media_messages. More...
 
bool canAddWebPagePreviews = false
 Optional. Restricted only. True, if user may add web page previews to his messages, implies can_send_media_messages. More...
 
-

Detailed Description

-

This object contains information about one member of the chat.

- -

Definition at line 20 of file ChatMember.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 22 of file ChatMember.h.

- -
-
-

Member Data Documentation

- -

◆ canAddWebPagePreviews

- -
-
- - - - -
bool TgBot::ChatMember::canAddWebPagePreviews = false
-
- -

Optional. Restricted only. True, if user may add web page previews to his messages, implies can_send_media_messages.

- -

Definition at line 102 of file ChatMember.h.

- -
-
- -

◆ canBeEdited

- -
-
- - - - -
bool TgBot::ChatMember::canBeEdited = false
-
- -

Optional. Administrators only. True, if the bot is allowed to edit administrator privileges of that user.

- -

Definition at line 42 of file ChatMember.h.

- -
-
- -

◆ canChangeInfo

- -
-
- - - - -
bool TgBot::ChatMember::canChangeInfo = false
-
- -

Optional. Administrators only. True, if the administrator can change the chat title, photo and other settings.

- -

Definition at line 47 of file ChatMember.h.

- -
-
- -

◆ canDeleteMessages

- -
-
- - - - -
bool TgBot::ChatMember::canDeleteMessages = false
-
- -

Optional. Administrators only. True, if the administrator can delete messages of other users.

- -

Definition at line 62 of file ChatMember.h.

- -
-
- -

◆ canEditMessages

- -
-
- - - - -
bool TgBot::ChatMember::canEditMessages = false
-
- -

Optional. Administrators only. True, if the administrator can edit messages of other users and can pin messages, channels only.

- -

Definition at line 57 of file ChatMember.h.

- -
-
- -

◆ canInviteUsers

- -
-
- - - - -
bool TgBot::ChatMember::canInviteUsers = false
-
- -

Optional. Administrators only. True, if the administrator can invite new users to the chat.

- -

Definition at line 67 of file ChatMember.h.

- -
-
- -

◆ canPinMessages

- -
-
- - - - -
bool TgBot::ChatMember::canPinMessages = false
-
- -

Optional. Administrators only. True, if the administrator can pin messages, supergroups only.

- -

Definition at line 77 of file ChatMember.h.

- -
-
- -

◆ canPostMessages

- -
-
- - - - -
bool TgBot::ChatMember::canPostMessages = false
-
- -

Optional. Administrators only. True, if the administrator can post in the channel, channels only.

- -

Definition at line 52 of file ChatMember.h.

- -
-
- -

◆ canPromoteMembers

- -
-
- - - - -
bool TgBot::ChatMember::canPromoteMembers = false
-
- -

Optional. Administrators only. True, if the administrator can add new administrators with a subset of his own privileges or demote administrators that he has promoted, directly or indirectly (promoted by administrators that were appointed by the user).

- -

Definition at line 82 of file ChatMember.h.

- -
-
- -

◆ canRestrictMembers

- -
-
- - - - -
bool TgBot::ChatMember::canRestrictMembers = false
-
- -

Optional. Administrators only. True, if the administrator can restrict, ban or unban chat members.

- -

Definition at line 72 of file ChatMember.h.

- -
-
- -

◆ canSendMediaMessages

- -
-
- - - - -
bool TgBot::ChatMember::canSendMediaMessages = false
-
- -

Optional. Restricted only. True, if the user can send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages.

- -

Definition at line 92 of file ChatMember.h.

- -
-
- -

◆ canSendMessages

- -
-
- - - - -
bool TgBot::ChatMember::canSendMessages = false
-
- -

Optional. Restricted only. True, if the user can send text messages, contacts, locations and venues.

- -

Definition at line 87 of file ChatMember.h.

- -
-
- -

◆ canSendOtherMessages

- -
-
- - - - -
bool TgBot::ChatMember::canSendOtherMessages = false
-
- -

Optional. Restricted only. True, if the user can send animations, games, stickers and use inline bots, implies can_send_media_messages.

- -

Definition at line 97 of file ChatMember.h.

- -
-
- -

◆ status

- -
-
- - - - -
std::string TgBot::ChatMember::status
-
- -

The member's status in the chat. Can be “creator”, “administrator”, “member”, “restricted”, “left” or “kicked”

- -

Definition at line 32 of file ChatMember.h.

- -
-
- -

◆ untilDate

- -
-
- - - - -
uint64_t TgBot::ChatMember::untilDate
-
- -

Optional. Restricted and kicked only. Date when restrictions will be lifted for this user, unix time.

- -

Definition at line 37 of file ChatMember.h.

- -
-
- -

◆ user

- -
-
- - - - -
User::Ptr TgBot::ChatMember::user
-
- -

Information about the user.

- -

Definition at line 27 of file ChatMember.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - -- cgit v1.2.3 From 3e5a28fa0a1ba2d461271f22399476c241bcffe3 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Fri, 22 Jun 2018 22:15:42 +0900 Subject: Regenerate docs --- docs/class_tg_bot_1_1_chat_member.html | 470 +++++++++++++++++++++++++++++++++ 1 file changed, 470 insertions(+) create mode 100644 docs/class_tg_bot_1_1_chat_member.html (limited to 'docs/class_tg_bot_1_1_chat_member.html') diff --git a/docs/class_tg_bot_1_1_chat_member.html b/docs/class_tg_bot_1_1_chat_member.html new file mode 100644 index 0000000..d4be7cc --- /dev/null +++ b/docs/class_tg_bot_1_1_chat_member.html @@ -0,0 +1,470 @@ + + + + + + +tgbot-cpp: TgBot::ChatMember Class Reference + + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::ChatMember Class Reference
+
+
+ +

This object contains information about one member of the chat. + More...

+ +

#include <ChatMember.h>

+ + + + +

+Public Types

typedef std::shared_ptr< ChatMemberPtr
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Attributes

User::Ptr user
 Information about the user. More...
 
std::string status
 The member's status in the chat. Can be “creator”, “administrator”, “member”, “restricted”, “left” or “kicked” More...
 
uint64_t untilDate
 Optional. Restricted and kicked only. Date when restrictions will be lifted for this user, unix time. More...
 
bool canBeEdited = false
 Optional. Administrators only. True, if the bot is allowed to edit administrator privileges of that user. More...
 
bool canChangeInfo = false
 Optional. Administrators only. True, if the administrator can change the chat title, photo and other settings. More...
 
bool canPostMessages = false
 Optional. Administrators only. True, if the administrator can post in the channel, channels only. More...
 
bool canEditMessages = false
 Optional. Administrators only. True, if the administrator can edit messages of other users and can pin messages, channels only. More...
 
bool canDeleteMessages = false
 Optional. Administrators only. True, if the administrator can delete messages of other users. More...
 
bool canInviteUsers = false
 Optional. Administrators only. True, if the administrator can invite new users to the chat. More...
 
bool canRestrictMembers = false
 Optional. Administrators only. True, if the administrator can restrict, ban or unban chat members. More...
 
bool canPinMessages = false
 Optional. Administrators only. True, if the administrator can pin messages, supergroups only. More...
 
bool canPromoteMembers = false
 Optional. Administrators only. True, if the administrator can add new administrators with a subset of his own privileges or demote administrators that he has promoted, directly or indirectly (promoted by administrators that were appointed by the user). More...
 
bool canSendMessages = false
 Optional. Restricted only. True, if the user can send text messages, contacts, locations and venues. More...
 
bool canSendMediaMessages = false
 Optional. Restricted only. True, if the user can send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages. More...
 
bool canSendOtherMessages = false
 Optional. Restricted only. True, if the user can send animations, games, stickers and use inline bots, implies can_send_media_messages. More...
 
bool canAddWebPagePreviews = false
 Optional. Restricted only. True, if user may add web page previews to his messages, implies can_send_media_messages. More...
 
+

Detailed Description

+

This object contains information about one member of the chat.

+ +

Definition at line 20 of file ChatMember.h.

+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::shared_ptr<ChatMember> TgBot::ChatMember::Ptr
+
+ +

Definition at line 22 of file ChatMember.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
bool TgBot::ChatMember::canAddWebPagePreviews = false
+
+ +

Optional. Restricted only. True, if user may add web page previews to his messages, implies can_send_media_messages.

+ +

Definition at line 102 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canBeEdited = false
+
+ +

Optional. Administrators only. True, if the bot is allowed to edit administrator privileges of that user.

+ +

Definition at line 42 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canChangeInfo = false
+
+ +

Optional. Administrators only. True, if the administrator can change the chat title, photo and other settings.

+ +

Definition at line 47 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canDeleteMessages = false
+
+ +

Optional. Administrators only. True, if the administrator can delete messages of other users.

+ +

Definition at line 62 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canEditMessages = false
+
+ +

Optional. Administrators only. True, if the administrator can edit messages of other users and can pin messages, channels only.

+ +

Definition at line 57 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canInviteUsers = false
+
+ +

Optional. Administrators only. True, if the administrator can invite new users to the chat.

+ +

Definition at line 67 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canPinMessages = false
+
+ +

Optional. Administrators only. True, if the administrator can pin messages, supergroups only.

+ +

Definition at line 77 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canPostMessages = false
+
+ +

Optional. Administrators only. True, if the administrator can post in the channel, channels only.

+ +

Definition at line 52 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canPromoteMembers = false
+
+ +

Optional. Administrators only. True, if the administrator can add new administrators with a subset of his own privileges or demote administrators that he has promoted, directly or indirectly (promoted by administrators that were appointed by the user).

+ +

Definition at line 82 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canRestrictMembers = false
+
+ +

Optional. Administrators only. True, if the administrator can restrict, ban or unban chat members.

+ +

Definition at line 72 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canSendMediaMessages = false
+
+ +

Optional. Restricted only. True, if the user can send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages.

+ +

Definition at line 92 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canSendMessages = false
+
+ +

Optional. Restricted only. True, if the user can send text messages, contacts, locations and venues.

+ +

Definition at line 87 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
bool TgBot::ChatMember::canSendOtherMessages = false
+
+ +

Optional. Restricted only. True, if the user can send animations, games, stickers and use inline bots, implies can_send_media_messages.

+ +

Definition at line 97 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
std::string TgBot::ChatMember::status
+
+ +

The member's status in the chat. Can be “creator”, “administrator”, “member”, “restricted”, “left” or “kicked”

+ +

Definition at line 32 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
uint64_t TgBot::ChatMember::untilDate
+
+ +

Optional. Restricted and kicked only. Date when restrictions will be lifted for this user, unix time.

+ +

Definition at line 37 of file ChatMember.h.

+ +
+
+ +
+
+ + + + +
User::Ptr TgBot::ChatMember::user
+
+ +

Information about the user.

+ +

Definition at line 27 of file ChatMember.h.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.3