SYMBOL INDEX (100 symbols across 29 files) FILE: database/migrations/2021_06_14_171118_create_telegram_bot_structure.php method up (line 6) | public function up() method down (line 11) | public function down() FILE: database/migrations/2022_02_18_175100_update_to_0.75.0.php method up (line 6) | public function up() method down (line 11) | public function down() FILE: database/migrations/2022_04_24_175700_update_to_0.77.0.php method up (line 6) | public function up() method down (line 11) | public function down() FILE: database/migrations/2022_10_04_221900_update_to_0.78.0.php method up (line 6) | public function up() method down (line 11) | public function down() FILE: database/migrations/2022_11_11_130500_update_to_0.80.0.php method up (line 7) | public function up() method down (line 12) | public function down() FILE: database/migrations/2023_05-07_101600_update_to_0.81.0.php method up (line 7) | public function up() method down (line 12) | public function down() FILE: database/migrations/sql/0.74.0-0.75.0.sql type `bot_chat_join_request` (line 1) | CREATE TABLE IF NOT EXISTS `bot_chat_join_request` ( FILE: database/migrations/sql/structure-0.73.0.sql type bot_user (line 1) | CREATE TABLE IF NOT EXISTS bot_user ( type bot_chat (line 15) | CREATE TABLE IF NOT EXISTS bot_chat ( type bot_user_chat (line 31) | CREATE TABLE IF NOT EXISTS bot_user_chat ( type bot_inline_query (line 41) | CREATE TABLE IF NOT EXISTS bot_inline_query ( type bot_chosen_inline_result (line 56) | CREATE TABLE IF NOT EXISTS bot_chosen_inline_result ( type bot_message (line 71) | CREATE TABLE IF NOT EXISTS bot_message ( type bot_edited_message (line 150) | CREATE TABLE IF NOT EXISTS bot_edited_message ( type bot_callback_query (line 170) | CREATE TABLE IF NOT EXISTS bot_callback_query ( type bot_shipping_query (line 190) | CREATE TABLE IF NOT EXISTS bot_shipping_query ( type bot_pre_checkout_query (line 203) | CREATE TABLE IF NOT EXISTS bot_pre_checkout_query ( type bot_poll (line 219) | CREATE TABLE IF NOT EXISTS bot_poll ( type bot_poll_answer (line 238) | CREATE TABLE IF NOT EXISTS bot_poll_answer ( type bot_chat_member_updated (line 248) | CREATE TABLE IF NOT EXISTS bot_chat_member_updated ( type bot_telegram_update (line 263) | CREATE TABLE IF NOT EXISTS bot_telegram_update ( type bot_conversation (line 311) | CREATE TABLE IF NOT EXISTS bot_conversation ( type bot_request_limiter (line 330) | CREATE TABLE IF NOT EXISTS bot_request_limiter ( FILE: src/Console/Commands/GeneratorCommand.php class GeneratorCommand (line 9) | abstract class GeneratorCommand extends Command method publish (line 12) | protected function publish(string $source, string $destination, array ... method replacePlaceholder (line 27) | protected function replacePlaceholder(string $content, array $replacem... method getRootNamespace (line 36) | protected function getRootNamespace(): string FILE: src/Console/Commands/MakeTelegramCommand.php class MakeTelegramCommand (line 7) | class MakeTelegramCommand extends GeneratorCommand method handle (line 23) | public function handle() method getParentClassName (line 51) | protected function getParentClassName() FILE: src/Console/Commands/TelegramCloseCommand.php class TelegramCloseCommand (line 9) | class TelegramCloseCommand extends Command method handle (line 15) | public function handle(Telegram $bot) FILE: src/Console/Commands/TelegramDeleteWebhookCommand.php class TelegramDeleteWebhookCommand (line 9) | class TelegramDeleteWebhookCommand extends Command method handle (line 16) | public function handle(Telegram $bot) FILE: src/Console/Commands/TelegramFetchCommand.php class TelegramFetchCommand (line 14) | class TelegramFetchCommand extends Command implements SignalableCommandI... method handle (line 27) | public function handle(Telegram $bot) method getSubscribedSignals (line 72) | public function getSubscribedSignals(): array method handleSignal (line 77) | public function handleSignal(int $signal, int|false $previousExitCode ... FILE: src/Console/Commands/TelegramLogoutCommand.php class TelegramLogoutCommand (line 9) | class TelegramLogoutCommand extends Command method handle (line 15) | public function handle(Telegram $bot) FILE: src/Console/Commands/TelegramPublishCommand.php class TelegramPublishCommand (line 7) | class TelegramPublishCommand extends GeneratorCommand method handle (line 13) | public function handle() FILE: src/Console/Commands/TelegramSetWebhookCommand.php class TelegramSetWebhookCommand (line 10) | class TelegramSetWebhookCommand extends Command method handle (line 20) | public function handle(Telegram $bot) FILE: src/Facades/CallbackButton.php class CallbackButton (line 9) | class CallbackButton extends Facade method getFacadeAccessor (line 11) | protected static function getFacadeAccessor() FILE: src/Facades/Telegram.php class Telegram (line 8) | class Telegram extends Facade method getFacadeAccessor (line 10) | protected static function getFacadeAccessor() FILE: src/Factories/CallbackButton.php class CallbackButton (line 11) | class CallbackButton method __call (line 17) | public function __call(string $name, array $arguments): self method with (line 30) | public function with(string $key, mixed $value): self method new (line 36) | public function new(): self method returnTo (line 41) | public function returnTo(string $className): self method make (line 47) | public function make(string $text, array $payload = []): InlineKeyboar... FILE: src/Http/Middleware/TrustTelegramNetwork.php class TrustTelegramNetwork (line 9) | class TrustTelegramNetwork method handle (line 40) | public function handle($request, Closure $next) FILE: src/LaravelTelegramBot.php class LaravelTelegramBot (line 9) | class LaravelTelegramBot method register (line 14) | public function register(callable $callback) method call (line 19) | public function call(Update $update): ?ServerResponse FILE: src/Telegram/Commands/CallbackqueryCommand.php class CallbackqueryCommand (line 18) | class CallbackqueryCommand extends SystemCommand method execute (line 26) | public function execute(): ServerResponse FILE: src/Telegram/Commands/GenericmessageCommand.php class GenericmessageCommand (line 14) | class GenericmessageCommand extends SystemCommand method execute (line 22) | public function execute(): ServerResponse FILE: src/Telegram/Conversation/ConversationWrapper.php class ConversationWrapper (line 8) | class ConversationWrapper method __construct (line 14) | public function __construct(Update $update, $command = '') method all (line 53) | public function all(): array method get (line 58) | public function get(string $key, string $default = null): mixed method has (line 64) | public function has(string $key): bool method getConversation (line 69) | public function getConversation(): Conversation method persist (line 74) | public function persist(array $data): self method remember (line 86) | public function remember(array $data = [], bool $keepPreviousData = fa... method exists (line 109) | public function exists(): bool method end (line 114) | public function end(): void method cancel (line 119) | public function cancel(): void FILE: src/Telegram/Conversation/LeadsConversation.php type LeadsConversation (line 14) | trait LeadsConversation method conversation (line 27) | protected function conversation(string $key = null, string $default = ... FILE: src/Telegram/InlineKeyboardButton/CallbackPayload.php class CallbackPayload (line 7) | class CallbackPayload method __construct (line 10) | public function __construct(protected array $payload) method all (line 14) | public function all(): array method get (line 19) | public function get(string $key, string $default = null): mixed method has (line 24) | public function has(string $key): bool FILE: src/Telegram/InlineKeyboardButton/RemembersCallbackPayload.php type RemembersCallbackPayload (line 15) | trait RemembersCallbackPayload method payload (line 28) | protected function payload(string $key = null, string $default = null) FILE: src/Telegram/UsesEffectiveEntities.php type UsesEffectiveEntities (line 10) | trait UsesEffectiveEntities method getEffectiveUser (line 13) | protected function getEffectiveUser(Update $update): ?User method getEffectiveChat (line 24) | protected function getEffectiveChat(Update $update): ?Chat method getEffectiveMessage (line 35) | protected function getEffectiveMessage(Update $update): ?Message FILE: src/TelegramServiceProvider.php class TelegramServiceProvider (line 24) | class TelegramServiceProvider extends ServiceProvider method boot (line 31) | public function boot(): void method register (line 55) | public function register(): void method configureTelegramBot (line 62) | protected function configureTelegramBot() method bootForConsole (line 99) | protected function bootForConsole(): void method discoverTelegramCommands (line 126) | protected function discoverTelegramCommands(Telegram $bot): void method registerTelegramAdmins (line 149) | protected function registerTelegramAdmins(Telegram $bot): void