summaryrefslogtreecommitdiff
path: root/docs/_chat_member_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_chat_member_8h_source.html')
-rw-r--r--docs/_chat_member_8h_source.html143
1 files changed, 0 insertions, 143 deletions
diff --git a/docs/_chat_member_8h_source.html b/docs/_chat_member_8h_source.html
deleted file mode 100644
index 32923e5..0000000
--- a/docs/_chat_member_8h_source.html
+++ /dev/null
@@ -1,143 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=9"/>
-<meta name="generator" content="Doxygen 1.8.11"/>
-<title>tgbot-cpp: include/tgbot/types/ChatMember.h Source File</title>
-<link href="tabs.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="jquery.js"></script>
-<script type="text/javascript" src="dynsections.js"></script>
-<link href="navtree.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="resize.js"></script>
-<script type="text/javascript" src="navtreedata.js"></script>
-<script type="text/javascript" src="navtree.js"></script>
-<script type="text/javascript">
- $(document).ready(initResizable);
- $(window).load(resizeHeight);
-</script>
-<link href="search/search.css" rel="stylesheet" type="text/css"/>
-<script type="text/javascript" src="search/searchdata.js"></script>
-<script type="text/javascript" src="search/search.js"></script>
-<script type="text/javascript">
- $(document).ready(function() { init_search(); });
-</script>
-<link href="doxygen.css" rel="stylesheet" type="text/css" />
-</head>
-<body>
-<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
-<div id="titlearea">
-<table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">tgbot-cpp
- </div>
- </td>
- </tr>
- </tbody>
-</table>
-</div>
-<!-- end header part -->
-<!-- Generated by Doxygen 1.8.11 -->
-<script type="text/javascript">
-var searchBox = new SearchBox("searchBox", "search",false,'Search');
-</script>
- <div id="navrow1" class="tabs">
- <ul class="tablist">
- <li><a href="index.html"><span>Main&#160;Page</span></a></li>
- <li><a href="modules.html"><span>Modules</span></a></li>
- <li><a href="namespaces.html"><span>Namespaces</span></a></li>
- <li><a href="annotated.html"><span>Classes</span></a></li>
- <li class="current"><a href="files.html"><span>Files</span></a></li>
- <li>
- <div id="MSearchBox" class="MSearchBoxInactive">
- <span class="left">
- <img id="MSearchSelect" src="search/mag_sel.png"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- alt=""/>
- <input type="text" id="MSearchField" value="Search" accesskey="S"
- onfocus="searchBox.OnSearchFieldFocus(true)"
- onblur="searchBox.OnSearchFieldFocus(false)"
- onkeyup="searchBox.OnSearchFieldChange(event)"/>
- </span><span class="right">
- <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
- </span>
- </div>
- </li>
- </ul>
- </div>
- <div id="navrow2" class="tabs2">
- <ul class="tablist">
- <li><a href="files.html"><span>File&#160;List</span></a></li>
- </ul>
- </div>
-</div><!-- top -->
-<div id="side-nav" class="ui-resizable side-nav-resizable">
- <div id="nav-tree">
- <div id="nav-tree-contents">
- <div id="nav-sync" class="sync"></div>
- </div>
- </div>
- <div id="splitbar" style="-moz-user-select:none;"
- class="ui-resizable-handle">
- </div>
-</div>
-<script type="text/javascript">
-$(document).ready(function(){initNavTree('_chat_member_8h_source.html','');});
-</script>
-<div id="doc-content">
-<!-- window showing the filter options -->
-<div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
-</div>
-
-<!-- iframe showing the search results (closed by default) -->
-<div id="MSearchResultsWindow">
-<iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
-</iframe>
-</div>
-
-<div class="header">
- <div class="headertitle">
-<div class="title">ChatMember.h</div> </div>
-</div><!--header-->
-<div class="contents">
-<a href="_chat_member_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Created by Konstantin Kukin on 26/12/16.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// Edit by JellyBrick on 27/05/18.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#ifndef TGBOT_CHATMEMBER_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#define TGBOT_CHATMEMBER_H</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="_user_8h.html">tgbot/types/User.h</a>&quot;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespace_tg_bot.html">TgBot</a> {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html"> 20</a></span>&#160;<span class="keyword">class </span><a class="code" href="class_tg_bot_1_1_chat_member.html">ChatMember</a> {</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">public</span>:</div><div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a7c14c867a129ac28396b680c79dc495d"> 22</a></span>&#160; <span class="keyword">typedef</span> std::shared_ptr&lt;ChatMember&gt; <a class="code" href="class_tg_bot_1_1_chat_member.html#a7c14c867a129ac28396b680c79dc495d">Ptr</a>;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a1a1cefdfec4a60bd6ba1e588edad9aa1"> 27</a></span>&#160; <a class="code" href="class_tg_bot_1_1_user.html#ae6ea24aef677abaaf0fd7d60adf5be79">User::Ptr</a> <a class="code" href="class_tg_bot_1_1_chat_member.html#a1a1cefdfec4a60bd6ba1e588edad9aa1">user</a>;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;</div><div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a373057cf2fcca9ecb49951a5e61a6666"> 32</a></span>&#160; std::string <a class="code" href="class_tg_bot_1_1_chat_member.html#a373057cf2fcca9ecb49951a5e61a6666">status</a>;</div><div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#ace7455f999a39f804ff559bc77f7814d"> 37</a></span>&#160; uint64_t <a class="code" href="class_tg_bot_1_1_chat_member.html#ace7455f999a39f804ff559bc77f7814d">untilDate</a>;</div><div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a384d160e04985dfc09fe75b2d41ee959"> 42</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a384d160e04985dfc09fe75b2d41ee959">canBeEdited</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160;</div><div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a8f87b8e49404e2dcf10f0b7fdc0ebd2e"> 47</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a8f87b8e49404e2dcf10f0b7fdc0ebd2e">canChangeInfo</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a1c80bc423c534a4118ea8a4d1b7b9b2b"> 52</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a1c80bc423c534a4118ea8a4d1b7b9b2b">canPostMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a0f785d057d0b4ad7178f54c8a366b7b7"> 57</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a0f785d057d0b4ad7178f54c8a366b7b7">canEditMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a94c6526ee858618a2de90e97b206c987"> 62</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a94c6526ee858618a2de90e97b206c987">canDeleteMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;</div><div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a8da77ae47a171bdafc72c5420293ecbc"> 67</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a8da77ae47a171bdafc72c5420293ecbc">canInviteUsers</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;</div><div class="line"><a name="l00072"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a12701701c84d3b29be86ac15fa940ed7"> 72</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a12701701c84d3b29be86ac15fa940ed7">canRestrictMembers</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;</div><div class="line"><a name="l00077"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#aebb5db396b746a9cbd1a4b7fed79b0a0"> 77</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#aebb5db396b746a9cbd1a4b7fed79b0a0">canPinMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160;</div><div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#abee156a19f1a0b23e67a7424b432cb23"> 82</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#abee156a19f1a0b23e67a7424b432cb23">canPromoteMembers</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160;</div><div class="line"><a name="l00087"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#ae8c21db2c7d9dae42c40494299ae9c01"> 87</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#ae8c21db2c7d9dae42c40494299ae9c01">canSendMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160;</div><div class="line"><a name="l00092"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#af834543dad37d08f3496f92d7c5e9f9c"> 92</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#af834543dad37d08f3496f92d7c5e9f9c">canSendMediaMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#acf62ee2b93c10a11a34ec12dbdca7d21"> 97</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#acf62ee2b93c10a11a34ec12dbdca7d21">canSendOtherMessages</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160;</div><div class="line"><a name="l00102"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_chat_member.html#a1c6b3267284c33738529f21ed421f422"> 102</a></span>&#160; <span class="keywordtype">bool</span> <a class="code" href="class_tg_bot_1_1_chat_member.html#a1c6b3267284c33738529f21ed421f422">canAddWebPagePreviews</a> = <span class="keyword">false</span>;</div><div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160;};</div><div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160;}</div><div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160;</div><div class="line"><a name="l00106"></a><span class="lineno"> 106</span>&#160;<span class="preprocessor">#endif //TGBOT_CHATMEMBER_H</span></div><div class="ttc" id="class_tg_bot_1_1_chat_member_html_acf62ee2b93c10a11a34ec12dbdca7d21"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#acf62ee2b93c10a11a34ec12dbdca7d21">TgBot::ChatMember::canSendOtherMessages</a></div><div class="ttdeci">bool canSendOtherMessages</div><div class="ttdoc">Optional. Restricted only. True, if the user can send animations, games, stickers and use inline bots...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00097">ChatMember.h:97</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a1c80bc423c534a4118ea8a4d1b7b9b2b"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a1c80bc423c534a4118ea8a4d1b7b9b2b">TgBot::ChatMember::canPostMessages</a></div><div class="ttdeci">bool canPostMessages</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can post in the channel, channels only. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00052">ChatMember.h:52</a></div></div>
-<div class="ttc" id="namespace_tg_bot_html"><div class="ttname"><a href="namespace_tg_bot.html">TgBot</a></div><div class="ttdef"><b>Definition:</b> <a href="_api_8h_source.html#l00049">Api.h:49</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_ae8c21db2c7d9dae42c40494299ae9c01"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#ae8c21db2c7d9dae42c40494299ae9c01">TgBot::ChatMember::canSendMessages</a></div><div class="ttdeci">bool canSendMessages</div><div class="ttdoc">Optional. Restricted only. True, if the user can send text messages, contacts, locations and venues...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00087">ChatMember.h:87</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a1c6b3267284c33738529f21ed421f422"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a1c6b3267284c33738529f21ed421f422">TgBot::ChatMember::canAddWebPagePreviews</a></div><div class="ttdeci">bool canAddWebPagePreviews</div><div class="ttdoc">Optional. Restricted only. True, if user may add web page previews to his messages, implies can_send_media_messages. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00102">ChatMember.h:102</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a8da77ae47a171bdafc72c5420293ecbc"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a8da77ae47a171bdafc72c5420293ecbc">TgBot::ChatMember::canInviteUsers</a></div><div class="ttdeci">bool canInviteUsers</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can invite new users to the chat...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00067">ChatMember.h:67</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html">TgBot::ChatMember</a></div><div class="ttdoc">This object contains information about one member of the chat. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00020">ChatMember.h:20</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a373057cf2fcca9ecb49951a5e61a6666"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a373057cf2fcca9ecb49951a5e61a6666">TgBot::ChatMember::status</a></div><div class="ttdeci">std::string status</div><div class="ttdoc">The member&amp;#39;s status in the chat. Can be “creator”, “administrator”, “member”, “restricted”, “left” or “kicked” </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00032">ChatMember.h:32</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_af834543dad37d08f3496f92d7c5e9f9c"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#af834543dad37d08f3496f92d7c5e9f9c">TgBot::ChatMember::canSendMediaMessages</a></div><div class="ttdeci">bool canSendMediaMessages</div><div class="ttdoc">Optional. Restricted only. True, if the user can send audios, documents, photos, videos, video notes and voice notes, implies can_send_messages. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00092">ChatMember.h:92</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a1a1cefdfec4a60bd6ba1e588edad9aa1"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a1a1cefdfec4a60bd6ba1e588edad9aa1">TgBot::ChatMember::user</a></div><div class="ttdeci">User::Ptr user</div><div class="ttdoc">Information about the user. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00027">ChatMember.h:27</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a0f785d057d0b4ad7178f54c8a366b7b7"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a0f785d057d0b4ad7178f54c8a366b7b7">TgBot::ChatMember::canEditMessages</a></div><div class="ttdeci">bool canEditMessages</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can edit messages of other users and can pi...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00057">ChatMember.h:57</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_abee156a19f1a0b23e67a7424b432cb23"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#abee156a19f1a0b23e67a7424b432cb23">TgBot::ChatMember::canPromoteMembers</a></div><div class="ttdeci">bool canPromoteMembers</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can add new administrators with a subset of...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00082">ChatMember.h:82</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a8f87b8e49404e2dcf10f0b7fdc0ebd2e"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a8f87b8e49404e2dcf10f0b7fdc0ebd2e">TgBot::ChatMember::canChangeInfo</a></div><div class="ttdeci">bool canChangeInfo</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can change the chat title, photo and other settings. </div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00047">ChatMember.h:47</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a384d160e04985dfc09fe75b2d41ee959"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a384d160e04985dfc09fe75b2d41ee959">TgBot::ChatMember::canBeEdited</a></div><div class="ttdeci">bool canBeEdited</div><div class="ttdoc">Optional. Administrators only. True, if the bot is allowed to edit administrator privileges of that u...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00042">ChatMember.h:42</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a12701701c84d3b29be86ac15fa940ed7"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a12701701c84d3b29be86ac15fa940ed7">TgBot::ChatMember::canRestrictMembers</a></div><div class="ttdeci">bool canRestrictMembers</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can restrict, ban or unban chat members...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00072">ChatMember.h:72</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a94c6526ee858618a2de90e97b206c987"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a94c6526ee858618a2de90e97b206c987">TgBot::ChatMember::canDeleteMessages</a></div><div class="ttdeci">bool canDeleteMessages</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can delete messages of other users...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00062">ChatMember.h:62</a></div></div>
-<div class="ttc" id="_user_8h_html"><div class="ttname"><a href="_user_8h.html">User.h</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_a7c14c867a129ac28396b680c79dc495d"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#a7c14c867a129ac28396b680c79dc495d">TgBot::ChatMember::Ptr</a></div><div class="ttdeci">std::shared_ptr&lt; ChatMember &gt; Ptr</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00022">ChatMember.h:22</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_ace7455f999a39f804ff559bc77f7814d"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#ace7455f999a39f804ff559bc77f7814d">TgBot::ChatMember::untilDate</a></div><div class="ttdeci">uint64_t untilDate</div><div class="ttdoc">Optional. Restricted and kicked only. Date when restrictions will be lifted for this user...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00037">ChatMember.h:37</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_chat_member_html_aebb5db396b746a9cbd1a4b7fed79b0a0"><div class="ttname"><a href="class_tg_bot_1_1_chat_member.html#aebb5db396b746a9cbd1a4b7fed79b0a0">TgBot::ChatMember::canPinMessages</a></div><div class="ttdeci">bool canPinMessages</div><div class="ttdoc">Optional. Administrators only. True, if the administrator can pin messages, supergroups only...</div><div class="ttdef"><b>Definition:</b> <a href="_chat_member_8h_source.html#l00077">ChatMember.h:77</a></div></div>
-<div class="ttc" id="class_tg_bot_1_1_user_html_ae6ea24aef677abaaf0fd7d60adf5be79"><div class="ttname"><a href="class_tg_bot_1_1_user.html#ae6ea24aef677abaaf0fd7d60adf5be79">TgBot::User::Ptr</a></div><div class="ttdeci">std::shared_ptr&lt; User &gt; Ptr</div><div class="ttdef"><b>Definition:</b> <a href="_user_8h_source.html#l00039">User.h:39</a></div></div>
-</div><!-- fragment --></div><!-- contents -->
-</div><!-- doc-content -->
-<!-- start footer part -->
-<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
- <ul>
- <li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_25b26b9fa3b0bd1537052b03f43dd617.html">tgbot</a></li><li class="navelem"><a class="el" href="dir_edd914e3fbf8e89da3c33d1968dd487e.html">types</a></li><li class="navelem"><a class="el" href="_chat_member_8h.html">ChatMember.h</a></li>
- <li class="footer">Generated on Fri Jun 22 2018 22:14:16 for tgbot-cpp by
- <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.11 </li>
- </ul>
-</div>
-</body>
-</html>