| $api_url | DanySpin97\PhpBotFramework\CoreBot | protected |
| $ch | DanySpin97\PhpBotFramework\CoreBot | |
| $chat_id | DanySpin97\PhpBotFramework\CoreBot | protected |
| $id_column | DanySpin97\PhpBotFramework\Bot | |
| $inline_keyboard | DanySpin97\PhpBotFramework\Bot | |
| $language | DanySpin97\PhpBotFramework\Bot | |
| $localization | DanySpin97\PhpBotFramework\Bot | |
| $pdo | DanySpin97\PhpBotFramework\Bot | |
| $redis | DanySpin97\PhpBotFramework\Bot | |
| $status | DanySpin97\PhpBotFramework\Bot | |
| $user_table | DanySpin97\PhpBotFramework\Bot | |
| __construct(string $token) | DanySpin97\PhpBotFramework\Bot | |
| __destruct() | DanySpin97\PhpBotFramework\Bot | |
| addMessageCommand(string $command, $script) | DanySpin97\PhpBotFramework\Bot | |
| answerCallbackQuery($text='', $show_alert=false, string $url='') (defined in DanySpin97\PhpBotFramework\CoreBot) | DanySpin97\PhpBotFramework\CoreBot | |
| answerEmptyInlineQuerySwitchPM($switch_pm_text, $switch_pm_parameter='', $is_personal=true, $cache_time=300) (defined in DanySpin97\PhpBotFramework\CoreBot) | DanySpin97\PhpBotFramework\CoreBot | |
| answerInlineQueryRef(&$results, $switch_pm_text, $switch_pm_parameter='', $is_personal=true, $cache_time=300) | DanySpin97\PhpBotFramework\Bot | |
| answerInlineQuerySwitchPM($results, $switch_pm_text, $switch_pm_parameter='', $is_personal=true, $cache_time=300) (defined in DanySpin97\PhpBotFramework\CoreBot) | DanySpin97\PhpBotFramework\CoreBot | |
| apiRequest(string $method, array $parameters) | DanySpin97\PhpBotFramework\CoreBot | |
| editInlineMessageText($text, string $inline_message_id, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=false) | DanySpin97\PhpBotFramework\CoreBot | |
| editMessageReplyMarkup($message_id, $inline_keyboard) (defined in DanySpin97\PhpBotFramework\CoreBot) | DanySpin97\PhpBotFramework\CoreBot | |
| editMessageText($text, int $message_id, $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=false) | DanySpin97\PhpBotFramework\CoreBot | |
| editMessageTextKeyboard(&$text, &$inline_keyboard, &$message_id, $parse_mode='HTML', $disable_web_preview=false) | DanySpin97\PhpBotFramework\Bot | |
| exec_curl_request($url) | DanySpin97\PhpBotFramework\CoreBot | protected |
| forwardMessage($from_chat_id, int $message_id, bool $disable_notification=false) | DanySpin97\PhpBotFramework\CoreBot | |
| getChat($chat_id) | DanySpin97\PhpBotFramework\CoreBot | |
| getChatID() | DanySpin97\PhpBotFramework\CoreBot | |
| getData() | DanySpin97\PhpBotFramework\Bot | |
| getLanguageDatabase($default_language='en') | DanySpin97\PhpBotFramework\Bot | |
| getLanguageRedis($default_language='en') | DanySpin97\PhpBotFramework\Bot | |
| getLanguageRedisAsCache($default_language='en', $expiring_time='86400') | DanySpin97\PhpBotFramework\Bot | |
| getQuery() | DanySpin97\PhpBotFramework\Bot | |
| getStatus($default_status=-1) | DanySpin97\PhpBotFramework\Bot | |
| getText() | DanySpin97\PhpBotFramework\Bot | |
| getUpdates(int $offset=0, int $limit=100, int $timeout=60) | DanySpin97\PhpBotFramework\CoreBot | protected |
| getUpdatesDatabase(int $limit=100, int $timeout=0, string $table_name='telegram', string $column_name='bot_offset') | DanySpin97\PhpBotFramework\Bot | |
| getUpdatesLocal(int $limit=100, int $timeout=60) | DanySpin97\PhpBotFramework\Bot | |
| getUpdatesRedis(int $limit=100, int $timeout=60, string $offset_key='offset') | DanySpin97\PhpBotFramework\Bot | |
| processCallbackQuery(&$callback_query) | DanySpin97\PhpBotFramework\Bot | protected |
| processChosenInlineResult(&$chosen_inline_result) | DanySpin97\PhpBotFramework\Bot | protected |
| processEditedMessage(&$edited_message) | DanySpin97\PhpBotFramework\Bot | protected |
| processInlineQuery(&$inline_query) | DanySpin97\PhpBotFramework\Bot | protected |
| processMessage(&$message) | DanySpin97\PhpBotFramework\Bot | protected |
| processUpdate(array &$update) | DanySpin97\PhpBotFramework\Bot | |
| processWebhookUpdate() | DanySpin97\PhpBotFramework\Bot | |
| sendAudio($audio, string $caption=null, string $reply_markup=null, int $duration=null, string $title=null, bool $disable_notification=false, int $reply_to_message_id=null) | DanySpin97\PhpBotFramework\CoreBot | |
| sendChatAction(string $action) | DanySpin97\PhpBotFramework\CoreBot | |
| senddocument($document, string $caption='', string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | DanySpin97\PhpBotFramework\CoreBot | |
| sendMessage($text, string $reply_markup=null, int $reply_to=null, string $parse_mode='HTML', bool $disable_web_preview=true, bool $disable_notification=false) | DanySpin97\PhpBotFramework\CoreBot | |
| sendMessageKeyboard(&$text, &$inline_keyboard, $parse_mode='HTML', $disable_web_preview=true, $disable_notification=false) | DanySpin97\PhpBotFramework\Bot | |
| sendPhoto($photo, string $reply_markup=null, string $caption='', bool $disable_notification=false) | DanySpin97\PhpBotFramework\CoreBot | |
| sendSticker($sticker, string $reply_markup=null, bool $disable_notification=false, int $reply_to_message_id=null) | DanySpin97\PhpBotFramework\CoreBot | |
| setChatID($chat_id) | DanySpin97\PhpBotFramework\CoreBot | |
| setLanguageRedisAsCache($language, $expiring_time='86400') | DanySpin97\PhpBotFramework\Bot | |
| setStatus($status) | DanySpin97\PhpBotFramework\Bot | |