$_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 |
$_is_webhook (defined in PhpBotFramework\BasicBot) | PhpBotFramework\BasicBot | protected |
$database | PhpBotFramework\Bot | |
$keyboard | PhpBotFramework\Bot | |
$local | PhpBotFramework\Bot | |
$parameters | PhpBotFramework\Core\CoreBot | protected |
$redis | PhpBotFramework\Bot | |
$status | PhpBotFramework\Bot | |
__construct(string $token) | PhpBotFramework\Bot | |
addCommand(BasicCommand $command) | PhpBotFramework\Commands\CommandHandler | |
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 | |
getPdo() | PhpBotFramework\Database\Getter | |
getRedis() | PhpBotFramework\Database\Getter | |
getUpdateOffsetDatabase(string $table_name, string $column_name) (defined in PhpBotFramework\Database\LongPolling) | PhpBotFramework\Database\LongPolling | protected |
getUpdateOffsetRedis(string $offset_key) (defined in PhpBotFramework\Database\LongPolling) | PhpBotFramework\Database\LongPolling | protected |
PhpBotFramework::getUpdates(int $offset=0, int $limit=100, int $timeout=60) | PhpBotFramework\Core\Updates | |
getUpdates(int $offset=0, int $limit=100, int $timeout=60) (defined in PhpBotFramework\Database\LongPolling) | PhpBotFramework\Database\LongPolling | |
getUpdatesDatabase(int $limit=100, int $timeout=0, string $table_name='telegram', string $column_name='bot_offset') | PhpBotFramework\Database\LongPolling | |
getUpdatesLocal(int $limit=100, int $timeout=60) | PhpBotFramework\BasicBot | |
getUpdatesRedis(int $limit=100, int $timeout=60, string $offset_key='offset') | PhpBotFramework\Database\LongPolling | |
getWebhookInfo() | PhpBotFramework\Core\Updates | |
initCommands() (defined in PhpBotFramework\Commands\CommandHandler) | PhpBotFramework\Commands\CommandHandler | protected |
initCommands() (defined in PhpBotFramework\Database\LongPolling) | PhpBotFramework\Database\LongPolling | protected |
processCallbackQuery(CallbackQuery $callback_query) | PhpBotFramework\BasicBot | protected |
processChannelPost(Message $post) | PhpBotFramework\BasicBot | protected |
processChosenInlineResult(ChosenInlineResult $chosen_inline_result) | PhpBotFramework\BasicBot | protected |
processCommands(array $update) (defined in PhpBotFramework\Commands\CommandHandler) | PhpBotFramework\Commands\CommandHandler | protected |
processEditedChannelPost(Message $edited_post) | PhpBotFramework\BasicBot | protected |
processEditedMessage(Message $edited_message) | PhpBotFramework\BasicBot | protected |
processInlineQuery(InlineQuery $inline_query) | PhpBotFramework\BasicBot | protected |
processMessage(Message $message) | PhpBotFramework\BasicBot | protected |
processRequest(string $method, string $class='', $file=false) | PhpBotFramework\Core\CoreBot | protected |
processUpdate(array $update) (defined in PhpBotFramework\BasicBot) | PhpBotFramework\BasicBot | protected |
processWebhookUpdate() | PhpBotFramework\BasicBot | |
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 | |
sortingPrior($a, $b) (defined in PhpBotFramework\Commands\CommandHandler) | PhpBotFramework\Commands\CommandHandler | static |