From c8d40dccabaaa406faed6c0797a92bac811c9d0f Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 5 Jun 2018 19:07:27 +0300 Subject: Update docs --- docs/functions_p.html | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'docs/functions_p.html') diff --git a/docs/functions_p.html b/docs/functions_p.html index 3541d71..4e320c7 100644 --- a/docs/functions_p.html +++ b/docs/functions_p.html @@ -85,8 +85,11 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parse2DArray() : TgBot::TgTypeParser
  • +
  • parseAnimation() +: TgBot::TgTypeParser +
  • parseArray() -: TgBot::TgTypeParser +: TgBot::TgTypeParser
  • parseAudio() : TgBot::TgTypeParser @@ -118,6 +121,12 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parseForceReply() : TgBot::TgTypeParser
  • +
  • parseGame() +: TgBot::TgTypeParser +
  • +
  • parseGameHighScore() +: TgBot::TgTypeParser +
  • parseGenericReply() : TgBot::TgTypeParser
  • @@ -220,6 +229,9 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parseJsonAndGet2DArray() : TgBot::TgTypeParser
  • +
  • parseJsonAndGetAnimation() +: TgBot::TgTypeParser +
  • parseJsonAndGetArray() : TgBot::TgTypeParser
  • @@ -247,15 +259,18 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parseJsonAndGetDocument() : TgBot::TgTypeParser
  • -
  • parseJsonAndGetEntity() -: TgBot::TgTypeParser -
  • parseJsonAndGetFile() : TgBot::TgTypeParser
  • parseJsonAndGetForceReply() : TgBot::TgTypeParser
  • +
  • parseJsonAndGetGame() +: TgBot::TgTypeParser +
  • +
  • parseJsonAndGetGameHighScore() +: TgBot::TgTypeParser +
  • parseJsonAndGetGenericReply() : TgBot::TgTypeParser
  • @@ -367,6 +382,9 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parseJsonAndGetMessage() : TgBot::TgTypeParser
  • +
  • parseJsonAndGetMessageEntity() +: TgBot::TgTypeParser +
  • parseJsonAndGetOrderInfo() : TgBot::TgTypeParser
  • @@ -436,6 +454,9 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • parseMessage() : TgBot::TgTypeParser
  • +
  • parseMessageEntity() +: TgBot::TgTypeParser +
  • parseMode : TgBot::InputMedia , TgBot::InputTextMessageContent @@ -518,6 +539,7 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • photo : TgBot::Chat +, TgBot::Game , TgBot::Message
  • photoFileId @@ -545,6 +567,9 @@ $(document).ready(function(){initNavTree('functions_p.html','');});
  • point : TgBot::MaskPosition
  • +
  • position +: TgBot::GameHighScore +
  • postCode : TgBot::ShippingAddress
  • @@ -561,7 +586,9 @@ $(document).ready(function(){initNavTree('functions_p.html','');}); : TgBot::SuccessfulPayment
  • Ptr -: TgBot::Audio +: TgBot::Animation +, TgBot::Audio +, TgBot::CallbackGame , TgBot::CallbackQuery , TgBot::Chat , TgBot::ChatMember @@ -571,6 +598,8 @@ $(document).ready(function(){initNavTree('functions_p.html','');}); , TgBot::Document , TgBot::File , TgBot::ForceReply +, TgBot::Game +, TgBot::GameHighScore , TgBot::GenericReply , TgBot::InlineKeyboardButton , TgBot::InlineKeyboardMarkup @@ -639,7 +668,7 @@ $(document).ready(function(){initNavTree('functions_p.html','');});