| $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 | |
| $local | 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 | |
| addCallbackCommand(string $data, callable $script) | DanySpin97\PhpBotFramework\Bot | |
| addMessageCommand(string $command, callable $script) | DanySpin97\PhpBotFramework\Bot | |
| addMessageCommandRegex(string $regex_rule, callable $script) | DanySpin97\PhpBotFramework\Bot | |
| addUser($chat_id) | 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 | |
| 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 | |
| broadcastMessage($text, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=true, bool $disable_notification=false) | DanySpin97\PhpBotFramework\Bot | |
| editInlineMessageText(string $inline_message_id, $text, 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(int $message_id, $text, $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=false) | DanySpin97\PhpBotFramework\CoreBot | |
| 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 | |
| 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 | |
| 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 | |
| loadLocalization($dir='./localization') | DanySpin97\PhpBotFramework\Bot | |
| processCallbackQuery($callback_query) | DanySpin97\PhpBotFramework\Bot | protected |
| processChannelPost($post) | DanySpin97\PhpBotFramework\Bot | protected |
| processChosenInlineResult($chosen_inline_result) | DanySpin97\PhpBotFramework\Bot | protected |
| processEditedChannelPost($edited_post) | 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 | |
| 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 | |
| sendVoice($voice, string $caption, int $duration, string $reply_markup=null, bool $disable_notification, int $reply_to_message_id=0) | DanySpin97\PhpBotFramework\CoreBot | |
| setChatID($chat_id) | DanySpin97\PhpBotFramework\CoreBot | |
| setLanguageRedisAsCache($language, $expiring_time='86400') | DanySpin97\PhpBotFramework\Bot | |
| setStatus($status) | DanySpin97\PhpBotFramework\Bot | |