github.com/tada-team/tdproto@v1.51.57/CHANGELOG (about) 1 v1.51.47 2 - feat(draft): added `Revision` field 3 4 v1.51.46 5 - feat: added `ServerLogout` event 6 7 v1.51.45 8 - feat(Team): added `PinnedSortOrdering` field 9 10 v1.51.44 11 - feat(tdapi): added `Message.LinkedMessages` field 12 13 v1.51.43 14 - feat(Subtask): added `Importance` and `Complexity` fields 15 16 v1.51.37 17 - feat: new field contact.ReactionNotificationsEnabled 18 19 v1.51.36 20 - feat: new field contact.SystembotNotificationsEnabled 21 22 v1.51.30 23 - feat: contact entity to code gen 24 25 v1.51.18 26 - fix: json state field 27 28 v1.51.17 29 - fix(tdapi): ParserSendArchiveStateRequest field status renamed to field state 30 31 v1.51.16 32 - feat(tdapi): ParserSendArchiveStatusRequest renamed to ParserSendArchiveStateRequest 33 - fix(ParseStatus): set deprecated 34 35 v1.51.15 36 - feat(contact): CanImportChats 37 - fix(features): ChatsImportEnabled removed 38 39 v1.51.14 40 - feat: archiveName field for ParserGenerateChatsResponse,ParserGetStateResponse,ParserUploadArchiveResponse 41 42 v1.51.13 43 - fix: parse archive state response generation 44 45 v1.51.12 46 - feat: parse error code 47 - feat: parse get state 48 - feat: get mapped users resp added chat name 49 50 v1.51.11 51 - fix(server.Processing): add body to constructor 52 53 v1.51.10 54 - feat(server.Processing): body field 55 56 v1.51.9 57 - feat(ParseStatus): new status: not_found 58 59 v1.51.8 60 - feat: parser.ParserGetArchiveStatusResponse progress added 61 62 v1.51.7 63 - fix: MappedUser.Contact - set omitempty 64 65 v1.51.6 66 - feat: codegen for parser 67 68 v1.51.5 69 - feat: added action type for NewServerProcessing constructor 70 71 v1.51.4 72 - feat: action type added for tdapi.GenerateChatsResponse,tdapi.ParserUploadArchiveResponse,tdapi.BackgroundAction 73 - feat: tdapi.ParserSendArchiveStatusRequest,tdapi.ParserSendArchiveStatusResponse 74 75 v1.51.3 76 - feat: action type for serverProcessingParams 77 - feat: tdapi.GenerateChatsRequest,tdapi.GenerateChatsResponse 78 79 v1.51.2 80 - feat: features.ChatsImportEnabled flag 81 82 v1.51.1 83 - fix: use contact structure for mappedUser 84 85 v1.51.0 86 - feat(parser): tdapi.Parser, Parser structs 87 88 v1.50.56 89 - feat(Contact): added `canCreateMeeting` field 90 91 v1.50.50 92 - feat(Features): add rumarket app url 93 94 v1.50.27 95 - feat(Subtask): added `DeadlineExpired` field 96 97 v1.50.25 98 - feat(ContactFilter): add display_name filter 99 100 v1.50.24 101 - feat(TaskFilter): add filter contact_section 102 - feat(Subtask): add Deadline 103 104 v1.50.9 105 - feat(contact): add id field for contactFilter 106 107 v1.50.0 108 - feat(auth): add kerberos auth feature flag and drop ntlm flag 109 110 v1.49.20 111 - feat(calls): add screen share events(client.call.screenshare, server.call.screenshare) 112 113 v1.49.19 114 - theme.CallColors pointer fixed 115 116 v1.49.18 117 - added new color structs for app: theme.CallColors, theme.SwipeColors, theme.Bg 118 119 v1.49.16 120 - added avatar colors for app to theme.avatar 121 122 v1.49.8 123 - fix: change type for CallType: from string to CallType struct 124 - fix: remove omitempty from server video calls 125 - feat(features): add params CallsAudioEnabled and CallsVideoEnabled. Make param CallsVersion deprecated 126 127 v.1.49.7 128 - feat(features): new settings for captcha 129 130 v.1.49.6 131 - fix(features): fix type of field 132 133 v.1.49.5 134 - fix(features): fix broken versioning 135 136 v.1.49.4 137 - feat(features): add ReCaptchaWebKey param in features for captcha settings 138 139 v.1.49.3 140 - feat(features): add param in features for support NTLM authentication 141 - feat(features): add param in features for captcha settings 142 - feat(TS codegen): parse Go float into TS number 143 144 v.1.49.2 145 - feat(video_calls): add structures for support video calls with back compatibility 146 147 v.1.49.1 148 - chore(features): add omitempty tag for FileExtensions fields in Features struct 149 150 v.1.49.0 151 - feat(dlp): add DLPEvent structures for DLP integration 152 153 v.1.48.2 154 - update comment ADUid field in ContactCustomFields struct for docs 155 156 v.1.48.1 157 - added FileExtensionWhitelist, FileExtensionBlacklist and FileExtensionWhitelistPriority params in Features struct 158 159 v.1.48.0 160 - tdapi.TeamConfirmation 161 162 v.1.47.1 163 - fix: remove omitempty tag for IsPinCodeRequired and PinCodeWrongLimit fields 164 165 v.1.47.0 166 - added IsPinCodeRequired and PinCodeWrongLimit fields in Features struct for pin-codes support 167 168 v.1.46.9 169 - added ADUid CustomField 170 171 v.1.46.8 172 - tdapi.Resp._time field position fix 173 174 v.1.46.7 175 - added form for create payment 176 177 v.1.46.6 178 - added Subscription struct 179 180 v.1.46.5 181 - TaskItem.CanChange added 182 183 v.1.46.4 184 - tdapi.Team.task_importance_rev 185 186 v.1.46.3 187 - more docs added 188 189 v.1.46.2 190 - tdapi.Team.display_family_name_first 191 192 v.1.46.1 193 - remove unused tdapi.Gone 194 195 v.1.46.0 196 - server.uisettings params changed from {"params": data} to {"params": {"namespace": namespace, "data": data}} 197 198 v.1.45.3 199 - features.MaxTeamTitleLength 200 201 v.1.45.2 202 - NewServerChatsUpdated shortcut 203 204 v.1.45.1 205 - libs upgrade 206 207 v.1.45.0 208 - experimental optional field icons if tdapi.AtLinks and tdapi.SharpLinks 209 210 v.1.44.0 211 - remove deprecated server.panic event 212 213 v.1.43.1 214 - tdapi.EasyApiMessage 215 216 v.1.43.0 217 - tdapi.AtLinks 218 - tdapi.SharpLinks 219 - tdapi.BotCommands 220 221 v.1.42.0 222 - DND renamed to Focus Mode 223 224 v.1.41.2 225 - Added Tariff.Price 226 227 v.1.41.1 228 - contact.hide_pushes_content 229 230 v.1.41.0 231 - user.hide_pushes_content 232 233 v.1.40.0 234 - Add Team.available_tariffs field 235 236 v.1.39.0 237 - Experimental DND features: editable Contact.dnd_until field, readonly OnlineContact.dnd field 238 239 v.1.38.2 240 - Contact.gentime / ShortContact.gentime 241 242 v.1.38.1 243 - User.teams field 244 245 v.1.38.0 246 - User.icon_data field 247 - all icon_data fields now are not nullable 248 249 v.1.37.1 250 - tdmocks submodule 251 252 v.1.36.9 253 - tdapi.Resp.Markup 254 255 v.1.36.8 256 - features.MaxProjectLength 257 258 v.1.36.7 259 - tdapi.resp.reason 260 261 v.1.36.6 262 - features.multi_nodes 263 264 v.1.36.5 265 - features.custom_app_icon_name 266 267 v.1.36.4 268 - Tariff: add Uid 269 - Tariff: NameEn -> TitleEn 270 - Tariff: NameRu -> TitleRu 271 - Tariff: "CloudSpace" omitempty now 272 - Tariff: "MaxUploadFilesize" omitempty now 273 - Tariff: "MaxMembersInTeam" omitempty now 274 - Tariff: "MaxParticipantsPerCall" omitempty now 275 276 v.1.36.3 277 - add MaxUploadFilesize field 278 279 v.1.36.2 280 - add Tariff struct 281 282 v.1.36.1 283 - tdapi.ContactFilter 284 285 v.1.36.0 286 - CBOR support 287 288 v.1.35.3 289 - subtask.task_status 290 291 v.1.35.2 292 - features.amplitude_api_key 293 294 v.1.35.1 295 - features.custom_theme flag if server has custom theme 296 297 v.1.35.0 298 - TaskItem.gentime 299 300 v.1.34.7 301 - added WebBase colors for features.Theme 302 303 v.1.34.5 304 - features.ios_corp_app 305 - features.android_corp_app 306 307 v.1.34.4 308 - tdproto.InvitableUser 309 310 v.1.34.3 311 - Contact.node, tdproto.Node 312 313 v.1.34.2 314 - features.theme_settings 315 316 v1.34.1 317 - tdapi.MyReactions 318 - tdapi.DevicePing 319 - tdapi.GroupMembers 320 - tdapi.MessageMarkup 321 - tdapi.TaskColors 322 - tdapi.ColorRule 323 - removed tdapi.GroupMember, use tdproto.GroupMembership instead 324 325 v1.34.0 326 - tdapi.UploadFilter 327 328 v1.33.7 329 - Contact.can_import_tasks field 330 331 v1.33.6 332 - Contact.can_manage_projects field 333 334 v1.33.5 335 - tdapi.Contact, tdapi.Integration, tdapi.Team 336 - Contact.add_to_team_rights field removed 337 - Team.pinned field added 338 - PushDevice docs 339 340 v1.33.4 341 - features.min_corp_ios_version and features.min_corp_android_version 342 343 v1.33.3 344 - remove deprecated ServerCallOffer and ClientCallAnswer 345 - mark ServerCallAnswer as deprecated (left for backward compatibility) 346 347 v1.33.2 348 - add comments to *.call.sdp events 349 - extract JSEP struct to file from server_call_answer.go 350 351 v1.33.1 352 - tdapi.Draft 353 - gentime for draft renamed to draft_gentime 354 355 v1.33.0 356 - experimental client.call.sdp / server.call.sdp events 357 - group wiki page removed 358 - draft_num replaced by gentime in server.chat.draft 359 360 v1.32.0 361 - features.calls deprecated. Use features.calls_version: (0 = disabled, 1 = audio only, 2 = audio+video) 362 - features.min_app_version deprecated. Use features.min_ios_version, features.min_android_version