summaryrefslogtreecommitdiff
path: root/docs/class_tg_bot_1_1_file.html
diff options
context:
space:
mode:
authorOleg Morozenkov <m@oleg.rocks>2018-06-05 19:07:27 +0300
committerOleg Morozenkov <m@oleg.rocks>2018-06-05 19:07:27 +0300
commitc8d40dccabaaa406faed6c0797a92bac811c9d0f (patch)
treebacf9287fbac322e8ecf9c8ae2c505ce6ba8b8b6 /docs/class_tg_bot_1_1_file.html
parent1a90b5022d47bc0059214381b74db6fae9767cef (diff)
Update docs
Diffstat (limited to 'docs/class_tg_bot_1_1_file.html')
-rw-r--r--docs/class_tg_bot_1_1_file.html31
1 files changed, 21 insertions, 10 deletions
diff --git a/docs/class_tg_bot_1_1_file.html b/docs/class_tg_bot_1_1_file.html
index 85f589d..fefc695 100644
--- a/docs/class_tg_bot_1_1_file.html
+++ b/docs/class_tg_bot_1_1_file.html
@@ -88,6 +88,9 @@ $(document).ready(function(){initNavTree('class_tg_bot_1_1_file.html','');});
</div><!--header-->
<div class="contents">
+<p>This object represents a file ready to be downloaded.
+ <a href="class_tg_bot_1_1_file.html#details">More...</a></p>
+
<p><code>#include &lt;<a class="el" href="_file_8h_source.html">File.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
@@ -98,16 +101,20 @@ 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:a0e64b7f89b84e674ea890399ea27dd6e"><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_file.html#a0e64b7f89b84e674ea890399ea27dd6e">fileId</a></td></tr>
+<tr class="memdesc:a0e64b7f89b84e674ea890399ea27dd6e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Unique identifier for this file. <a href="#a0e64b7f89b84e674ea890399ea27dd6e">More...</a><br /></td></tr>
<tr class="separator:a0e64b7f89b84e674ea890399ea27dd6e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1c4a6f8d51e846ec75d15ffa2c5d1445"><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_file.html#a1c4a6f8d51e846ec75d15ffa2c5d1445">fileSize</a></td></tr>
+<tr class="memdesc:a1c4a6f8d51e846ec75d15ffa2c5d1445"><td class="mdescLeft">&#160;</td><td class="mdescRight">Optional. <a class="el" href="class_tg_bot_1_1_file.html" title="This object represents a file ready to be downloaded. ">File</a> size, if known. <a href="#a1c4a6f8d51e846ec75d15ffa2c5d1445">More...</a><br /></td></tr>
<tr class="separator:a1c4a6f8d51e846ec75d15ffa2c5d1445"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad1abfaf438998878eee537fc82b4bb6e"><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_file.html#ad1abfaf438998878eee537fc82b4bb6e">filePath</a></td></tr>
+<tr class="memdesc:ad1abfaf438998878eee537fc82b4bb6e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Optional. <a class="el" href="class_tg_bot_1_1_file.html" title="This object represents a file ready to be downloaded. ">File</a> path. <a href="#ad1abfaf438998878eee537fc82b4bb6e">More...</a><br /></td></tr>
<tr class="separator:ad1abfaf438998878eee537fc82b4bb6e"><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 a file ready to be downloaded. The file can be downloaded via the link <a href="https://api.telegram.org/file/bot">https://api.telegram.org/file/bot</a>&lt;token&gt;/&lt;file_path&gt;. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. Maximum file size to download is 20 MB </p>
+<div class="textblock"><p>This object represents a file ready to be downloaded. </p>
+<p>The file can be downloaded via the link <a href="https://api.telegram.org/file/bot">https://api.telegram.org/file/bot</a>&lt;token&gt;/&lt;file_path&gt;. It is guaranteed that the link will be valid for at least 1 hour. When the link expires, a new one can be requested by calling getFile. Maximum file size to download is 20 MB </p>
-<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00021">21</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00023">23</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
</div><h2 class="groupheader">Member Typedef Documentation</h2>
<a id="ac47e9c73b9d762eef2322c0932c5a934"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac47e9c73b9d762eef2322c0932c5a934">&#9670;&nbsp;</a></span>Ptr</h2>
@@ -121,7 +128,7 @@ Public Attributes</h2></td></tr>
</table>
</div><div class="memdoc">
-<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00024">24</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
+<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00026">26</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
</div>
</div>
@@ -137,9 +144,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Unique identifier for this file </p>
-<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00029">29</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
+<p>Unique identifier for this file. </p>
+
+<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00031">31</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
</div>
</div>
@@ -154,9 +162,11 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Optional. <a class="el" href="class_tg_bot_1_1_file.html">File</a> path. Use <a href="https://api.telegram.org/file/bot">https://api.telegram.org/file/bot</a>&lt;token&gt;/&lt;file_path&gt; to get the file. </p>
-<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00040">40</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
+<p>Optional. <a class="el" href="class_tg_bot_1_1_file.html" title="This object represents a file ready to be downloaded. ">File</a> path. </p>
+<p>Use <a href="https://api.telegram.org/file/bot">https://api.telegram.org/file/bot</a>&lt;token&gt;/&lt;file_path&gt; to get the file. </p>
+
+<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00043">43</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
</div>
</div>
@@ -171,9 +181,10 @@ Public Attributes</h2></td></tr>
</tr>
</table>
</div><div class="memdoc">
-<p>Optional. <a class="el" href="class_tg_bot_1_1_file.html">File</a> size, if known </p>
-<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00034">34</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
+<p>Optional. <a class="el" href="class_tg_bot_1_1_file.html" title="This object represents a file ready to be downloaded. ">File</a> size, if known. </p>
+
+<p class="definition">Definition at line <a class="el" href="_file_8h_source.html#l00036">36</a> of file <a class="el" href="_file_8h_source.html">File.h</a>.</p>
</div>
</div>
@@ -186,7 +197,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_file.html">File</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>