From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/class_tg_bot_1_1_chat_member.html | 176 --------------------------------- 1 file changed, 176 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 c79118d..0000000 --- a/docs/class_tg_bot_1_1_chat_member.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::ChatMember Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::ChatMember Class Reference
-
-
- -

#include <ChatMember.h>

- - - - -

-Public Types

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

-Public Attributes

User::Ptr user
 
std::string status
 
-

Detailed Description

-

This object contains information about one member of the chat.

- -

Definition at line 19 of file ChatMember.h.

-

Member Typedef Documentation

- -

◆ Ptr

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

Definition at line 21 of file ChatMember.h.

- -
-
-

Member Data Documentation

- -

◆ status

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

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

- -

Definition at line 31 of file ChatMember.h.

- -
-
- -

◆ user

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

Information about the user

- -

Definition at line 26 of file ChatMember.h.

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