PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
This is the complete list of members for PhpBotFramework\Core\CoreBot, including all inherited members.
$_api_url (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
$_bot_id (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
$_callback_query_id (defined in PhpBotFramework\Core\Inline) | PhpBotFramework\Core\Inline | protected |
$_chat_id (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
$_file (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
$_http (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | |
$_inline_query_id (defined in PhpBotFramework\Core\Inline) | PhpBotFramework\Core\Inline | protected |
$parameters | PhpBotFramework\Core\CoreBot | protected |
__construct(string $token) | PhpBotFramework\Core\CoreBot | |
answerCallbackQuery($text='', $show_alert=false, string $url='') | PhpBotFramework\Core\Inline | |
answerInlineQuery(string $results='', string $switch_pm_text='', $switch_pm_parameter='', bool $is_personal=true, int $cache_time=300) | PhpBotFramework\Core\Inline | |
apiRequest(string $method, array $parameters) | PhpBotFramework\Core\CoreBot | |
checkCurrentFile() (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
checkCurrentFile(TelegramFile $file) (defined in PhpBotFramework\Core\Send) | PhpBotFramework\Core\Send | protected |
checkRequestError($response) (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | |
deleteWebhook() | PhpBotFramework\Core\Updates | |
editInlineMessageText(string $inline_message_id, string $text, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=false) | PhpBotFramework\Core\Edit | |
editMessageReplyMarkup(int $message_id, string $inline_keyboard) | PhpBotFramework\Core\Edit | |
editMessageText(int $message_id, string $text, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=true) | PhpBotFramework\Core\Edit | |
execMultipartRequest(string $url) (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
execRequest(string $url) (defined in PhpBotFramework\Core\CoreBot) | PhpBotFramework\Core\CoreBot | protected |
forwardMessage($from_chat_id, int $message_id, bool $disable_notification=false) | PhpBotFramework\Core\Send | |
getBotID() | PhpBotFramework\Core\CoreBot | |
getChat($chat_id) | PhpBotFramework\Core\Chat | |
getChatAdministrators($chat_id) | PhpBotFramework\Core\Chat | |
getChatID() | PhpBotFramework\Core\CoreBot | |
getMe() | PhpBotFramework\Core\Chat | |
getUpdates(int $offset=0, int $limit=100, int $timeout=60) | PhpBotFramework\Core\Updates | |
getWebhookInfo() | PhpBotFramework\Core\Updates | |
processRequest(string $method, string $class='', $file=false) | PhpBotFramework\Core\CoreBot | protected |
sendAudio($audio, string $caption=null, string $reply_markup=null, int $duration=null, string $performer, string $title=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendChatAction(string $action) | PhpBotFramework\Core\Send | |
sendDocument(string $document, string $caption='', string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendMessage($text, string $reply_markup=null, int $reply_to=null, string $parse_mode='HTML', bool $disable_web_preview=true, bool $disable_notification=false) | PhpBotFramework\Core\Send | |
sendPhoto(&$photo, string $reply_markup=null, string $caption='', bool $disable_notification=false) | PhpBotFramework\Core\Send | |
sendSticker($sticker, string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | PhpBotFramework\Core\Send | |
sendVoice($voice, string $caption, int $duration, string $reply_markup=null, bool $disable_notification, int $reply_to_message_id=0) | PhpBotFramework\Core\Send | |
setChatID($chat_id) | PhpBotFramework\Core\CoreBot | |
setUpdateReturned(array $allowed_updates=[]) | PhpBotFramework\Core\Updates | |
setWebhook(array $params) | PhpBotFramework\Core\Updates |