t 1.0.0
t: ^1.0.0 copied to clipboard
Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.
1.0.0 #
- Updated to layer 216.
0.0.30 #
- Updated to layer 214.
0.0.29 #
- Fixes a bug in DateTime serialization, thanks to @Ilham-Habibullin.
0.0.28 #
- Updated to layer 211.
0.0.27 #
- Updated to layer 207.
0.0.26 #
- Moved AuthorizationKey and Session classes to
tg.
0.0.25 #
- toJson methods now return
$hashand$namefields.
0.0.24 #
- Fixes a bug when reading a Vector<> from server response.
0.0.21 #
- Topics and badges.
0.0.20 #
- Fix message serialization on boolean values.
0.0.19 #
- Differentiate between
TrueandboolFalse/boolTruewhen deserializing.
0.0.18 #
- Upgraded to Telegram API Layer 195.
0.0.17 #
- Session to/from JSON.
0.0.16 #
- Fix connection init.
0.0.15 #
- Client class is complete.
0.0.14 #
- AuthorizationKey class.
0.0.13 #
- Abstract client object.
0.0.12 #
- Update repository link.
0.0.11 #
- Fix deserialization of
Messagetype.
0.0.10 #
MsgContainermust be serialized differently.- Use
DateTimefor some field types. - Fixes
BinaryReaderwhen reading a boolean. - The
flagswas calculating wrong.
0.0.9 #
MsgContainermust be deserialized differently.
0.0.8 #
- Ditch
TlMethod's return type.
0.0.7 #
- Added
toJsonto every object.
0.0.6 #
- Parse
Int128andInt256from hex String.
0.0.5 #
- Fix server time reading.
0.0.4 #
BinaryReaderbugs fixed.
0.0.3 #
- Generate random
Int128andInt256.
0.0.2 #
- RSA Public Key.
0.0.1 #
- Initial version.