Search code examples
php-telegram-bot

Negative chat id in log file of telegram bot


I have a Telegram bot and I save all user activity in a log file. When I checked the log file, I found a user with a negative chat ID -107606558. Is this normal?


Solution

  • If the chat is a group, the chat id is negative. If it is a single person, then positive.