diff options
author | Oleg Morozenkov <m@oleg.rocks> | 2018-05-27 22:44:51 +0300 |
---|---|---|
committer | Oleg Morozenkov <m@oleg.rocks> | 2018-05-27 22:44:51 +0300 |
commit | ce9bcf9d653a0598b41fcf52708d01b396c6fd30 (patch) | |
tree | ddb7c0a454401da4ddeefc0bc517c9502ba61590 /docs/_inline_query_result_voice_8h_source.html | |
parent | 9804b269d19e3db1c0aada27c47f8748bfff40a0 (diff) |
Update README.md and docs
Diffstat (limited to 'docs/_inline_query_result_voice_8h_source.html')
-rw-r--r-- | docs/_inline_query_result_voice_8h_source.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_inline_query_result_voice_8h_source.html b/docs/_inline_query_result_voice_8h_source.html index 4f6ff29..4bc28d3 100644 --- a/docs/_inline_query_result_voice_8h_source.html +++ b/docs/_inline_query_result_voice_8h_source.html @@ -85,7 +85,7 @@ $(document).ready(function(){initNavTree('_inline_query_result_voice_8h_source.h <div class="contents"> <a href="_inline_query_result_voice_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> <span class="comment">//</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">// Created by Konstantin Kukin on 27/12/16</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> </div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#ifndef TGBOT_INLINEQUERYRESULTVOICE_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#define TGBOT_INLINEQUERYRESULTVOICE_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">namespace </span><a class="code" href="namespace_tg_bot.html">TgBot</a> {</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html"> 14</a></span> <span class="keyword">class </span><a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html">InlineQueryResultVoice</a> : <span class="keyword">public</span> <a class="code" href="class_tg_bot_1_1_inline_query_result.html">InlineQueryResult</a> {</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">public</span>:</div><div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html#aed1455e6e8e8ba89bc9fa5895f52896d"> 16</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> std::string <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#aed1455e6e8e8ba89bc9fa5895f52896d">TYPE</a>;</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> </div><div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html#a4cf1aa18aaec542598e39ee7416c7df9"> 18</a></span>  <span class="keyword">typedef</span> std::shared_ptr<InlineQueryResultVoice> <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#a4cf1aa18aaec542598e39ee7416c7df9">Ptr</a>;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> </div><div class="line"><a name="l00020"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html#a01f73a78827c6ec75f7b355b521efd47"> 20</a></span>  <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#a01f73a78827c6ec75f7b355b521efd47">InlineQueryResultVoice</a>() {</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  this-><a class="code" href="class_tg_bot_1_1_inline_query_result.html#a264821cb9ed371fc04809effb2ec9bf0">type</a> = <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#aed1455e6e8e8ba89bc9fa5895f52896d">TYPE</a>;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>  this-><a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#a628636c93a2dbf8440cb3989ba1aaceb">voiceDuration</a> = 0;</div><div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html#afc09fe61b4fcdce1644d55ec488ecda9"> 23</a></span>  };</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> </div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  std::string <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#afc09fe61b4fcdce1644d55ec488ecda9">voiceUrl</a>;</div><div class="line"><a name="l00029"></a><span class="lineno"> 29</span> </div><div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="class_tg_bot_1_1_inline_query_result_voice.html#a628636c93a2dbf8440cb3989ba1aaceb"> 33</a></span>  int32_t <a class="code" href="class_tg_bot_1_1_inline_query_result_voice.html#a628636c93a2dbf8440cb3989ba1aaceb">voiceDuration</a>;</div><div class="line"><a name="l00034"></a><span class="lineno"> 34</span> };</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span> }</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span> </div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span> <span class="preprocessor">#endif //TGBOT_INLINEQUERYRESULTVOICE_H</span></div><div class="ttc" id="class_tg_bot_1_1_inline_query_result_html_a264821cb9ed371fc04809effb2ec9bf0"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result.html#a264821cb9ed371fc04809effb2ec9bf0">TgBot::InlineQueryResult::type</a></div><div class="ttdeci">std::string type</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_8h_source.html#l00033">InlineQueryResult.h:33</a></div></div> <div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html_afc09fe61b4fcdce1644d55ec488ecda9"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html#afc09fe61b4fcdce1644d55ec488ecda9">TgBot::InlineQueryResultVoice::voiceUrl</a></div><div class="ttdeci">std::string voiceUrl</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00023">InlineQueryResultVoice.h:23</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#l00044">Api.h:44</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#l00046">Api.h:46</a></div></div> <div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html_aed1455e6e8e8ba89bc9fa5895f52896d"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html#aed1455e6e8e8ba89bc9fa5895f52896d">TgBot::InlineQueryResultVoice::TYPE</a></div><div class="ttdeci">static const std::string TYPE</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00016">InlineQueryResultVoice.h:16</a></div></div> <div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html_a01f73a78827c6ec75f7b355b521efd47"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html#a01f73a78827c6ec75f7b355b521efd47">TgBot::InlineQueryResultVoice::InlineQueryResultVoice</a></div><div class="ttdeci">InlineQueryResultVoice()</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00020">InlineQueryResultVoice.h:20</a></div></div> <div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html_a4cf1aa18aaec542598e39ee7416c7df9"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html#a4cf1aa18aaec542598e39ee7416c7df9">TgBot::InlineQueryResultVoice::Ptr</a></div><div class="ttdeci">std::shared_ptr< InlineQueryResultVoice > Ptr</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00018">InlineQueryResultVoice.h:18</a></div></div> @@ -98,7 +98,7 @@ $(document).ready(function(){initNavTree('_inline_query_result_voice_8h_source.h <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="_inline_query_result_voice_8h.html">InlineQueryResultVoice.h</a></li> - <li class="footer">Generated on Sun Apr 1 2018 03:11:33 for tgbot-cpp by + <li class="footer">Generated on Sun May 27 2018 22:44:47 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> |