ilyalatt / Telega

C# Telegram MTProto Client
https://ilyalatt.github.io/Telega/
MIT License
58 stars 15 forks source link

Long id support #69

Closed kungurovart closed 3 years ago

kungurovart commented 3 years ago

Does this library support long userId, chatId and others?

ilyalatt commented 3 years ago

Telega generates DTOs based on the tl scheme. It uses the same types as API scheme declares. So the answer is yes.