$message['chat']['id'], 'chat_name' => $message['chat']['title'] ?? $message['chat']['first_name'] ?? '', 'chat_type' => $message['chat']['type'], 'username' => $message['from']['username'] ?? '', 'user_id' => (int) $message['from']['id'], 'raw' => $message['text'] ?? '', ]; $handler = new SalviumTipBotCommands($db, $wallet, $config); $handler->handle($command, $args, $context); ?>