OpenBullet2 icon indicating copy to clipboard operation
OpenBullet2 copied to clipboard

[Bug]: Telegram private channel ID value exceeds MAX integer value

Open nAoxide opened this issue 2 years ago • 1 comments

Version of the software

0.2.5

Operating system

Windows 10

Browser / Native

Native

What happened?

I'm trying to add my private Telegram channel for hit output, but once I paste my channel ID, it automatically gets changed to the minimum Integer value "-2147483648". I think data type need to be changed. Here's an example for Telegram private channel ID "-1001927406021"

Relevant LoliCode if needed

No response

nAoxide avatar Aug 12 '23 03:08 nAoxide

Yeah I think this is because it should be a string instead of an integer. I'll fix it.

openbullet avatar Aug 19 '23 22:08 openbullet