From d03eda27cdbe75470068d7513ecf510d8d342cf5 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Sun, 15 Jan 2017 02:46:48 +0300 Subject: Docs --- docs/d1/d15/class_tg_bot_1_1_tg_type_parser.html | 2690 ---------------------- docs/d1/d15/class_tg_bot_1_1_tg_type_parser.js | 119 - 2 files changed, 2809 deletions(-) delete mode 100644 docs/d1/d15/class_tg_bot_1_1_tg_type_parser.html delete mode 100644 docs/d1/d15/class_tg_bot_1_1_tg_type_parser.js (limited to 'docs/d1/d15') diff --git a/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.html b/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.html deleted file mode 100644 index 4df28f5..0000000 --- a/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.html +++ /dev/null @@ -1,2690 +0,0 @@ - - - - - - - -tgbot-cpp: TgBot::TgTypeParser Class Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
tgbot-cpp -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
TgBot::TgTypeParser Class Reference
-
-
- -

#include <TgTypeParser.h>

- - - - - - - - -

-Public Types

template<typename T >
using JsonToTgTypeFunc = std::shared_ptr< T >(TgTypeParser::*)(const boost::property_tree::ptree &) const
 
template<typename T >
using TgTypeToJsonFunc = std::string(TgTypeParser::*)(const std::shared_ptr< T > &) const
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

Chat::Ptr parseJsonAndGetChat (const boost::property_tree::ptree &data) const
 
std::string parseChat (const Chat::Ptr &object) const
 
User::Ptr parseJsonAndGetUser (const boost::property_tree::ptree &data) const
 
std::string parseUser (const User::Ptr &object) const
 
MessageEntity::Ptr parseJsonAndGetEntity (const boost::property_tree::ptree &data) const
 
Message::Ptr parseJsonAndGetMessage (const boost::property_tree::ptree &data) const
 
std::string parseMessage (const Message::Ptr &object) const
 
PhotoSize::Ptr parseJsonAndGetPhotoSize (const boost::property_tree::ptree &data) const
 
std::string parsePhotoSize (const PhotoSize::Ptr &object) const
 
Audio::Ptr parseJsonAndGetAudio (const boost::property_tree::ptree &data) const
 
std::string parseAudio (const Audio::Ptr &object) const
 
Document::Ptr parseJsonAndGetDocument (const boost::property_tree::ptree &data) const
 
std::string parseDocument (const Document::Ptr &object) const
 
Sticker::Ptr parseJsonAndGetSticker (const boost::property_tree::ptree &data) const
 
std::string parseSticker (const Sticker::Ptr &object) const
 
Video::Ptr parseJsonAndGetVideo (const boost::property_tree::ptree &data) const
 
std::string parseVideo (const Video::Ptr &object) const
 
Contact::Ptr parseJsonAndGetContact (const boost::property_tree::ptree &data) const
 
std::string parseContact (const Contact::Ptr &object) const
 
Location::Ptr parseJsonAndGetLocation (const boost::property_tree::ptree &data) const
 
std::string parseLocation (const Location::Ptr &object) const
 
Update::Ptr parseJsonAndGetUpdate (const boost::property_tree::ptree &data) const
 
std::string parseUpdate (const Update::Ptr &object) const
 
UserProfilePhotos::Ptr parseJsonAndGetUserProfilePhotos (const boost::property_tree::ptree &data) const
 
std::string parseUserProfilePhotos (const UserProfilePhotos::Ptr &object) const
 
File::Ptr parseJsonAndGetFile (const boost::property_tree::ptree &data) const
 
std::string parseFile (const File::Ptr &object) const
 
ReplyKeyboardMarkup::Ptr parseJsonAndGetReplyKeyboardMarkup (const boost::property_tree::ptree &data) const
 
std::string parseReplyKeyboardMarkup (const ReplyKeyboardMarkup::Ptr &object) const
 
KeyboardButton::Ptr parseJsonAndGetKeyboardButton (const boost::property_tree::ptree &data) const
 
std::string parseKeyboardButton (const KeyboardButton::Ptr &object) const
 
ReplyKeyboardRemove::Ptr parseJsonAndGetReplyKeyboardRemove (const boost::property_tree::ptree &data) const
 
std::string parseReplyKeyboardRemove (const ReplyKeyboardRemove::Ptr &object) const
 
ForceReply::Ptr parseJsonAndGetForceReply (const boost::property_tree::ptree &data) const
 
std::string parseForceReply (const ForceReply::Ptr &object) const
 
ChatMember::Ptr parseJsonAndGetChatMember (const boost::property_tree::ptree &data) const
 
std::string parseChatMember (const ChatMember::Ptr &object) const
 
ResponseParameters::Ptr parseJsonAndGetResponseParameters (const boost::property_tree::ptree &data) const
 
std::string parseResponseParameters (const ResponseParameters::Ptr &object) const
 
GenericReply::Ptr parseJsonAndGetGenericReply (const boost::property_tree::ptree &data) const
 
std::string parseGenericReply (const GenericReply::Ptr &object) const
 
InlineQuery::Ptr parseJsonAndGetInlineQuery (const boost::property_tree::ptree &data) const
 
std::string parseInlineQuery (const InlineQuery::Ptr &object) const
 
