Add test case for sending to a group of 3.
This commit is contained in:
parent
455fbe5854
commit
be12e336d9
@ -41,6 +41,7 @@ val ALL_TEST_CASES = listOf(
|
||||
ChatItemIndividualCallUpdateTestCase,
|
||||
ChatItemGroupCallUpdateTestCase,
|
||||
ChatItemStandardMessageTextOnlyTestCase,
|
||||
ChatItemStandardMessageGroupTextOnlyTestCase,
|
||||
ChatItemStandardMessageFormattedTextTestCase,
|
||||
ChatItemStandardMessageSmsTestCase,
|
||||
ChatItemStandardMessageStandardAttachmentsTestCase,
|
||||
|
||||
@ -290,6 +290,49 @@ object StandardFrames {
|
||||
)
|
||||
)
|
||||
|
||||
/** A group with you, Alice, Bob, and Carol */
|
||||
val recipientGroupABC = Frame(
|
||||
recipient = Recipient(
|
||||
id = 12,
|
||||
group = Group(
|
||||
masterKey = ByteArray(32) { 0 }.toByteString(),
|
||||
whitelisted = true,
|
||||
snapshot = Group.GroupSnapshot(
|
||||
title = Group.GroupAttributeBlob(
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
),
|
||||
avatarUrl = "https://example.com/avatar.jpg",
|
||||
version = 1,
|
||||
members = listOf(
|
||||
Group.Member(
|
||||
userId = SELF_ACI.toByteString(),
|
||||
role = Group.Member.Role.ADMINISTRATOR
|
||||
),
|
||||
Group.Member(
|
||||
userId = recipientAlice.recipient!!.contact!!.aci!!,
|
||||
role = Group.Member.Role.DEFAULT
|
||||
),
|
||||
Group.Member(
|
||||
userId = recipientBob.recipient!!.contact!!.aci!!,
|
||||
role = Group.Member.Role.DEFAULT
|
||||
),
|
||||
Group.Member(
|
||||
userId = recipientCarol.recipient!!.contact!!.aci!!,
|
||||
role = Group.Member.Role.DEFAULT
|
||||
)
|
||||
),
|
||||
accessControl = Group.AccessControl(
|
||||
attributes = Group.AccessControl.AccessRequired.MEMBER,
|
||||
members = Group.AccessControl.AccessRequired.MEMBER,
|
||||
addFromInviteLink = Group.AccessControl.AccessRequired.UNSATISFIABLE
|
||||
)
|
||||
),
|
||||
avatarColor = AvatarColor.A170
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
val chatAlice = Frame(
|
||||
chat = Chat(
|
||||
id = 2,
|
||||
@ -321,4 +364,12 @@ object StandardFrames {
|
||||
expireTimerVersion = 1
|
||||
)
|
||||
)
|
||||
|
||||
val chatGroupABC = Frame(
|
||||
chat = Chat(
|
||||
id = 6,
|
||||
recipientId = recipientGroupABC.recipient!!.id,
|
||||
expireTimerVersion = 1
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
@ -0,0 +1,53 @@
|
||||
package tests
|
||||
|
||||
import Generators
|
||||
import PermutationScope
|
||||
import TestCase
|
||||
import org.thoughtcrime.securesms.backup.v2.proto.ChatItem
|
||||
import org.thoughtcrime.securesms.backup.v2.proto.Frame
|
||||
import org.thoughtcrime.securesms.backup.v2.proto.StandardMessage
|
||||
import org.thoughtcrime.securesms.backup.v2.proto.Text
|
||||
|
||||
/**
|
||||
* Incoming/outgoing text-only messages.
|
||||
*/
|
||||
object ChatItemStandardMessageGroupTextOnlyTestCase : TestCase("chat_item_standard_message_group_text_only") {
|
||||
|
||||
override fun PermutationScope.execute() {
|
||||
frames += StandardFrames.MANDATORY_FRAMES
|
||||
|
||||
frames += StandardFrames.recipientAlice
|
||||
frames += StandardFrames.recipientBob
|
||||
frames += StandardFrames.recipientCarol
|
||||
frames += StandardFrames.recipientGroupABC
|
||||
frames += StandardFrames.chatGroupABC
|
||||
|
||||
val (incomingGenerator, outgoingGenerator) = Generators.incomingOutgoingDetails(
|
||||
StandardFrames.recipientAlice.recipient!!,
|
||||
StandardFrames.recipientBob.recipient!!,
|
||||
StandardFrames.recipientCarol.recipient!!
|
||||
)
|
||||
|
||||
val incoming = some(incomingGenerator)
|
||||
val outgoing = some(outgoingGenerator)
|
||||
|
||||
frames += Frame(
|
||||
chatItem = ChatItem(
|
||||
chatId = StandardFrames.chatGroupABC.chat!!.id,
|
||||
authorId = if (outgoing != null) {
|
||||
StandardFrames.recipientSelf.recipient!!.id
|
||||
} else {
|
||||
StandardFrames.recipientAlice.recipient!!.id
|
||||
},
|
||||
dateSent = someIncrementingTimestamp(),
|
||||
incoming = incoming,
|
||||
outgoing = outgoing,
|
||||
standardMessage = StandardMessage(
|
||||
text = Text(
|
||||
body = some(Generators.textBody())
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,235 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 4
|
||||
chatId = 6
|
||||
dateSent = 1731426801450
|
||||
incoming = IncomingMessageDetails {
|
||||
dateReceived = 1811261825532
|
||||
dateServerSent = 1873559150162
|
||||
sealedSender = true
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "convenire aenean aperiri usu maluisset propriae velit netus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,235 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 4
|
||||
chatId = 6
|
||||
dateSent = 1731426801451
|
||||
incoming = IncomingMessageDetails {
|
||||
dateReceived = 1811261825533
|
||||
dateServerSent = 1873559150163
|
||||
read = true
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "cum luctus delectus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,247 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801452
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256517995
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
pending = Pending {}
|
||||
recipientId = 4
|
||||
},
|
||||
SendStatus {
|
||||
pending = Pending {}
|
||||
recipientId = 5
|
||||
},
|
||||
SendStatus {
|
||||
pending = Pending {}
|
||||
recipientId = 6
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "laoreet labores magnis persequeris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,254 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801453
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256517996
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
recipientId = 4
|
||||
sent = Sent {
|
||||
sealedSender = true
|
||||
}
|
||||
timestamp = 1660152710755
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 5
|
||||
sent = Sent {
|
||||
sealedSender = true
|
||||
}
|
||||
timestamp = 1871443451884
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 6
|
||||
sent = Sent {}
|
||||
timestamp = 1906134040764
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "convenire aenean aperiri usu maluisset propriae velit netus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,252 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801454
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256517997
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
recipientId = 4
|
||||
sent = Sent {}
|
||||
timestamp = 1830930358412
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 5
|
||||
sent = Sent {}
|
||||
timestamp = 1876644825915
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 6
|
||||
sent = Sent {
|
||||
sealedSender = true
|
||||
}
|
||||
timestamp = 1810343294547
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "cum luctus delectus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,251 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801455
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256517998
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
delivered = Delivered {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 4
|
||||
},
|
||||
SendStatus {
|
||||
delivered = Delivered {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 5
|
||||
},
|
||||
SendStatus {
|
||||
delivered = Delivered {}
|
||||
recipientId = 6
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "laoreet labores magnis persequeris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,252 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801456
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256517999
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
delivered = Delivered {}
|
||||
recipientId = 4
|
||||
timestamp = 1660152710755
|
||||
},
|
||||
SendStatus {
|
||||
delivered = Delivered {}
|
||||
recipientId = 5
|
||||
timestamp = 1871443451884
|
||||
},
|
||||
SendStatus {
|
||||
delivered = Delivered {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 6
|
||||
timestamp = 1906134040764
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "convenire aenean aperiri usu maluisset propriae velit netus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,254 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801457
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518000
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
read = Read {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 4
|
||||
timestamp = 1830930358412
|
||||
},
|
||||
SendStatus {
|
||||
read = Read {}
|
||||
recipientId = 5
|
||||
timestamp = 1876644825915
|
||||
},
|
||||
SendStatus {
|
||||
read = Read {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 6
|
||||
timestamp = 1810343294547
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "cum luctus delectus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,249 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801458
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518001
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
read = Read {}
|
||||
recipientId = 4
|
||||
},
|
||||
SendStatus {
|
||||
read = Read {
|
||||
sealedSender = true
|
||||
}
|
||||
recipientId = 5
|
||||
},
|
||||
SendStatus {
|
||||
read = Read {}
|
||||
recipientId = 6
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "laoreet labores magnis persequeris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,252 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801459
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518002
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
recipientId = 4
|
||||
timestamp = 1660152710755
|
||||
viewed = Viewed {}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 5
|
||||
timestamp = 1871443451884
|
||||
viewed = Viewed {
|
||||
sealedSender = true
|
||||
}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 6
|
||||
timestamp = 1906134040764
|
||||
viewed = Viewed {}
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "convenire aenean aperiri usu maluisset propriae velit netus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,254 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801460
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518003
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
recipientId = 4
|
||||
timestamp = 1830930358412
|
||||
viewed = Viewed {
|
||||
sealedSender = true
|
||||
}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 5
|
||||
timestamp = 1876644825915
|
||||
viewed = Viewed {}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 6
|
||||
timestamp = 1810343294547
|
||||
viewed = Viewed {
|
||||
sealedSender = true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "cum luctus delectus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,247 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801461
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518004
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
recipientId = 4
|
||||
skipped = Skipped {}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 5
|
||||
skipped = Skipped {}
|
||||
},
|
||||
SendStatus {
|
||||
recipientId = 6
|
||||
skipped = Skipped {}
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "laoreet labores magnis persequeris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,256 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801462
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518005
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.UNKNOWN
|
||||
}
|
||||
recipientId = 4
|
||||
timestamp = 1660152710755
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.UNKNOWN
|
||||
}
|
||||
recipientId = 5
|
||||
timestamp = 1871443451884
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.UNKNOWN
|
||||
}
|
||||
recipientId = 6
|
||||
timestamp = 1906134040764
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "convenire aenean aperiri usu maluisset propriae velit netus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,256 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801463
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518006
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.NETWORK
|
||||
}
|
||||
recipientId = 4
|
||||
timestamp = 1830930358412
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.NETWORK
|
||||
}
|
||||
recipientId = 5
|
||||
timestamp = 1876644825915
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.NETWORK
|
||||
}
|
||||
recipientId = 6
|
||||
timestamp = 1810343294547
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "cum luctus delectus"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@ -0,0 +1,253 @@
|
||||
// This file was auto-generated! It's only meant to show you what's in the .binproto. Do not edit!
|
||||
|
||||
BackupInfo {
|
||||
backupTimeMs = 1715636551000
|
||||
currentAppVersion = "FooClient 2.0.0"
|
||||
debugInfo = <>
|
||||
firstAppVersion = "FooClient 1.0.0"
|
||||
mediaRootBackupKey = <8fba3ce1946b78a4ca0d9229ddb050a12702072309d6574ae12451269e5fdbb2>
|
||||
version = 1
|
||||
}
|
||||
|
||||
Frame {
|
||||
account = AccountData {
|
||||
accountSettings = AccountSettings {
|
||||
customChatColors = [
|
||||
CustomChatColor {
|
||||
id = 1
|
||||
solid = -16777216
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 2
|
||||
solid = -65536
|
||||
},
|
||||
CustomChatColor {
|
||||
id = 3
|
||||
solid = -16711936
|
||||
}
|
||||
]
|
||||
displayBadgesOnProfile = true
|
||||
hasCompletedUsernameOnboarding = true
|
||||
hasSeenGroupStoryEducationSheet = true
|
||||
hasSetMyStoriesPrivacy = true
|
||||
hasViewedOnboardingStory = true
|
||||
keepMutedChatsArchived = true
|
||||
linkPreviews = true
|
||||
notDiscoverableByPhoneNumber = true
|
||||
phoneNumberSharingMode = PhoneNumberSharingMode.NOBODY
|
||||
preferContactAvatars = true
|
||||
preferredReactionEmoji = [
|
||||
"a",
|
||||
"b",
|
||||
"c"
|
||||
]
|
||||
readReceipts = true
|
||||
sealedSenderIndicators = true
|
||||
storiesDisabled = true
|
||||
storyViewReceiptsEnabled = true
|
||||
typingIndicators = true
|
||||
universalExpireTimerSeconds = 3600
|
||||
}
|
||||
avatarUrlPath = ""
|
||||
donationSubscriberData = SubscriberData {
|
||||
currencyCode = "USD"
|
||||
manuallyCancelled = true
|
||||
subscriberId = <ecbb68c734331a2ea333cda747c98c4553652261582b4fce5ae0dea84dce6519>
|
||||
}
|
||||
familyName = "Fett"
|
||||
givenName = "Boba"
|
||||
profileKey = <610291abedc34249489da39a31c9a5cd99cdd26ff58732e268e357ee0075d9d8>
|
||||
svrPin = ""
|
||||
username = "boba_fett.66"
|
||||
usernameLink = UsernameLink {
|
||||
color = Color.OLIVE
|
||||
entropy = <65675c73d00eb01005e3bb7c4a47f296cb6554f78981238815e915d824fd2e93>
|
||||
serverId = <61c101a200d5421789c20518d8497af0>
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 1
|
||||
self = Self {
|
||||
avatarColor = AvatarColor.A210
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
id = 2
|
||||
releaseNotes = ReleaseNotes {}
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
distributionList = DistributionListItem {
|
||||
distributionId = <00000000000000000000000000000000>
|
||||
distributionList = DistributionList {
|
||||
name = ""
|
||||
privacyMode = PrivacyMode.ALL
|
||||
}
|
||||
}
|
||||
id = 3
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <000a11ce000040008000000000000001>
|
||||
avatarColor = AvatarColor.A110
|
||||
e164 = 16105550101
|
||||
identityKey = <05ea7585ab4f6de1913af6059f69b50ad26c55af2779e31bde58dec8ba165e164e>
|
||||
identityState = IdentityState.DEFAULT
|
||||
note = ""
|
||||
pni = <000a11ce000040008000000000000002>
|
||||
profileFamilyName = "Smith"
|
||||
profileGivenName = "Alice"
|
||||
profileKey = <d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d75d>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 4
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <00000b0b000040008000000000000001>
|
||||
avatarColor = AvatarColor.A120
|
||||
e164 = 16105550102
|
||||
identityKey = <052dde6c6dcfaf0ffdcbc5e2eac90e5a18c26969907c942eade3a0e345948be27e>
|
||||
identityState = IdentityState.VERIFIED
|
||||
note = ""
|
||||
pni = <00000b0b000040008000000000000002>
|
||||
profileFamilyName = "Jones"
|
||||
profileGivenName = "Bob"
|
||||
profileKey = <0410410410410410410410410410410410410410410410410410410410410410>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 5
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
contact = Contact {
|
||||
aci = <0000ca01000040008000000000000001>
|
||||
avatarColor = AvatarColor.A130
|
||||
e164 = 16105550103
|
||||
identityKey = <05463769b7ab7a38be2cbfa7e8cff7e37cbb32770d762370c55cfbe82346593f54>
|
||||
identityState = IdentityState.UNVERIFIED
|
||||
note = ""
|
||||
pni = <0000ca01000040008000000000000002>
|
||||
profileFamilyName = "Johnson"
|
||||
profileGivenName = "Carol"
|
||||
profileKey = <0820820820820820820820820820820820820820820820820820820820820820>
|
||||
registered = Registered {}
|
||||
systemFamilyName = ""
|
||||
systemGivenName = ""
|
||||
systemNickname = ""
|
||||
visibility = Visibility.VISIBLE
|
||||
}
|
||||
id = 6
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
recipient = Recipient {
|
||||
group = Group {
|
||||
avatarColor = AvatarColor.A170
|
||||
masterKey = <0000000000000000000000000000000000000000000000000000000000000000>
|
||||
snapshot = GroupSnapshot {
|
||||
accessControl = AccessControl {
|
||||
addFromInviteLink = AccessRequired.UNSATISFIABLE
|
||||
attributes = AccessRequired.MEMBER
|
||||
members = AccessRequired.MEMBER
|
||||
}
|
||||
avatarUrl = "https://example.com/avatar.jpg"
|
||||
inviteLinkPassword = <>
|
||||
members = [
|
||||
Member {
|
||||
role = Role.ADMINISTRATOR
|
||||
userId = <00000000000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <000a11ce000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <00000b0b000040008000000000000001>
|
||||
},
|
||||
Member {
|
||||
role = Role.DEFAULT
|
||||
userId = <0000ca01000040008000000000000001>
|
||||
}
|
||||
]
|
||||
title = GroupAttributeBlob {
|
||||
title = "Me, Alice, Bob, Carol"
|
||||
}
|
||||
version = 1
|
||||
}
|
||||
storySendMode = StorySendMode.DEFAULT
|
||||
whitelisted = true
|
||||
}
|
||||
id = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chat = Chat {
|
||||
expireTimerVersion = 1
|
||||
id = 6
|
||||
recipientId = 12
|
||||
}
|
||||
}
|
||||
|
||||
Frame {
|
||||
chatItem = ChatItem {
|
||||
authorId = 1
|
||||
chatId = 6
|
||||
dateSent = 1731426801464
|
||||
outgoing = OutgoingMessageDetails {
|
||||
dateReceived = 1805256518007
|
||||
sendStatus = [
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.IDENTITY_KEY_MISMATCH
|
||||
}
|
||||
recipientId = 4
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.IDENTITY_KEY_MISMATCH
|
||||
}
|
||||
recipientId = 5
|
||||
},
|
||||
SendStatus {
|
||||
failed = Failed {
|
||||
reason = FailureReason.IDENTITY_KEY_MISMATCH
|
||||
}
|
||||
recipientId = 6
|
||||
}
|
||||
]
|
||||
}
|
||||
standardMessage = StandardMessage {
|
||||
text = Text {
|
||||
body = "laoreet labores magnis persequeris"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user