summaryrefslogtreecommitdiff
path: root/docs/class_tg_bot_1_1_message_entity.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/class_tg_bot_1_1_message_entity.html')
-rw-r--r--docs/class_tg_bot_1_1_message_entity.html35
1 files changed, 24 insertions, 11 deletions
diff --git a/docs/class_tg_bot_1_1_message_entity.html b/docs/class_tg_bot_1_1_message_entity.html
index a614ee9..5f5f6b0 100644
--- a/docs/class_tg_bot_1_1_message_entity.html
+++ b/docs/class_tg_bot_1_1_message_entity.html
@@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_message_entity.html',
</div><!--header-->
<div class="contents">
+<p>This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc.
+ <a href="class_tg_bot_1_1_message_entity.html#details">More...</a></p>
+
<p><code>#include &lt;<a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
@@ -98,20 +101,25 @@ Public Types</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:adec4d61f5859cb0384e84dbe18988d78"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tg_bot_1_1_message_entity.html#adec4d61f5859cb0384e84dbe18988d78">type</a></td></tr>
+<tr class="memdesc:adec4d61f5859cb0384e84dbe18988d78"><td class="mdescLeft">&#160;</td><td class="mdescRight">Type of the entity. One of mention (), hashtag, bot_command, url, email, bold (bold text), italic (italic text), code (monowidth string), pre (monowidth block), text_link (for clickable text URLs). <a href="#adec4d61f5859cb0384e84dbe18988d78">More...</a><br /></td></tr>
<tr class="separator:adec4d61f5859cb0384e84dbe18988d78"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aad8da7260ae4360536a0a461e6c5b628"><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tg_bot_1_1_message_entity.html#aad8da7260ae4360536a0a461e6c5b628">offset</a></td></tr>
+<tr class="memdesc:aad8da7260ae4360536a0a461e6c5b628"><td class="mdescLeft">&#160;</td><td class="mdescRight">Offset in UTF-16 code units to the start of the entity. <a href="#aad8da7260ae4360536a0a461e6c5b628">More...</a><br /></td></tr>
<tr class="separator:aad8da7260ae4360536a0a461e6c5b628"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3f41be5fd732173bd84093df20a58e38"><td class="memItemLeft" align="right" valign="top">int32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tg_bot_1_1_message_entity.html#a3f41be5fd732173bd84093df20a58e38">length</a></td></tr>
+<tr class="memdesc:a3f41be5fd732173bd84093df20a58e38"><td class="mdescLeft">&#160;</td><td class="mdescRight">Length of the entity in UTF-16 code units. <a href="#a3f41be5fd732173bd84093df20a58e38">More...</a><br /></td></tr>
<tr class="separator:a3f41be5fd732173bd84093df20a58e38"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2cf6b38ee3116a4589d5f8263e53c51f"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tg_bot_1_1_message_entity.html#a2cf6b38ee3116a4589d5f8263e53c51f">url</a></td></tr>
+<tr class="memdesc:a2cf6b38ee3116a4589d5f8263e53c51f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Optional. For “text_link” only, url that will be opened after user taps on the text. <a href="#a2cf6b38ee3116a4589d5f8263e53c51f">More...</a><br /></td></tr>
<tr class="separator:a2cf6b38ee3116a4589d5f8263e53c51f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:affef16e94f7f3382260b85c66726bc48"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_tg_bot_1_1_user.html#ae6ea24aef677abaaf0fd7d60adf5be79">User::Ptr</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_tg_bot_1_1_message_entity.html#affef16e94f7f3382260b85c66726bc48">user</a></td></tr>
+<tr class="memdesc:affef16e94f7f3382260b85c66726bc48"><td class="mdescLeft">&#160;</td><td class="mdescRight">Optional. For “text_mention” only, the mentioned user. <a href="#affef16e94f7f3382260b85c66726bc48">More...</a><br /></td></tr>
<tr class="separator:affef16e94f7f3382260b85c66726bc48"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc. </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00018">18</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00019">19</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a id="a6710ffdbafba909633df7bcd8c488da0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6710ffdbafba909633df7bcd8c488da0">&#9670;&nbsp;</a></span>Ptr</h2>
@@ -125,7 +133,7 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00020">20</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00021">21</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -141,9 +149,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Length of the entity in UTF-16 code units </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00035">35</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p>Length of the entity in UTF-16 code units. </p>
+
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00036">36</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -158,9 +167,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
+
<p>Offset in UTF-16 code units to the start of the entity. </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00030">30</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00031">31</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -175,9 +185,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
+
<p>Type of the entity. One of mention (), hashtag, bot_command, url, email, bold (bold text), italic (italic text), code (monowidth string), pre (monowidth block), text_link (for clickable text URLs). </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00025">25</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00026">26</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -192,9 +203,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Optional. For “text_link” only, url that will be opened after user taps on the text </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00040">40</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p>Optional. For “text_link” only, url that will be opened after user taps on the text. </p>
+
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00041">41</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -209,9 +221,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Optional. For “text_mention” only, the mentioned user </p>
-<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00045">45</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
+<p>Optional. For “text_mention” only, the mentioned user. </p>
+
+<p class="definition">Definition at line <a class="el" href="_message_entity_8h_source.html#l00046">46</a> of file <a class="el" href="_message_entity_8h_source.html">MessageEntity.h</a>.</p>
</div>
</div>
@@ -224,7 +237,7 @@ Public Attributes</h2></td></tr>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_tg_bot.html">TgBot</a></li><li class="navelem"><a class="el" href="class_tg_bot_1_1_message_entity.html">MessageEntity</a></li>
- <li class="footer">Generated on Mon May 28 2018 13:57:33 for tgbot-cpp by
+ <li class="footer">Generated on Tue Jun 5 2018 19:07:15 for tgbot-cpp by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>