InlineQueryResult::Ptr parseJsonAndGetInlineQueryResult (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResult (const InlineQueryResult::Ptr &object) const
 
InlineQueryResultCachedAudio::Ptr parseJsonAndGetInlineQueryResultCachedAudio (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedAudio (const InlineQueryResultCachedAudio::Ptr &object) const
 
InlineQueryResultCachedDocument::Ptr parseJsonAndGetInlineQueryResultCachedDocument (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedDocument (const InlineQueryResultCachedDocument::Ptr &object) const
 
InlineQueryResultCachedGif::Ptr parseJsonAndGetInlineQueryResultCachedGif (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedGif (const InlineQueryResultCachedGif::Ptr &object) const
 
InlineQueryResultCachedMpeg4Gif::Ptr parseJsonAndGetInlineQueryResultCachedMpeg4Gif (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedMpeg4Gif (const InlineQueryResultCachedMpeg4Gif::Ptr &object) const
 
InlineQueryResultCachedPhoto::Ptr parseJsonAndGetInlineQueryResultCachedPhoto (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedPhoto (const InlineQueryResultCachedPhoto::Ptr &object) const
 
InlineQueryResultCachedSticker::Ptr parseJsonAndGetInlineQueryResultCachedSticker (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedSticker (const InlineQueryResultCachedSticker::Ptr &object) const
 
InlineQueryResultCachedVideo::Ptr parseJsonAndGetInlineQueryResultCachedVideo (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedVideo (const InlineQueryResultCachedVideo::Ptr &object) const
 
InlineQueryResultCachedVoice::Ptr parseJsonAndGetInlineQueryResultCachedVoice (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultCachedVoice (const InlineQueryResultCachedVoice::Ptr &object) const
 
InlineQueryResultArticle::Ptr parseJsonAndGetInlineQueryResultArticle (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultArticle (const InlineQueryResultArticle::Ptr &object) const
 
InlineQueryResultAudio::Ptr parseJsonAndGetInlineQueryResultAudio (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultAudio (const InlineQueryResultAudio::Ptr &object) const
 
InlineQueryResultContact::Ptr parseJsonAndGetInlineQueryResultContact (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultContact (const InlineQueryResultContact::Ptr &object) const
 
InlineQueryResultGame::Ptr parseJsonAndGetInlineQueryResultGame (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultGame (const InlineQueryResultGame::Ptr &object) const
 
InlineQueryResultDocument::Ptr parseJsonAndGetInlineQueryResultDocument (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultDocument (const InlineQueryResultDocument::Ptr &object) const
 
InlineQueryResultLocation::Ptr parseJsonAndGetInlineQueryResultLocation (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultLocation (const InlineQueryResultLocation::Ptr &object) const
 
InlineQueryResultVenue::Ptr parseJsonAndGetInlineQueryResultVenue (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultVenue (const InlineQueryResultVenue::Ptr &object) const
 
InlineQueryResultVoice::Ptr parseJsonAndGetInlineQueryResultVoice (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultVoice (const InlineQueryResultVoice::Ptr &object) const
 
InlineQueryResultPhoto::Ptr parseJsonAndGetInlineQueryResultPhoto (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultPhoto (const InlineQueryResultPhoto::Ptr &object) const
 
InlineQueryResultGif::Ptr parseJsonAndGetInlineQueryResultGif (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultGif (const InlineQueryResultGif::Ptr &object) const
 
InlineQueryResultMpeg4Gif::Ptr parseJsonAndGetInlineQueryResultMpeg4Gif (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultMpeg4Gif (const InlineQueryResultMpeg4Gif::Ptr &object) const
 
InlineQueryResultVideo::Ptr parseJsonAndGetInlineQueryResultVideo (const boost::property_tree::ptree &data) const
 
std::string parseInlineQueryResultVideo (const InlineQueryResultVideo::Ptr &object) const
 
ChosenInlineResult::Ptr parseJsonAndGetChosenInlineResult (const boost::property_tree::ptree &data) const
 
std::string parseChosenInlineResult (const ChosenInlineResult::Ptr &object) const
 
CallbackQuery::Ptr parseJsonAndGetCallbackQuery (const boost::property_tree::ptree &data) const
 
std::string parseCallbackQuery (const CallbackQuery::Ptr &object) const
 
InlineKeyboardMarkup::Ptr parseJsonAndGetInlineKeyboardMarkup (const boost::property_tree::ptree &data) const
 
std::string parseInlineKeyboardMarkup (const InlineKeyboardMarkup::Ptr &object) const
 
InlineKeyboardButton::Ptr parseJsonAndGetInlineKeyboardButton (const boost::property_tree::ptree &data) const
 
std::string parseInlineKeyboardButton (const InlineKeyboardButton::Ptr &object) const
 
WebhookInfo::Ptr parseJsonAndGetWebhookInfo (const boost::property_tree::ptree &data) const
 
std::string parseWebhookInfo (const WebhookInfo::Ptr &object) const
 
InputMessageContent::Ptr parseJsonAndGetInputMessageContent (const boost::property_tree::ptree &data) const
 
std::string parseInputMessageContent (const InputMessageContent::Ptr &object) const
 
InputTextMessageContent::Ptr parseJsonAndGetInputTextMessageContent (const boost::property_tree::ptree &data) const
 
std::string parseInputTextMessageContent (const InputTextMessageContent::Ptr &object) const
 
InputLocationMessageContent::Ptr parseJsonAndGetInputLocationMessageContent (const boost::property_tree::ptree &data) const
 
std::string parseInputLocationMessageContent (const InputLocationMessageContent::Ptr &object) const
 
InputVenueMessageContent::Ptr parseJsonAndGetInputVenueMessageContent (const boost::property_tree::ptree &data) const
 
std::string parseInputVenueMessageContent (const InputVenueMessageContent::Ptr &object) const
 
InputContactMessageContent::Ptr parseJsonAndGetInputContactMessageContent (const boost::property_tree::ptree &data) const
 
std::string parseInputContactMessageContent (const InputContactMessageContent::Ptr &object) const
 
boost::property_tree::ptree parseJson (const std::string &json) const
 
template<typename T >
std::shared_ptr< T > tryParseJson (JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) const
 
template<typename T >
std::vector< std::shared_ptr< T > > parseJsonAndGetArray (JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data) const
 
template<typename T >
std::vector< T > parseJsonAndGetArray (std::function< T(const boost::property_tree::ptree &)> parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) const
 
template<typename T >
std::vector< std::shared_ptr< T > > parseJsonAndGetArray (JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) const
 
template<typename T >
std::vector< std::vector< std::shared_ptr< T > > > parseJsonAndGet2DArray (JsonToTgTypeFunc< T > parseFunc, const boost::property_tree::ptree &data, const std::string &keyName) const
 
template<typename T >
std::string parseArray (TgTypeToJsonFunc< T > parseFunc, const std::vector< std::shared_ptr< T >> &objects) const
 
template<typename T >
std::string parseArray (std::function< T(const T &)> parseFunc, const std::vector< T > &objects) const
 
template<typename T >
std::string parse2DArray (TgTypeToJsonFunc< T > parseFunc, const std::vector< std::vector< std::shared_ptr< T >>> &objects) const
 
- - - -

-Static Public Member Functions

static TgTypeParsergetInstance ()
 
-

Detailed Description

-
-

Definition at line 86 of file TgTypeParser.h.

-

Member Typedef Documentation

- -

◆ JsonToTgTypeFunc

- -
-
-
-template<typename T >
- - - - -
using TgBot::TgTypeParser::JsonToTgTypeFunc = std::shared_ptr<T> (TgTypeParser::*)(const boost::property_tree::ptree&) const
-
- -

Definition at line 90 of file TgTypeParser.h.

- -
-
- -

◆ TgTypeToJsonFunc

- -
-
-
-template<typename T >
- - - - -
using TgBot::TgTypeParser::TgTypeToJsonFunc = std::string (TgTypeParser::*)(const std::shared_ptr<T>&) const
-
- -

Definition at line 93 of file TgTypeParser.h.

- -
-
-

Member Function Documentation

- -

◆ getInstance()

- -
-
- - - - - -
- - - - - - - -
static TgTypeParser& TgBot::TgTypeParser::getInstance ()
-
-static
-
- -
-
- -

◆ parse2DArray()

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - -
std::string TgBot::TgTypeParser::parse2DArray (TgTypeToJsonFunc< T > parseFunc,
const std::vector< std::vector< std::shared_ptr< T >>> & objects 
) const
-
-inline
-
- -

Definition at line 336 of file TgTypeParser.h.

- -
-
- -

◆ parseArray() [1/2]

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - -
std::string TgBot::TgTypeParser::parseArray (TgTypeToJsonFunc< T > parseFunc,
const std::vector< std::shared_ptr< T >> & objects 
) const
-
-inline
-
- -

Definition at line 306 of file TgTypeParser.h.

- -
-
- -

◆ parseArray() [2/2]

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - -
std::string TgBot::TgTypeParser::parseArray (std::function< T(const T &)> parseFunc,
const std::vector< T > & objects 
) const
-
-inline
-
- -

Definition at line 321 of file TgTypeParser.h.

- -
-
- -

◆ parseAudio()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseAudio (const Audio::Ptrobject) const
-
- -
-
- -

◆ parseCallbackQuery()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseCallbackQuery (const CallbackQuery::Ptrobject) const
-
- -
-
- -

◆ parseChat()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseChat (const Chat::Ptrobject) const
-
- -
-
- -

◆ parseChatMember()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseChatMember (const ChatMember::Ptrobject) const
-
- -
-
- -

◆ parseChosenInlineResult()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseChosenInlineResult (const ChosenInlineResult::Ptrobject) const
-
- -
-
- -

◆ parseContact()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseContact (const Contact::Ptrobject) const
-
- -
-
- -

◆ parseDocument()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseDocument (const Document::Ptrobject) const
-
- -
-
- -

◆ parseFile()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseFile (const File::Ptrobject) const
-
- -
-
- -

◆ parseForceReply()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseForceReply (const ForceReply::Ptrobject) const
-
- -
-
- -

◆ parseGenericReply()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseGenericReply (const GenericReply::Ptrobject) const
-
- -
-
- -

◆ parseInlineKeyboardButton()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineKeyboardButton (const InlineKeyboardButton::Ptrobject) const
-
- -
-
- -

◆ parseInlineKeyboardMarkup()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineKeyboardMarkup (const InlineKeyboardMarkup::Ptrobject) const
-
- -
-
- -

◆ parseInlineQuery()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQuery (const InlineQuery::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResult()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResult (const InlineQueryResult::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultArticle()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultArticle (const InlineQueryResultArticle::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultAudio()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultAudio (const InlineQueryResultAudio::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedAudio()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedAudio (const InlineQueryResultCachedAudio::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedDocument()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedDocument (const InlineQueryResultCachedDocument::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedGif()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedGif (const InlineQueryResultCachedGif::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedMpeg4Gif()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedMpeg4Gif (const InlineQueryResultCachedMpeg4Gif::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedPhoto()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedPhoto (const InlineQueryResultCachedPhoto::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedSticker()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedSticker (const InlineQueryResultCachedSticker::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedVideo()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedVideo (const InlineQueryResultCachedVideo::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultCachedVoice()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultCachedVoice (const InlineQueryResultCachedVoice::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultContact()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultContact (const InlineQueryResultContact::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultDocument()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultDocument (const InlineQueryResultDocument::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultGame()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultGame (const InlineQueryResultGame::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultGif()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultGif (const InlineQueryResultGif::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultLocation()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultLocation (const InlineQueryResultLocation::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultMpeg4Gif()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultMpeg4Gif (const InlineQueryResultMpeg4Gif::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultPhoto()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultPhoto (const InlineQueryResultPhoto::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultVenue()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultVenue (const InlineQueryResultVenue::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultVideo()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultVideo (const InlineQueryResultVideo::Ptrobject) const
-
- -
-
- -

◆ parseInlineQueryResultVoice()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInlineQueryResultVoice (const InlineQueryResultVoice::Ptrobject) const
-
- -
-
- -

◆ parseInputContactMessageContent()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInputContactMessageContent (const InputContactMessageContent::Ptrobject) const
-
- -
-
- -

◆ parseInputLocationMessageContent()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInputLocationMessageContent (const InputLocationMessageContent::Ptrobject) const
-
- -
-
- -

◆ parseInputMessageContent()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInputMessageContent (const InputMessageContent::Ptrobject) const
-
- -
-
- -

◆ parseInputTextMessageContent()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInputTextMessageContent (const InputTextMessageContent::Ptrobject) const
-
- -
-
- -

◆ parseInputVenueMessageContent()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseInputVenueMessageContent (const InputVenueMessageContent::Ptrobject) const
-
- -
-
- -

◆ parseJson()

- -
-
- - - - - -
- - - - - - - - -
boost::property_tree::ptree TgBot::TgTypeParser::parseJson (const std::string & json) const
-
-inline
-
- -

Definition at line 237 of file TgTypeParser.h.

- -
-
- -

◆ parseJsonAndGet2DArray()

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
std::vector<std::vector<std::shared_ptr<T> > > TgBot::TgTypeParser::parseJsonAndGet2DArray (JsonToTgTypeFunc< T > parseFunc,
const boost::property_tree::ptree & data,
const std::string & keyName 
) const
-
-inline
-
- -

Definition at line 289 of file TgTypeParser.h.

- -
-
- -

◆ parseJsonAndGetArray() [1/3]

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - -
std::vector<std::shared_ptr<T> > TgBot::TgTypeParser::parseJsonAndGetArray (JsonToTgTypeFunc< T > parseFunc,
const boost::property_tree::ptree & data 
) const
-
-inline
-
- -

Definition at line 254 of file TgTypeParser.h.

- -
-
- -

◆ parseJsonAndGetArray() [2/3]

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
std::vector<T> TgBot::TgTypeParser::parseJsonAndGetArray (std::function< T(const boost::property_tree::ptree &)> parseFunc,
const boost::property_tree::ptree & data,
const std::string & keyName 
) const
-
-inline
-
- -

Definition at line 263 of file TgTypeParser.h.

- -
-
- -

◆ parseJsonAndGetArray() [3/3]

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
std::vector<std::shared_ptr<T> > TgBot::TgTypeParser::parseJsonAndGetArray (JsonToTgTypeFunc< T > parseFunc,
const boost::property_tree::ptree & data,
const std::string & keyName 
) const
-
-inline
-
- -

Definition at line 276 of file TgTypeParser.h.

- -
-
- -

◆ parseJsonAndGetAudio()

- -
-
- - - - - - - - -
Audio::Ptr TgBot::TgTypeParser::parseJsonAndGetAudio (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetCallbackQuery()

- -
-
- - - - - - - - -
CallbackQuery::Ptr TgBot::TgTypeParser::parseJsonAndGetCallbackQuery (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetChat()

- -
-
- - - - - - - - -
Chat::Ptr TgBot::TgTypeParser::parseJsonAndGetChat (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetChatMember()

- -
-
- - - - - - - - -
ChatMember::Ptr TgBot::TgTypeParser::parseJsonAndGetChatMember (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetChosenInlineResult()

- -
-
- - - - - - - - -
ChosenInlineResult::Ptr TgBot::TgTypeParser::parseJsonAndGetChosenInlineResult (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetContact()

- -
-
- - - - - - - - -
Contact::Ptr TgBot::TgTypeParser::parseJsonAndGetContact (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetDocument()

- -
-
- - - - - - - - -
Document::Ptr TgBot::TgTypeParser::parseJsonAndGetDocument (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetEntity()

- -
-
- - - - - - - - -
MessageEntity::Ptr TgBot::TgTypeParser::parseJsonAndGetEntity (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetFile()

- -
-
- - - - - - - - -
File::Ptr TgBot::TgTypeParser::parseJsonAndGetFile (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetForceReply()

- -
-
- - - - - - - - -
ForceReply::Ptr TgBot::TgTypeParser::parseJsonAndGetForceReply (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetGenericReply()

- -
-
- - - - - - - - -
GenericReply::Ptr TgBot::TgTypeParser::parseJsonAndGetGenericReply (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineKeyboardButton()

- -
-
- - - - - - - - -
InlineKeyboardButton::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineKeyboardButton (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineKeyboardMarkup()

- -
-
- - - - - - - - -
InlineKeyboardMarkup::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineKeyboardMarkup (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQuery()

- -
-
- - - - - - - - -
InlineQuery::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQuery (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResult()

- -
-
- - - - - - - - -
InlineQueryResult::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResult (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultArticle()

- -
-
- - - - - - - - -
InlineQueryResultArticle::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultArticle (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultAudio()

- -
-
- - - - - - - - -
InlineQueryResultAudio::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultAudio (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedAudio()

- -
-
- - - - - - - - -
InlineQueryResultCachedAudio::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedAudio (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedDocument()

- -
-
- - - - - - - - -
InlineQueryResultCachedDocument::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedDocument (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedGif()

- -
-
- - - - - - - - -
InlineQueryResultCachedGif::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedGif (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedMpeg4Gif()

- -
-
- - - - - - - - -
InlineQueryResultCachedMpeg4Gif::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedMpeg4Gif (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedPhoto()

- -
-
- - - - - - - - -
InlineQueryResultCachedPhoto::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedPhoto (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedSticker()

- -
-
- - - - - - - - -
InlineQueryResultCachedSticker::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedSticker (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedVideo()

- -
-
- - - - - - - - -
InlineQueryResultCachedVideo::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedVideo (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultCachedVoice()

- -
-
- - - - - - - - -
InlineQueryResultCachedVoice::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultCachedVoice (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultContact()

- -
-
- - - - - - - - -
InlineQueryResultContact::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultContact (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultDocument()

- -
-
- - - - - - - - -
InlineQueryResultDocument::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultDocument (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultGame()

- -
-
- - - - - - - - -
InlineQueryResultGame::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultGame (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultGif()

- -
-
- - - - - - - - -
InlineQueryResultGif::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultGif (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultLocation()

- -
-
- - - - - - - - -
InlineQueryResultLocation::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultLocation (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultMpeg4Gif()

- -
-
- - - - - - - - -
InlineQueryResultMpeg4Gif::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultMpeg4Gif (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultPhoto()

- -
-
- - - - - - - - -
InlineQueryResultPhoto::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultPhoto (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultVenue()

- -
-
- - - - - - - - -
InlineQueryResultVenue::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultVenue (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultVideo()

- -
-
- - - - - - - - -
InlineQueryResultVideo::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultVideo (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInlineQueryResultVoice()

- -
-
- - - - - - - - -
InlineQueryResultVoice::Ptr TgBot::TgTypeParser::parseJsonAndGetInlineQueryResultVoice (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInputContactMessageContent()

- -
-
- - - - - - - - -
InputContactMessageContent::Ptr TgBot::TgTypeParser::parseJsonAndGetInputContactMessageContent (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInputLocationMessageContent()

- -
-
- - - - - - - - -
InputLocationMessageContent::Ptr TgBot::TgTypeParser::parseJsonAndGetInputLocationMessageContent (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInputMessageContent()

- -
-
- - - - - - - - -
InputMessageContent::Ptr TgBot::TgTypeParser::parseJsonAndGetInputMessageContent (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInputTextMessageContent()

- -
-
- - - - - - - - -
InputTextMessageContent::Ptr TgBot::TgTypeParser::parseJsonAndGetInputTextMessageContent (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetInputVenueMessageContent()

- -
-
- - - - - - - - -
InputVenueMessageContent::Ptr TgBot::TgTypeParser::parseJsonAndGetInputVenueMessageContent (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetKeyboardButton()

- -
-
- - - - - - - - -
KeyboardButton::Ptr TgBot::TgTypeParser::parseJsonAndGetKeyboardButton (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetLocation()

- -
-
- - - - - - - - -
Location::Ptr TgBot::TgTypeParser::parseJsonAndGetLocation (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetMessage()

- -
-
- - - - - - - - -
Message::Ptr TgBot::TgTypeParser::parseJsonAndGetMessage (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetPhotoSize()

- -
-
- - - - - - - - -
PhotoSize::Ptr TgBot::TgTypeParser::parseJsonAndGetPhotoSize (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetReplyKeyboardMarkup()

- -
-
- - - - - - - - -
ReplyKeyboardMarkup::Ptr TgBot::TgTypeParser::parseJsonAndGetReplyKeyboardMarkup (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetReplyKeyboardRemove()

- -
-
- - - - - - - - -
ReplyKeyboardRemove::Ptr TgBot::TgTypeParser::parseJsonAndGetReplyKeyboardRemove (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetResponseParameters()

- -
-
- - - - - - - - -
ResponseParameters::Ptr TgBot::TgTypeParser::parseJsonAndGetResponseParameters (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetSticker()

- -
-
- - - - - - - - -
Sticker::Ptr TgBot::TgTypeParser::parseJsonAndGetSticker (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetUpdate()

- -
-
- - - - - - - - -
Update::Ptr TgBot::TgTypeParser::parseJsonAndGetUpdate (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetUser()

- -
-
- - - - - - - - -
User::Ptr TgBot::TgTypeParser::parseJsonAndGetUser (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetUserProfilePhotos()

- -
-
- - - - - - - - -
UserProfilePhotos::Ptr TgBot::TgTypeParser::parseJsonAndGetUserProfilePhotos (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetVideo()

- -
-
- - - - - - - - -
Video::Ptr TgBot::TgTypeParser::parseJsonAndGetVideo (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseJsonAndGetWebhookInfo()

- -
-
- - - - - - - - -
WebhookInfo::Ptr TgBot::TgTypeParser::parseJsonAndGetWebhookInfo (const boost::property_tree::ptree & data) const
-
- -
-
- -

◆ parseKeyboardButton()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseKeyboardButton (const KeyboardButton::Ptrobject) const
-
- -
-
- -

◆ parseLocation()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseLocation (const Location::Ptrobject) const
-
- -
-
- -

◆ parseMessage()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseMessage (const Message::Ptrobject) const
-
- -
-
- -

◆ parsePhotoSize()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parsePhotoSize (const PhotoSize::Ptrobject) const
-
- -
-
- -

◆ parseReplyKeyboardMarkup()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseReplyKeyboardMarkup (const ReplyKeyboardMarkup::Ptrobject) const
-
- -
-
- -

◆ parseReplyKeyboardRemove()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseReplyKeyboardRemove (const ReplyKeyboardRemove::Ptrobject) const
-
- -
-
- -

◆ parseResponseParameters()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseResponseParameters (const ResponseParameters::Ptrobject) const
-
- -
-
- -

◆ parseSticker()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseSticker (const Sticker::Ptrobject) const
-
- -
-
- -

◆ parseUpdate()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseUpdate (const Update::Ptrobject) const
-
- -
-
- -

◆ parseUser()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseUser (const User::Ptrobject) const
-
- -
-
- -

◆ parseUserProfilePhotos()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseUserProfilePhotos (const UserProfilePhotos::Ptrobject) const
-
- -
-
- -

◆ parseVideo()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseVideo (const Video::Ptrobject) const
-
- -
-
- -

◆ parseWebhookInfo()

- -
-
- - - - - - - - -
std::string TgBot::TgTypeParser::parseWebhookInfo (const WebhookInfo::Ptrobject) const
-
- -
-
- -

◆ tryParseJson()

- -
-
-
-template<typename T >
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
std::shared_ptr<T> TgBot::TgTypeParser::tryParseJson (JsonToTgTypeFunc< T > parseFunc,
const boost::property_tree::ptree & data,
const std::string & keyName 
) const
-
-inline
-
- -

Definition at line 245 of file TgTypeParser.h.

- -
-
-
The documentation for this class was generated from the following file: -
-
- - - - diff --git a/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.js b/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.js deleted file mode 100644 index ee76a39..0000000 --- a/docs/d1/d15/class_tg_bot_1_1_tg_type_parser.js +++ /dev/null @@ -1,119 +0,0 @@ -var class_tg_bot_1_1_tg_type_parser = -[ - [ "JsonToTgTypeFunc", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ad6d33a3fef556360092afd0a2cb959f0", null ], - [ "TgTypeToJsonFunc", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a48ee10add5f80c0c4afe55e99cabcddd", null ], - [ "parse2DArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a78a0f5647ffad66c7d69295c86bba3f5", null ], - [ "parseArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a35ae90d0635f5761ed2e9357d2d7a141", null ], - [ "parseArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a2b2a8a66921f689e95bcccba331ca87b", null ], - [ "parseAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a6002f3681a749d9d9e1733cb926a6643", null ], - [ "parseCallbackQuery", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab65d412769ea996c0cb671f9c961631b", null ], - [ "parseChat", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a8ea88c178aa2ea2b707e3f9165796cda", null ], - [ "parseChatMember", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aca144c409956718fb5b8b2063cc48204", null ], - [ "parseChosenInlineResult", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a0ae6af509c8bb860b00f2ef3586adc9d", null ], - [ "parseContact", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a1b41989120df5127623da72428928f70", null ], - [ "parseDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af2f682e67258aec95323096b96813592", null ], - [ "parseFile", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a132384640371bae32ad87337231c40e6", null ], - [ "parseForceReply", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a7b363893f0f80cbf99ee48559de23cf3", null ], - [ "parseGenericReply", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#afe554cc15fd1d1312de42fa46fb6ad2b", null ], - [ "parseInlineKeyboardButton", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa560bfad2fb780ed8ec4f0f5a505f051", null ], - [ "parseInlineKeyboardMarkup", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a50825341c20e8393f7c1316d9c68af8b", null ], - [ "parseInlineQuery", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a170af298967452a8442571c63720b79a", null ], - [ "parseInlineQueryResult", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aea2380a669e8187c0fb15f037ccd3712", null ], - [ "parseInlineQueryResultArticle", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a214386976a87be78bbf40f2772f11743", null ], - [ "parseInlineQueryResultAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab84925dab3d05168099cfb1758c24eff", null ], - [ "parseInlineQueryResultCachedAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a126a79d2f5b024646db84e9355ffd23b", null ], - [ "parseInlineQueryResultCachedDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ad5346feffcb4ac969295c8b29b349e78", null ], - [ "parseInlineQueryResultCachedGif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af633562ea1a0f1d287ac5cecf0695390", null ], - [ "parseInlineQueryResultCachedMpeg4Gif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a6252774e0a216a7e30f16fb32182846d", null ], - [ "parseInlineQueryResultCachedPhoto", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a18121dfb51fce662892fcd8433df0a80", null ], - [ "parseInlineQueryResultCachedSticker", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ae37d93d67c69431d1f7944e57b3324b5", null ], - [ "parseInlineQueryResultCachedVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a79b5f159c668a67b66dfda51470818e7", null ], - [ "parseInlineQueryResultCachedVoice", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a26129e11a675d7ce0b529cd2a7965e25", null ], - [ "parseInlineQueryResultContact", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aaa1491bf38340ff8baec767732de1a5a", null ], - [ "parseInlineQueryResultDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#afb59dff4e2abcefdae69c98efdf61d95", null ], - [ "parseInlineQueryResultGame", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a89730b5e5515446b996572a1d2eb527a", null ], - [ "parseInlineQueryResultGif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a6f0065be90200df3946dd781bba47263", null ], - [ "parseInlineQueryResultLocation", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa35193c7b8f13fbfbac6a4ebd5b68dcf", null ], - [ "parseInlineQueryResultMpeg4Gif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af8a160007d57837edc80b557a6467e6b", null ], - [ "parseInlineQueryResultPhoto", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#adbfa2a84365eafbf54d240cf46dc8159", null ], - [ "parseInlineQueryResultVenue", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ae88fe04858df67e643d024e1f0272a05", null ], - [ "parseInlineQueryResultVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a1c5aeb82420b1974fc073e8d9d2d5804", null ], - [ "parseInlineQueryResultVoice", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aaa39e08cf74e63855e4c70deb7249c6e", null ], - [ "parseInputContactMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ae499680fd9cc2c73fb7cd8e55906ae35", null ], - [ "parseInputLocationMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa89f26151c1b46bea59ff9f7e61315f3", null ], - [ "parseInputMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ad9980a20fca6e9b4e12211ae751e9795", null ], - [ "parseInputTextMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a944d9baf9397ae21b3d02a17255d0d74", null ], - [ "parseInputVenueMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aad0b2019365e871291381463d6199385", null ], - [ "parseJson", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a5793eea051e46ecca54c5dc5d7c4f7d1", null ], - [ "parseJsonAndGet2DArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af9a4e1d8cb7b3a4d026785219cdaf345", null ], - [ "parseJsonAndGetArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab840017893dba49b60eca92bb36de41e", null ], - [ "parseJsonAndGetArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a8979e13968a0ec55a811aefa588960a5", null ], - [ "parseJsonAndGetArray", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ac23717cd020f5f312ac00d4c106c1366", null ], - [ "parseJsonAndGetAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a5e309d20e6bf4321ddc16bec7d050545", null ], - [ "parseJsonAndGetCallbackQuery", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a1882c55a2f8cd4974dae09fb978e6aa2", null ], - [ "parseJsonAndGetChat", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a69d57b8d5da285a07ec33918f057b132", null ], - [ "parseJsonAndGetChatMember", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a97c29c797018934139109f426e0c1865", null ], - [ "parseJsonAndGetChosenInlineResult", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a7ce6093da58310d5d8de2a068eeb5512", null ], - [ "parseJsonAndGetContact", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aca2d3c40be05cf683dc613b3eef602b5", null ], - [ "parseJsonAndGetDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa3d4d7e6505797bb9533787843525c3d", null ], - [ "parseJsonAndGetEntity", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a0b51e45955eee1901c5c880882c36ca5", null ], - [ "parseJsonAndGetFile", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aef4869ecc38b1a6ec32c33c0f52e6d87", null ], - [ "parseJsonAndGetForceReply", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab5711db94f14f6862f352a47e5283d18", null ], - [ "parseJsonAndGetGenericReply", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a7b7b819b85ce52ea0cad3b89a1c38757", null ], - [ "parseJsonAndGetInlineKeyboardButton", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a4ab33d085d2ae0dbc49596d4b5973aa6", null ], - [ "parseJsonAndGetInlineKeyboardMarkup", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab8eb4c64bd6a69dcda8f2fc103c7338d", null ], - [ "parseJsonAndGetInlineQuery", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a5f3e07e715226a326d3de577838e5525", null ], - [ "parseJsonAndGetInlineQueryResult", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a9aa9b9bb1c9869f273b6018d3eed9a67", null ], - [ "parseJsonAndGetInlineQueryResultArticle", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a794a918da14da39f17bc604c3c10fe30", null ], - [ "parseJsonAndGetInlineQueryResultAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a30ac065d8b649e16645cc94ea03c229b", null ], - [ "parseJsonAndGetInlineQueryResultCachedAudio", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a4607d2db77a94d211cb243927c2d2b40", null ], - [ "parseJsonAndGetInlineQueryResultCachedDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa8cc36d3fb323ca8732db424ebd6048c", null ], - [ "parseJsonAndGetInlineQueryResultCachedGif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aedd80048387f6f93e32757ae13c65ac7", null ], - [ "parseJsonAndGetInlineQueryResultCachedMpeg4Gif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a7460cb8f2223e91fdd4bd36e7688b3b4", null ], - [ "parseJsonAndGetInlineQueryResultCachedPhoto", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a203ed0972c40edbc296198f7cbc2d715", null ], - [ "parseJsonAndGetInlineQueryResultCachedSticker", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#afa6de0a228a44629248fb079ba4aea53", null ], - [ "parseJsonAndGetInlineQueryResultCachedVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a9bf3c43480d706e39e15957668838d21", null ], - [ "parseJsonAndGetInlineQueryResultCachedVoice", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a3496c77242846056ebf651684b05cf15", null ], - [ "parseJsonAndGetInlineQueryResultContact", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ad738633b8425a0d2cf32444e7840d8c4", null ], - [ "parseJsonAndGetInlineQueryResultDocument", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a15067523ded9cacec475b0c697b96503", null ], - [ "parseJsonAndGetInlineQueryResultGame", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a93cdc4f7e25c531a5748aaa1c771bf50", null ], - [ "parseJsonAndGetInlineQueryResultGif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a8baab45c76cac6427cde907f95792864", null ], - [ "parseJsonAndGetInlineQueryResultLocation", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ae196564c416664de484f8ecc046112b5", null ], - [ "parseJsonAndGetInlineQueryResultMpeg4Gif", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a6570cf17b067f5f4d649f7a20f44040c", null ], - [ "parseJsonAndGetInlineQueryResultPhoto", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a208d9ffe88d02bfc75c4eb73b9ac01ae", null ], - [ "parseJsonAndGetInlineQueryResultVenue", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a5db92a8dbf5b3ec781ff5209dbd9e74b", null ], - [ "parseJsonAndGetInlineQueryResultVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a119f2fe4230915ee34857fab33f829f2", null ], - [ "parseJsonAndGetInlineQueryResultVoice", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a574be01cbd13bb63dac2bda2551ae170", null ], - [ "parseJsonAndGetInputContactMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aee5eb982f32ffd16eba7f9efc87865a5", null ], - [ "parseJsonAndGetInputLocationMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa143e2f6c8ee094813b6a6f6d7761cd0", null ], - [ "parseJsonAndGetInputMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#afb2a32bca2c0f7f2d36f7b50350df181", null ], - [ "parseJsonAndGetInputTextMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af251f0b443ff6e652697c33d4d5193da", null ], - [ "parseJsonAndGetInputVenueMessageContent", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a560f953aae4f8fb0651b82b35867d24c", null ], - [ "parseJsonAndGetKeyboardButton", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a931e795baba8eab26a34adbfd6f0a3d2", null ], - [ "parseJsonAndGetLocation", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#acf36e32c65d1459a19ad344abd1df158", null ], - [ "parseJsonAndGetMessage", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a6f885817899493546d20cfca4a443213", null ], - [ "parseJsonAndGetPhotoSize", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a11fa0dd87bf2ef69e8806e41481a29f8", null ], - [ "parseJsonAndGetReplyKeyboardMarkup", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a186e99f8de0924d47e9183c0205a689f", null ], - [ "parseJsonAndGetReplyKeyboardRemove", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a8a787547e63b7ede8d20ef64e9213a02", null ], - [ "parseJsonAndGetResponseParameters", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a675429e3e189512d9b018565699610c4", null ], - [ "parseJsonAndGetSticker", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a1d160922a1ae90e8b46cac336e6462b6", null ], - [ "parseJsonAndGetUpdate", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a08541f9e83d92a4678f5cdd40bdf1269", null ], - [ "parseJsonAndGetUser", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a33fe7a4700d1f905fefa16c2e3f35217", null ], - [ "parseJsonAndGetUserProfilePhotos", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aac8191cfb3e405286e4755336e9967ae", null ], - [ "parseJsonAndGetVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a055777bf4e153923e9a45caf85cfd2ce", null ], - [ "parseJsonAndGetWebhookInfo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a3c0d8c6734097146785dd20e6602dcbf", null ], - [ "parseKeyboardButton", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aa9fea94f0ce162339bcadc87b30cf133", null ], - [ "parseLocation", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af5687838fb0246a56306e083a5518456", null ], - [ "parseMessage", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a416731a2264b9056c93cfd5236ef3420", null ], - [ "parsePhotoSize", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a8ff0d8cbdae9e65edc11f345e1a93a94", null ], - [ "parseReplyKeyboardMarkup", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#af46802670f796f0e2139ec551bfa0f20", null ], - [ "parseReplyKeyboardRemove", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a179c2d86d436bcea267516e4ac49f2da", null ], - [ "parseResponseParameters", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ade5925f7cdce4ee3641853c72a5b51c5", null ], - [ "parseSticker", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ab8ec905ef28660617232f791dd5a4c33", null ], - [ "parseUpdate", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a975f16b6132ea35a4844118f1a1a8374", null ], - [ "parseUser", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#ae450dfabbb1efdc3e4c3366590e27a3b", null ], - [ "parseUserProfilePhotos", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a2dfa0c7205973145b59dfe2e03fa5626", null ], - [ "parseVideo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a7f1313fb5694efa7f7d6caa4e73176c9", null ], - [ "parseWebhookInfo", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#aea42d5ef9d92d13956af176efe41aea1", null ], - [ "tryParseJson", "d1/d15/class_tg_bot_1_1_tg_type_parser.html#a171f300f827552386b1b2efc88e0311e", null ] -]; \ No newline at end of file -- cgit v1.2.3