From b22c20c4db8c35eaee99075d055f74697c5805b8 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:33:59 +0300 Subject: Docs --- docs/d2/dfb/class_tg_bot_1_1_chat.html | 309 +++++++++++++++++++++++++++++++++ docs/d2/dfb/class_tg_bot_1_1_chat.js | 17 ++ 2 files changed, 326 insertions(+) create mode 100644 docs/d2/dfb/class_tg_bot_1_1_chat.html create mode 100644 docs/d2/dfb/class_tg_bot_1_1_chat.js (limited to 'docs/d2/dfb') diff --git a/docs/d2/dfb/class_tg_bot_1_1_chat.html b/docs/d2/dfb/class_tg_bot_1_1_chat.html new file mode 100644 index 0000000..a22029f --- /dev/null +++ b/docs/d2/dfb/class_tg_bot_1_1_chat.html @@ -0,0 +1,309 @@ + + + + + + + +tgbot-cpp: TgBot::Chat Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
tgbot-cpp +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TgBot::Chat Class Reference
+
+
+ +

#include <Chat.h>

+ + + + + + +

+Public Types

enum  Type { Type::Private, +Type::Group, +Type::Supergroup, +Type::Channel + }
 
typedef std::shared_ptr< ChatPtr
 
+ + + + + + + + + + + + + + + +

+Public Attributes

int64_t id
 
Type type
 
std::string title
 
std::string username
 
std::string firstName
 
std::string lastName
 
bool allMembersAreAdministrators
 
+

Detailed Description

+

This object represents a Telegram Chat

+ +

Definition at line 35 of file Chat.h.

+

Member Typedef Documentation

+ +

◆ Ptr

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

Definition at line 38 of file Chat.h.

+ +
+
+

Member Enumeration Documentation

+ +

◆ Type

+ +
+
+ + + + + +
+ + + + +
enum TgBot::Chat::Type
+
+strong
+
+

Enum of possible types of a chat.

+ + + + + +
Enumerator
Private 
Group 
Supergroup 
Channel 
+ +

Definition at line 43 of file Chat.h.

+ +
+
+

Member Data Documentation

+ +

◆ allMembersAreAdministrators

+ +
+
+ + + + +
bool TgBot::Chat::allMembersAreAdministrators
+
+

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

+ +

Definition at line 84 of file Chat.h.

+ +
+
+ +

◆ firstName

+ +
+
+ + + + +
std::string TgBot::Chat::firstName
+
+

Optional. First name of the other party in private chat

+ +

Definition at line 72 of file Chat.h.

+ +
+
+ +

◆ id

+ +
+
+ + + + +
int64_t TgBot::Chat::id
+
+

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

+ +

Definition at line 50 of file Chat.h.

+ +
+
+ +

◆ lastName

+ +
+
+ + + + +
std::string TgBot::Chat::lastName
+
+

Optional. Last name of the other party in private chat

+ +

Definition at line 78 of file Chat.h.

+ +
+
+ +

◆ title

+ +
+
+ + + + +
std::string TgBot::Chat::title
+
+

Optional. Title for channels and group chat

+ +

Definition at line 60 of file Chat.h.

+ +
+
+ +

◆ type

+ +
+
+ + + + +
Type TgBot::Chat::type
+
+

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

+ +

Definition at line 55 of file Chat.h.

+ +
+
+ +

◆ username

+ +
+
+ + + + +
std::string TgBot::Chat::username
+
+

Optional. Username for private chats and channels

+ +

Definition at line 66 of file Chat.h.

+ +
+
+
The documentation for this class was generated from the following file:
    +
  • include/tgbot/types/Chat.h
  • +
+
+
+ + + + diff --git a/docs/d2/dfb/class_tg_bot_1_1_chat.js b/docs/d2/dfb/class_tg_bot_1_1_chat.js new file mode 100644 index 0000000..d5c7d16 --- /dev/null +++ b/docs/d2/dfb/class_tg_bot_1_1_chat.js @@ -0,0 +1,17 @@ +var class_tg_bot_1_1_chat = +[ + [ "Ptr", "d2/dfb/class_tg_bot_1_1_chat.html#a9818e295b599a08b77abefb38de75e48", null ], + [ "Type", "d2/dfb/class_tg_bot_1_1_chat.html#a939946fe3181210f9e3f3d9610edb52e", [ + [ "Private", "d2/dfb/class_tg_bot_1_1_chat.html#a939946fe3181210f9e3f3d9610edb52ea47f9082fc380ca62d531096aa1d110f1", null ], + [ "Group", "d2/dfb/class_tg_bot_1_1_chat.html#a939946fe3181210f9e3f3d9610edb52ea03937134cedab9078be39a77ee3a48a0", null ], + [ "Supergroup", "d2/dfb/class_tg_bot_1_1_chat.html#a939946fe3181210f9e3f3d9610edb52ea9c306d98196730ac00fc621998b4a8f5", null ], + [ "Channel", "d2/dfb/class_tg_bot_1_1_chat.html#a939946fe3181210f9e3f3d9610edb52ea781dc97dc62331eec3ea9ec4373a3ca8", null ] + ] ], + [ "allMembersAreAdministrators", "d2/dfb/class_tg_bot_1_1_chat.html#a46092ec51dcc2ab4f54716eb21c4fb68", null ], + [ "firstName", "d2/dfb/class_tg_bot_1_1_chat.html#a884c0c1c6d6f0a5453231f7b9049da29", null ], + [ "id", "d2/dfb/class_tg_bot_1_1_chat.html#a0cb746cc149d10ada1af86753f25f93c", null ], + [ "lastName", "d2/dfb/class_tg_bot_1_1_chat.html#aea14be3f3c081d6aea387cd3613fc82e", null ], + [ "title", "d2/dfb/class_tg_bot_1_1_chat.html#a15a1f1328125b45ba80ea8ee5a99aed0", null ], + [ "type", "d2/dfb/class_tg_bot_1_1_chat.html#a86d47a69eb66a74d7f5b294700d884cd", null ], + [ "username", "d2/dfb/class_tg_bot_1_1_chat.html#afce7dfa93a025025eef940447ed17990", null ] +]; \ No newline at end of file -- cgit v1.2.3