TelegramBot / Api

Native PHP Wrapper for Telegram BOT API
MIT License
1.06k stars 324 forks source link

Как отличить #388

Open luminatee opened 1 year ago

luminatee commented 1 year ago
//Handle text messages
$bot->on(function (\TelegramBot\Api\Types\Update $update) use ($bot) {
    $message = $update->getMessage();
    $id = $message->getChat()->getId();
    ...
});

как понять откуда пришло сообщение? в личке или в группе?

plakhotnyuk commented 1 year ago

Проверяй по ChatId, а юзера по UserId