t 0.0.12
t: ^0.0.12 copied to clipboard
Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.
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.