Skip to content

Commit 757c621

Browse files
committed
Upgrade TDLib to tdlib/td@53acb2b + Rebuild OpenSSL
Built in 36m 21s
1 parent b752231 commit 757c621

File tree

11 files changed

+25
-25
lines changed

11 files changed

+25
-25
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:dd81775945338afc5d4d8507868f60342afd5b6b1a99e1ad1d82d96109121ddf
2+
oid sha256:a9fa0ee931f0c8f9d251d903038b5d3c488cb8bc8a4c5baf6fd9a71b85cc2904
33
size 3146920
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:22e2e8037f1ee0834640c38af1aefa2857fd89ce4aef3ba43f70e23918b69074
2+
oid sha256:bc8cd1a8a33c20716f1ae72e74719264b6826bb2a5341f73afbf0b9de78cd0e7
33
size 2644932

openssl/x86/lib/libcryptox.so

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3832c2d4e606bdb80cebde0dbdae17ac191fa1759d29210a4d9b8171a535659a
2+
oid sha256:4a158b028aeaa33010b7843b8cc355121ba342e4ce728ecd71c37248bd87af65
33
size 2640512

openssl/x86_64/lib/libcryptox.so

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5d5c4a5f0f9109aad4cf1f95485de932f816469a3e8b69c7cb56423bc621ca0f
2+
oid sha256:a493c38872dd8f64b6a6209850cf4afc8499b834a0e827e5c81d0edf64dc5be1
33
size 3300520

src/main/java/org/drinkless/tdlib/TdApi.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* It has no inner classes, functions or public members.
1414
*/
1515
public class TdApi {
16-
private static final String GIT_COMMIT_HASH = "c85b20a41a9d2d18abf340bed98daa3079641643";
16+
private static final String GIT_COMMIT_HASH = "53acb2b5343511432db5aa2091937c3d294c7faa";
1717

1818
private TdApi() {
1919
}
@@ -75731,23 +75731,23 @@ public static class User extends Object {
7573175731
*/
7573275732
@Nullable public ProfilePhoto profilePhoto;
7573375733
/**
75734-
* Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only.
75734+
* Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview.
7573575735
*/
7573675736
public int accentColorId;
7573775737
/**
75738-
* Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only.
75738+
* Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.
7573975739
*/
7574075740
public long backgroundCustomEmojiId;
7574175741
/**
75742-
* Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only.
75742+
* Identifier of the accent color for the user's profile; -1 if none.
7574375743
*/
7574475744
public int profileAccentColorId;
7574575745
/**
75746-
* Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only.
75746+
* Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none.
7574775747
*/
7574875748
public long profileBackgroundCustomEmojiId;
7574975749
/**
75750-
* Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only.
75750+
* Emoji status to be shown instead of the default Telegram Premium badge; may be null.
7575175751
*/
7575275752
@Nullable public EmojiStatus emojiStatus;
7575375753
/**
@@ -75831,11 +75831,11 @@ public User() {
7583175831
* @param phoneNumber Phone number of the user.
7583275832
* @param status Current online status of the user.
7583375833
* @param profilePhoto Profile photo of the user; may be null.
75834-
* @param accentColorId Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview. For Telegram Premium users only.
75835-
* @param backgroundCustomEmojiId Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none. For Telegram Premium users only.
75836-
* @param profileAccentColorId Identifier of the accent color for the user's profile; -1 if none. For Telegram Premium users only.
75837-
* @param profileBackgroundCustomEmojiId Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none. For Telegram Premium users only.
75838-
* @param emojiStatus Emoji status to be shown instead of the default Telegram Premium badge; may be null. For Telegram Premium users only.
75834+
* @param accentColorId Identifier of the accent color for name, and backgrounds of profile photo, reply header, and link preview.
75835+
* @param backgroundCustomEmojiId Identifier of a custom emoji to be shown on the reply header and link preview background; 0 if none.
75836+
* @param profileAccentColorId Identifier of the accent color for the user's profile; -1 if none.
75837+
* @param profileBackgroundCustomEmojiId Identifier of a custom emoji to be shown on the background of the user's profile; 0 if none.
75838+
* @param emojiStatus Emoji status to be shown instead of the default Telegram Premium badge; may be null.
7583975839
* @param isContact The user is a contact of the current user.
7584075840
* @param isMutualContact The user is a contact of the current user and the current user is a contact of the user.
7584175841
* @param isCloseFriend The user is a close friend of the current user; implies that the user is a contact.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0e4764c3cd4a959f5e5b03eebde45422b97e4a064e51f988e6793860cd22962f
3-
size 16751944
2+
oid sha256:9180b00148187a2312adecc57940c7b73141306cb7e22dd8dce67ccd2c4e4604
3+
size 16753664
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a2fb223c67e23ac4b1d24de68a921a9bb02ea5d70100415b383d336df79cf6f5
3-
size 11631796
2+
oid sha256:50e131b95929dbee099f2d26bb284fa1ac97f8d289378337370ccc789a40562a
3+
size 11633724

src/main/libs/x86/libtdjni.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a5ee4414366f0c153aefb98f726138553ba5ee89007250a2135f95a89c45d420
3-
size 20489364
2+
oid sha256:2fad01aec77f3832ba50b9be61e6723050c8da0e4492c9007c6ad586356985df
3+
size 20491116

src/main/libs/x86_64/libtdjni.so

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:861bf7752c2e03533e098040d3262b939ecc09b1a2cc8148388f5d4b12ea40c6
3-
size 18783072
2+
oid sha256:c6d87012b43cebaab23adb34b12c4cecc964fe2eeb4b8ae56fd0efbde94b54ce
3+
size 18784400

0 commit comments

Comments
 (0)