Releases: tada-team/tdproto-ts
tdproto batch update v1.36.7 - v1.38.2
Includes protocol updates from tdproto versions from v1.36.7 to 1.38.2 (both including).
Fix: missing built bundle from v0.6.14
Release v0.6.14 had actual rebuilt bundle missing. v0.6.15 fixes this issue.
See release notes to v0.6.14
tdproto batch update v1.36.4 - v1.36.6
Includes protocol updates from tdproto versions from v1.36.4 to 1.36.6 (both including).
New field on Resp, tdproto batch update v1.36.0 - v1.36.3
Added details
field to Resp
and RespJSON
structures.
Includes protocol updates from tdproto versions from v1.36.0 to 1.36.3 (both including).
Server response structs (Resp, RespJSON)
Added generalised server response structures: Resp and RespJSON.
Remove unnecessary readonly param from Team
Team.me: Contact is now NOT readonly.
As per tdapi, entire Contact objects are transferred over web sockets, which suggests being able to reassign these object on Classes that these belong to.
tdproto batch update v1.35.1 - v1.35.3
Includes protocol updates from tdproto versions from v1.35.1 to 1.35.3 (both including).
Remove unnecessary readonly param from Team
Team.unread: TeamUnread is now NOT readonly.
As per tdapi, entire TeadUnread objects are transferred over web sockets, which suggests being able to reassign these object on Classes that these belong to.
tdproto batch update v1.34.1 - v1.35.1
Includes protocol updates from tdproto versions from v1.34.1 to 1.35.1 (both including).
Add missing MyReactions structs
These should've been in 0.6.6.