🔥 Burn Fat Fast. Discover How! 💪

[Bot API Update] Since the number of users joining telegram ha | Grey Wolf Development

[Bot API Update]
Since the number of users joining telegram has become insane, the Bot API has announced that user IDs will soon exceed the magical number 2147483647 - that being 2 to the power of 31 minus 1. Since our bots are written in C#, it means that we have to switch from int to long type for User IDs. This also requires operations on the database that can't be performed while the bot is running.

Long story short: We are trying to update Executrix to stay in accordance with the newest Bot API. Some information that is saved starting now may be lost, including user warns, elevations, etc. We will also have a downtime later. Better remember the warns, etc. and issue them later when the operation is completed.

We will of course let you know about the progress. Cheers :)