PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
PhpBotFramework\Bot Member List

This is the complete list of members for PhpBotFramework\Bot, including all inherited members.

$_api_url (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBotprotected
$_bot_id (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBotprotected
$_callback_query_id (defined in PhpBotFramework\Core\Inline)PhpBotFramework\Core\Inlineprotected
$_chat_id (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBotprotected
$_file (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBotprotected
$_http (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBot
$_inline_query_id (defined in PhpBotFramework\Core\Inline)PhpBotFramework\Core\Inlineprotected
$_is_webhook (defined in PhpBotFramework\BasicBot)PhpBotFramework\BasicBotprotected
$databasePhpBotFramework\Bot
$keyboardPhpBotFramework\Bot
$localPhpBotFramework\Bot
$parametersPhpBotFramework\Core\CoreBotprotected
$redisPhpBotFramework\Bot
$statusPhpBotFramework\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\CoreBotprotected
checkCurrentFile(TelegramFile $file) (defined in PhpBotFramework\Core\Send)PhpBotFramework\Core\Sendprotected
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\CoreBotprotected
execRequest(string $url) (defined in PhpBotFramework\Core\CoreBot)PhpBotFramework\Core\CoreBotprotected
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\LongPollingprotected
getUpdateOffsetRedis(string $offset_key) (defined in PhpBotFramework\Database\LongPolling)PhpBotFramework\Database\LongPollingprotected
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\CommandHandlerprotected
initCommands() (defined in PhpBotFramework\Database\LongPolling)PhpBotFramework\Database\LongPollingprotected
processCallbackQuery(CallbackQuery $callback_query)PhpBotFramework\BasicBotprotected
processChannelPost(Message $post)PhpBotFramework\BasicBotprotected
processChosenInlineResult(ChosenInlineResult $chosen_inline_result)PhpBotFramework\BasicBotprotected
processCommands(array $update) (defined in PhpBotFramework\Commands\CommandHandler)PhpBotFramework\Commands\CommandHandlerprotected
processEditedChannelPost(Message $edited_post)PhpBotFramework\BasicBotprotected
processEditedMessage(Message $edited_message)PhpBotFramework\BasicBotprotected
processInlineQuery(InlineQuery $inline_query)PhpBotFramework\BasicBotprotected
processMessage(Message $message)PhpBotFramework\BasicBotprotected
processRequest(string $method, string $class='', $file=false)PhpBotFramework\Core\CoreBotprotected
processUpdate(array $update) (defined in PhpBotFramework\BasicBot)PhpBotFramework\BasicBotprotected
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\CommandHandlerstatic