Api icon indicating copy to clipboard operation
Api copied to clipboard

Как отличить

Open luminatee opened this issue 2 years ago • 1 comments

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

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

luminatee avatar Jan 09 '23 18:01 luminatee

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

plakhotnyuk avatar Jan 20 '23 13:01 plakhotnyuk