0

Is it possible that there are more messages in the Chat/Channel full history than the maximum int value ?

https://wiz0u.github.io/WTelegramClient/EXAMPLES.html#fetch-all-messages-history-from-a-chatuser

Vipz
  • 207
  • 1
  • 7

1 Answers1

1

No. Message IDs are int so it can be more than int.MaxValue

It is undefined what would happen if a Telegram group/channel reaches this limit.

Some people say it will wrap around to zero and all the old messages are lost, only the new ones would be accessible.

Wizou
  • 1,336
  • 13
  • 24