tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
Go to the source code of this file.
Classes | |
struct | tgbotxx::ChatMember |
The base class of all chat members objects. This object contains information about one member of a chat. Currently, the following 6 types of chat members are supported: ChatMemberOwner ChatMemberAdministrator ChatMemberMember ChatMemberRestricted ChatMemberLeft ChatMemberBanned https://core.telegram.org/bots/api#chatmember. More... | |
struct | tgbotxx::ChatMemberOwner |
Represents a chat member that owns the chat and has all administrator privileges. https://core.telegram.org/bots/api#chatmemberowner. More... | |
struct | tgbotxx::ChatMemberAdministrator |
Represents a chat member that has some additional privileges. https://core.telegram.org/bots/api#chatmemberadministrator. More... | |
struct | tgbotxx::ChatMemberMember |
Represents a chat member that has no additional privileges or restrictions. https://core.telegram.org/bots/api#chatmembermember. More... | |
struct | tgbotxx::ChatMemberRestricted |
Represents a chat member that is under certain restrictions in the chat. Supergroups only. https://core.telegram.org/bots/api#chatmemberrestricted. More... | |
struct | tgbotxx::ChatMemberLeft |
Represents a chat member that isn't currently a member of the chat, but may join it themselves. https://core.telegram.org/bots/api#chatmemberleft. More... | |
struct | tgbotxx::ChatMemberBanned |
Represents a chat member that was banned in the chat and can't return to the chat or view chat messages. https://core.telegram.org/bots/api#chatmemberbanned. More... | |
Namespaces | |
tgbotxx | |