diff --git a/src/main/kotlin/Permutations.kt b/src/main/kotlin/Permutations.kt index 213e8e0..43aadfa 100644 --- a/src/main/kotlin/Permutations.kt +++ b/src/main/kotlin/Permutations.kt @@ -272,7 +272,6 @@ object Generators { fun cdnNumbers(): Generator = Generators.list(0, 2, 3) fun emails(): Generator = Generators.list("${SeededRandom.string()}@${SeededRandom.string()}.com", "${SeededRandom.string()}@${SeededRandom.string()}.org") fun blurHashes(): Generator = Generators.list("LfLh6Voa9NIW?wNF-ooL-;WAX8oy", "LGG*f,-i.l-o?G\$~?Zt7pHN1=tE3", "LdIOX?NE9Y4T~pRPRjE1X9f5jrt6", "LJR,66e.~Cxu%LoLM|S2%3WWIosm", "LIM:}RB8?-^L.d4]O.nkK_ruI?od") - fun contentTypes(): Generator = Generators.list("image/jpeg", "image/png", "image/gif", "audio/mp3", "video/mp4") fun picoMobs(): Generator = Generators.list(SeededRandom.string(18, 25, "123456789"), SeededRandom.string(18, 25, "123456789")) fun colors(): Generator = Generators.list(seededRandomColor(), seededRandomColor(), seededRandomColor()) @@ -297,7 +296,28 @@ object Generators { return ListGenerator(allItems) } - fun filePointer(contentTypeGenerator: Generator = Generators.contentTypes()): Generator { + fun wallpaperFilePointer(): Generator = filePointerInternal( + includeFileName = false, + includeMediaSize = false, + includeCaption = false, + contentTypeGenerator = Generators.list("image/jpeg", "image/png") + ) + + fun filePointer( + contentTypeGenerator: Generator = Generators.list("image/jpeg", "image/png", "image/gif", "audio/mp3", "video/mp4") + ): Generator = filePointerInternal( + includeFileName = true, + includeMediaSize = true, + includeCaption = true, + contentTypeGenerator = contentTypeGenerator + ) + + private fun filePointerInternal( + includeFileName: Boolean, + includeMediaSize: Boolean, + includeCaption: Boolean, + contentTypeGenerator: Generator + ): Generator { val (backupLocatorGenerator, attachmentLocatorGenerator, invalidAttachmentLocatorGenerator) = oneOf( Generators.permutation { val transitCdnKey = some(Generators.nonEmptyStrings().nullable()) @@ -349,10 +369,10 @@ object Generators { } else { null }, - fileName = some(Generators.nonEmptyStrings().nullable()), - width = some(Generators.ints(0, 4096).nullable()), - height = some(Generators.ints(0, 4096).nullable()), - caption = someNullableString(), + fileName = if (includeFileName) some(Generators.nonEmptyStrings().nullable()) else null, + width = if (includeMediaSize) some(Generators.ints(0, 4096).nullable()) else null, + height = if (includeMediaSize) some(Generators.ints(0, 4096).nullable()) else null, + caption = if (includeCaption) someNullableString() else null, blurHash = if (contentType.startsWith("audio")) null else blurHash ) } diff --git a/src/main/kotlin/tests/AccountDataTestCase.kt b/src/main/kotlin/tests/AccountDataTestCase.kt index 45dfcef..4fd05b1 100644 --- a/src/main/kotlin/tests/AccountDataTestCase.kt +++ b/src/main/kotlin/tests/AccountDataTestCase.kt @@ -22,7 +22,7 @@ object AccountDataTestCase : TestCase("account_data") { frames += StandardFrames.backupInfo val (wallpaperPhotoGenerator, wallpaperPresetGenerator) = oneOf( - Generators.filePointer() as Generator, + Generators.wallpaperFilePointer() as Generator, Generators.enum(ChatStyle.WallpaperPreset::class.java, excluding = ChatStyle.WallpaperPreset.UNKNOWN_WALLPAPER_PRESET) as Generator ) diff --git a/src/main/kotlin/tests/ChatTestCase.kt b/src/main/kotlin/tests/ChatTestCase.kt index 6fccc99..ce3e0b2 100644 --- a/src/main/kotlin/tests/ChatTestCase.kt +++ b/src/main/kotlin/tests/ChatTestCase.kt @@ -21,7 +21,7 @@ object ChatTestCase : TestCase("chat") { frames += StandardFrames.recipientAlice val (wallpaperPhotoGenerator, wallpaperPresetGenerator) = oneOf( - Generators.filePointer() as Generator, + Generators.wallpaperFilePointer() as Generator, Generators.enum(ChatStyle.WallpaperPreset::class.java, ChatStyle.WallpaperPreset.UNKNOWN_WALLPAPER_PRESET) as Generator ) diff --git a/test-cases/account_data_00.binproto b/test-cases/account_data_00.binproto index 6b81bf8..24ba096 100644 Binary files a/test-cases/account_data_00.binproto and b/test-cases/account_data_00.binproto differ diff --git a/test-cases/account_data_00.txtproto b/test-cases/account_data_00.txtproto index b1198ee..678a028 100644 --- a/test-cases/account_data_00.txtproto +++ b/test-cases/account_data_00.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -47,12 +47,12 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> } } diff --git a/test-cases/account_data_01.binproto b/test-cases/account_data_01.binproto index f9b9787..9688c7b 100644 Binary files a/test-cases/account_data_01.binproto and b/test-cases/account_data_01.binproto differ diff --git a/test-cases/account_data_01.txtproto b/test-cases/account_data_01.txtproto index 290b65c..72bce8f 100644 --- a/test-cases/account_data_01.txtproto +++ b/test-cases/account_data_01.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -46,22 +46,22 @@ Frame { } } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.BLUE - entropy = <023354c1c58b8bdb65b292d0fbfd03cef547a36774f7b594a5a5b7db5756287f> - serverId = <731ddfba674ec6f3bac14fed8832849e> + entropy = + serverId = <8e40d2431d317e2dee39bbf801480e9e> } } } diff --git a/test-cases/account_data_02.binproto b/test-cases/account_data_02.binproto index 636a0bb..f5b99b0 100644 Binary files a/test-cases/account_data_02.binproto and b/test-cases/account_data_02.binproto differ diff --git a/test-cases/account_data_02.txtproto b/test-cases/account_data_02.txtproto index ae9d91f..a9346ce 100644 --- a/test-cases/account_data_02.txtproto +++ b/test-cases/account_data_02.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -44,13 +44,9 @@ Frame { transitCdnKey = "EtjaXtfWb" } blurHash = "LfLh6Voa9NIW?wNF-ooL-;WAX8oy" - caption = "" contentType = "image/png" - fileName = "fktWAZnl" - height = 3361 incrementalMac = incrementalMacChunkSize = 2048 - width = 823 } } displayBadgesOnProfile = true @@ -68,21 +64,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.WHITE - entropy = <00205ee8e14dd5d6df1bf0ae271eed9d640edd3bd1e1a6cfc758125a94372c26> - serverId = <44b7a5ed7fed22b2f329b86acb134608> + entropy = <74f34922363753d413b462631f8eb741383ccf3627c362ea1d4aadc91b546309> + serverId = } } } diff --git a/test-cases/account_data_03.binproto b/test-cases/account_data_03.binproto index c653ea9..2d40222 100644 Binary files a/test-cases/account_data_03.binproto and b/test-cases/account_data_03.binproto differ diff --git a/test-cases/account_data_03.txtproto b/test-cases/account_data_03.txtproto index fc8f5d0..8db7805 100644 --- a/test-cases/account_data_03.txtproto +++ b/test-cases/account_data_03.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -46,30 +46,26 @@ Frame { transitCdnNumber = 2 } blurHash = "LGG*f,-i.l-o?G$~?Zt7pHN1=tE3" - caption = "OymkbGZomPlLHy" - contentType = "image/gif" - fileName = "xHDjKnB" - height = 781 - width = 3896 + contentType = "image/jpeg" } } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.GREY - entropy = - serverId = <8be2cb21a0fa47a0181037dfcfe0de95> + entropy = + serverId = <2e2771dbc69f3f56cf981fd64acc5040> } } } diff --git a/test-cases/account_data_04.binproto b/test-cases/account_data_04.binproto index 8034ed1..f50b7c9 100644 Binary files a/test-cases/account_data_04.binproto and b/test-cases/account_data_04.binproto differ diff --git a/test-cases/account_data_04.txtproto b/test-cases/account_data_04.txtproto index e769cba..10a8d0d 100644 --- a/test-cases/account_data_04.txtproto +++ b/test-cases/account_data_04.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -41,12 +41,10 @@ Frame { mediaName = "6dc1e0cd18b0df35d2dda82a4ffea322" size = 1000441712 } - caption = "LGdFwzenIne" - contentType = "audio/mp3" - height = 3522 + blurHash = "LdIOX?NE9Y4T~pRPRjE1X9f5jrt6" + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 - width = 710 } } displayBadgesOnProfile = true @@ -64,17 +62,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.OLIVE - entropy = - serverId = + entropy = + serverId = <745ec558f58cca155df7981e10411f6e> } } } diff --git a/test-cases/account_data_05.binproto b/test-cases/account_data_05.binproto index a73182e..fd4ea0d 100644 Binary files a/test-cases/account_data_05.binproto and b/test-cases/account_data_05.binproto differ diff --git a/test-cases/account_data_05.txtproto b/test-cases/account_data_05.txtproto index 5e305c7..2c9a24c 100644 --- a/test-cases/account_data_05.txtproto +++ b/test-cases/account_data_05.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -43,27 +43,26 @@ Frame { size = 193250115 } blurHash = "LJR,66e.~Cxu%LoLM|S2%3WWIosm" - contentType = "video/mp4" - fileName = "fktWAZnl" + contentType = "image/jpeg" } } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.GREEN - entropy = - serverId = <890a6fcc0d7cede0d005e0aafb8cd88b> + entropy = <2a849b36033d55ee22ad8089d8b31e0b8d6049955da8992e8eb2791f46f29c9b> + serverId = } } } diff --git a/test-cases/account_data_06.binproto b/test-cases/account_data_06.binproto index 8b1af29..054032c 100644 Binary files a/test-cases/account_data_06.binproto and b/test-cases/account_data_06.binproto differ diff --git a/test-cases/account_data_06.txtproto b/test-cases/account_data_06.txtproto index c5266cc..6afc461 100644 --- a/test-cases/account_data_06.txtproto +++ b/test-cases/account_data_06.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -44,13 +44,9 @@ Frame { uploadTimestamp = 1776491210910 } blurHash = "LIM:}RB8?-^L.d4]O.nkK_ruI?od" - caption = "" - contentType = "image/jpeg" - fileName = "xHDjKnB" - height = 3361 + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 - width = 823 } } displayBadgesOnProfile = true @@ -68,21 +64,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.ORANGE - entropy = - serverId = <8a31e24230f253d87497d4b73dafe4fa> + entropy = <47db44d61270a0dc3ef0b2b677d4e0eeaf3371028a04ed7271a429e076b8d33f> + serverId = <406bb217821bcd82ccd719d94ce58985> } } } diff --git a/test-cases/account_data_07.binproto b/test-cases/account_data_07.binproto index 6e0f179..c3f6b85 100644 Binary files a/test-cases/account_data_07.binproto and b/test-cases/account_data_07.binproto differ diff --git a/test-cases/account_data_07.txtproto b/test-cases/account_data_07.txtproto index dc93841..8f975e2 100644 --- a/test-cases/account_data_07.txtproto +++ b/test-cases/account_data_07.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -44,29 +44,26 @@ Frame { size = 2101437613 uploadTimestamp = 1852195597883 } - caption = "OymkbGZomPlLHy" - contentType = "image/png" - height = 781 - width = 3896 + contentType = "image/jpeg" } } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.PINK - entropy = <45ab5ead8eb9044ad79f0def3bddc876c8c58255a4a057c231e4090f3d46521f> - serverId = <6d1d851dd86c5b2ded7aba007b1eb92c> + entropy = <27a38645ab2d573928a14adb2e90907199154fed979ea98f19d848c17b785ff8> + serverId = <5aa092c1745e712bc96653a10091c5a8> } } } diff --git a/test-cases/account_data_08.binproto b/test-cases/account_data_08.binproto index 6deb416..03d92b7 100644 Binary files a/test-cases/account_data_08.binproto and b/test-cases/account_data_08.binproto differ diff --git a/test-cases/account_data_08.txtproto b/test-cases/account_data_08.txtproto index a5fe765..cd2ca7e 100644 --- a/test-cases/account_data_08.txtproto +++ b/test-cases/account_data_08.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -36,14 +36,10 @@ Frame { bubbleColorPreset = BubbleColorPreset.SOLID_TEAL wallpaperPhoto = FilePointer { blurHash = "LfLh6Voa9NIW?wNF-ooL-;WAX8oy" - caption = "LGdFwzenIne" - contentType = "image/gif" - fileName = "fktWAZnl" - height = 3522 + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 invalidAttachmentLocator = InvalidAttachmentLocator {} - width = 710 } } displayBadgesOnProfile = true @@ -61,17 +57,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + avatarUrlPath = "https://example.com/nUUiit" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.PURPLE - entropy = - serverId = <6edab2dab1ec8f3d1edc09d3bfc894e5> + entropy = <0c2dede827e18e55c28e712f9a3dddc384e466f98e15432bce34cee30502d540> + serverId = <03129ecfd189c9f35a386c4aa68fd418> } } } diff --git a/test-cases/account_data_09.binproto b/test-cases/account_data_09.binproto index 76ed571..0ea0d46 100644 Binary files a/test-cases/account_data_09.binproto and b/test-cases/account_data_09.binproto differ diff --git a/test-cases/account_data_09.txtproto b/test-cases/account_data_09.txtproto index f992d36..19f42fe 100644 --- a/test-cases/account_data_09.txtproto +++ b/test-cases/account_data_09.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -38,17 +38,17 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_BLUSH } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> } } diff --git a/test-cases/account_data_10.binproto b/test-cases/account_data_10.binproto index 175e4ae..2dc55ed 100644 Binary files a/test-cases/account_data_10.binproto and b/test-cases/account_data_10.binproto differ diff --git a/test-cases/account_data_10.txtproto b/test-cases/account_data_10.txtproto index 1fa83d4..21af2e3 100644 --- a/test-cases/account_data_10.txtproto +++ b/test-cases/account_data_10.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -51,21 +51,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.BLUE - entropy = <023354c1c58b8bdb65b292d0fbfd03cef547a36774f7b594a5a5b7db5756287f> - serverId = <731ddfba674ec6f3bac14fed8832849e> + entropy = + serverId = <8e40d2431d317e2dee39bbf801480e9e> } } } diff --git a/test-cases/account_data_11.binproto b/test-cases/account_data_11.binproto index 7a13d26..4378911 100644 Binary files a/test-cases/account_data_11.binproto and b/test-cases/account_data_11.binproto differ diff --git a/test-cases/account_data_11.txtproto b/test-cases/account_data_11.txtproto index ee7d8ea..7402ff8 100644 --- a/test-cases/account_data_11.txtproto +++ b/test-cases/account_data_11.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_DUST } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.WHITE - entropy = <00205ee8e14dd5d6df1bf0ae271eed9d640edd3bd1e1a6cfc758125a94372c26> - serverId = <44b7a5ed7fed22b2f329b86acb134608> + entropy = <74f34922363753d413b462631f8eb741383ccf3627c362ea1d4aadc91b546309> + serverId = } } } diff --git a/test-cases/account_data_12.binproto b/test-cases/account_data_12.binproto index 29fc368..54cb377 100644 Binary files a/test-cases/account_data_12.binproto and b/test-cases/account_data_12.binproto differ diff --git a/test-cases/account_data_12.txtproto b/test-cases/account_data_12.txtproto index e03faef..66786da 100644 --- a/test-cases/account_data_12.txtproto +++ b/test-cases/account_data_12.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -51,17 +51,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.GREY - entropy = - serverId = <8be2cb21a0fa47a0181037dfcfe0de95> + entropy = + serverId = <2e2771dbc69f3f56cf981fd64acc5040> } } } diff --git a/test-cases/account_data_13.binproto b/test-cases/account_data_13.binproto index 4d7b1c9..b815712 100644 Binary files a/test-cases/account_data_13.binproto and b/test-cases/account_data_13.binproto differ diff --git a/test-cases/account_data_13.txtproto b/test-cases/account_data_13.txtproto index e0edffd..d632282 100644 --- a/test-cases/account_data_13.txtproto +++ b/test-cases/account_data_13.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_RAINFOREST } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.OLIVE - entropy = - serverId = + entropy = + serverId = <745ec558f58cca155df7981e10411f6e> } } } diff --git a/test-cases/account_data_14.binproto b/test-cases/account_data_14.binproto index 0bd4833..ac5c81f 100644 Binary files a/test-cases/account_data_14.binproto and b/test-cases/account_data_14.binproto differ diff --git a/test-cases/account_data_14.txtproto b/test-cases/account_data_14.txtproto index 82aabd3..48b19d8 100644 --- a/test-cases/account_data_14.txtproto +++ b/test-cases/account_data_14.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -51,21 +51,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.GREEN - entropy = - serverId = <890a6fcc0d7cede0d005e0aafb8cd88b> + entropy = <2a849b36033d55ee22ad8089d8b31e0b8d6049955da8992e8eb2791f46f29c9b> + serverId = } } } diff --git a/test-cases/account_data_15.binproto b/test-cases/account_data_15.binproto index 1d63040..545e079 100644 Binary files a/test-cases/account_data_15.binproto and b/test-cases/account_data_15.binproto differ diff --git a/test-cases/account_data_15.txtproto b/test-cases/account_data_15.txtproto index 033414b..7261089 100644 --- a/test-cases/account_data_15.txtproto +++ b/test-cases/account_data_15.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_FROST } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.ORANGE - entropy = - serverId = <8a31e24230f253d87497d4b73dafe4fa> + entropy = <47db44d61270a0dc3ef0b2b677d4e0eeaf3371028a04ed7271a429e076b8d33f> + serverId = <406bb217821bcd82ccd719d94ce58985> } } } diff --git a/test-cases/account_data_16.binproto b/test-cases/account_data_16.binproto index fda40b5..82952d6 100644 Binary files a/test-cases/account_data_16.binproto and b/test-cases/account_data_16.binproto differ diff --git a/test-cases/account_data_16.txtproto b/test-cases/account_data_16.txtproto index c238c9f..921fe38 100644 --- a/test-cases/account_data_16.txtproto +++ b/test-cases/account_data_16.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -51,17 +51,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.PINK - entropy = <45ab5ead8eb9044ad79f0def3bddc876c8c58255a4a057c231e4090f3d46521f> - serverId = <6d1d851dd86c5b2ded7aba007b1eb92c> + entropy = <27a38645ab2d573928a14adb2e90907199154fed979ea98f19d848c17b785ff8> + serverId = <5aa092c1745e712bc96653a10091c5a8> } } } diff --git a/test-cases/account_data_17.binproto b/test-cases/account_data_17.binproto index 739889f..de94837 100644 Binary files a/test-cases/account_data_17.binproto and b/test-cases/account_data_17.binproto differ diff --git a/test-cases/account_data_17.txtproto b/test-cases/account_data_17.txtproto index 2138275..b08278b 100644 --- a/test-cases/account_data_17.txtproto +++ b/test-cases/account_data_17.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_LILAC } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.PURPLE - entropy = - serverId = <6edab2dab1ec8f3d1edc09d3bfc894e5> + entropy = <0c2dede827e18e55c28e712f9a3dddc384e466f98e15432bce34cee30502d540> + serverId = <03129ecfd189c9f35a386c4aa68fd418> } } } diff --git a/test-cases/account_data_18.binproto b/test-cases/account_data_18.binproto index 172b126..b61e616 100644 Binary files a/test-cases/account_data_18.binproto and b/test-cases/account_data_18.binproto differ diff --git a/test-cases/account_data_18.txtproto b/test-cases/account_data_18.txtproto index 8fbf38e..6ab1204 100644 --- a/test-cases/account_data_18.txtproto +++ b/test-cases/account_data_18.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -51,16 +51,16 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> } } diff --git a/test-cases/account_data_19.binproto b/test-cases/account_data_19.binproto index 968f1c7..6c963b5 100644 Binary files a/test-cases/account_data_19.binproto and b/test-cases/account_data_19.binproto differ diff --git a/test-cases/account_data_19.txtproto b/test-cases/account_data_19.txtproto index a91410b..d195c7c 100644 --- a/test-cases/account_data_19.txtproto +++ b/test-cases/account_data_19.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.SOLID_EGGPLANT } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.BLUE - entropy = <023354c1c58b8bdb65b292d0fbfd03cef547a36774f7b594a5a5b7db5756287f> - serverId = <731ddfba674ec6f3bac14fed8832849e> + entropy = + serverId = <8e40d2431d317e2dee39bbf801480e9e> } } } diff --git a/test-cases/account_data_20.binproto b/test-cases/account_data_20.binproto index 7c5d112..47c694b 100644 Binary files a/test-cases/account_data_20.binproto and b/test-cases/account_data_20.binproto differ diff --git a/test-cases/account_data_20.txtproto b/test-cases/account_data_20.txtproto index 531ec65..a43fee9 100644 --- a/test-cases/account_data_20.txtproto +++ b/test-cases/account_data_20.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -51,17 +51,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + avatarUrlPath = "https://example.com/nUUiit" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.WHITE - entropy = <00205ee8e14dd5d6df1bf0ae271eed9d640edd3bd1e1a6cfc758125a94372c26> - serverId = <44b7a5ed7fed22b2f329b86acb134608> + entropy = <74f34922363753d413b462631f8eb741383ccf3627c362ea1d4aadc91b546309> + serverId = } } } diff --git a/test-cases/account_data_21.binproto b/test-cases/account_data_21.binproto index 4ba592c..c5cfb17 100644 Binary files a/test-cases/account_data_21.binproto and b/test-cases/account_data_21.binproto differ diff --git a/test-cases/account_data_21.txtproto b/test-cases/account_data_21.txtproto index 6759fe5..8c7ce50 100644 --- a/test-cases/account_data_21.txtproto +++ b/test-cases/account_data_21.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.GRADIENT_SUNSET } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.GREY - entropy = - serverId = <8be2cb21a0fa47a0181037dfcfe0de95> + entropy = + serverId = <2e2771dbc69f3f56cf981fd64acc5040> } } } diff --git a/test-cases/account_data_22.binproto b/test-cases/account_data_22.binproto index c1f2824..acfe32f 100644 Binary files a/test-cases/account_data_22.binproto and b/test-cases/account_data_22.binproto differ diff --git a/test-cases/account_data_22.txtproto b/test-cases/account_data_22.txtproto index e66a1c9..7e29e5f 100644 --- a/test-cases/account_data_22.txtproto +++ b/test-cases/account_data_22.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -51,21 +51,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.OLIVE - entropy = - serverId = + entropy = + serverId = <745ec558f58cca155df7981e10411f6e> } } } diff --git a/test-cases/account_data_23.binproto b/test-cases/account_data_23.binproto index 5ca561a..529744c 100644 Binary files a/test-cases/account_data_23.binproto and b/test-cases/account_data_23.binproto differ diff --git a/test-cases/account_data_23.txtproto b/test-cases/account_data_23.txtproto index 890a7ff..c2ae295 100644 --- a/test-cases/account_data_23.txtproto +++ b/test-cases/account_data_23.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.GRADIENT_HEATMAP } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.GREEN - entropy = - serverId = <890a6fcc0d7cede0d005e0aafb8cd88b> + entropy = <2a849b36033d55ee22ad8089d8b31e0b8d6049955da8992e8eb2791f46f29c9b> + serverId = } } } diff --git a/test-cases/account_data_24.binproto b/test-cases/account_data_24.binproto index c8f0c2f..4b79b49 100644 Binary files a/test-cases/account_data_24.binproto and b/test-cases/account_data_24.binproto differ diff --git a/test-cases/account_data_24.txtproto b/test-cases/account_data_24.txtproto index 3bb9232..4b71036 100644 --- a/test-cases/account_data_24.txtproto +++ b/test-cases/account_data_24.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -51,17 +51,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.ORANGE - entropy = - serverId = <8a31e24230f253d87497d4b73dafe4fa> + entropy = <47db44d61270a0dc3ef0b2b677d4e0eeaf3371028a04ed7271a429e076b8d33f> + serverId = <406bb217821bcd82ccd719d94ce58985> } } } diff --git a/test-cases/account_data_25.binproto b/test-cases/account_data_25.binproto index da2f3e4..165ece9 100644 Binary files a/test-cases/account_data_25.binproto and b/test-cases/account_data_25.binproto differ diff --git a/test-cases/account_data_25.txtproto b/test-cases/account_data_25.txtproto index e48612c..6875086 100644 --- a/test-cases/account_data_25.txtproto +++ b/test-cases/account_data_25.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.GRADIENT_IRIDESCENT } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.PINK - entropy = <45ab5ead8eb9044ad79f0def3bddc876c8c58255a4a057c231e4090f3d46521f> - serverId = <6d1d851dd86c5b2ded7aba007b1eb92c> + entropy = <27a38645ab2d573928a14adb2e90907199154fed979ea98f19d848c17b785ff8> + serverId = <5aa092c1745e712bc96653a10091c5a8> } } } diff --git a/test-cases/account_data_26.binproto b/test-cases/account_data_26.binproto index b36b61d..820bb9a 100644 Binary files a/test-cases/account_data_26.binproto and b/test-cases/account_data_26.binproto differ diff --git a/test-cases/account_data_26.txtproto b/test-cases/account_data_26.txtproto index 8b48495..ecf9f34 100644 --- a/test-cases/account_data_26.txtproto +++ b/test-cases/account_data_26.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -51,21 +51,21 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "EUR" - subscriberId = <6eb51ac08d871eb76f2e7e3825d55d76500fad6608e092e4becbfbbe1e28e38b> + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.PURPLE - entropy = - serverId = <6edab2dab1ec8f3d1edc09d3bfc894e5> + entropy = <0c2dede827e18e55c28e712f9a3dddc384e466f98e15432bce34cee30502d540> + serverId = <03129ecfd189c9f35a386c4aa68fd418> } } } diff --git a/test-cases/account_data_27.binproto b/test-cases/account_data_27.binproto index 4714674..f048885 100644 Binary files a/test-cases/account_data_27.binproto and b/test-cases/account_data_27.binproto differ diff --git a/test-cases/account_data_27.txtproto b/test-cases/account_data_27.txtproto index 455ecd3..2f9937d 100644 --- a/test-cases/account_data_27.txtproto +++ b/test-cases/account_data_27.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -2805332 + solid = -6739874 }, CustomChatColor { id = 2 - solid = -8354883 + solid = -6263822 }, CustomChatColor { gradient = Gradient { - angle = 20 + angle = 226 colors = [ - -7053932, - -10086694 + -9696843, + -6229632 ] positions = [ 0.0, @@ -38,17 +38,17 @@ Frame { wallpaperPreset = WallpaperPreset.GRADIENT_BLISS } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 616008951 + universalExpireTimerSeconds = 998704135 } avatarUrlPath = "" donationSubscriberData = SubscriberData { currencyCode = "GBP" manuallyCancelled = true - subscriberId = <7911e7798244f14304a45b550a99ee0df3ff32c42e228cf0ec92e3182c8face4> + subscriberId = <42bf45e91cd2b5d284298c030d7a577d4e461bad394678abe8ddfe7755cf8693> } familyName = "" givenName = "" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> } } diff --git a/test-cases/account_data_28.binproto b/test-cases/account_data_28.binproto index 0eeff00..41ac095 100644 Binary files a/test-cases/account_data_28.binproto and b/test-cases/account_data_28.binproto differ diff --git a/test-cases/account_data_28.txtproto b/test-cases/account_data_28.txtproto index 7395c19..2c00712 100644 --- a/test-cases/account_data_28.txtproto +++ b/test-cases/account_data_28.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -12885093 + solid = -10997243 }, CustomChatColor { id = 2 - solid = -4424695 + solid = -5843870 }, CustomChatColor { gradient = Gradient { - angle = 187 + angle = 32 colors = [ - -16165811, - -15362572 + -6614000, + -7562582 ] positions = [ 0.0, @@ -51,17 +51,17 @@ Frame { storiesDisabled = true storyViewReceiptsEnabled = true typingIndicators = true - universalExpireTimerSeconds = 769549436 + universalExpireTimerSeconds = 118828845 } - avatarUrlPath = "https://example.com/MRnBbKuo" - familyName = "JRYwuBEiK" - givenName = "FBvMKGTMcILm" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "ZggKo.88" + avatarUrlPath = "https://example.com/gxMhyZCTrFaZq" + familyName = "SZlHtAKtPV" + givenName = "HaWuejXWhGQz" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "ZhdLygutgr.51" usernameLink = UsernameLink { color = Color.BLUE - entropy = <023354c1c58b8bdb65b292d0fbfd03cef547a36774f7b594a5a5b7db5756287f> - serverId = <731ddfba674ec6f3bac14fed8832849e> + entropy = + serverId = <8e40d2431d317e2dee39bbf801480e9e> } } } diff --git a/test-cases/account_data_29.binproto b/test-cases/account_data_29.binproto index 800c2d9..afa797c 100644 Binary files a/test-cases/account_data_29.binproto and b/test-cases/account_data_29.binproto differ diff --git a/test-cases/account_data_29.txtproto b/test-cases/account_data_29.txtproto index 327a574..2a5d683 100644 --- a/test-cases/account_data_29.txtproto +++ b/test-cases/account_data_29.txtproto @@ -11,18 +11,18 @@ Frame { customChatColors = [ CustomChatColor { id = 1 - solid = -16570247 + solid = -792050 }, CustomChatColor { id = 2 - solid = -415866 + solid = -4712235 }, CustomChatColor { gradient = Gradient { - angle = 229 + angle = 323 colors = [ - -11328369, - -16144417 + -8782409, + -7053975 ] positions = [ 0.0, @@ -38,22 +38,22 @@ Frame { wallpaperPreset = WallpaperPreset.GRADIENT_PEACH } phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY - universalExpireTimerSeconds = 542768234 + universalExpireTimerSeconds = 1205434845 } - avatarUrlPath = "https://example.com/BvsKAUVdtL" + avatarUrlPath = "https://example.com/nUUiit" donationSubscriberData = SubscriberData { currencyCode = "USD" manuallyCancelled = true - subscriberId = + subscriberId = } - familyName = "QxVufxIRR" - givenName = "vNHEreJDueIn" - profileKey = <99a0b038244c4dded369b915dbc6d9d34af5273ec0c1d502acde812c7ee2f29c> - username = "HqzzN.96" + familyName = "VMjjbudVyD" + givenName = "tfRDjcU" + profileKey = <05d886b98779cc84b63b3b0848ae92e6e00d51de27e38374784397640cc51a91> + username = "LPSkAoCfVdHWJP.67" usernameLink = UsernameLink { color = Color.WHITE - entropy = <00205ee8e14dd5d6df1bf0ae271eed9d640edd3bd1e1a6cfc758125a94372c26> - serverId = <44b7a5ed7fed22b2f329b86acb134608> + entropy = <74f34922363753d413b462631f8eb741383ccf3627c362ea1d4aadc91b546309> + serverId = } } } diff --git a/test-cases/chat_01.binproto b/test-cases/chat_01.binproto index 4d04d3c..65918e9 100644 Binary files a/test-cases/chat_01.binproto and b/test-cases/chat_01.binproto differ diff --git a/test-cases/chat_01.txtproto b/test-cases/chat_01.txtproto index 701c41a..14d4f37 100644 --- a/test-cases/chat_01.txtproto +++ b/test-cases/chat_01.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 pinnedOrder = 1 recipientId = 2 style = ChatStyle { @@ -124,13 +124,9 @@ Frame { transitCdnKey = "EtjaXtfWb" } blurHash = "LfLh6Voa9NIW?wNF-ooL-;WAX8oy" - caption = "" contentType = "image/png" - fileName = "fktWAZnl" - height = 3361 incrementalMac = incrementalMacChunkSize = 2048 - width = 823 } } } diff --git a/test-cases/chat_02.binproto b/test-cases/chat_02.binproto index 7a96aab..6873a0c 100644 Binary files a/test-cases/chat_02.binproto and b/test-cases/chat_02.binproto differ diff --git a/test-cases/chat_02.txtproto b/test-cases/chat_02.txtproto index c6c8794..c9b935d 100644 --- a/test-cases/chat_02.txtproto +++ b/test-cases/chat_02.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 markedUnread = true - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_CRIMSON @@ -128,11 +128,7 @@ Frame { transitCdnNumber = 2 } blurHash = "LGG*f,-i.l-o?G$~?Zt7pHN1=tE3" - caption = "OymkbGZomPlLHy" - contentType = "image/gif" - fileName = "xHDjKnB" - height = 781 - width = 3896 + contentType = "image/jpeg" } } } diff --git a/test-cases/chat_03.binproto b/test-cases/chat_03.binproto index 6d837de..b9f2ecf 100644 Binary files a/test-cases/chat_03.binproto and b/test-cases/chat_03.binproto differ diff --git a/test-cases/chat_03.txtproto b/test-cases/chat_03.txtproto index 5d63f37..e852629 100644 --- a/test-cases/chat_03.txtproto +++ b/test-cases/chat_03.txtproto @@ -119,12 +119,10 @@ Frame { mediaName = "6dc1e0cd18b0df35d2dda82a4ffea322" size = 1000441712 } - caption = "LGdFwzenIne" - contentType = "audio/mp3" - height = 3522 + blurHash = "LdIOX?NE9Y4T~pRPRjE1X9f5jrt6" + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 - width = 710 } } } diff --git a/test-cases/chat_04.binproto b/test-cases/chat_04.binproto index 024f143..0dce9a5 100644 Binary files a/test-cases/chat_04.binproto and b/test-cases/chat_04.binproto differ diff --git a/test-cases/chat_04.txtproto b/test-cases/chat_04.txtproto index 5da3bdd..aa69bd7 100644 --- a/test-cases/chat_04.txtproto +++ b/test-cases/chat_04.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 markedUnread = true - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_BURLAP @@ -125,8 +125,7 @@ Frame { size = 193250115 } blurHash = "LJR,66e.~Cxu%LoLM|S2%3WWIosm" - contentType = "video/mp4" - fileName = "fktWAZnl" + contentType = "image/jpeg" } } } diff --git a/test-cases/chat_05.binproto b/test-cases/chat_05.binproto index 926a75b..8eeca93 100644 Binary files a/test-cases/chat_05.binproto and b/test-cases/chat_05.binproto differ diff --git a/test-cases/chat_05.txtproto b/test-cases/chat_05.txtproto index bb5f8c0..b9888bd 100644 --- a/test-cases/chat_05.txtproto +++ b/test-cases/chat_05.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 pinnedOrder = 1 recipientId = 2 style = ChatStyle { @@ -124,13 +124,9 @@ Frame { uploadTimestamp = 1776491210910 } blurHash = "LIM:}RB8?-^L.d4]O.nkK_ruI?od" - caption = "" - contentType = "image/jpeg" - fileName = "xHDjKnB" - height = 3361 + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 - width = 823 } } } diff --git a/test-cases/chat_06.binproto b/test-cases/chat_06.binproto index 77f8c54..9c9fe07 100644 Binary files a/test-cases/chat_06.binproto and b/test-cases/chat_06.binproto differ diff --git a/test-cases/chat_06.txtproto b/test-cases/chat_06.txtproto index 2f86c77..dfb7ec1 100644 --- a/test-cases/chat_06.txtproto +++ b/test-cases/chat_06.txtproto @@ -124,10 +124,7 @@ Frame { size = 2101437613 uploadTimestamp = 1852195597883 } - caption = "OymkbGZomPlLHy" - contentType = "image/png" - height = 781 - width = 3896 + contentType = "image/jpeg" } } } diff --git a/test-cases/chat_07.binproto b/test-cases/chat_07.binproto index 4a6dd9c..47bd8f5 100644 Binary files a/test-cases/chat_07.binproto and b/test-cases/chat_07.binproto differ diff --git a/test-cases/chat_07.txtproto b/test-cases/chat_07.txtproto index 312258f..a9fc944 100644 --- a/test-cases/chat_07.txtproto +++ b/test-cases/chat_07.txtproto @@ -107,23 +107,19 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 pinnedOrder = 1 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_TEAL wallpaperPhoto = FilePointer { blurHash = "LfLh6Voa9NIW?wNF-ooL-;WAX8oy" - caption = "LGdFwzenIne" - contentType = "image/gif" - fileName = "fktWAZnl" - height = 3522 + contentType = "image/png" incrementalMac = incrementalMacChunkSize = 2048 invalidAttachmentLocator = InvalidAttachmentLocator {} - width = 710 } } } diff --git a/test-cases/chat_08.binproto b/test-cases/chat_08.binproto index f1ac8eb..e401e3f 100644 Binary files a/test-cases/chat_08.binproto and b/test-cases/chat_08.binproto differ diff --git a/test-cases/chat_08.txtproto b/test-cases/chat_08.txtproto index 3bc348c..2955b77 100644 --- a/test-cases/chat_08.txtproto +++ b/test-cases/chat_08.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 markedUnread = true - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_BLUE diff --git a/test-cases/chat_10.binproto b/test-cases/chat_10.binproto index 24b33fd..d0e454b 100644 Binary files a/test-cases/chat_10.binproto and b/test-cases/chat_10.binproto differ diff --git a/test-cases/chat_10.txtproto b/test-cases/chat_10.txtproto index 1ff66ca..95a6b5a 100644 --- a/test-cases/chat_10.txtproto +++ b/test-cases/chat_10.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 markedUnread = true - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_VIOLET diff --git a/test-cases/chat_11.binproto b/test-cases/chat_11.binproto index 2eaf447..9cf8eca 100644 Binary files a/test-cases/chat_11.binproto and b/test-cases/chat_11.binproto differ diff --git a/test-cases/chat_11.txtproto b/test-cases/chat_11.txtproto index 188b7fd..1e35e94 100644 --- a/test-cases/chat_11.txtproto +++ b/test-cases/chat_11.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_13.binproto b/test-cases/chat_13.binproto index f105c10..1959139 100644 Binary files a/test-cases/chat_13.binproto and b/test-cases/chat_13.binproto differ diff --git a/test-cases/chat_13.txtproto b/test-cases/chat_13.txtproto index c0c4d75..5877f8a 100644 --- a/test-cases/chat_13.txtproto +++ b/test-cases/chat_13.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_14.binproto b/test-cases/chat_14.binproto index 3df3057..be224b1 100644 Binary files a/test-cases/chat_14.binproto and b/test-cases/chat_14.binproto differ diff --git a/test-cases/chat_14.txtproto b/test-cases/chat_14.txtproto index 26a4b51..ab0d678 100644 --- a/test-cases/chat_14.txtproto +++ b/test-cases/chat_14.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 markedUnread = true - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.GRADIENT_EMBER diff --git a/test-cases/chat_16.binproto b/test-cases/chat_16.binproto index 65e73ab..eb7ca4e 100644 Binary files a/test-cases/chat_16.binproto and b/test-cases/chat_16.binproto differ diff --git a/test-cases/chat_16.txtproto b/test-cases/chat_16.txtproto index 4e45335..46182a4 100644 --- a/test-cases/chat_16.txtproto +++ b/test-cases/chat_16.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 markedUnread = true - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.GRADIENT_INFRARED diff --git a/test-cases/chat_17.binproto b/test-cases/chat_17.binproto index 0973070..a7bace6 100644 Binary files a/test-cases/chat_17.binproto and b/test-cases/chat_17.binproto differ diff --git a/test-cases/chat_17.txtproto b/test-cases/chat_17.txtproto index 5325ab6..c791ef2 100644 --- a/test-cases/chat_17.txtproto +++ b/test-cases/chat_17.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_19.binproto b/test-cases/chat_19.binproto index afc9f7b..d77d3ea 100644 Binary files a/test-cases/chat_19.binproto and b/test-cases/chat_19.binproto differ diff --git a/test-cases/chat_19.txtproto b/test-cases/chat_19.txtproto index 1626fcb..ae55928 100644 --- a/test-cases/chat_19.txtproto +++ b/test-cases/chat_19.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_20.binproto b/test-cases/chat_20.binproto index cc9e7ef..9620320 100644 Binary files a/test-cases/chat_20.binproto and b/test-cases/chat_20.binproto differ diff --git a/test-cases/chat_20.txtproto b/test-cases/chat_20.txtproto index 43477d1..88b716d 100644 --- a/test-cases/chat_20.txtproto +++ b/test-cases/chat_20.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 markedUnread = true - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.GRADIENT_SUBLIME diff --git a/test-cases/chat_22.binproto b/test-cases/chat_22.binproto index 326b0b1..c0bdd2c 100644 Binary files a/test-cases/chat_22.binproto and b/test-cases/chat_22.binproto differ diff --git a/test-cases/chat_22.txtproto b/test-cases/chat_22.txtproto index d7b4616..dca3a03 100644 --- a/test-cases/chat_22.txtproto +++ b/test-cases/chat_22.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 markedUnread = true - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.GRADIENT_TANGERINE diff --git a/test-cases/chat_23.binproto b/test-cases/chat_23.binproto index bee99aa..7746a08 100644 Binary files a/test-cases/chat_23.binproto and b/test-cases/chat_23.binproto differ diff --git a/test-cases/chat_23.txtproto b/test-cases/chat_23.txtproto index 25d0acc..dc32eaf 100644 --- a/test-cases/chat_23.txtproto +++ b/test-cases/chat_23.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_25.binproto b/test-cases/chat_25.binproto index c1d0d96..3c0535f 100644 Binary files a/test-cases/chat_25.binproto and b/test-cases/chat_25.binproto differ diff --git a/test-cases/chat_25.txtproto b/test-cases/chat_25.txtproto index 1d2702e..91eca9f 100644 --- a/test-cases/chat_25.txtproto +++ b/test-cases/chat_25.txtproto @@ -107,9 +107,9 @@ Frame { Frame { chat = Chat { - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 pinnedOrder = 1 recipientId = 2 style = ChatStyle { diff --git a/test-cases/chat_26.binproto b/test-cases/chat_26.binproto index beca713..a3492d7 100644 Binary files a/test-cases/chat_26.binproto and b/test-cases/chat_26.binproto differ diff --git a/test-cases/chat_26.txtproto b/test-cases/chat_26.txtproto index 06bc85c..fe70bb0 100644 --- a/test-cases/chat_26.txtproto +++ b/test-cases/chat_26.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 7514635526255804157 + expirationTimerMs = 937018508425176998 id = 3 markedUnread = true - muteUntilMs = 7916152572632902443 + muteUntilMs = 6481873439951717697 recipientId = 2 style = ChatStyle { autoBubbleColor = AutomaticBubbleColor {} diff --git a/test-cases/chat_28.binproto b/test-cases/chat_28.binproto index b08cfc0..48c5455 100644 Binary files a/test-cases/chat_28.binproto and b/test-cases/chat_28.binproto differ diff --git a/test-cases/chat_28.txtproto b/test-cases/chat_28.txtproto index afbb7ec..339df8a 100644 --- a/test-cases/chat_28.txtproto +++ b/test-cases/chat_28.txtproto @@ -109,10 +109,10 @@ Frame { chat = Chat { archived = true dontNotifyForMentionsIfMuted = true - expirationTimerMs = 6965407815217563106 + expirationTimerMs = 5826213532931346611 id = 3 markedUnread = true - muteUntilMs = 3733945861451479994 + muteUntilMs = 3788253560711682182 recipientId = 2 style = ChatStyle { bubbleColorPreset = BubbleColorPreset.SOLID_CRIMSON