Open lNavigatoRl opened 4 years ago
Propose a PR?
PR means PullRequest
On Fri, Sep 25, 2020, 12:07 lNavigatoRl notifications@github.com wrote:
[image: IMAGE 2020-09-25 13:06:43] https://user-images.githubusercontent.com/16089545/94254819-f65c2080-ff2f-11ea-90d0-612a7ce12e79.jpg
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/sochix/TLSharp/issues/981#issuecomment-698844712, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACQ4J7RSPQCQKCU2A7VX3TSHRTVBANCNFSM4RYZ2DKQ .
ran into the problem that ChatId is too long for int. How do I use the long type?
my chatid = 1.001.385.037.411 max int value = 2,147,483,647 need to use the long type. How ? 🤒