tg 0.0.15
tg: ^0.0.15 copied to clipboard
Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.
0.0.15 #
- Update
t
version.
0.0.14 #
- Faster password cryptography thanks to @Ilham-Habibullin.
0.0.13 #
- Added a working example.
0.0.12 #
- Better Session and AuthorizationKey management.
0.0.11 #
- AuthorizationKey and Session classes moved here from
t
.
0.0.10 #
- Format code and update dependency version.
0.0.9 #
- Handle multiple frames in a single packet.
0.0.8 #
- Handle GzipPacked messages and Replace built-in AES-CTR with one from Pointycastle.
0.0.4 #
- Client base class.
0.0.3 #
- Login functionality.
0.0.2 #
- Refactor MTProto objects into https://pub.dev/packages/t.
0.0.1 #
- Initial version with Schema and Obfuscation.