diff options
Diffstat (limited to 'docs/annotated.html')
-rw-r--r-- | docs/annotated.html | 218 |
1 files changed, 0 insertions, 218 deletions
diff --git a/docs/annotated.html b/docs/annotated.html deleted file mode 100644 index b38f246..0000000 --- a/docs/annotated.html +++ /dev/null @@ -1,218 +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: Class List</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 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 class="current"><a href="annotated.html"><span>Classes</span></a></li> - <li><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 class="current"><a href="annotated.html"><span>Class List</span></a></li> - <li><a href="classes.html"><span>Class Index</span></a></li> - <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> - <li><a href="functions.html"><span>Class Members</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('annotated.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">Class List</div> </div> -</div><!--header--> -<div class="contents"> -<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> -<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory"> -<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_tg_bot.html" target="_self">TgBot</a></td><td class="desc"></td></tr> -<tr id="row_0_0_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_animation.html" target="_self">Animation</a></td><td class="desc">You can provide an animation for your game so that it looks stylish in chats (check out Lumberjack for an example) </td></tr> -<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_api.html" target="_self">Api</a></td><td class="desc">This class executes telegram api methods. Telegram docs: <a href="https://core.telegram.org/bots/api#available-methods">https://core.telegram.org/bots/api#available-methods</a> </td></tr> -<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_audio.html" target="_self">Audio</a></td><td class="desc">This object represents an audio file (voice note) </td></tr> -<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_bot.html" target="_self">Bot</a></td><td class="desc">This object holds other objects specific for this bot instance </td></tr> -<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_callback_game.html" target="_self">CallbackGame</a></td><td class="desc">A placeholder, currently holds no information. Use BotFather to set up your game </td></tr> -<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_callback_query.html" target="_self">CallbackQuery</a></td><td class="desc">This object represents an incoming callback query from a callback button in an inline keyboard </td></tr> -<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_chat.html" target="_self">Chat</a></td><td class="desc">This object represents a Telegram <a class="el" href="class_tg_bot_1_1_chat.html" title="This object represents a Telegram Chat. ">Chat</a> </td></tr> -<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_chat_member.html" target="_self">ChatMember</a></td><td class="desc">This object contains information about one member of the chat </td></tr> -<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_chat_photo.html" target="_self">ChatPhoto</a></td><td class="desc">This object represents a chat photo </td></tr> -<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_chosen_inline_result.html" target="_self">ChosenInlineResult</a></td><td class="desc">This object represents a result of an inline query that was chosen by the user and sent to their chat partner </td></tr> -<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_contact.html" target="_self">Contact</a></td><td class="desc">This object represents a phone contact </td></tr> -<tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_document.html" target="_self">Document</a></td><td class="desc">This object represents a general file (as opposed to photos and audio files) </td></tr> -<tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_event_broadcaster.html" target="_self">EventBroadcaster</a></td><td class="desc">This class holds all event listeners </td></tr> -<tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_event_handler.html" target="_self">EventHandler</a></td><td class="desc"></td></tr> -<tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_file.html" target="_self">File</a></td><td class="desc">This object represents a file ready to be downloaded </td></tr> -<tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_force_reply.html" target="_self">ForceReply</a></td><td class="desc">Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the user has selected the bot‘s message and tapped ’Reply'). This can be extremely useful if you want to create user-friendly step-by-step interfaces without having to sacrifice privacy mode </td></tr> -<tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_game.html" target="_self">Game</a></td><td class="desc">This object represents a game </td></tr> -<tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_game_high_score.html" target="_self">GameHighScore</a></td><td class="desc">This object represents one row of the high scores table for a game </td></tr> -<tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_generic_reply.html" target="_self">GenericReply</a></td><td class="desc">This abstract class is base of all keyboard related events </td></tr> -<tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_http_client.html" target="_self">HttpClient</a></td><td class="desc">This class makes http requests </td></tr> -<tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_http_parser.html" target="_self">HttpParser</a></td><td class="desc"></td></tr> -<tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_http_req_arg.html" target="_self">HttpReqArg</a></td><td class="desc">This class represents argument in POST http requests </td></tr> -<tr id="row_0_22_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_22_" class="arrow" onclick="toggleFolder('0_22_')">▼</span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_http_server.html" target="_self">HttpServer</a></td><td class="desc">This class handles HTTP requests from the Internet </td></tr> -<tr id="row_0_22_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_http_server_1_1_connection.html" target="_self">Connection</a></td><td class="desc"></td></tr> -<tr id="row_0_23_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_keyboard_button.html" target="_self">InlineKeyboardButton</a></td><td class="desc">This object represents one button of an inline keyboard. You must use exactly one of the optional fields </td></tr> -<tr id="row_0_24_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_keyboard_markup.html" target="_self">InlineKeyboardMarkup</a></td><td class="desc">This object represents an inline keyboard that appears right next to the message it belongs to </td></tr> -<tr id="row_0_25_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query.html" target="_self">InlineQuery</a></td><td class="desc">This object represents an incoming inline query </td></tr> -<tr id="row_0_26_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result.html" target="_self">InlineQueryResult</a></td><td class="desc">This abstract class is base of all inline query results </td></tr> -<tr id="row_0_27_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_article.html" target="_self">InlineQueryResultArticle</a></td><td class="desc">Represents a link to an article of web page </td></tr> -<tr id="row_0_28_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_audio.html" target="_self">InlineQueryResultAudio</a></td><td class="desc">Represents a link to an mp3 audio file </td></tr> -<tr id="row_0_29_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_audio.html" target="_self">InlineQueryResultCachedAudio</a></td><td class="desc">Represents a link to an mp3 audio file stored on the Telegram servers </td></tr> -<tr id="row_0_30_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_document.html" target="_self">InlineQueryResultCachedDocument</a></td><td class="desc">Represents a link to a file stored on the Telegram servers </td></tr> -<tr id="row_0_31_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_gif.html" target="_self">InlineQueryResultCachedGif</a></td><td class="desc">Represents a link to an animated GIF file stored on the Telegram servers </td></tr> -<tr id="row_0_32_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_mpeg4_gif.html" target="_self">InlineQueryResultCachedMpeg4Gif</a></td><td class="desc">Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) stored on the Telegram servers </td></tr> -<tr id="row_0_33_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_photo.html" target="_self">InlineQueryResultCachedPhoto</a></td><td class="desc">Represents a link to a photo stored on the Telegram servers </td></tr> -<tr id="row_0_34_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_sticker.html" target="_self">InlineQueryResultCachedSticker</a></td><td class="desc">Represents a link to a sticker stored on the Telegram servers </td></tr> -<tr id="row_0_35_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_video.html" target="_self">InlineQueryResultCachedVideo</a></td><td class="desc">Represents a link to a video file stored on the Telegram servers </td></tr> -<tr id="row_0_36_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_cached_voice.html" target="_self">InlineQueryResultCachedVoice</a></td><td class="desc">Represents a link to a voice message stored on the Telegram servers </td></tr> -<tr id="row_0_37_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_contact.html" target="_self">InlineQueryResultContact</a></td><td class="desc">Represents a contact with a phone number </td></tr> -<tr id="row_0_38_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_document.html" target="_self">InlineQueryResultDocument</a></td><td class="desc">Represents a link to a file </td></tr> -<tr id="row_0_39_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_game.html" target="_self">InlineQueryResultGame</a></td><td class="desc">Represents a <a class="el" href="class_tg_bot_1_1_game.html" title="This object represents a game. ">Game</a> </td></tr> -<tr id="row_0_40_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_gif.html" target="_self">InlineQueryResultGif</a></td><td class="desc">Represents a link to an animated GIF file </td></tr> -<tr id="row_0_41_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_location.html" target="_self">InlineQueryResultLocation</a></td><td class="desc">Represents a location on a map </td></tr> -<tr id="row_0_42_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_mpeg4_gif.html" target="_self">InlineQueryResultMpeg4Gif</a></td><td class="desc">Represents a link to a video animation (H.264/MPEG-4 AVC video without sound) </td></tr> -<tr id="row_0_43_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_photo.html" target="_self">InlineQueryResultPhoto</a></td><td class="desc">Represents a link to a photo </td></tr> -<tr id="row_0_44_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_venue.html" target="_self">InlineQueryResultVenue</a></td><td class="desc">Represents a venue </td></tr> -<tr id="row_0_45_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_video.html" target="_self">InlineQueryResultVideo</a></td><td class="desc">Represents link to a page containing an embedded video player or a video file </td></tr> -<tr id="row_0_46_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_inline_query_result_voice.html" target="_self">InlineQueryResultVoice</a></td><td class="desc">Represents link to a page containing an embedded video player or a video file </td></tr> -<tr id="row_0_47_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_contact_message_content.html" target="_self">InputContactMessageContent</a></td><td class="desc">Represents the content of a contact message to be sent as the result of an inline query </td></tr> -<tr id="row_0_48_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_file.html" target="_self">InputFile</a></td><td class="desc">This object represents the contents of a file to be uploaded </td></tr> -<tr id="row_0_49_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_location_message_content.html" target="_self">InputLocationMessageContent</a></td><td class="desc">Represents the content of a location message to be sent as the result of an inline query </td></tr> -<tr id="row_0_50_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_media.html" target="_self">InputMedia</a></td><td class="desc">This object represents the content of a media message to be sent </td></tr> -<tr id="row_0_51_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_media_photo.html" target="_self">InputMediaPhoto</a></td><td class="desc">Represents a photo to be sent </td></tr> -<tr id="row_0_52_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_media_video.html" target="_self">InputMediaVideo</a></td><td class="desc">Represents a video to be sent </td></tr> -<tr id="row_0_53_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_message_content.html" target="_self">InputMessageContent</a></td><td class="desc">This object represents the content of a message to be sent as a result of an inline query </td></tr> -<tr id="row_0_54_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_text_message_content.html" target="_self">InputTextMessageContent</a></td><td class="desc">Represents the content of a text message to be sent as the result of an inline query </td></tr> -<tr id="row_0_55_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_input_venue_message_content.html" target="_self">InputVenueMessageContent</a></td><td class="desc">Represents the content of a venue message to be sent as the result of an inline query </td></tr> -<tr id="row_0_56_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_invoice.html" target="_self">Invoice</a></td><td class="desc">This object contains basic information about an invoice </td></tr> -<tr id="row_0_57_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_keyboard_button.html" target="_self">KeyboardButton</a></td><td class="desc">This object represents one button of the reply keyboard </td></tr> -<tr id="row_0_58_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_labeled_price.html" target="_self">LabeledPrice</a></td><td class="desc">This object represents a portion of the price for goods or services </td></tr> -<tr id="row_0_59_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_location.html" target="_self">Location</a></td><td class="desc">This object represents a point on the map </td></tr> -<tr id="row_0_60_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_mask_position.html" target="_self">MaskPosition</a></td><td class="desc">This object describes the position on faces where a mask should be placed by default </td></tr> -<tr id="row_0_61_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_message.html" target="_self">Message</a></td><td class="desc">This object represents a message </td></tr> -<tr id="row_0_62_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_message_entity.html" target="_self">MessageEntity</a></td><td class="desc">This object represents one special entity in a text message. For example, hashtags, usernames, URLs, etc </td></tr> -<tr id="row_0_63_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_order_info.html" target="_self">OrderInfo</a></td><td class="desc">This object represents information about an order </td></tr> -<tr id="row_0_64_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_photo_size.html" target="_self">PhotoSize</a></td><td class="desc">This object represents one size of a photo or a file / sticker thumbnail </td></tr> -<tr id="row_0_65_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_pre_checkout_query.html" target="_self">PreCheckoutQuery</a></td><td class="desc">This object contains information about an incoming pre-checkout query </td></tr> -<tr id="row_0_66_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_reply_keyboard_markup.html" target="_self">ReplyKeyboardMarkup</a></td><td class="desc">This object represents a custom keyboard with reply options </td></tr> -<tr id="row_0_67_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_reply_keyboard_remove.html" target="_self">ReplyKeyboardRemove</a></td><td class="desc">Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard </td></tr> -<tr id="row_0_68_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_response_parameters.html" target="_self">ResponseParameters</a></td><td class="desc">Contains information about why a request was unsuccessfull </td></tr> -<tr id="row_0_69_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_shipping_address.html" target="_self">ShippingAddress</a></td><td class="desc">This object represents a shipping address </td></tr> -<tr id="row_0_70_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_shipping_option.html" target="_self">ShippingOption</a></td><td class="desc">This object represents one shipping option </td></tr> -<tr id="row_0_71_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_shipping_query.html" target="_self">ShippingQuery</a></td><td class="desc">This object contains information about an incoming shipping query </td></tr> -<tr id="row_0_72_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_sticker.html" target="_self">Sticker</a></td><td class="desc">This object represents a general file (as opposed to photos and audio files) </td></tr> -<tr id="row_0_73_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_sticker_set.html" target="_self">StickerSet</a></td><td class="desc">This object represents a sticker set </td></tr> -<tr id="row_0_74_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_successful_payment.html" target="_self">SuccessfulPayment</a></td><td class="desc">This object contains basic information about a successful payment </td></tr> -<tr id="row_0_75_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_tg_exception.html" target="_self">TgException</a></td><td class="desc">Exception type which is only thrown when Telegram refuses API request </td></tr> -<tr id="row_0_76_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_tg_long_poll.html" target="_self">TgLongPoll</a></td><td class="desc">This class handles long polling and updates parsing </td></tr> -<tr id="row_0_77_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_tg_webhook_server.html" target="_self">TgWebhookServer</a></td><td class="desc"></td></tr> -<tr id="row_0_78_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_tg_webhook_tcp_server.html" target="_self">TgWebhookTcpServer</a></td><td class="desc"></td></tr> -<tr id="row_0_79_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_update.html" target="_self">Update</a></td><td class="desc">This object represents an incoming update </td></tr> -<tr id="row_0_80_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_url.html" target="_self">Url</a></td><td class="desc">This class parses a string with the url </td></tr> -<tr id="row_0_81_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_user.html" target="_self">User</a></td><td class="desc">This object represents a Telegram user or bot </td></tr> -<tr id="row_0_82_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_user_profile_photos.html" target="_self">UserProfilePhotos</a></td><td class="desc">This object represent a user's profile pictures </td></tr> -<tr id="row_0_83_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_venue.html" target="_self">Venue</a></td><td class="desc">This object represents a venue </td></tr> -<tr id="row_0_84_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_video.html" target="_self">Video</a></td><td class="desc">This object represents a video file </td></tr> -<tr id="row_0_85_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_video_note.html" target="_self">VideoNote</a></td><td class="desc">This object represents a video message (available in Telegram apps as of v.4.0) </td></tr> -<tr id="row_0_86_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_voice.html" target="_self">Voice</a></td><td class="desc">This object represents a voice note </td></tr> -<tr id="row_0_87_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="class_tg_bot_1_1_webhook_info.html" target="_self">WebhookInfo</a></td><td class="desc">Contains information about the current status of a webhook </td></tr> -</table> -</div><!-- directory --> -</div><!-- contents --> -</div><!-- doc-content --> -<!-- start footer part --> -<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> - <ul> - <li class="footer">Generated on Fri Jun 22 2018 22:14:17 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> |