t 0.0.16 t: ^0.0.16 copied to clipboard
Telegram Client API (MTProto) to connect to Telegram and control a user programmatically.
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
Message
type.
0.0.10 #
MsgContainer
must be serialized differently.- Use
DateTime
for some field types. - Fixes
BinaryReader
when reading a boolean. - The
flags
was calculating wrong.
0.0.9 #
MsgContainer
must be deserialized differently.
0.0.8 #
- Ditch
TlMethod
's return type.
0.0.7 #
- Added
toJson
to every object.
0.0.6 #
- Parse
Int128
andInt256
from hex String.
0.0.5 #
- Fix server time reading.
0.0.4 #
BinaryReader
bugs fixed.
0.0.3 #
- Generate random
Int128
andInt256
.
0.0.2 #
- RSA Public Key.
0.0.1 #
- Initial version.