summaryrefslogtreecommitdiff
path: root/docs/_inline_query_result_voice_8h_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_inline_query_result_voice_8h_source.html')
-rw-r--r--docs/_inline_query_result_voice_8h_source.html107
1 files changed, 107 insertions, 0 deletions
diff --git a/docs/_inline_query_result_voice_8h_source.html b/docs/_inline_query_result_voice_8h_source.html
new file mode 100644
index 0000000..fc0219d
--- /dev/null
+++ b/docs/_inline_query_result_voice_8h_source.html
@@ -0,0 +1,107 @@
+<!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.13"/>
+<meta name="viewport" content="width=device-width, initial-scale=1"/>
+<title>tgbot-cpp: include/tgbot/types/InlineQueryResultVoice.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);
+</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>
+<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.13 -->
+<script type="text/javascript">
+var searchBox = new SearchBox("searchBox", "search",false,'Search');
+</script>
+<script type="text/javascript" src="menudata.js"></script>
+<script type="text/javascript" src="menu.js"></script>
+<script type="text/javascript">
+$(function() {
+ initMenu('',true,false,'search.php','Search');
+ $(document).ready(function() { init_search(); });
+});
+</script>
+<div id="main-nav"></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('_inline_query_result_voice_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">InlineQueryResultVoice.h</div> </div>
+</div><!--header-->
+<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>&#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 27/12/16</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="preprocessor">#ifndef TGBOT_INLINEQUERYRESULTVOICE_H</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="preprocessor">#define TGBOT_INLINEQUERYRESULTVOICE_H</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<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>&#160;</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>&#160;<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>&#160;<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>&#160; <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>&#160;</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>&#160; <span class="keyword">typedef</span> std::shared_ptr&lt;InlineQueryResultVoice&gt; <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>&#160;</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>&#160; <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>&#160; this-&gt;<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>&#160; this-&gt;<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>&#160; };</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160; 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>&#160;</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>&#160; 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>&#160;};</div><div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160;}</div><div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;</div><div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<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="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&lt; InlineQueryResultVoice &gt; Ptr</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00018">InlineQueryResultVoice.h:18</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_inline_query_result_html"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result.html">TgBot::InlineQueryResult</a></div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_8h_source.html#l00020">InlineQueryResult.h:20</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html">TgBot::InlineQueryResultVoice</a></div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00014">InlineQueryResultVoice.h:14</a></div></div>
+<div class="ttc" id="class_tg_bot_1_1_inline_query_result_voice_html_a628636c93a2dbf8440cb3989ba1aaceb"><div class="ttname"><a href="class_tg_bot_1_1_inline_query_result_voice.html#a628636c93a2dbf8440cb3989ba1aaceb">TgBot::InlineQueryResultVoice::voiceDuration</a></div><div class="ttdeci">int32_t voiceDuration</div><div class="ttdef"><b>Definition:</b> <a href="_inline_query_result_voice_8h_source.html#l00033">InlineQueryResultVoice.h:33</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="_inline_query_result_voice_8h.html">InlineQueryResultVoice.h</a></li>
+ <li class="footer">Generated on Sun Jan 15 2017 02:46:16 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>
+</div>
+</body>
+</html>