protobuf

package
v0.171.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2023 License: MPL-2.0, MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ApplicationMetadataMessage_Type_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "CHAT_MESSAGE",
		2:  "CONTACT_UPDATE",
		3:  "MEMBERSHIP_UPDATE_MESSAGE",
		4:  "SYNC_PAIR_INSTALLATION",
		5:  "DEPRECATED_SYNC_INSTALLATION",
		6:  "REQUEST_ADDRESS_FOR_TRANSACTION",
		7:  "ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION",
		8:  "DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION",
		9:  "REQUEST_TRANSACTION",
		10: "SEND_TRANSACTION",
		11: "DECLINE_REQUEST_TRANSACTION",
		12: "SYNC_INSTALLATION_CONTACT_V2",
		13: "SYNC_INSTALLATION_ACCOUNT",
		15: "CONTACT_CODE_ADVERTISEMENT",
		16: "PUSH_NOTIFICATION_REGISTRATION",
		17: "PUSH_NOTIFICATION_REGISTRATION_RESPONSE",
		18: "PUSH_NOTIFICATION_QUERY",
		19: "PUSH_NOTIFICATION_QUERY_RESPONSE",
		20: "PUSH_NOTIFICATION_REQUEST",
		21: "PUSH_NOTIFICATION_RESPONSE",
		22: "EMOJI_REACTION",
		23: "GROUP_CHAT_INVITATION",
		24: "CHAT_IDENTITY",
		25: "COMMUNITY_DESCRIPTION",
		26: "COMMUNITY_INVITATION",
		27: "COMMUNITY_REQUEST_TO_JOIN",
		28: "PIN_MESSAGE",
		29: "EDIT_MESSAGE",
		30: "STATUS_UPDATE",
		31: "DELETE_MESSAGE",
		32: "SYNC_INSTALLATION_COMMUNITY",
		33: "ANONYMOUS_METRIC_BATCH",
		34: "SYNC_CHAT_REMOVED",
		35: "SYNC_CHAT_MESSAGES_READ",
		36: "BACKUP",
		37: "SYNC_ACTIVITY_CENTER_READ",
		38: "SYNC_ACTIVITY_CENTER_ACCEPTED",
		39: "SYNC_ACTIVITY_CENTER_DISMISSED",
		40: "SYNC_BOOKMARK",
		41: "SYNC_CLEAR_HISTORY",
		42: "SYNC_SETTING",
		43: "COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK",
		44: "SYNC_PROFILE_PICTURES",
		45: "SYNC_ACCOUNT",
		46: "ACCEPT_CONTACT_REQUEST",
		47: "RETRACT_CONTACT_REQUEST",
		48: "COMMUNITY_REQUEST_TO_JOIN_RESPONSE",
		49: "SYNC_COMMUNITY_SETTINGS",
		50: "REQUEST_CONTACT_VERIFICATION",
		51: "ACCEPT_CONTACT_VERIFICATION",
		52: "DECLINE_CONTACT_VERIFICATION",
		53: "SYNC_TRUSTED_USER",
		54: "SYNC_VERIFICATION_REQUEST",
		56: "SYNC_CONTACT_REQUEST_DECISION",
		57: "COMMUNITY_REQUEST_TO_LEAVE",
		58: "SYNC_DELETE_FOR_ME_MESSAGE",
		59: "SYNC_SAVED_ADDRESS",
		60: "COMMUNITY_CANCEL_REQUEST_TO_JOIN",
		61: "CANCEL_CONTACT_VERIFICATION",
		62: "SYNC_KEYPAIR",
		63: "SYNC_SOCIAL_LINKS",
		64: "SYNC_ENS_USERNAME_DETAIL",
		66: "SYNC_ACTIVITY_CENTER_NOTIFICATION_STATE",
		67: "COMMUNITY_EVENTS_MESSAGE",
		68: "COMMUNITY_EDIT_SHARED_ADDRESSES",
		69: "SYNC_ACCOUNT_CUSTOMIZATION_COLOR",
		70: "SYNC_ACCOUNTS_POSITIONS",
		71: "COMMUNITY_EVENTS_MESSAGE_REJECTED",
		72: "COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE",
		73: "COMMUNITY_SHARD_KEY",
		74: "SYNC_CHAT",
		75: "SYNC_ACTIVITY_CENTER_DELETED",
		76: "SYNC_ACTIVITY_CENTER_UNREAD",
	}
	ApplicationMetadataMessage_Type_value = map[string]int32{
		"UNKNOWN":                                 0,
		"CHAT_MESSAGE":                            1,
		"CONTACT_UPDATE":                          2,
		"MEMBERSHIP_UPDATE_MESSAGE":               3,
		"SYNC_PAIR_INSTALLATION":                  4,
		"DEPRECATED_SYNC_INSTALLATION":            5,
		"REQUEST_ADDRESS_FOR_TRANSACTION":         6,
		"ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION":  7,
		"DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION": 8,
		"REQUEST_TRANSACTION":                     9,
		"SEND_TRANSACTION":                        10,
		"DECLINE_REQUEST_TRANSACTION":             11,
		"SYNC_INSTALLATION_CONTACT_V2":            12,
		"SYNC_INSTALLATION_ACCOUNT":               13,
		"CONTACT_CODE_ADVERTISEMENT":              15,
		"PUSH_NOTIFICATION_REGISTRATION":          16,
		"PUSH_NOTIFICATION_REGISTRATION_RESPONSE": 17,
		"PUSH_NOTIFICATION_QUERY":                 18,
		"PUSH_NOTIFICATION_QUERY_RESPONSE":        19,
		"PUSH_NOTIFICATION_REQUEST":               20,
		"PUSH_NOTIFICATION_RESPONSE":              21,
		"EMOJI_REACTION":                          22,
		"GROUP_CHAT_INVITATION":                   23,
		"CHAT_IDENTITY":                           24,
		"COMMUNITY_DESCRIPTION":                   25,
		"COMMUNITY_INVITATION":                    26,
		"COMMUNITY_REQUEST_TO_JOIN":               27,
		"PIN_MESSAGE":                             28,
		"EDIT_MESSAGE":                            29,
		"STATUS_UPDATE":                           30,
		"DELETE_MESSAGE":                          31,
		"SYNC_INSTALLATION_COMMUNITY":             32,
		"ANONYMOUS_METRIC_BATCH":                  33,
		"SYNC_CHAT_REMOVED":                       34,
		"SYNC_CHAT_MESSAGES_READ":                 35,
		"BACKUP":                                  36,
		"SYNC_ACTIVITY_CENTER_READ":               37,
		"SYNC_ACTIVITY_CENTER_ACCEPTED":           38,
		"SYNC_ACTIVITY_CENTER_DISMISSED":          39,
		"SYNC_BOOKMARK":                           40,
		"SYNC_CLEAR_HISTORY":                      41,
		"SYNC_SETTING":                            42,
		"COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK":    43,
		"SYNC_PROFILE_PICTURES":                   44,
		"SYNC_ACCOUNT":                            45,
		"ACCEPT_CONTACT_REQUEST":                  46,
		"RETRACT_CONTACT_REQUEST":                 47,
		"COMMUNITY_REQUEST_TO_JOIN_RESPONSE":      48,
		"SYNC_COMMUNITY_SETTINGS":                 49,
		"REQUEST_CONTACT_VERIFICATION":            50,
		"ACCEPT_CONTACT_VERIFICATION":             51,
		"DECLINE_CONTACT_VERIFICATION":            52,
		"SYNC_TRUSTED_USER":                       53,
		"SYNC_VERIFICATION_REQUEST":               54,
		"SYNC_CONTACT_REQUEST_DECISION":           56,
		"COMMUNITY_REQUEST_TO_LEAVE":              57,
		"SYNC_DELETE_FOR_ME_MESSAGE":              58,
		"SYNC_SAVED_ADDRESS":                      59,
		"COMMUNITY_CANCEL_REQUEST_TO_JOIN":        60,
		"CANCEL_CONTACT_VERIFICATION":             61,
		"SYNC_KEYPAIR":                            62,
		"SYNC_SOCIAL_LINKS":                       63,
		"SYNC_ENS_USERNAME_DETAIL":                64,
		"SYNC_ACTIVITY_CENTER_NOTIFICATION_STATE": 66,
		"COMMUNITY_EVENTS_MESSAGE":                67,
		"COMMUNITY_EDIT_SHARED_ADDRESSES":         68,
		"SYNC_ACCOUNT_CUSTOMIZATION_COLOR":        69,
		"SYNC_ACCOUNTS_POSITIONS":                 70,
		"COMMUNITY_EVENTS_MESSAGE_REJECTED":       71,
		"COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE":  72,
		"COMMUNITY_SHARD_KEY":                     73,
		"SYNC_CHAT":                               74,
		"SYNC_ACTIVITY_CENTER_DELETED":            75,
		"SYNC_ACTIVITY_CENTER_UNREAD":             76,
	}
)

Enum value maps for ApplicationMetadataMessage_Type.

View Source
var (
	IdentityImage_SourceType_name = map[int32]string{
		0: "UNKNOWN_SOURCE_TYPE",
		1: "RAW_PAYLOAD",
		2: "ENS_AVATAR",
	}
	IdentityImage_SourceType_value = map[string]int32{
		"UNKNOWN_SOURCE_TYPE": 0,
		"RAW_PAYLOAD":         1,
		"ENS_AVATAR":          2,
	}
)

Enum value maps for IdentityImage_SourceType.

View Source
var (
	AudioMessage_AudioType_name = map[int32]string{
		0: "UNKNOWN_AUDIO_TYPE",
		1: "AAC",
		2: "AMR",
	}
	AudioMessage_AudioType_value = map[string]int32{
		"UNKNOWN_AUDIO_TYPE": 0,
		"AAC":                1,
		"AMR":                2,
	}
)

Enum value maps for AudioMessage_AudioType.

View Source
var (
	UnfurledLink_LinkType_name = map[int32]string{
		0: "LINK",
		1: "IMAGE",
	}
	UnfurledLink_LinkType_value = map[string]int32{
		"LINK":  0,
		"IMAGE": 1,
	}
)

Enum value maps for UnfurledLink_LinkType.

View Source
var (
	ChatMessage_ContentType_name = map[int32]string{
		0:  "UNKNOWN_CONTENT_TYPE",
		1:  "TEXT_PLAIN",
		2:  "STICKER",
		3:  "STATUS",
		4:  "EMOJI",
		5:  "TRANSACTION_COMMAND",
		6:  "SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP",
		7:  "IMAGE",
		8:  "AUDIO",
		9:  "COMMUNITY",
		10: "SYSTEM_MESSAGE_GAP",
		11: "CONTACT_REQUEST",
		12: "DISCORD_MESSAGE",
		13: "IDENTITY_VERIFICATION",
		14: "SYSTEM_MESSAGE_PINNED_MESSAGE",
		15: "SYSTEM_MESSAGE_MUTUAL_EVENT_SENT",
		16: "SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED",
		17: "SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED",
	}
	ChatMessage_ContentType_value = map[string]int32{
		"UNKNOWN_CONTENT_TYPE":                 0,
		"TEXT_PLAIN":                           1,
		"STICKER":                              2,
		"STATUS":                               3,
		"EMOJI":                                4,
		"TRANSACTION_COMMAND":                  5,
		"SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP": 6,
		"IMAGE":                                7,
		"AUDIO":                                8,
		"COMMUNITY":                            9,
		"SYSTEM_MESSAGE_GAP":                   10,
		"CONTACT_REQUEST":                      11,
		"DISCORD_MESSAGE":                      12,
		"IDENTITY_VERIFICATION":                13,
		"SYSTEM_MESSAGE_PINNED_MESSAGE":        14,
		"SYSTEM_MESSAGE_MUTUAL_EVENT_SENT":     15,
		"SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED": 16,
		"SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED":  17,
	}
)

Enum value maps for ChatMessage_ContentType.

View Source
var (
	CommunityMember_Roles_name = map[int32]string{
		0: "ROLE_NONE",
		1: "ROLE_OWNER",
		4: "ROLE_ADMIN",
		5: "ROLE_TOKEN_MASTER",
	}
	CommunityMember_Roles_value = map[string]int32{
		"ROLE_NONE":         0,
		"ROLE_OWNER":        1,
		"ROLE_ADMIN":        4,
		"ROLE_TOKEN_MASTER": 5,
	}
)

Enum value maps for CommunityMember_Roles.

View Source
var (
	CommunityPermissions_Access_name = map[int32]string{
		0: "UNKNOWN_ACCESS",
		1: "NO_MEMBERSHIP",
		2: "INVITATION_ONLY",
		3: "ON_REQUEST",
	}
	CommunityPermissions_Access_value = map[string]int32{
		"UNKNOWN_ACCESS":  0,
		"NO_MEMBERSHIP":   1,
		"INVITATION_ONLY": 2,
		"ON_REQUEST":      3,
	}
)

Enum value maps for CommunityPermissions_Access.

View Source
var (
	CommunityTokenPermission_Type_name = map[int32]string{
		0: "UNKNOWN_TOKEN_PERMISSION",
		1: "BECOME_ADMIN",
		2: "BECOME_MEMBER",
		3: "CAN_VIEW_CHANNEL",
		4: "CAN_VIEW_AND_POST_CHANNEL",
		5: "BECOME_TOKEN_MASTER",
		6: "BECOME_TOKEN_OWNER",
	}
	CommunityTokenPermission_Type_value = map[string]int32{
		"UNKNOWN_TOKEN_PERMISSION":  0,
		"BECOME_ADMIN":              1,
		"BECOME_MEMBER":             2,
		"CAN_VIEW_CHANNEL":          3,
		"CAN_VIEW_AND_POST_CHANNEL": 4,
		"BECOME_TOKEN_MASTER":       5,
		"BECOME_TOKEN_OWNER":        6,
	}
)

Enum value maps for CommunityTokenPermission_Type.

View Source
var (
	CommunityPrivilegedUserSyncMessage_EventType_name = map[int32]string{
		0: "UNKNOWN",
		1: "CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN",
		2: "CONTROL_NODE_REJECT_REQUEST_TO_JOIN",
		3: "CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN",
	}
	CommunityPrivilegedUserSyncMessage_EventType_value = map[string]int32{
		"UNKNOWN":                                0,
		"CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN":    1,
		"CONTROL_NODE_REJECT_REQUEST_TO_JOIN":    2,
		"CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN": 3,
	}
)

Enum value maps for CommunityPrivilegedUserSyncMessage_EventType.

View Source
var (
	CommunityToken_DeployState_name = map[int32]string{
		0: "UNKNOWN",
		1: "FAILED",
		2: "IN_PROGRESS",
		3: "DEPLOYED",
	}
	CommunityToken_DeployState_value = map[string]int32{
		"UNKNOWN":     0,
		"FAILED":      1,
		"IN_PROGRESS": 2,
		"DEPLOYED":    3,
	}
)

Enum value maps for CommunityToken_DeployState.

View Source
var (
	CommunityToken_PrivilegesLevel_name = map[int32]string{
		0: "OWNER_LEVEL",
		1: "MASTER_LEVEL",
		2: "COMMUNITY_LEVEL",
	}
	CommunityToken_PrivilegesLevel_value = map[string]int32{
		"OWNER_LEVEL":     0,
		"MASTER_LEVEL":    1,
		"COMMUNITY_LEVEL": 2,
	}
)

Enum value maps for CommunityToken_PrivilegesLevel.

View Source
var (
	CommunityEvent_EventType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "COMMUNITY_EDIT",
		2:  "COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE",
		3:  "COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE",
		4:  "COMMUNITY_CATEGORY_CREATE",
		5:  "COMMUNITY_CATEGORY_DELETE",
		6:  "COMMUNITY_CATEGORY_EDIT",
		7:  "COMMUNITY_CHANNEL_CREATE",
		8:  "COMMUNITY_CHANNEL_DELETE",
		9:  "COMMUNITY_CHANNEL_EDIT",
		10: "COMMUNITY_CATEGORY_REORDER",
		11: "COMMUNITY_CHANNEL_REORDER",
		12: "COMMUNITY_REQUEST_TO_JOIN_ACCEPT",
		13: "COMMUNITY_REQUEST_TO_JOIN_REJECT",
		14: "COMMUNITY_MEMBER_KICK",
		15: "COMMUNITY_MEMBER_BAN",
		16: "COMMUNITY_MEMBER_UNBAN",
		17: "COMMUNITY_TOKEN_ADD",
	}
	CommunityEvent_EventType_value = map[string]int32{
		"UNKNOWN":        0,
		"COMMUNITY_EDIT": 1,
		"COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE": 2,
		"COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE": 3,
		"COMMUNITY_CATEGORY_CREATE":                4,
		"COMMUNITY_CATEGORY_DELETE":                5,
		"COMMUNITY_CATEGORY_EDIT":                  6,
		"COMMUNITY_CHANNEL_CREATE":                 7,
		"COMMUNITY_CHANNEL_DELETE":                 8,
		"COMMUNITY_CHANNEL_EDIT":                   9,
		"COMMUNITY_CATEGORY_REORDER":               10,
		"COMMUNITY_CHANNEL_REORDER":                11,
		"COMMUNITY_REQUEST_TO_JOIN_ACCEPT":         12,
		"COMMUNITY_REQUEST_TO_JOIN_REJECT":         13,
		"COMMUNITY_MEMBER_KICK":                    14,
		"COMMUNITY_MEMBER_BAN":                     15,
		"COMMUNITY_MEMBER_UNBAN":                   16,
		"COMMUNITY_TOKEN_ADD":                      17,
	}
)

Enum value maps for CommunityEvent_EventType.

View Source
var (
	EmojiReaction_Type_name = map[int32]string{
		0: "UNKNOWN_EMOJI_REACTION_TYPE",
		1: "LOVE",
		2: "THUMBS_UP",
		3: "THUMBS_DOWN",
		4: "LAUGH",
		5: "SAD",
		6: "ANGRY",
	}
	EmojiReaction_Type_value = map[string]int32{
		"UNKNOWN_EMOJI_REACTION_TYPE": 0,
		"LOVE":                        1,
		"THUMBS_UP":                   2,
		"THUMBS_DOWN":                 3,
		"LAUGH":                       4,
		"SAD":                         5,
		"ANGRY":                       6,
	}
)

Enum value maps for EmojiReaction_Type.

View Source
var (
	MessageType_name = map[int32]string{
		0: "UNKNOWN_MESSAGE_TYPE",
		1: "ONE_TO_ONE",
		2: "PUBLIC_GROUP",
		3: "PRIVATE_GROUP",
		4: "SYSTEM_MESSAGE_PRIVATE_GROUP",
		5: "COMMUNITY_CHAT",
		6: "SYSTEM_MESSAGE_GAP",
	}
	MessageType_value = map[string]int32{
		"UNKNOWN_MESSAGE_TYPE":         0,
		"ONE_TO_ONE":                   1,
		"PUBLIC_GROUP":                 2,
		"PRIVATE_GROUP":                3,
		"SYSTEM_MESSAGE_PRIVATE_GROUP": 4,
		"COMMUNITY_CHAT":               5,
		"SYSTEM_MESSAGE_GAP":           6,
	}
)

Enum value maps for MessageType.

View Source
var (
	ImageType_name = map[int32]string{
		0: "UNKNOWN_IMAGE_TYPE",
		1: "PNG",
		2: "JPEG",
		3: "WEBP",
		4: "GIF",
	}
	ImageType_value = map[string]int32{
		"UNKNOWN_IMAGE_TYPE": 0,
		"PNG":                1,
		"JPEG":               2,
		"WEBP":               3,
		"GIF":                4,
	}
)

Enum value maps for ImageType.

View Source
var (
	CommunityTokenType_name = map[int32]string{
		0: "UNKNOWN_TOKEN_TYPE",
		1: "ERC20",
		2: "ERC721",
		3: "ENS",
	}
	CommunityTokenType_value = map[string]int32{
		"UNKNOWN_TOKEN_TYPE": 0,
		"ERC20":              1,
		"ERC721":             2,
		"ENS":                3,
	}
)

Enum value maps for CommunityTokenType.

View Source
var (
	GroupChatInvitation_State_name = map[int32]string{
		0: "UNKNOWN",
		1: "REQUEST",
		2: "REJECTED",
		3: "APPROVED",
	}
	GroupChatInvitation_State_value = map[string]int32{
		"UNKNOWN":  0,
		"REQUEST":  1,
		"REJECTED": 2,
		"APPROVED": 3,
	}
)

Enum value maps for GroupChatInvitation_State.

View Source
var (
	MembershipUpdateEvent_EventType_name = map[int32]string{
		0: "UNKNOWN",
		1: "CHAT_CREATED",
		2: "NAME_CHANGED",
		3: "MEMBERS_ADDED",
		4: "MEMBER_JOINED",
		5: "MEMBER_REMOVED",
		6: "ADMINS_ADDED",
		7: "ADMIN_REMOVED",
		8: "COLOR_CHANGED",
		9: "IMAGE_CHANGED",
	}
	MembershipUpdateEvent_EventType_value = map[string]int32{
		"UNKNOWN":        0,
		"CHAT_CREATED":   1,
		"NAME_CHANGED":   2,
		"MEMBERS_ADDED":  3,
		"MEMBER_JOINED":  4,
		"MEMBER_REMOVED": 5,
		"ADMINS_ADDED":   6,
		"ADMIN_REMOVED":  7,
		"COLOR_CHANGED":  8,
		"IMAGE_CHANGED":  9,
	}
)

Enum value maps for MembershipUpdateEvent_EventType.

View Source
var (
	SyncTrustedUser_TrustStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "TRUSTED",
		2: "UNTRUSTWORTHY",
	}
	SyncTrustedUser_TrustStatus_value = map[string]int32{
		"UNKNOWN":       0,
		"TRUSTED":       1,
		"UNTRUSTWORTHY": 2,
	}
)

Enum value maps for SyncTrustedUser_TrustStatus.

View Source
var (
	SyncVerificationRequest_VerificationStatus_name = map[int32]string{
		0: "UNKNOWN",
		1: "PENDING",
		2: "ACCEPTED",
		3: "DECLINED",
		4: "CANCELED",
	}
	SyncVerificationRequest_VerificationStatus_value = map[string]int32{
		"UNKNOWN":  0,
		"PENDING":  1,
		"ACCEPTED": 2,
		"DECLINED": 3,
		"CANCELED": 4,
	}
)

Enum value maps for SyncVerificationRequest_VerificationStatus.

View Source
var (
	SyncContactRequestDecision_DecisionStatus_name = map[int32]string{
		0: "ACCEPTED",
		1: "DECLINED",
	}
	SyncContactRequestDecision_DecisionStatus_value = map[string]int32{
		"ACCEPTED": 0,
		"DECLINED": 1,
	}
)

Enum value maps for SyncContactRequestDecision_DecisionStatus.

View Source
var (
	PushNotificationRegistration_TokenType_name = map[int32]string{
		0: "UNKNOWN_TOKEN_TYPE",
		1: "APN_TOKEN",
		2: "FIREBASE_TOKEN",
	}
	PushNotificationRegistration_TokenType_value = map[string]int32{
		"UNKNOWN_TOKEN_TYPE": 0,
		"APN_TOKEN":          1,
		"FIREBASE_TOKEN":     2,
	}
)

Enum value maps for PushNotificationRegistration_TokenType.

View Source
var (
	PushNotificationRegistrationResponse_ErrorType_name = map[int32]string{
		0: "UNKNOWN_ERROR_TYPE",
		1: "MALFORMED_MESSAGE",
		2: "VERSION_MISMATCH",
		3: "UNSUPPORTED_TOKEN_TYPE",
		4: "INTERNAL_ERROR",
	}
	PushNotificationRegistrationResponse_ErrorType_value = map[string]int32{
		"UNKNOWN_ERROR_TYPE":     0,
		"MALFORMED_MESSAGE":      1,
		"VERSION_MISMATCH":       2,
		"UNSUPPORTED_TOKEN_TYPE": 3,
		"INTERNAL_ERROR":         4,
	}
)

Enum value maps for PushNotificationRegistrationResponse_ErrorType.

View Source
var (
	PushNotification_PushNotificationType_name = map[int32]string{
		0: "UNKNOWN_PUSH_NOTIFICATION_TYPE",
		1: "MESSAGE",
		2: "MENTION",
		3: "REQUEST_TO_JOIN_COMMUNITY",
	}
	PushNotification_PushNotificationType_value = map[string]int32{
		"UNKNOWN_PUSH_NOTIFICATION_TYPE": 0,
		"MESSAGE":                        1,
		"MENTION":                        2,
		"REQUEST_TO_JOIN_COMMUNITY":      3,
	}
)

Enum value maps for PushNotification_PushNotificationType.

View Source
var (
	PushNotificationReport_ErrorType_name = map[int32]string{
		0: "UNKNOWN_ERROR_TYPE",
		1: "WRONG_TOKEN",
		2: "INTERNAL_ERROR",
		3: "NOT_REGISTERED",
	}
	PushNotificationReport_ErrorType_value = map[string]int32{
		"UNKNOWN_ERROR_TYPE": 0,
		"WRONG_TOKEN":        1,
		"INTERNAL_ERROR":     2,
		"NOT_REGISTERED":     3,
	}
)

Enum value maps for PushNotificationReport_ErrorType.

View Source
var (
	StatusUpdate_StatusType_name = map[int32]string{
		0: "UNKNOWN_STATUS_TYPE",
		1: "AUTOMATIC",
		2: "DO_NOT_DISTURB",
		3: "ALWAYS_ONLINE",
		4: "INACTIVE",
	}
	StatusUpdate_StatusType_value = map[string]int32{
		"UNKNOWN_STATUS_TYPE": 0,
		"AUTOMATIC":           1,
		"DO_NOT_DISTURB":      2,
		"ALWAYS_ONLINE":       3,
		"INACTIVE":            4,
	}
)

Enum value maps for StatusUpdate_StatusType.

View Source
var (
	SyncSetting_Type_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "CURRENCY",
		2:  "GIF_RECENTS",
		3:  "GIF_FAVOURITES",
		4:  "MESSAGES_FROM_CONTACTS_ONLY",
		5:  "PREFERRED_NAME",
		6:  "PREVIEW_PRIVACY",
		7:  "PROFILE_PICTURES_SHOW_TO",
		8:  "PROFILE_PICTURES_VISIBILITY",
		9:  "SEND_STATUS_UPDATES",
		10: "STICKERS_PACKS_INSTALLED",
		11: "STICKERS_PACKS_PENDING",
		12: "STICKERS_RECENT_STICKERS",
		13: "DISPLAY_NAME",
		14: "BIO",
		15: "MNEMONIC_REMOVED",
		18: "URL_UNFURLING_MODE",
	}
	SyncSetting_Type_value = map[string]int32{
		"UNKNOWN":                     0,
		"CURRENCY":                    1,
		"GIF_RECENTS":                 2,
		"GIF_FAVOURITES":              3,
		"MESSAGES_FROM_CONTACTS_ONLY": 4,
		"PREFERRED_NAME":              5,
		"PREVIEW_PRIVACY":             6,
		"PROFILE_PICTURES_SHOW_TO":    7,
		"PROFILE_PICTURES_VISIBILITY": 8,
		"SEND_STATUS_UPDATES":         9,
		"STICKERS_PACKS_INSTALLED":    10,
		"STICKERS_PACKS_PENDING":      11,
		"STICKERS_RECENT_STICKERS":    12,
		"DISPLAY_NAME":                13,
		"BIO":                         14,
		"MNEMONIC_REMOVED":            15,
		"URL_UNFURLING_MODE":          18,
	}
)

Enum value maps for SyncSetting_Type.

View Source
var File_anon_metrics_proto protoreflect.FileDescriptor
View Source
var File_application_metadata_message_proto protoreflect.FileDescriptor
View Source
var File_chat_identity_proto protoreflect.FileDescriptor
View Source
var File_chat_message_proto protoreflect.FileDescriptor
View Source
var File_command_proto protoreflect.FileDescriptor
View Source
var File_communities_proto protoreflect.FileDescriptor
View Source
var File_community_privileged_user_sync_message_proto protoreflect.FileDescriptor
View Source
var File_community_shard_key_proto protoreflect.FileDescriptor
View Source
var File_community_token_proto protoreflect.FileDescriptor
View Source
var File_community_update_proto protoreflect.FileDescriptor
View Source
var File_contact_proto protoreflect.FileDescriptor
View Source
var File_contact_verification_proto protoreflect.FileDescriptor
View Source
var File_emoji_reaction_proto protoreflect.FileDescriptor
View Source
var File_enums_proto protoreflect.FileDescriptor
View Source
var File_group_chat_invitation_proto protoreflect.FileDescriptor
View Source
var File_membership_update_message_proto protoreflect.FileDescriptor
View Source
var File_pairing_proto protoreflect.FileDescriptor
View Source
var File_pin_message_proto protoreflect.FileDescriptor
View Source
var File_push_notifications_proto protoreflect.FileDescriptor
View Source
var File_shard_proto protoreflect.FileDescriptor
View Source
var File_status_update_proto protoreflect.FileDescriptor
View Source
var File_sync_settings_proto protoreflect.FileDescriptor
View Source
var File_url_data_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AcceptContactRequest added in v0.100.0

type AcceptContactRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptContactRequest) Descriptor deprecated added in v0.100.0

func (*AcceptContactRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcceptContactRequest.ProtoReflect.Descriptor instead.

func (*AcceptContactRequest) GetClock added in v0.100.0

func (x *AcceptContactRequest) GetClock() uint64

func (*AcceptContactRequest) GetId added in v0.100.0

func (x *AcceptContactRequest) GetId() string

func (*AcceptContactRequest) ProtoMessage added in v0.100.0

func (*AcceptContactRequest) ProtoMessage()

func (*AcceptContactRequest) ProtoReflect added in v0.163.14

func (x *AcceptContactRequest) ProtoReflect() protoreflect.Message

func (*AcceptContactRequest) Reset added in v0.100.0

func (x *AcceptContactRequest) Reset()

func (*AcceptContactRequest) String added in v0.100.0

func (x *AcceptContactRequest) String() string

type AcceptContactVerification added in v0.102.6

type AcceptContactVerification struct {
	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Response string `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptContactVerification) Descriptor deprecated added in v0.102.6

func (*AcceptContactVerification) Descriptor() ([]byte, []int)

Deprecated: Use AcceptContactVerification.ProtoReflect.Descriptor instead.

func (*AcceptContactVerification) GetClock added in v0.102.6

func (x *AcceptContactVerification) GetClock() uint64

func (*AcceptContactVerification) GetId added in v0.113.0

func (x *AcceptContactVerification) GetId() string

func (*AcceptContactVerification) GetResponse added in v0.102.6

func (x *AcceptContactVerification) GetResponse() string

func (*AcceptContactVerification) ProtoMessage added in v0.102.6

func (*AcceptContactVerification) ProtoMessage()

func (*AcceptContactVerification) ProtoReflect added in v0.163.14

func (*AcceptContactVerification) Reset added in v0.102.6

func (x *AcceptContactVerification) Reset()

func (*AcceptContactVerification) String added in v0.102.6

func (x *AcceptContactVerification) String() string

type AcceptRequestAddressForTransaction

type AcceptRequestAddressForTransaction struct {
	Clock   uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	ChatId  string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptRequestAddressForTransaction) Descriptor deprecated

func (*AcceptRequestAddressForTransaction) Descriptor() ([]byte, []int)

Deprecated: Use AcceptRequestAddressForTransaction.ProtoReflect.Descriptor instead.

func (*AcceptRequestAddressForTransaction) GetAddress

func (*AcceptRequestAddressForTransaction) GetChatId added in v0.81.0

func (*AcceptRequestAddressForTransaction) GetClock

func (*AcceptRequestAddressForTransaction) GetId

func (*AcceptRequestAddressForTransaction) ProtoMessage

func (*AcceptRequestAddressForTransaction) ProtoMessage()

func (*AcceptRequestAddressForTransaction) ProtoReflect added in v0.163.14

func (*AcceptRequestAddressForTransaction) Reset

func (*AcceptRequestAddressForTransaction) String

type AnonymousMetric added in v0.86.2

type AnonymousMetric struct {

	// id is the unique id of the metric message
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// event is the app metric event type
	Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// value is a filtered and validated raw json payload attached to the event
	Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// app_version is the version of the `status-mobile` app that the metric came from
	AppVersion string `protobuf:"bytes,4,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// os is the operating system of the device the application is installed on
	Os string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"`
	// session_id is the id of the session the metric was recorded in
	SessionId string `protobuf:"bytes,6,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// created_at is the datetime at which the metric was stored in the local db
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

AnonymousMetric represents a single metric data point

func (*AnonymousMetric) Descriptor deprecated added in v0.86.2

func (*AnonymousMetric) Descriptor() ([]byte, []int)

Deprecated: Use AnonymousMetric.ProtoReflect.Descriptor instead.

func (*AnonymousMetric) GetAppVersion added in v0.86.2

func (x *AnonymousMetric) GetAppVersion() string

func (*AnonymousMetric) GetCreatedAt added in v0.86.2

func (x *AnonymousMetric) GetCreatedAt() *timestamppb.Timestamp

func (*AnonymousMetric) GetEvent added in v0.86.2

func (x *AnonymousMetric) GetEvent() string

func (*AnonymousMetric) GetId added in v0.86.2

func (x *AnonymousMetric) GetId() string

func (*AnonymousMetric) GetOs added in v0.86.2

func (x *AnonymousMetric) GetOs() string

func (*AnonymousMetric) GetSessionId added in v0.86.2

func (x *AnonymousMetric) GetSessionId() string

func (*AnonymousMetric) GetValue added in v0.86.2

func (x *AnonymousMetric) GetValue() []byte

func (*AnonymousMetric) ProtoMessage added in v0.86.2

func (*AnonymousMetric) ProtoMessage()

func (*AnonymousMetric) ProtoReflect added in v0.163.14

func (x *AnonymousMetric) ProtoReflect() protoreflect.Message

func (*AnonymousMetric) Reset added in v0.86.2

func (x *AnonymousMetric) Reset()

func (*AnonymousMetric) String added in v0.86.2

func (x *AnonymousMetric) String() string

type AnonymousMetricBatch added in v0.86.2

type AnonymousMetricBatch struct {

	// metrics is an array of AnonymousMetric metrics
	Metrics []*AnonymousMetric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	// contains filtered or unexported fields
}

AnonymousMetricBatch represents a batch of AnonymousMetrics allowing broadcast of AnonymousMetrics with fewer messages

func (*AnonymousMetricBatch) Descriptor deprecated added in v0.86.2

func (*AnonymousMetricBatch) Descriptor() ([]byte, []int)

Deprecated: Use AnonymousMetricBatch.ProtoReflect.Descriptor instead.

func (*AnonymousMetricBatch) GetMetrics added in v0.86.2

func (x *AnonymousMetricBatch) GetMetrics() []*AnonymousMetric

func (*AnonymousMetricBatch) ProtoMessage added in v0.86.2

func (*AnonymousMetricBatch) ProtoMessage()

func (*AnonymousMetricBatch) ProtoReflect added in v0.163.14

func (x *AnonymousMetricBatch) ProtoReflect() protoreflect.Message

func (*AnonymousMetricBatch) Reset added in v0.86.2

func (x *AnonymousMetricBatch) Reset()

func (*AnonymousMetricBatch) String added in v0.86.2

func (x *AnonymousMetricBatch) String() string

type ApplicationMetadataMessage

type ApplicationMetadataMessage struct {

	// Signature of the payload field
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// This is the encoded protobuf of the application level message, i.e ChatMessage
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// The type of protobuf message sent
	Type ApplicationMetadataMessage_Type `protobuf:"varint,3,opt,name=type,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func Unmarshal

func Unmarshal(payload []byte) (*ApplicationMetadataMessage, error)

func (*ApplicationMetadataMessage) Descriptor deprecated

func (*ApplicationMetadataMessage) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationMetadataMessage.ProtoReflect.Descriptor instead.

func (*ApplicationMetadataMessage) GetPayload

func (x *ApplicationMetadataMessage) GetPayload() []byte

func (*ApplicationMetadataMessage) GetSignature

func (x *ApplicationMetadataMessage) GetSignature() []byte

func (*ApplicationMetadataMessage) GetType

func (*ApplicationMetadataMessage) ProtoMessage

func (*ApplicationMetadataMessage) ProtoMessage()

func (*ApplicationMetadataMessage) ProtoReflect added in v0.163.14

func (*ApplicationMetadataMessage) RecoverKey

func (m *ApplicationMetadataMessage) RecoverKey() (*ecdsa.PublicKey, error)

func (*ApplicationMetadataMessage) Reset

func (x *ApplicationMetadataMessage) Reset()

func (*ApplicationMetadataMessage) String

func (x *ApplicationMetadataMessage) String() string

type ApplicationMetadataMessage_Type

type ApplicationMetadataMessage_Type int32
const (
	ApplicationMetadataMessage_UNKNOWN                   ApplicationMetadataMessage_Type = 0
	ApplicationMetadataMessage_CHAT_MESSAGE              ApplicationMetadataMessage_Type = 1
	ApplicationMetadataMessage_CONTACT_UPDATE            ApplicationMetadataMessage_Type = 2
	ApplicationMetadataMessage_MEMBERSHIP_UPDATE_MESSAGE ApplicationMetadataMessage_Type = 3
	ApplicationMetadataMessage_SYNC_PAIR_INSTALLATION    ApplicationMetadataMessage_Type = 4
	// Deprecated: Marked as deprecated in application_metadata_message.proto.
	ApplicationMetadataMessage_DEPRECATED_SYNC_INSTALLATION            ApplicationMetadataMessage_Type = 5
	ApplicationMetadataMessage_REQUEST_ADDRESS_FOR_TRANSACTION         ApplicationMetadataMessage_Type = 6
	ApplicationMetadataMessage_ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION  ApplicationMetadataMessage_Type = 7
	ApplicationMetadataMessage_DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION ApplicationMetadataMessage_Type = 8
	ApplicationMetadataMessage_REQUEST_TRANSACTION                     ApplicationMetadataMessage_Type = 9
	ApplicationMetadataMessage_SEND_TRANSACTION                        ApplicationMetadataMessage_Type = 10
	ApplicationMetadataMessage_DECLINE_REQUEST_TRANSACTION             ApplicationMetadataMessage_Type = 11
	ApplicationMetadataMessage_SYNC_INSTALLATION_CONTACT_V2            ApplicationMetadataMessage_Type = 12
	ApplicationMetadataMessage_SYNC_INSTALLATION_ACCOUNT               ApplicationMetadataMessage_Type = 13
	ApplicationMetadataMessage_CONTACT_CODE_ADVERTISEMENT              ApplicationMetadataMessage_Type = 15
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION          ApplicationMetadataMessage_Type = 16
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION_RESPONSE ApplicationMetadataMessage_Type = 17
	ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY                 ApplicationMetadataMessage_Type = 18
	ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY_RESPONSE        ApplicationMetadataMessage_Type = 19
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REQUEST               ApplicationMetadataMessage_Type = 20
	ApplicationMetadataMessage_PUSH_NOTIFICATION_RESPONSE              ApplicationMetadataMessage_Type = 21
	ApplicationMetadataMessage_EMOJI_REACTION                          ApplicationMetadataMessage_Type = 22
	ApplicationMetadataMessage_GROUP_CHAT_INVITATION                   ApplicationMetadataMessage_Type = 23
	ApplicationMetadataMessage_CHAT_IDENTITY                           ApplicationMetadataMessage_Type = 24
	ApplicationMetadataMessage_COMMUNITY_DESCRIPTION                   ApplicationMetadataMessage_Type = 25
	// Deprecated: Marked as deprecated in application_metadata_message.proto.
	ApplicationMetadataMessage_COMMUNITY_INVITATION                    ApplicationMetadataMessage_Type = 26
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN               ApplicationMetadataMessage_Type = 27
	ApplicationMetadataMessage_PIN_MESSAGE                             ApplicationMetadataMessage_Type = 28
	ApplicationMetadataMessage_EDIT_MESSAGE                            ApplicationMetadataMessage_Type = 29
	ApplicationMetadataMessage_STATUS_UPDATE                           ApplicationMetadataMessage_Type = 30
	ApplicationMetadataMessage_DELETE_MESSAGE                          ApplicationMetadataMessage_Type = 31
	ApplicationMetadataMessage_SYNC_INSTALLATION_COMMUNITY             ApplicationMetadataMessage_Type = 32
	ApplicationMetadataMessage_ANONYMOUS_METRIC_BATCH                  ApplicationMetadataMessage_Type = 33
	ApplicationMetadataMessage_SYNC_CHAT_REMOVED                       ApplicationMetadataMessage_Type = 34
	ApplicationMetadataMessage_SYNC_CHAT_MESSAGES_READ                 ApplicationMetadataMessage_Type = 35
	ApplicationMetadataMessage_BACKUP                                  ApplicationMetadataMessage_Type = 36
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_READ               ApplicationMetadataMessage_Type = 37
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_ACCEPTED           ApplicationMetadataMessage_Type = 38
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DISMISSED          ApplicationMetadataMessage_Type = 39
	ApplicationMetadataMessage_SYNC_BOOKMARK                           ApplicationMetadataMessage_Type = 40
	ApplicationMetadataMessage_SYNC_CLEAR_HISTORY                      ApplicationMetadataMessage_Type = 41
	ApplicationMetadataMessage_SYNC_SETTING                            ApplicationMetadataMessage_Type = 42
	ApplicationMetadataMessage_COMMUNITY_MESSAGE_ARCHIVE_MAGNETLINK    ApplicationMetadataMessage_Type = 43
	ApplicationMetadataMessage_SYNC_PROFILE_PICTURES                   ApplicationMetadataMessage_Type = 44
	ApplicationMetadataMessage_SYNC_ACCOUNT                            ApplicationMetadataMessage_Type = 45
	ApplicationMetadataMessage_ACCEPT_CONTACT_REQUEST                  ApplicationMetadataMessage_Type = 46
	ApplicationMetadataMessage_RETRACT_CONTACT_REQUEST                 ApplicationMetadataMessage_Type = 47
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE      ApplicationMetadataMessage_Type = 48
	ApplicationMetadataMessage_SYNC_COMMUNITY_SETTINGS                 ApplicationMetadataMessage_Type = 49
	ApplicationMetadataMessage_REQUEST_CONTACT_VERIFICATION            ApplicationMetadataMessage_Type = 50
	ApplicationMetadataMessage_ACCEPT_CONTACT_VERIFICATION             ApplicationMetadataMessage_Type = 51
	ApplicationMetadataMessage_DECLINE_CONTACT_VERIFICATION            ApplicationMetadataMessage_Type = 52
	ApplicationMetadataMessage_SYNC_TRUSTED_USER                       ApplicationMetadataMessage_Type = 53
	ApplicationMetadataMessage_SYNC_VERIFICATION_REQUEST               ApplicationMetadataMessage_Type = 54
	ApplicationMetadataMessage_SYNC_CONTACT_REQUEST_DECISION           ApplicationMetadataMessage_Type = 56
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_LEAVE              ApplicationMetadataMessage_Type = 57
	ApplicationMetadataMessage_SYNC_DELETE_FOR_ME_MESSAGE              ApplicationMetadataMessage_Type = 58
	ApplicationMetadataMessage_SYNC_SAVED_ADDRESS                      ApplicationMetadataMessage_Type = 59
	ApplicationMetadataMessage_COMMUNITY_CANCEL_REQUEST_TO_JOIN        ApplicationMetadataMessage_Type = 60
	ApplicationMetadataMessage_CANCEL_CONTACT_VERIFICATION             ApplicationMetadataMessage_Type = 61
	ApplicationMetadataMessage_SYNC_KEYPAIR                            ApplicationMetadataMessage_Type = 62
	ApplicationMetadataMessage_SYNC_SOCIAL_LINKS                       ApplicationMetadataMessage_Type = 63
	ApplicationMetadataMessage_SYNC_ENS_USERNAME_DETAIL                ApplicationMetadataMessage_Type = 64
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_NOTIFICATION_STATE ApplicationMetadataMessage_Type = 66
	ApplicationMetadataMessage_COMMUNITY_EVENTS_MESSAGE                ApplicationMetadataMessage_Type = 67
	ApplicationMetadataMessage_COMMUNITY_EDIT_SHARED_ADDRESSES         ApplicationMetadataMessage_Type = 68
	ApplicationMetadataMessage_SYNC_ACCOUNT_CUSTOMIZATION_COLOR        ApplicationMetadataMessage_Type = 69
	ApplicationMetadataMessage_SYNC_ACCOUNTS_POSITIONS                 ApplicationMetadataMessage_Type = 70
	ApplicationMetadataMessage_COMMUNITY_EVENTS_MESSAGE_REJECTED       ApplicationMetadataMessage_Type = 71
	ApplicationMetadataMessage_COMMUNITY_PRIVILEGED_USER_SYNC_MESSAGE  ApplicationMetadataMessage_Type = 72
	ApplicationMetadataMessage_COMMUNITY_SHARD_KEY                     ApplicationMetadataMessage_Type = 73
	ApplicationMetadataMessage_SYNC_CHAT                               ApplicationMetadataMessage_Type = 74
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DELETED            ApplicationMetadataMessage_Type = 75
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_UNREAD             ApplicationMetadataMessage_Type = 76
)

func (ApplicationMetadataMessage_Type) Descriptor added in v0.163.14

func (ApplicationMetadataMessage_Type) Enum added in v0.163.14

func (ApplicationMetadataMessage_Type) EnumDescriptor deprecated

func (ApplicationMetadataMessage_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ApplicationMetadataMessage_Type.Descriptor instead.

func (ApplicationMetadataMessage_Type) Number added in v0.163.14

func (ApplicationMetadataMessage_Type) String

func (ApplicationMetadataMessage_Type) Type added in v0.163.14

type AudioMessage added in v0.56.1

type AudioMessage struct {
	Payload    []byte                 `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Type       AudioMessage_AudioType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.AudioMessage_AudioType" json:"type,omitempty"`
	DurationMs uint64                 `protobuf:"varint,3,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMessage) Descriptor deprecated added in v0.56.1

func (*AudioMessage) Descriptor() ([]byte, []int)

Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead.

func (*AudioMessage) GetDurationMs added in v0.56.1

func (x *AudioMessage) GetDurationMs() uint64

func (*AudioMessage) GetPayload added in v0.56.1

func (x *AudioMessage) GetPayload() []byte

func (*AudioMessage) GetType added in v0.56.1

func (x *AudioMessage) GetType() AudioMessage_AudioType

func (*AudioMessage) ProtoMessage added in v0.56.1

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) ProtoReflect added in v0.163.14

func (x *AudioMessage) ProtoReflect() protoreflect.Message

func (*AudioMessage) Reset added in v0.56.1

func (x *AudioMessage) Reset()

func (*AudioMessage) String added in v0.56.1

func (x *AudioMessage) String() string

type AudioMessage_AudioType added in v0.56.1

type AudioMessage_AudioType int32
const (
	AudioMessage_UNKNOWN_AUDIO_TYPE AudioMessage_AudioType = 0
	AudioMessage_AAC                AudioMessage_AudioType = 1
	AudioMessage_AMR                AudioMessage_AudioType = 2
)

func (AudioMessage_AudioType) Descriptor added in v0.163.14

func (AudioMessage_AudioType) Enum added in v0.163.14

func (AudioMessage_AudioType) EnumDescriptor deprecated added in v0.56.1

func (AudioMessage_AudioType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AudioMessage_AudioType.Descriptor instead.

func (AudioMessage_AudioType) Number added in v0.163.14

func (AudioMessage_AudioType) String added in v0.56.1

func (x AudioMessage_AudioType) String() string

func (AudioMessage_AudioType) Type added in v0.163.14

type BackedUpProfile added in v0.117.3

type BackedUpProfile struct {
	KeyUid             string                   `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	DisplayName        string                   `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	DisplayNameClock   uint64                   `protobuf:"varint,3,opt,name=display_name_clock,json=displayNameClock,proto3" json:"display_name_clock,omitempty"`
	Pictures           []*SyncProfilePicture    `protobuf:"bytes,4,rep,name=pictures,proto3" json:"pictures,omitempty"`
	SocialLinks        *SyncSocialLinks         `protobuf:"bytes,5,opt,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
	EnsUsernameDetails []*SyncEnsUsernameDetail `protobuf:"bytes,6,rep,name=ens_username_details,json=ensUsernameDetails,proto3" json:"ens_username_details,omitempty"`
	// contains filtered or unexported fields
}

`BackedUpProfile` is used to describe profile of logged in user

func (*BackedUpProfile) Descriptor deprecated added in v0.117.3

func (*BackedUpProfile) Descriptor() ([]byte, []int)

Deprecated: Use BackedUpProfile.ProtoReflect.Descriptor instead.

func (*BackedUpProfile) GetDisplayName added in v0.117.3

func (x *BackedUpProfile) GetDisplayName() string

func (*BackedUpProfile) GetDisplayNameClock added in v0.117.3

func (x *BackedUpProfile) GetDisplayNameClock() uint64

func (*BackedUpProfile) GetEnsUsernameDetails added in v0.148.3

func (x *BackedUpProfile) GetEnsUsernameDetails() []*SyncEnsUsernameDetail

func (*BackedUpProfile) GetKeyUid added in v0.117.3

func (x *BackedUpProfile) GetKeyUid() string

func (*BackedUpProfile) GetPictures added in v0.117.3

func (x *BackedUpProfile) GetPictures() []*SyncProfilePicture
func (x *BackedUpProfile) GetSocialLinks() *SyncSocialLinks

func (*BackedUpProfile) ProtoMessage added in v0.117.3

func (*BackedUpProfile) ProtoMessage()

func (*BackedUpProfile) ProtoReflect added in v0.163.14

func (x *BackedUpProfile) ProtoReflect() protoreflect.Message

func (*BackedUpProfile) Reset added in v0.117.3

func (x *BackedUpProfile) Reset()

func (*BackedUpProfile) String added in v0.117.3

func (x *BackedUpProfile) String() string

type Backup added in v0.90.0

type Backup struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// this is what we already had
	Contacts    []*SyncInstallationContactV2 `protobuf:"bytes,3,rep,name=contacts,proto3" json:"contacts,omitempty"`
	Communities []*SyncInstallationCommunity `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
	// newly added details to be backed up to and fetched from waku
	ContactsDetails         *FetchingBackedUpDataDetails `protobuf:"bytes,5,opt,name=contactsDetails,proto3" json:"contactsDetails,omitempty"`
	CommunitiesDetails      *FetchingBackedUpDataDetails `protobuf:"bytes,6,opt,name=communitiesDetails,proto3" json:"communitiesDetails,omitempty"`
	Profile                 *BackedUpProfile             `protobuf:"bytes,7,opt,name=profile,proto3" json:"profile,omitempty"`
	ProfileDetails          *FetchingBackedUpDataDetails `protobuf:"bytes,8,opt,name=profileDetails,proto3" json:"profileDetails,omitempty"`
	Setting                 *SyncSetting                 `protobuf:"bytes,9,opt,name=setting,proto3" json:"setting,omitempty"`
	SettingsDetails         *FetchingBackedUpDataDetails `protobuf:"bytes,10,opt,name=settingsDetails,proto3" json:"settingsDetails,omitempty"`
	Keypair                 *SyncKeypair                 `protobuf:"bytes,11,opt,name=keypair,proto3" json:"keypair,omitempty"`
	KeypairDetails          *FetchingBackedUpDataDetails `protobuf:"bytes,12,opt,name=keypairDetails,proto3" json:"keypairDetails,omitempty"`
	WatchOnlyAccount        *SyncAccount                 `protobuf:"bytes,13,opt,name=watchOnlyAccount,proto3" json:"watchOnlyAccount,omitempty"`
	WatchOnlyAccountDetails *FetchingBackedUpDataDetails `protobuf:"bytes,14,opt,name=watchOnlyAccountDetails,proto3" json:"watchOnlyAccountDetails,omitempty"`
	Chats                   []*SyncChat                  `protobuf:"bytes,15,rep,name=chats,proto3" json:"chats,omitempty"`
	ChatsDetails            *FetchingBackedUpDataDetails `protobuf:"bytes,16,opt,name=chatsDetails,proto3" json:"chatsDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*Backup) Descriptor deprecated added in v0.90.0

func (*Backup) Descriptor() ([]byte, []int)

Deprecated: Use Backup.ProtoReflect.Descriptor instead.

func (*Backup) GetChats added in v0.170.0

func (x *Backup) GetChats() []*SyncChat

func (*Backup) GetChatsDetails added in v0.170.0

func (x *Backup) GetChatsDetails() *FetchingBackedUpDataDetails

func (*Backup) GetClock added in v0.90.0

func (x *Backup) GetClock() uint64

func (*Backup) GetCommunities added in v0.96.4

func (x *Backup) GetCommunities() []*SyncInstallationCommunity

func (*Backup) GetCommunitiesDetails added in v0.117.3

func (x *Backup) GetCommunitiesDetails() *FetchingBackedUpDataDetails

func (*Backup) GetContacts added in v0.90.0

func (x *Backup) GetContacts() []*SyncInstallationContactV2

func (*Backup) GetContactsDetails added in v0.117.3

func (x *Backup) GetContactsDetails() *FetchingBackedUpDataDetails

func (*Backup) GetId added in v0.90.0

func (x *Backup) GetId() string

func (*Backup) GetKeypair added in v0.161.2

func (x *Backup) GetKeypair() *SyncKeypair

func (*Backup) GetKeypairDetails added in v0.161.2

func (x *Backup) GetKeypairDetails() *FetchingBackedUpDataDetails

func (*Backup) GetProfile added in v0.117.3

func (x *Backup) GetProfile() *BackedUpProfile

func (*Backup) GetProfileDetails added in v0.117.3

func (x *Backup) GetProfileDetails() *FetchingBackedUpDataDetails

func (*Backup) GetSetting added in v0.117.3

func (x *Backup) GetSetting() *SyncSetting

func (*Backup) GetSettingsDetails added in v0.117.3

func (x *Backup) GetSettingsDetails() *FetchingBackedUpDataDetails

func (*Backup) GetWatchOnlyAccount added in v0.152.2

func (x *Backup) GetWatchOnlyAccount() *SyncAccount

func (*Backup) GetWatchOnlyAccountDetails added in v0.152.2

func (x *Backup) GetWatchOnlyAccountDetails() *FetchingBackedUpDataDetails

func (*Backup) ProtoMessage added in v0.90.0

func (*Backup) ProtoMessage()

func (*Backup) ProtoReflect added in v0.163.14

func (x *Backup) ProtoReflect() protoreflect.Message

func (*Backup) Reset added in v0.90.0

func (x *Backup) Reset()

func (*Backup) String added in v0.90.0

func (x *Backup) String() string

type CancelContactVerification added in v0.117.1

type CancelContactVerification struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelContactVerification) Descriptor deprecated added in v0.117.1

func (*CancelContactVerification) Descriptor() ([]byte, []int)

Deprecated: Use CancelContactVerification.ProtoReflect.Descriptor instead.

func (*CancelContactVerification) GetClock added in v0.117.1

func (x *CancelContactVerification) GetClock() uint64

func (*CancelContactVerification) GetId added in v0.117.1

func (x *CancelContactVerification) GetId() string

func (*CancelContactVerification) ProtoMessage added in v0.117.1

func (*CancelContactVerification) ProtoMessage()

func (*CancelContactVerification) ProtoReflect added in v0.163.14

func (*CancelContactVerification) Reset added in v0.117.1

func (x *CancelContactVerification) Reset()

func (*CancelContactVerification) String added in v0.117.1

func (x *CancelContactVerification) String() string

type CategoryData added in v0.158.0

type CategoryData struct {
	CategoryId  string   `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name        string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ChannelsIds []string `protobuf:"bytes,3,rep,name=channels_ids,json=channelsIds,proto3" json:"channels_ids,omitempty"`
	Position    int32    `protobuf:"varint,4,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*CategoryData) Descriptor deprecated added in v0.158.0

func (*CategoryData) Descriptor() ([]byte, []int)

Deprecated: Use CategoryData.ProtoReflect.Descriptor instead.

func (*CategoryData) GetCategoryId added in v0.158.0

func (x *CategoryData) GetCategoryId() string

func (*CategoryData) GetChannelsIds added in v0.158.0

func (x *CategoryData) GetChannelsIds() []string

func (*CategoryData) GetName added in v0.158.0

func (x *CategoryData) GetName() string

func (*CategoryData) GetPosition added in v0.158.0

func (x *CategoryData) GetPosition() int32

func (*CategoryData) ProtoMessage added in v0.158.0

func (*CategoryData) ProtoMessage()

func (*CategoryData) ProtoReflect added in v0.163.14

func (x *CategoryData) ProtoReflect() protoreflect.Message

func (*CategoryData) Reset added in v0.158.0

func (x *CategoryData) Reset()

func (*CategoryData) String added in v0.158.0

func (x *CategoryData) String() string

type Channel added in v0.161.2

type Channel struct {
	DisplayName string     `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string     `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Emoji       string     `protobuf:"bytes,3,opt,name=emoji,proto3" json:"emoji,omitempty"`
	Color       string     `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"`
	Community   *Community `protobuf:"bytes,5,opt,name=community,proto3" json:"community,omitempty"`
	Uuid        string     `protobuf:"bytes,6,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*Channel) Descriptor deprecated added in v0.161.2

func (*Channel) Descriptor() ([]byte, []int)

Deprecated: Use Channel.ProtoReflect.Descriptor instead.

func (*Channel) GetColor added in v0.161.2

func (x *Channel) GetColor() string

func (*Channel) GetCommunity added in v0.161.2

func (x *Channel) GetCommunity() *Community

func (*Channel) GetDescription added in v0.161.2

func (x *Channel) GetDescription() string

func (*Channel) GetDisplayName added in v0.161.2

func (x *Channel) GetDisplayName() string

func (*Channel) GetEmoji added in v0.161.2

func (x *Channel) GetEmoji() string

func (*Channel) GetUuid added in v0.161.2

func (x *Channel) GetUuid() string

func (*Channel) ProtoMessage added in v0.161.2

func (*Channel) ProtoMessage()

func (*Channel) ProtoReflect added in v0.163.14

func (x *Channel) ProtoReflect() protoreflect.Message

func (*Channel) Reset added in v0.161.2

func (x *Channel) Reset()

func (*Channel) String added in v0.161.2

func (x *Channel) String() string

type ChannelData added in v0.158.0

type ChannelData struct {
	CategoryId string         `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	ChannelId  string         `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Position   int32          `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"`
	Channel    *CommunityChat `protobuf:"bytes,4,opt,name=channel,proto3" json:"channel,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelData) Descriptor deprecated added in v0.158.0

func (*ChannelData) Descriptor() ([]byte, []int)

Deprecated: Use ChannelData.ProtoReflect.Descriptor instead.

func (*ChannelData) GetCategoryId added in v0.158.0

func (x *ChannelData) GetCategoryId() string

func (*ChannelData) GetChannel added in v0.158.0

func (x *ChannelData) GetChannel() *CommunityChat

func (*ChannelData) GetChannelId added in v0.158.0

func (x *ChannelData) GetChannelId() string

func (*ChannelData) GetPosition added in v0.158.0

func (x *ChannelData) GetPosition() int32

func (*ChannelData) ProtoMessage added in v0.158.0

func (*ChannelData) ProtoMessage()

func (*ChannelData) ProtoReflect added in v0.163.14

func (x *ChannelData) ProtoReflect() protoreflect.Message

func (*ChannelData) Reset added in v0.158.0

func (x *ChannelData) Reset()

func (*ChannelData) String added in v0.158.0

func (x *ChannelData) String() string

type ChatIdentity added in v0.65.0

type ChatIdentity struct {

	// Lamport timestamp of the message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// ens_name is the valid ENS name associated with the chat key
	EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	// images is a string indexed mapping of images associated with an identity
	Images map[string]*IdentityImage `` /* 153-byte string literal not displayed */
	// display name is the user set identity
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// description is the user set description
	Description string        `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Color       string        `protobuf:"bytes,6,opt,name=color,proto3" json:"color,omitempty"`
	Emoji       string        `protobuf:"bytes,7,opt,name=emoji,proto3" json:"emoji,omitempty"`
	SocialLinks []*SocialLink `protobuf:"bytes,8,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
	// first known message timestamp in seconds (valid only for community chats for now)
	// 0 - unknown
	// 1 - no messages
	FirstMessageTimestamp uint32 `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

ChatIdentity represents the user defined identity associated with their public chat key

func (*ChatIdentity) Descriptor deprecated added in v0.65.0

func (*ChatIdentity) Descriptor() ([]byte, []int)

Deprecated: Use ChatIdentity.ProtoReflect.Descriptor instead.

func (*ChatIdentity) GetClock added in v0.65.0

func (x *ChatIdentity) GetClock() uint64

func (*ChatIdentity) GetColor added in v0.67.0

func (x *ChatIdentity) GetColor() string

func (*ChatIdentity) GetDescription added in v0.67.0

func (x *ChatIdentity) GetDescription() string

func (*ChatIdentity) GetDisplayName added in v0.67.0

func (x *ChatIdentity) GetDisplayName() string

func (*ChatIdentity) GetEmoji added in v0.89.5

func (x *ChatIdentity) GetEmoji() string

func (*ChatIdentity) GetEnsName added in v0.65.0

func (x *ChatIdentity) GetEnsName() string

func (*ChatIdentity) GetFirstMessageTimestamp added in v0.109.1

func (x *ChatIdentity) GetFirstMessageTimestamp() uint32

func (*ChatIdentity) GetImages added in v0.65.0

func (x *ChatIdentity) GetImages() map[string]*IdentityImage
func (x *ChatIdentity) GetSocialLinks() []*SocialLink

func (*ChatIdentity) ProtoMessage added in v0.65.0

func (*ChatIdentity) ProtoMessage()

func (*ChatIdentity) ProtoReflect added in v0.163.14

func (x *ChatIdentity) ProtoReflect() protoreflect.Message

func (*ChatIdentity) Reset added in v0.65.0

func (x *ChatIdentity) Reset()

func (*ChatIdentity) String added in v0.65.0

func (x *ChatIdentity) String() string

type ChatMessage

type ChatMessage struct {

	// Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// Unix timestamps in milliseconds, currently not used as we use whisper as
	// more reliable, but here so that we don't rely on it
	Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Text of the message
	Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	// Id of the message that we are replying to
	ResponseTo string `protobuf:"bytes,4,opt,name=response_to,json=responseTo,proto3" json:"response_to,omitempty"`
	// Ens name of the sender
	EnsName string `protobuf:"bytes,5,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	// Chat id, this field is symmetric for public-chats and private group chats,
	// but asymmetric in case of one-to-ones, as the sender will use the chat-id
	// of the received, while the receiver will use the chat-id of the sender.
	// Probably should be the concatenation of sender-pk & receiver-pk in
	// alphabetical order
	ChatId string `protobuf:"bytes,6,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType MessageType `protobuf:"varint,7,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	// The type of the content of the message
	ContentType ChatMessage_ContentType `` /* 133-byte string literal not displayed */
	// Types that are assignable to Payload:
	//
	//	*ChatMessage_Sticker
	//	*ChatMessage_Image
	//	*ChatMessage_Audio
	//	*ChatMessage_Community
	//	*ChatMessage_DiscordMessage
	Payload isChatMessage_Payload `protobuf_oneof:"payload"`
	// Grant for community chat messages
	Grant []byte `protobuf:"bytes,13,opt,name=grant,proto3" json:"grant,omitempty"`
	// Message author's display name, introduced in version 1
	DisplayName                   string                         `protobuf:"bytes,14,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ContactRequestPropagatedState *ContactRequestPropagatedState `` /* 153-byte string literal not displayed */
	UnfurledLinks                 []*UnfurledLink                `protobuf:"bytes,16,rep,name=unfurled_links,json=unfurledLinks,proto3" json:"unfurled_links,omitempty"`
	Shard                         *Shard                         `protobuf:"bytes,17,opt,name=shard,proto3" json:"shard,omitempty"`
	UnfurledStatusLinks           *UnfurledStatusLinks           `protobuf:"bytes,18,opt,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessage) Descriptor deprecated

func (*ChatMessage) Descriptor() ([]byte, []int)

Deprecated: Use ChatMessage.ProtoReflect.Descriptor instead.

func (*ChatMessage) GetAudio added in v0.56.1

func (x *ChatMessage) GetAudio() *AudioMessage

func (*ChatMessage) GetChatId

func (x *ChatMessage) GetChatId() string

func (*ChatMessage) GetClock

func (x *ChatMessage) GetClock() uint64

func (*ChatMessage) GetCommunity added in v0.67.0

func (x *ChatMessage) GetCommunity() []byte

func (*ChatMessage) GetContactRequestPropagatedState added in v0.130.0

func (x *ChatMessage) GetContactRequestPropagatedState() *ContactRequestPropagatedState

func (*ChatMessage) GetContentType

func (x *ChatMessage) GetContentType() ChatMessage_ContentType

func (*ChatMessage) GetDiscordMessage added in v0.105.1

func (x *ChatMessage) GetDiscordMessage() *DiscordMessage

func (*ChatMessage) GetDisplayName added in v0.94.12

func (x *ChatMessage) GetDisplayName() string

func (*ChatMessage) GetEnsName

func (x *ChatMessage) GetEnsName() string

func (*ChatMessage) GetGrant added in v0.67.0

func (x *ChatMessage) GetGrant() []byte

func (*ChatMessage) GetImage added in v0.54.0

func (x *ChatMessage) GetImage() *ImageMessage

func (*ChatMessage) GetMessageType

func (x *ChatMessage) GetMessageType() MessageType

func (*ChatMessage) GetPayload

func (m *ChatMessage) GetPayload() isChatMessage_Payload

func (*ChatMessage) GetResponseTo

func (x *ChatMessage) GetResponseTo() string

func (*ChatMessage) GetShard added in v0.170.0

func (x *ChatMessage) GetShard() *Shard

func (*ChatMessage) GetSticker

func (x *ChatMessage) GetSticker() *StickerMessage

func (*ChatMessage) GetText

func (x *ChatMessage) GetText() string

func (*ChatMessage) GetTimestamp

func (x *ChatMessage) GetTimestamp() uint64
func (x *ChatMessage) GetUnfurledLinks() []*UnfurledLink
func (x *ChatMessage) GetUnfurledStatusLinks() *UnfurledStatusLinks

func (*ChatMessage) ProtoMessage

func (*ChatMessage) ProtoMessage()

func (*ChatMessage) ProtoReflect added in v0.163.14

func (x *ChatMessage) ProtoReflect() protoreflect.Message

func (*ChatMessage) Reset

func (x *ChatMessage) Reset()

func (*ChatMessage) String

func (x *ChatMessage) String() string

type ChatMessage_Audio added in v0.56.1

type ChatMessage_Audio struct {
	Audio *AudioMessage `protobuf:"bytes,11,opt,name=audio,proto3,oneof"`
}

type ChatMessage_Community added in v0.67.0

type ChatMessage_Community struct {
	Community []byte `protobuf:"bytes,12,opt,name=community,proto3,oneof"`
}

type ChatMessage_ContentType

type ChatMessage_ContentType int32
const (
	ChatMessage_UNKNOWN_CONTENT_TYPE ChatMessage_ContentType = 0
	ChatMessage_TEXT_PLAIN           ChatMessage_ContentType = 1
	ChatMessage_STICKER              ChatMessage_ContentType = 2
	ChatMessage_STATUS               ChatMessage_ContentType = 3
	ChatMessage_EMOJI                ChatMessage_ContentType = 4
	ChatMessage_TRANSACTION_COMMAND  ChatMessage_ContentType = 5
	// Only local
	ChatMessage_SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP ChatMessage_ContentType = 6
	ChatMessage_IMAGE                                ChatMessage_ContentType = 7
	ChatMessage_AUDIO                                ChatMessage_ContentType = 8
	ChatMessage_COMMUNITY                            ChatMessage_ContentType = 9
	// Only local
	ChatMessage_SYSTEM_MESSAGE_GAP    ChatMessage_ContentType = 10
	ChatMessage_CONTACT_REQUEST       ChatMessage_ContentType = 11
	ChatMessage_DISCORD_MESSAGE       ChatMessage_ContentType = 12
	ChatMessage_IDENTITY_VERIFICATION ChatMessage_ContentType = 13
	// Only local
	ChatMessage_SYSTEM_MESSAGE_PINNED_MESSAGE ChatMessage_ContentType = 14
	// Only local
	ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_SENT ChatMessage_ContentType = 15
	// Only local
	ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_ACCEPTED ChatMessage_ContentType = 16
	// Only local
	ChatMessage_SYSTEM_MESSAGE_MUTUAL_EVENT_REMOVED ChatMessage_ContentType = 17
)

func (ChatMessage_ContentType) Descriptor added in v0.163.14

func (ChatMessage_ContentType) Enum added in v0.163.14

func (ChatMessage_ContentType) EnumDescriptor deprecated

func (ChatMessage_ContentType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChatMessage_ContentType.Descriptor instead.

func (ChatMessage_ContentType) Number added in v0.163.14

func (ChatMessage_ContentType) String

func (x ChatMessage_ContentType) String() string

func (ChatMessage_ContentType) Type added in v0.163.14

type ChatMessage_DiscordMessage added in v0.105.1

type ChatMessage_DiscordMessage struct {
	DiscordMessage *DiscordMessage `protobuf:"bytes,99,opt,name=discord_message,json=discordMessage,proto3,oneof"`
}

type ChatMessage_Image added in v0.54.0

type ChatMessage_Image struct {
	Image *ImageMessage `protobuf:"bytes,10,opt,name=image,proto3,oneof"`
}

type ChatMessage_Sticker

type ChatMessage_Sticker struct {
	Sticker *StickerMessage `protobuf:"bytes,9,opt,name=sticker,proto3,oneof"`
}

type Community added in v0.161.2

type Community struct {
	DisplayName  string   `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description  string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	MembersCount uint32   `protobuf:"varint,3,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	Color        string   `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"`
	TagIndices   []uint32 `protobuf:"varint,5,rep,packed,name=tag_indices,json=tagIndices,proto3" json:"tag_indices,omitempty"`
	// contains filtered or unexported fields
}

func (*Community) Descriptor deprecated added in v0.161.2

func (*Community) Descriptor() ([]byte, []int)

Deprecated: Use Community.ProtoReflect.Descriptor instead.

func (*Community) GetColor added in v0.161.2

func (x *Community) GetColor() string

func (*Community) GetDescription added in v0.161.2

func (x *Community) GetDescription() string

func (*Community) GetDisplayName added in v0.161.2

func (x *Community) GetDisplayName() string

func (*Community) GetMembersCount added in v0.161.2

func (x *Community) GetMembersCount() uint32

func (*Community) GetTagIndices added in v0.161.2

func (x *Community) GetTagIndices() []uint32

func (*Community) ProtoMessage added in v0.161.2

func (*Community) ProtoMessage()

func (*Community) ProtoReflect added in v0.163.14

func (x *Community) ProtoReflect() protoreflect.Message

func (*Community) Reset added in v0.161.2

func (x *Community) Reset()

func (*Community) String added in v0.161.2

func (x *Community) String() string

type CommunityAdminSettings added in v0.100.0

type CommunityAdminSettings struct {
	PinMessageAllMembersEnabled bool `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommunityAdminSettings) Descriptor deprecated added in v0.100.0

func (*CommunityAdminSettings) Descriptor() ([]byte, []int)

Deprecated: Use CommunityAdminSettings.ProtoReflect.Descriptor instead.

func (*CommunityAdminSettings) GetPinMessageAllMembersEnabled added in v0.100.0

func (x *CommunityAdminSettings) GetPinMessageAllMembersEnabled() bool

func (*CommunityAdminSettings) ProtoMessage added in v0.100.0

func (*CommunityAdminSettings) ProtoMessage()

func (*CommunityAdminSettings) ProtoReflect added in v0.163.14

func (x *CommunityAdminSettings) ProtoReflect() protoreflect.Message

func (*CommunityAdminSettings) Reset added in v0.100.0

func (x *CommunityAdminSettings) Reset()

func (*CommunityAdminSettings) String added in v0.100.0

func (x *CommunityAdminSettings) String() string

type CommunityCancelRequestToJoin added in v0.114.1

type CommunityCancelRequestToJoin struct {
	Clock       uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName     string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ChatId      string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	CommunityId []byte `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityCancelRequestToJoin) Descriptor deprecated added in v0.114.1

func (*CommunityCancelRequestToJoin) Descriptor() ([]byte, []int)

Deprecated: Use CommunityCancelRequestToJoin.ProtoReflect.Descriptor instead.

func (*CommunityCancelRequestToJoin) GetChatId added in v0.114.1

func (x *CommunityCancelRequestToJoin) GetChatId() string

func (*CommunityCancelRequestToJoin) GetClock added in v0.114.1

func (x *CommunityCancelRequestToJoin) GetClock() uint64

func (*CommunityCancelRequestToJoin) GetCommunityId added in v0.114.1

func (x *CommunityCancelRequestToJoin) GetCommunityId() []byte

func (*CommunityCancelRequestToJoin) GetDisplayName added in v0.114.1

func (x *CommunityCancelRequestToJoin) GetDisplayName() string

func (*CommunityCancelRequestToJoin) GetEnsName added in v0.114.1

func (x *CommunityCancelRequestToJoin) GetEnsName() string

func (*CommunityCancelRequestToJoin) ProtoMessage added in v0.114.1

func (*CommunityCancelRequestToJoin) ProtoMessage()

func (*CommunityCancelRequestToJoin) ProtoReflect added in v0.163.14

func (*CommunityCancelRequestToJoin) Reset added in v0.114.1

func (x *CommunityCancelRequestToJoin) Reset()

func (*CommunityCancelRequestToJoin) String added in v0.114.1

type CommunityCategory added in v0.79.3

type CommunityCategory struct {
	CategoryId string `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Position   int32  `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityCategory) Descriptor deprecated added in v0.79.3

func (*CommunityCategory) Descriptor() ([]byte, []int)

Deprecated: Use CommunityCategory.ProtoReflect.Descriptor instead.

func (*CommunityCategory) GetCategoryId added in v0.79.3

func (x *CommunityCategory) GetCategoryId() string

func (*CommunityCategory) GetName added in v0.79.3

func (x *CommunityCategory) GetName() string

func (*CommunityCategory) GetPosition added in v0.79.3

func (x *CommunityCategory) GetPosition() int32

func (*CommunityCategory) ProtoMessage added in v0.79.3

func (*CommunityCategory) ProtoMessage()

func (*CommunityCategory) ProtoReflect added in v0.163.14

func (x *CommunityCategory) ProtoReflect() protoreflect.Message

func (*CommunityCategory) Reset added in v0.79.3

func (x *CommunityCategory) Reset()

func (*CommunityCategory) String added in v0.79.3

func (x *CommunityCategory) String() string

type CommunityChat added in v0.67.0

type CommunityChat struct {
	Members     map[string]*CommunityMember `` /* 155-byte string literal not displayed */
	Permissions *CommunityPermissions       `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"`
	Identity    *ChatIdentity               `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	CategoryId  string                      `protobuf:"bytes,4,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Position    int32                       `protobuf:"varint,5,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityChat) Descriptor deprecated added in v0.67.0

func (*CommunityChat) Descriptor() ([]byte, []int)

Deprecated: Use CommunityChat.ProtoReflect.Descriptor instead.

func (*CommunityChat) GetCategoryId added in v0.79.3

func (x *CommunityChat) GetCategoryId() string

func (*CommunityChat) GetIdentity added in v0.67.0

func (x *CommunityChat) GetIdentity() *ChatIdentity

func (*CommunityChat) GetMembers added in v0.67.0

func (x *CommunityChat) GetMembers() map[string]*CommunityMember

func (*CommunityChat) GetPermissions added in v0.67.0

func (x *CommunityChat) GetPermissions() *CommunityPermissions

func (*CommunityChat) GetPosition added in v0.79.3

func (x *CommunityChat) GetPosition() int32

func (*CommunityChat) ProtoMessage added in v0.67.0

func (*CommunityChat) ProtoMessage()

func (*CommunityChat) ProtoReflect added in v0.163.14

func (x *CommunityChat) ProtoReflect() protoreflect.Message

func (*CommunityChat) Reset added in v0.67.0

func (x *CommunityChat) Reset()

func (*CommunityChat) String added in v0.67.0

func (x *CommunityChat) String() string

type CommunityConfig added in v0.158.0

type CommunityConfig struct {
	Identity      *ChatIdentity           `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	Permissions   *CommunityPermissions   `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"`
	AdminSettings *CommunityAdminSettings `protobuf:"bytes,3,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"`
	IntroMessage  string                  `protobuf:"bytes,4,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"`
	OutroMessage  string                  `protobuf:"bytes,5,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"`
	Tags          []string                `protobuf:"bytes,6,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityConfig) Descriptor deprecated added in v0.158.0

func (*CommunityConfig) Descriptor() ([]byte, []int)

Deprecated: Use CommunityConfig.ProtoReflect.Descriptor instead.

func (*CommunityConfig) GetAdminSettings added in v0.158.0

func (x *CommunityConfig) GetAdminSettings() *CommunityAdminSettings

func (*CommunityConfig) GetIdentity added in v0.158.0

func (x *CommunityConfig) GetIdentity() *ChatIdentity

func (*CommunityConfig) GetIntroMessage added in v0.158.0

func (x *CommunityConfig) GetIntroMessage() string

func (*CommunityConfig) GetOutroMessage added in v0.158.0

func (x *CommunityConfig) GetOutroMessage() string

func (*CommunityConfig) GetPermissions added in v0.158.0

func (x *CommunityConfig) GetPermissions() *CommunityPermissions

func (*CommunityConfig) GetTags added in v0.158.0

func (x *CommunityConfig) GetTags() []string

func (*CommunityConfig) ProtoMessage added in v0.158.0

func (*CommunityConfig) ProtoMessage()

func (*CommunityConfig) ProtoReflect added in v0.163.14

func (x *CommunityConfig) ProtoReflect() protoreflect.Message

func (*CommunityConfig) Reset added in v0.158.0

func (x *CommunityConfig) Reset()

func (*CommunityConfig) String added in v0.158.0

func (x *CommunityConfig) String() string

type CommunityDescription added in v0.67.0

type CommunityDescription struct {
	Clock                  uint64                        `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Members                map[string]*CommunityMember   `` /* 155-byte string literal not displayed */
	Permissions            *CommunityPermissions         `protobuf:"bytes,3,opt,name=permissions,proto3" json:"permissions,omitempty"`
	Identity               *ChatIdentity                 `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	Chats                  map[string]*CommunityChat     `` /* 151-byte string literal not displayed */
	BanList                []string                      `protobuf:"bytes,7,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"`
	Categories             map[string]*CommunityCategory `` /* 161-byte string literal not displayed */
	ArchiveMagnetlinkClock uint64                        `` /* 130-byte string literal not displayed */
	AdminSettings          *CommunityAdminSettings       `protobuf:"bytes,10,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"`
	IntroMessage           string                        `protobuf:"bytes,11,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"`
	OutroMessage           string                        `protobuf:"bytes,12,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"`
	// Deprecated: Marked as deprecated in communities.proto.
	Encrypted               bool                                 `protobuf:"varint,13,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Tags                    []string                             `protobuf:"bytes,14,rep,name=tags,proto3" json:"tags,omitempty"`
	TokenPermissions        map[string]*CommunityTokenPermission `` /* 198-byte string literal not displayed */
	CommunityTokensMetadata []*CommunityTokenMetadata            `` /* 133-byte string literal not displayed */
	ActiveMembersCount      uint64                               `protobuf:"varint,17,opt,name=active_members_count,json=activeMembersCount,proto3" json:"active_members_count,omitempty"`
	ID                      string                               `protobuf:"bytes,18,opt,name=ID,proto3" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityDescription) Descriptor deprecated added in v0.67.0

func (*CommunityDescription) Descriptor() ([]byte, []int)

Deprecated: Use CommunityDescription.ProtoReflect.Descriptor instead.

func (*CommunityDescription) GetActiveMembersCount added in v0.142.1

func (x *CommunityDescription) GetActiveMembersCount() uint64

func (*CommunityDescription) GetAdminSettings added in v0.100.0

func (x *CommunityDescription) GetAdminSettings() *CommunityAdminSettings

func (*CommunityDescription) GetArchiveMagnetlinkClock added in v0.98.1

func (x *CommunityDescription) GetArchiveMagnetlinkClock() uint64

func (*CommunityDescription) GetBanList added in v0.73.9

func (x *CommunityDescription) GetBanList() []string

func (*CommunityDescription) GetCategories added in v0.79.3

func (x *CommunityDescription) GetCategories() map[string]*CommunityCategory

func (*CommunityDescription) GetChats added in v0.67.0

func (x *CommunityDescription) GetChats() map[string]*CommunityChat

func (*CommunityDescription) GetClock added in v0.67.0

func (x *CommunityDescription) GetClock() uint64

func (*CommunityDescription) GetCommunityTokensMetadata added in v0.137.2

func (x *CommunityDescription) GetCommunityTokensMetadata() []*CommunityTokenMetadata

func (*CommunityDescription) GetEncrypted deprecated added in v0.102.2

func (x *CommunityDescription) GetEncrypted() bool

Deprecated: Marked as deprecated in communities.proto.

func (*CommunityDescription) GetID added in v0.171.1

func (x *CommunityDescription) GetID() string

func (*CommunityDescription) GetIdentity added in v0.67.0

func (x *CommunityDescription) GetIdentity() *ChatIdentity

func (*CommunityDescription) GetIntroMessage added in v0.100.1

func (x *CommunityDescription) GetIntroMessage() string

func (*CommunityDescription) GetMembers added in v0.67.0

func (x *CommunityDescription) GetMembers() map[string]*CommunityMember

func (*CommunityDescription) GetOutroMessage added in v0.100.1

func (x *CommunityDescription) GetOutroMessage() string

func (*CommunityDescription) GetPermissions added in v0.67.0

func (x *CommunityDescription) GetPermissions() *CommunityPermissions

func (*CommunityDescription) GetTags added in v0.102.5

func (x *CommunityDescription) GetTags() []string

func (*CommunityDescription) GetTokenPermissions added in v0.136.0

func (x *CommunityDescription) GetTokenPermissions() map[string]*CommunityTokenPermission

func (*CommunityDescription) ProtoMessage added in v0.67.0

func (*CommunityDescription) ProtoMessage()

func (*CommunityDescription) ProtoReflect added in v0.163.14

func (x *CommunityDescription) ProtoReflect() protoreflect.Message

func (*CommunityDescription) Reset added in v0.67.0

func (x *CommunityDescription) Reset()

func (*CommunityDescription) String added in v0.67.0

func (x *CommunityDescription) String() string

type CommunityEditSharedAddresses added in v0.163.14

type CommunityEditSharedAddresses struct {
	Clock            uint64             `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	CommunityId      []byte             `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	RevealedAccounts []*RevealedAccount `protobuf:"bytes,3,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityEditSharedAddresses) Descriptor deprecated added in v0.163.14

func (*CommunityEditSharedAddresses) Descriptor() ([]byte, []int)

Deprecated: Use CommunityEditSharedAddresses.ProtoReflect.Descriptor instead.

func (*CommunityEditSharedAddresses) GetClock added in v0.163.14

func (x *CommunityEditSharedAddresses) GetClock() uint64

func (*CommunityEditSharedAddresses) GetCommunityId added in v0.163.14

func (x *CommunityEditSharedAddresses) GetCommunityId() []byte

func (*CommunityEditSharedAddresses) GetRevealedAccounts added in v0.163.14

func (x *CommunityEditSharedAddresses) GetRevealedAccounts() []*RevealedAccount

func (*CommunityEditSharedAddresses) ProtoMessage added in v0.163.14

func (*CommunityEditSharedAddresses) ProtoMessage()

func (*CommunityEditSharedAddresses) ProtoReflect added in v0.163.14

func (*CommunityEditSharedAddresses) Reset added in v0.163.14

func (x *CommunityEditSharedAddresses) Reset()

func (*CommunityEditSharedAddresses) String added in v0.163.14

type CommunityEvent added in v0.162.5

type CommunityEvent struct {
	CommunityEventClock    uint64                             `protobuf:"varint,1,opt,name=community_event_clock,json=communityEventClock,proto3" json:"community_event_clock,omitempty"`
	Type                   CommunityEvent_EventType           `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityEvent_EventType" json:"type,omitempty"`
	CommunityConfig        *CommunityConfig                   `protobuf:"bytes,3,opt,name=community_config,json=communityConfig,proto3" json:"community_config,omitempty"`
	TokenPermission        *CommunityTokenPermission          `protobuf:"bytes,4,opt,name=token_permission,json=tokenPermission,proto3" json:"token_permission,omitempty"`
	CategoryData           *CategoryData                      `protobuf:"bytes,5,opt,name=category_data,json=categoryData,proto3" json:"category_data,omitempty"`
	ChannelData            *ChannelData                       `protobuf:"bytes,6,opt,name=channel_data,json=channelData,proto3" json:"channel_data,omitempty"`
	MemberToAction         string                             `protobuf:"bytes,7,opt,name=member_to_action,json=memberToAction,proto3" json:"member_to_action,omitempty"`
	MembersAdded           map[string]*CommunityMember        `` /* 165-byte string literal not displayed */
	RejectedRequestsToJoin map[string]*CommunityRequestToJoin `` /* 185-byte string literal not displayed */
	AcceptedRequestsToJoin map[string]*CommunityRequestToJoin `` /* 186-byte string literal not displayed */
	TokenMetadata          *CommunityTokenMetadata            `protobuf:"bytes,11,opt,name=token_metadata,json=tokenMetadata,proto3" json:"token_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityEvent) Descriptor deprecated added in v0.162.5

func (*CommunityEvent) Descriptor() ([]byte, []int)

Deprecated: Use CommunityEvent.ProtoReflect.Descriptor instead.

func (*CommunityEvent) GetAcceptedRequestsToJoin added in v0.162.5

func (x *CommunityEvent) GetAcceptedRequestsToJoin() map[string]*CommunityRequestToJoin

func (*CommunityEvent) GetCategoryData added in v0.162.5

func (x *CommunityEvent) GetCategoryData() *CategoryData

func (*CommunityEvent) GetChannelData added in v0.162.5

func (x *CommunityEvent) GetChannelData() *ChannelData

func (*CommunityEvent) GetCommunityConfig added in v0.162.5

func (x *CommunityEvent) GetCommunityConfig() *CommunityConfig

func (*CommunityEvent) GetCommunityEventClock added in v0.162.5

func (x *CommunityEvent) GetCommunityEventClock() uint64

func (*CommunityEvent) GetMemberToAction added in v0.162.5

func (x *CommunityEvent) GetMemberToAction() string

func (*CommunityEvent) GetMembersAdded added in v0.162.5

func (x *CommunityEvent) GetMembersAdded() map[string]*CommunityMember

func (*CommunityEvent) GetRejectedRequestsToJoin added in v0.162.5

func (x *CommunityEvent) GetRejectedRequestsToJoin() map[string]*CommunityRequestToJoin

func (*CommunityEvent) GetTokenMetadata added in v0.162.15

func (x *CommunityEvent) GetTokenMetadata() *CommunityTokenMetadata

func (*CommunityEvent) GetTokenPermission added in v0.162.5

func (x *CommunityEvent) GetTokenPermission() *CommunityTokenPermission

func (*CommunityEvent) GetType added in v0.162.5

func (*CommunityEvent) ProtoMessage added in v0.162.5

func (*CommunityEvent) ProtoMessage()

func (*CommunityEvent) ProtoReflect added in v0.163.14

func (x *CommunityEvent) ProtoReflect() protoreflect.Message

func (*CommunityEvent) Reset added in v0.162.5

func (x *CommunityEvent) Reset()

func (*CommunityEvent) String added in v0.162.5

func (x *CommunityEvent) String() string

type CommunityEvent_EventType added in v0.162.5

type CommunityEvent_EventType int32
const (
	CommunityEvent_UNKNOWN                                  CommunityEvent_EventType = 0
	CommunityEvent_COMMUNITY_EDIT                           CommunityEvent_EventType = 1
	CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_CHANGE CommunityEvent_EventType = 2
	CommunityEvent_COMMUNITY_MEMBER_TOKEN_PERMISSION_DELETE CommunityEvent_EventType = 3
	CommunityEvent_COMMUNITY_CATEGORY_CREATE                CommunityEvent_EventType = 4
	CommunityEvent_COMMUNITY_CATEGORY_DELETE                CommunityEvent_EventType = 5
	CommunityEvent_COMMUNITY_CATEGORY_EDIT                  CommunityEvent_EventType = 6
	CommunityEvent_COMMUNITY_CHANNEL_CREATE                 CommunityEvent_EventType = 7
	CommunityEvent_COMMUNITY_CHANNEL_DELETE                 CommunityEvent_EventType = 8
	CommunityEvent_COMMUNITY_CHANNEL_EDIT                   CommunityEvent_EventType = 9
	CommunityEvent_COMMUNITY_CATEGORY_REORDER               CommunityEvent_EventType = 10
	CommunityEvent_COMMUNITY_CHANNEL_REORDER                CommunityEvent_EventType = 11
	CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_ACCEPT         CommunityEvent_EventType = 12
	CommunityEvent_COMMUNITY_REQUEST_TO_JOIN_REJECT         CommunityEvent_EventType = 13
	CommunityEvent_COMMUNITY_MEMBER_KICK                    CommunityEvent_EventType = 14
	CommunityEvent_COMMUNITY_MEMBER_BAN                     CommunityEvent_EventType = 15
	CommunityEvent_COMMUNITY_MEMBER_UNBAN                   CommunityEvent_EventType = 16
	CommunityEvent_COMMUNITY_TOKEN_ADD                      CommunityEvent_EventType = 17
)

func (CommunityEvent_EventType) Descriptor added in v0.163.14

func (CommunityEvent_EventType) Enum added in v0.163.14

func (CommunityEvent_EventType) EnumDescriptor deprecated added in v0.162.5

func (CommunityEvent_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityEvent_EventType.Descriptor instead.

func (CommunityEvent_EventType) Number added in v0.163.14

func (CommunityEvent_EventType) String added in v0.162.5

func (x CommunityEvent_EventType) String() string

func (CommunityEvent_EventType) Type added in v0.163.14

type CommunityEventsMessage added in v0.162.5

type CommunityEventsMessage struct {
	CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	// Events base CommunityDescription with owner signature on top of which events were generated
	EventsBaseCommunityDescription []byte `` /* 155-byte string literal not displayed */
	// A list of admins events for the channel in bytes
	// Deprecated: use signed_events instead.
	//
	// Deprecated: Marked as deprecated in community_update.proto.
	Events [][]byte `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	// A list of signed community events
	SignedEvents []*SignedCommunityEvent `protobuf:"bytes,4,rep,name=signed_events,json=signedEvents,proto3" json:"signed_events,omitempty"`
	// contains filtered or unexported fields
}

CommunityEventsMessage is a message used to propagate information about community changes.

func (*CommunityEventsMessage) Descriptor deprecated added in v0.162.5

func (*CommunityEventsMessage) Descriptor() ([]byte, []int)

Deprecated: Use CommunityEventsMessage.ProtoReflect.Descriptor instead.

func (*CommunityEventsMessage) GetCommunityId added in v0.162.5

func (x *CommunityEventsMessage) GetCommunityId() []byte

func (*CommunityEventsMessage) GetEvents deprecated added in v0.162.5

func (x *CommunityEventsMessage) GetEvents() [][]byte

Deprecated: Marked as deprecated in community_update.proto.

func (*CommunityEventsMessage) GetEventsBaseCommunityDescription added in v0.162.5

func (x *CommunityEventsMessage) GetEventsBaseCommunityDescription() []byte

func (*CommunityEventsMessage) GetSignedEvents added in v0.163.4

func (x *CommunityEventsMessage) GetSignedEvents() []*SignedCommunityEvent

func (*CommunityEventsMessage) ProtoMessage added in v0.162.5

func (*CommunityEventsMessage) ProtoMessage()

func (*CommunityEventsMessage) ProtoReflect added in v0.163.14

func (x *CommunityEventsMessage) ProtoReflect() protoreflect.Message

func (*CommunityEventsMessage) Reset added in v0.162.5

func (x *CommunityEventsMessage) Reset()

func (*CommunityEventsMessage) String added in v0.162.5

func (x *CommunityEventsMessage) String() string

type CommunityEventsMessageRejected added in v0.163.5

type CommunityEventsMessageRejected struct {
	Msg *CommunityEventsMessage `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityEventsMessageRejected) Descriptor deprecated added in v0.163.5

func (*CommunityEventsMessageRejected) Descriptor() ([]byte, []int)

Deprecated: Use CommunityEventsMessageRejected.ProtoReflect.Descriptor instead.

func (*CommunityEventsMessageRejected) GetMsg added in v0.163.5

func (*CommunityEventsMessageRejected) ProtoMessage added in v0.163.5

func (*CommunityEventsMessageRejected) ProtoMessage()

func (*CommunityEventsMessageRejected) ProtoReflect added in v0.163.14

func (*CommunityEventsMessageRejected) Reset added in v0.163.5

func (x *CommunityEventsMessageRejected) Reset()

func (*CommunityEventsMessageRejected) String added in v0.163.5

type CommunityMember added in v0.67.0

type CommunityMember struct {
	Roles []CommunityMember_Roles `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=protobuf.CommunityMember_Roles" json:"roles,omitempty"`
	// Deprecated: Marked as deprecated in communities.proto.
	RevealedAccounts []*RevealedAccount `protobuf:"bytes,2,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"`
	LastUpdateClock  uint64             `protobuf:"varint,3,opt,name=last_update_clock,json=lastUpdateClock,proto3" json:"last_update_clock,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityMember) Descriptor deprecated added in v0.67.0

func (*CommunityMember) Descriptor() ([]byte, []int)

Deprecated: Use CommunityMember.ProtoReflect.Descriptor instead.

func (*CommunityMember) GetLastUpdateClock added in v0.161.4

func (x *CommunityMember) GetLastUpdateClock() uint64

func (*CommunityMember) GetRevealedAccounts deprecated added in v0.158.0

func (x *CommunityMember) GetRevealedAccounts() []*RevealedAccount

Deprecated: Marked as deprecated in communities.proto.

func (*CommunityMember) GetRoles added in v0.72.0

func (x *CommunityMember) GetRoles() []CommunityMember_Roles

func (*CommunityMember) ProtoMessage added in v0.67.0

func (*CommunityMember) ProtoMessage()

func (*CommunityMember) ProtoReflect added in v0.163.14

func (x *CommunityMember) ProtoReflect() protoreflect.Message

func (*CommunityMember) Reset added in v0.67.0

func (x *CommunityMember) Reset()

func (*CommunityMember) String added in v0.67.0

func (x *CommunityMember) String() string

type CommunityMember_Roles added in v0.72.0

type CommunityMember_Roles int32
const (
	CommunityMember_ROLE_NONE         CommunityMember_Roles = 0
	CommunityMember_ROLE_OWNER        CommunityMember_Roles = 1
	CommunityMember_ROLE_ADMIN        CommunityMember_Roles = 4
	CommunityMember_ROLE_TOKEN_MASTER CommunityMember_Roles = 5
)

func (CommunityMember_Roles) Descriptor added in v0.163.14

func (CommunityMember_Roles) Enum added in v0.163.14

func (CommunityMember_Roles) EnumDescriptor deprecated added in v0.72.0

func (CommunityMember_Roles) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityMember_Roles.Descriptor instead.

func (CommunityMember_Roles) Number added in v0.163.14

func (CommunityMember_Roles) String added in v0.72.0

func (x CommunityMember_Roles) String() string

func (CommunityMember_Roles) Type added in v0.163.14

type CommunityMessageArchiveMagnetlink struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	MagnetUri string `protobuf:"bytes,2,opt,name=magnet_uri,json=magnetUri,proto3" json:"magnet_uri,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityMessageArchiveMagnetlink) Descriptor deprecated added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) Descriptor() ([]byte, []int)

Deprecated: Use CommunityMessageArchiveMagnetlink.ProtoReflect.Descriptor instead.

func (*CommunityMessageArchiveMagnetlink) GetClock added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) GetMagnetUri added in v0.98.1

func (x *CommunityMessageArchiveMagnetlink) GetMagnetUri() string

func (*CommunityMessageArchiveMagnetlink) ProtoMessage added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) ProtoMessage()

func (*CommunityMessageArchiveMagnetlink) ProtoReflect added in v0.163.14

func (*CommunityMessageArchiveMagnetlink) Reset added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) String added in v0.98.1

type CommunityPermissions added in v0.67.0

type CommunityPermissions struct {
	EnsOnly bool `protobuf:"varint,1,opt,name=ens_only,json=ensOnly,proto3" json:"ens_only,omitempty"`
	// https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/megolm.md is a candidate for the algorithm to be used in case we want to have private communityal chats, lighter than pairwise encryption using the DR, less secure, but more efficient for large number of participants
	Private bool                        `protobuf:"varint,2,opt,name=private,proto3" json:"private,omitempty"`
	Access  CommunityPermissions_Access `protobuf:"varint,3,opt,name=access,proto3,enum=protobuf.CommunityPermissions_Access" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityPermissions) Descriptor deprecated added in v0.67.0

func (*CommunityPermissions) Descriptor() ([]byte, []int)

Deprecated: Use CommunityPermissions.ProtoReflect.Descriptor instead.

func (*CommunityPermissions) GetAccess added in v0.67.0

func (*CommunityPermissions) GetEnsOnly added in v0.67.0

func (x *CommunityPermissions) GetEnsOnly() bool

func (*CommunityPermissions) GetPrivate added in v0.67.0

func (x *CommunityPermissions) GetPrivate() bool

func (*CommunityPermissions) ProtoMessage added in v0.67.0

func (*CommunityPermissions) ProtoMessage()

func (*CommunityPermissions) ProtoReflect added in v0.163.14

func (x *CommunityPermissions) ProtoReflect() protoreflect.Message

func (*CommunityPermissions) Reset added in v0.67.0

func (x *CommunityPermissions) Reset()

func (*CommunityPermissions) String added in v0.67.0

func (x *CommunityPermissions) String() string

type CommunityPermissions_Access added in v0.67.0

type CommunityPermissions_Access int32
const (
	CommunityPermissions_UNKNOWN_ACCESS  CommunityPermissions_Access = 0
	CommunityPermissions_NO_MEMBERSHIP   CommunityPermissions_Access = 1
	CommunityPermissions_INVITATION_ONLY CommunityPermissions_Access = 2
	CommunityPermissions_ON_REQUEST      CommunityPermissions_Access = 3
)

func (CommunityPermissions_Access) Descriptor added in v0.163.14

func (CommunityPermissions_Access) Enum added in v0.163.14

func (CommunityPermissions_Access) EnumDescriptor deprecated added in v0.67.0

func (CommunityPermissions_Access) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityPermissions_Access.Descriptor instead.

func (CommunityPermissions_Access) Number added in v0.163.14

func (CommunityPermissions_Access) String added in v0.67.0

func (CommunityPermissions_Access) Type added in v0.163.14

type CommunityPrivilegedUserSyncMessage added in v0.163.14

type CommunityPrivilegedUserSyncMessage struct {
	Clock              uint64                                       `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Type               CommunityPrivilegedUserSyncMessage_EventType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityPrivilegedUserSyncMessage_EventType" json:"type,omitempty"`
	CommunityId        []byte                                       `protobuf:"bytes,3,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	RequestToJoin      map[string]*CommunityRequestToJoin           `` /* 190-byte string literal not displayed */
	SyncRequestsToJoin []*SyncCommunityRequestsToJoin               `protobuf:"bytes,5,rep,name=sync_requests_to_join,json=syncRequestsToJoin,proto3" json:"sync_requests_to_join,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityPrivilegedUserSyncMessage) Descriptor deprecated added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) Descriptor() ([]byte, []int)

Deprecated: Use CommunityPrivilegedUserSyncMessage.ProtoReflect.Descriptor instead.

func (*CommunityPrivilegedUserSyncMessage) GetClock added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) GetCommunityId added in v0.163.14

func (x *CommunityPrivilegedUserSyncMessage) GetCommunityId() []byte

func (*CommunityPrivilegedUserSyncMessage) GetRequestToJoin added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) GetSyncRequestsToJoin added in v0.167.2

func (*CommunityPrivilegedUserSyncMessage) GetType added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) ProtoMessage added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) ProtoMessage()

func (*CommunityPrivilegedUserSyncMessage) ProtoReflect added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) Reset added in v0.163.14

func (*CommunityPrivilegedUserSyncMessage) String added in v0.163.14

type CommunityPrivilegedUserSyncMessage_EventType added in v0.163.14

type CommunityPrivilegedUserSyncMessage_EventType int32
const (
	CommunityPrivilegedUserSyncMessage_UNKNOWN                                CommunityPrivilegedUserSyncMessage_EventType = 0
	CommunityPrivilegedUserSyncMessage_CONTROL_NODE_ACCEPT_REQUEST_TO_JOIN    CommunityPrivilegedUserSyncMessage_EventType = 1
	CommunityPrivilegedUserSyncMessage_CONTROL_NODE_REJECT_REQUEST_TO_JOIN    CommunityPrivilegedUserSyncMessage_EventType = 2
	CommunityPrivilegedUserSyncMessage_CONTROL_NODE_ALL_SYNC_REQUESTS_TO_JOIN CommunityPrivilegedUserSyncMessage_EventType = 3
)

func (CommunityPrivilegedUserSyncMessage_EventType) Descriptor added in v0.163.14

func (CommunityPrivilegedUserSyncMessage_EventType) Enum added in v0.163.14

func (CommunityPrivilegedUserSyncMessage_EventType) EnumDescriptor deprecated added in v0.163.14

func (CommunityPrivilegedUserSyncMessage_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityPrivilegedUserSyncMessage_EventType.Descriptor instead.

func (CommunityPrivilegedUserSyncMessage_EventType) Number added in v0.163.14

func (CommunityPrivilegedUserSyncMessage_EventType) String added in v0.163.14

func (CommunityPrivilegedUserSyncMessage_EventType) Type added in v0.163.14

type CommunityRequestToJoin added in v0.72.0

type CommunityRequestToJoin struct {
	Clock            uint64             `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName          string             `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ChatId           string             `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	CommunityId      []byte             `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	DisplayName      string             `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	RevealedAccounts []*RevealedAccount `protobuf:"bytes,6,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityRequestToJoin) Descriptor deprecated added in v0.72.0

func (*CommunityRequestToJoin) Descriptor() ([]byte, []int)

Deprecated: Use CommunityRequestToJoin.ProtoReflect.Descriptor instead.

func (*CommunityRequestToJoin) GetChatId added in v0.72.0

func (x *CommunityRequestToJoin) GetChatId() string

func (*CommunityRequestToJoin) GetClock added in v0.72.0

func (x *CommunityRequestToJoin) GetClock() uint64

func (*CommunityRequestToJoin) GetCommunityId added in v0.72.0

func (x *CommunityRequestToJoin) GetCommunityId() []byte

func (*CommunityRequestToJoin) GetDisplayName added in v0.102.5

func (x *CommunityRequestToJoin) GetDisplayName() string

func (*CommunityRequestToJoin) GetEnsName added in v0.72.0

func (x *CommunityRequestToJoin) GetEnsName() string

func (*CommunityRequestToJoin) GetRevealedAccounts added in v0.158.0

func (x *CommunityRequestToJoin) GetRevealedAccounts() []*RevealedAccount

func (*CommunityRequestToJoin) ProtoMessage added in v0.72.0

func (*CommunityRequestToJoin) ProtoMessage()

func (*CommunityRequestToJoin) ProtoReflect added in v0.163.14

func (x *CommunityRequestToJoin) ProtoReflect() protoreflect.Message

func (*CommunityRequestToJoin) Reset added in v0.72.0

func (x *CommunityRequestToJoin) Reset()

func (*CommunityRequestToJoin) String added in v0.72.0

func (x *CommunityRequestToJoin) String() string

type CommunityRequestToJoinResponse added in v0.72.0

type CommunityRequestToJoinResponse struct {
	Clock                    uint64                `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Community                *CommunityDescription `protobuf:"bytes,2,opt,name=community,proto3" json:"community,omitempty"`
	Accepted                 bool                  `protobuf:"varint,3,opt,name=accepted,proto3" json:"accepted,omitempty"`
	Grant                    []byte                `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	CommunityId              []byte                `protobuf:"bytes,5,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	MagnetUri                string                `protobuf:"bytes,6,opt,name=magnet_uri,json=magnetUri,proto3" json:"magnet_uri,omitempty"`
	ProtectedTopicPrivateKey []byte                `` /* 137-byte string literal not displayed */
	Shard                    *Shard                `protobuf:"bytes,8,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityRequestToJoinResponse) Descriptor deprecated added in v0.72.0

func (*CommunityRequestToJoinResponse) Descriptor() ([]byte, []int)

Deprecated: Use CommunityRequestToJoinResponse.ProtoReflect.Descriptor instead.

func (*CommunityRequestToJoinResponse) GetAccepted added in v0.72.0

func (x *CommunityRequestToJoinResponse) GetAccepted() bool

func (*CommunityRequestToJoinResponse) GetClock added in v0.72.0

func (x *CommunityRequestToJoinResponse) GetClock() uint64

func (*CommunityRequestToJoinResponse) GetCommunity added in v0.72.0

func (*CommunityRequestToJoinResponse) GetCommunityId added in v0.103.2

func (x *CommunityRequestToJoinResponse) GetCommunityId() []byte

func (*CommunityRequestToJoinResponse) GetGrant added in v0.72.0

func (x *CommunityRequestToJoinResponse) GetGrant() []byte

func (*CommunityRequestToJoinResponse) GetMagnetUri added in v0.117.1

func (x *CommunityRequestToJoinResponse) GetMagnetUri() string

func (*CommunityRequestToJoinResponse) GetProtectedTopicPrivateKey added in v0.170.0

func (x *CommunityRequestToJoinResponse) GetProtectedTopicPrivateKey() []byte

func (*CommunityRequestToJoinResponse) GetShard added in v0.170.0

func (x *CommunityRequestToJoinResponse) GetShard() *Shard

func (*CommunityRequestToJoinResponse) ProtoMessage added in v0.72.0

func (*CommunityRequestToJoinResponse) ProtoMessage()

func (*CommunityRequestToJoinResponse) ProtoReflect added in v0.163.14

func (*CommunityRequestToJoinResponse) Reset added in v0.72.0

func (x *CommunityRequestToJoinResponse) Reset()

func (*CommunityRequestToJoinResponse) String added in v0.72.0

type CommunityRequestToLeave added in v0.106.3

type CommunityRequestToLeave struct {
	Clock       uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	CommunityId []byte `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityRequestToLeave) Descriptor deprecated added in v0.106.3

func (*CommunityRequestToLeave) Descriptor() ([]byte, []int)

Deprecated: Use CommunityRequestToLeave.ProtoReflect.Descriptor instead.

func (*CommunityRequestToLeave) GetClock added in v0.106.3

func (x *CommunityRequestToLeave) GetClock() uint64

func (*CommunityRequestToLeave) GetCommunityId added in v0.106.3

func (x *CommunityRequestToLeave) GetCommunityId() []byte

func (*CommunityRequestToLeave) ProtoMessage added in v0.106.3

func (*CommunityRequestToLeave) ProtoMessage()

func (*CommunityRequestToLeave) ProtoReflect added in v0.163.14

func (x *CommunityRequestToLeave) ProtoReflect() protoreflect.Message

func (*CommunityRequestToLeave) Reset added in v0.106.3

func (x *CommunityRequestToLeave) Reset()

func (*CommunityRequestToLeave) String added in v0.106.3

func (x *CommunityRequestToLeave) String() string

type CommunityShardKey added in v0.170.0

type CommunityShardKey struct {
	CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	PrivateKey  []byte `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Clock       uint64 `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
	Shard       *Shard `protobuf:"bytes,4,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityShardKey) Descriptor deprecated added in v0.170.0

func (*CommunityShardKey) Descriptor() ([]byte, []int)

Deprecated: Use CommunityShardKey.ProtoReflect.Descriptor instead.

func (*CommunityShardKey) GetClock added in v0.170.0

func (x *CommunityShardKey) GetClock() uint64

func (*CommunityShardKey) GetCommunityId added in v0.170.0

func (x *CommunityShardKey) GetCommunityId() []byte

func (*CommunityShardKey) GetPrivateKey added in v0.170.0

func (x *CommunityShardKey) GetPrivateKey() []byte

func (*CommunityShardKey) GetShard added in v0.170.0

func (x *CommunityShardKey) GetShard() *Shard

func (*CommunityShardKey) ProtoMessage added in v0.170.0

func (*CommunityShardKey) ProtoMessage()

func (*CommunityShardKey) ProtoReflect added in v0.171.1

func (x *CommunityShardKey) ProtoReflect() protoreflect.Message

func (*CommunityShardKey) Reset added in v0.170.0

func (x *CommunityShardKey) Reset()

func (*CommunityShardKey) String added in v0.170.0

func (x *CommunityShardKey) String() string

type CommunityToken added in v0.163.14

type CommunityToken struct {
	TokenType          CommunityTokenType             `protobuf:"varint,1,opt,name=token_type,json=tokenType,proto3,enum=protobuf.CommunityTokenType" json:"token_type,omitempty"`
	CommunityId        string                         `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	Address            string                         `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	Name               string                         `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Symbol             string                         `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Description        string                         `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Supply             string                         `protobuf:"bytes,7,opt,name=supply,proto3" json:"supply,omitempty"`
	InfiniteSupply     bool                           `protobuf:"varint,8,opt,name=infinite_supply,json=infiniteSupply,proto3" json:"infinite_supply,omitempty"`
	Transferable       bool                           `protobuf:"varint,9,opt,name=transferable,proto3" json:"transferable,omitempty"`
	RemoteSelfDestruct bool                           `protobuf:"varint,10,opt,name=remote_self_destruct,json=remoteSelfDestruct,proto3" json:"remote_self_destruct,omitempty"`
	ChainId            int32                          `protobuf:"varint,11,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	DeployState        CommunityToken_DeployState     `` /* 137-byte string literal not displayed */
	Base64Image        string                         `protobuf:"bytes,13,opt,name=base64_image,json=base64Image,proto3" json:"base64_image,omitempty"`
	Decimals           int32                          `protobuf:"varint,14,opt,name=decimals,proto3" json:"decimals,omitempty"`
	Deployer           string                         `protobuf:"bytes,15,opt,name=deployer,proto3" json:"deployer,omitempty"`
	PrivilegesLevel    CommunityToken_PrivilegesLevel `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommunityToken) Descriptor deprecated added in v0.163.14

func (*CommunityToken) Descriptor() ([]byte, []int)

Deprecated: Use CommunityToken.ProtoReflect.Descriptor instead.

func (*CommunityToken) GetAddress added in v0.163.14

func (x *CommunityToken) GetAddress() string

func (*CommunityToken) GetBase64Image added in v0.163.14

func (x *CommunityToken) GetBase64Image() string

func (*CommunityToken) GetChainId added in v0.163.14

func (x *CommunityToken) GetChainId() int32

func (*CommunityToken) GetCommunityId added in v0.163.14

func (x *CommunityToken) GetCommunityId() string

func (*CommunityToken) GetDecimals added in v0.163.14

func (x *CommunityToken) GetDecimals() int32

func (*CommunityToken) GetDeployState added in v0.163.14

func (x *CommunityToken) GetDeployState() CommunityToken_DeployState

func (*CommunityToken) GetDeployer added in v0.163.14

func (x *CommunityToken) GetDeployer() string

func (*CommunityToken) GetDescription added in v0.163.14

func (x *CommunityToken) GetDescription() string

func (*CommunityToken) GetInfiniteSupply added in v0.163.14

func (x *CommunityToken) GetInfiniteSupply() bool

func (*CommunityToken) GetName added in v0.163.14

func (x *CommunityToken) GetName() string

func (*CommunityToken) GetPrivilegesLevel added in v0.163.14

func (x *CommunityToken) GetPrivilegesLevel() CommunityToken_PrivilegesLevel

func (*CommunityToken) GetRemoteSelfDestruct added in v0.163.14

func (x *CommunityToken) GetRemoteSelfDestruct() bool

func (*CommunityToken) GetSupply added in v0.163.14

func (x *CommunityToken) GetSupply() string

func (*CommunityToken) GetSymbol added in v0.163.14

func (x *CommunityToken) GetSymbol() string

func (*CommunityToken) GetTokenType added in v0.163.14

func (x *CommunityToken) GetTokenType() CommunityTokenType

func (*CommunityToken) GetTransferable added in v0.163.14

func (x *CommunityToken) GetTransferable() bool

func (*CommunityToken) ProtoMessage added in v0.163.14

func (*CommunityToken) ProtoMessage()

func (*CommunityToken) ProtoReflect added in v0.163.14

func (x *CommunityToken) ProtoReflect() protoreflect.Message

func (*CommunityToken) Reset added in v0.163.14

func (x *CommunityToken) Reset()

func (*CommunityToken) String added in v0.163.14

func (x *CommunityToken) String() string

type CommunityTokenMetadata added in v0.137.2

type CommunityTokenMetadata struct {
	ContractAddresses map[uint64]string  `` /* 201-byte string literal not displayed */
	Description       string             `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Image             string             `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	TokenType         CommunityTokenType `protobuf:"varint,4,opt,name=tokenType,proto3,enum=protobuf.CommunityTokenType" json:"tokenType,omitempty"`
	Symbol            string             `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Name              string             `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Decimals          uint32             `protobuf:"varint,7,opt,name=decimals,proto3" json:"decimals,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityTokenMetadata) Descriptor deprecated added in v0.137.2

func (*CommunityTokenMetadata) Descriptor() ([]byte, []int)

Deprecated: Use CommunityTokenMetadata.ProtoReflect.Descriptor instead.

func (*CommunityTokenMetadata) GetContractAddresses added in v0.137.2

func (x *CommunityTokenMetadata) GetContractAddresses() map[uint64]string

func (*CommunityTokenMetadata) GetDecimals added in v0.160.1

func (x *CommunityTokenMetadata) GetDecimals() uint32

func (*CommunityTokenMetadata) GetDescription added in v0.137.2

func (x *CommunityTokenMetadata) GetDescription() string

func (*CommunityTokenMetadata) GetImage added in v0.137.2

func (x *CommunityTokenMetadata) GetImage() string

func (*CommunityTokenMetadata) GetName added in v0.138.1

func (x *CommunityTokenMetadata) GetName() string

func (*CommunityTokenMetadata) GetSymbol added in v0.137.2

func (x *CommunityTokenMetadata) GetSymbol() string

func (*CommunityTokenMetadata) GetTokenType added in v0.137.2

func (x *CommunityTokenMetadata) GetTokenType() CommunityTokenType

func (*CommunityTokenMetadata) ProtoMessage added in v0.137.2

func (*CommunityTokenMetadata) ProtoMessage()

func (*CommunityTokenMetadata) ProtoReflect added in v0.163.14

func (x *CommunityTokenMetadata) ProtoReflect() protoreflect.Message

func (*CommunityTokenMetadata) Reset added in v0.137.2

func (x *CommunityTokenMetadata) Reset()

func (*CommunityTokenMetadata) String added in v0.137.2

func (x *CommunityTokenMetadata) String() string

type CommunityTokenPermission added in v0.136.0

type CommunityTokenPermission struct {
	Id            string                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type          CommunityTokenPermission_Type `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityTokenPermission_Type" json:"type,omitempty"`
	TokenCriteria []*TokenCriteria              `protobuf:"bytes,3,rep,name=token_criteria,json=tokenCriteria,proto3" json:"token_criteria,omitempty"`
	ChatIds       []string                      `protobuf:"bytes,4,rep,name=chat_ids,json=chatIds,proto3" json:"chat_ids,omitempty"`
	IsPrivate     bool                          `protobuf:"varint,5,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	// contains filtered or unexported fields
}

func (*CommunityTokenPermission) Descriptor deprecated added in v0.136.0

func (*CommunityTokenPermission) Descriptor() ([]byte, []int)

Deprecated: Use CommunityTokenPermission.ProtoReflect.Descriptor instead.

func (*CommunityTokenPermission) GetChatIds added in v0.136.0

func (x *CommunityTokenPermission) GetChatIds() []string

func (*CommunityTokenPermission) GetId added in v0.136.0

func (x *CommunityTokenPermission) GetId() string

func (*CommunityTokenPermission) GetIsPrivate added in v0.136.0

func (x *CommunityTokenPermission) GetIsPrivate() bool

func (*CommunityTokenPermission) GetTokenCriteria added in v0.136.0

func (x *CommunityTokenPermission) GetTokenCriteria() []*TokenCriteria

func (*CommunityTokenPermission) GetType added in v0.136.0

func (*CommunityTokenPermission) ProtoMessage added in v0.136.0

func (*CommunityTokenPermission) ProtoMessage()

func (*CommunityTokenPermission) ProtoReflect added in v0.163.14

func (x *CommunityTokenPermission) ProtoReflect() protoreflect.Message

func (*CommunityTokenPermission) Reset added in v0.136.0

func (x *CommunityTokenPermission) Reset()

func (*CommunityTokenPermission) String added in v0.136.0

func (x *CommunityTokenPermission) String() string

type CommunityTokenPermission_Type added in v0.136.0

type CommunityTokenPermission_Type int32
const (
	CommunityTokenPermission_UNKNOWN_TOKEN_PERMISSION  CommunityTokenPermission_Type = 0
	CommunityTokenPermission_BECOME_ADMIN              CommunityTokenPermission_Type = 1
	CommunityTokenPermission_BECOME_MEMBER             CommunityTokenPermission_Type = 2
	CommunityTokenPermission_CAN_VIEW_CHANNEL          CommunityTokenPermission_Type = 3
	CommunityTokenPermission_CAN_VIEW_AND_POST_CHANNEL CommunityTokenPermission_Type = 4
	CommunityTokenPermission_BECOME_TOKEN_MASTER       CommunityTokenPermission_Type = 5
	CommunityTokenPermission_BECOME_TOKEN_OWNER        CommunityTokenPermission_Type = 6
)

func (CommunityTokenPermission_Type) Descriptor added in v0.163.14

func (CommunityTokenPermission_Type) Enum added in v0.163.14

func (CommunityTokenPermission_Type) EnumDescriptor deprecated added in v0.136.0

func (CommunityTokenPermission_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityTokenPermission_Type.Descriptor instead.

func (CommunityTokenPermission_Type) Number added in v0.163.14

func (CommunityTokenPermission_Type) String added in v0.136.0

func (CommunityTokenPermission_Type) Type added in v0.163.14

type CommunityTokenType added in v0.136.0

type CommunityTokenType int32
const (
	CommunityTokenType_UNKNOWN_TOKEN_TYPE CommunityTokenType = 0
	CommunityTokenType_ERC20              CommunityTokenType = 1
	CommunityTokenType_ERC721             CommunityTokenType = 2
	CommunityTokenType_ENS                CommunityTokenType = 3
)

func (CommunityTokenType) Descriptor added in v0.163.14

func (CommunityTokenType) Enum added in v0.163.14

func (CommunityTokenType) EnumDescriptor deprecated added in v0.136.0

func (CommunityTokenType) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityTokenType.Descriptor instead.

func (CommunityTokenType) Number added in v0.163.14

func (CommunityTokenType) String added in v0.136.0

func (x CommunityTokenType) String() string

func (CommunityTokenType) Type added in v0.163.14

type CommunityToken_DeployState added in v0.163.14

type CommunityToken_DeployState int32
const (
	CommunityToken_UNKNOWN     CommunityToken_DeployState = 0
	CommunityToken_FAILED      CommunityToken_DeployState = 1
	CommunityToken_IN_PROGRESS CommunityToken_DeployState = 2
	CommunityToken_DEPLOYED    CommunityToken_DeployState = 3
)

func (CommunityToken_DeployState) Descriptor added in v0.163.14

func (CommunityToken_DeployState) Enum added in v0.163.14

func (CommunityToken_DeployState) EnumDescriptor deprecated added in v0.163.14

func (CommunityToken_DeployState) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityToken_DeployState.Descriptor instead.

func (CommunityToken_DeployState) Number added in v0.163.14

func (CommunityToken_DeployState) String added in v0.163.14

func (CommunityToken_DeployState) Type added in v0.163.14

type CommunityToken_PrivilegesLevel added in v0.163.14

type CommunityToken_PrivilegesLevel int32
const (
	CommunityToken_OWNER_LEVEL     CommunityToken_PrivilegesLevel = 0
	CommunityToken_MASTER_LEVEL    CommunityToken_PrivilegesLevel = 1
	CommunityToken_COMMUNITY_LEVEL CommunityToken_PrivilegesLevel = 2
)

func (CommunityToken_PrivilegesLevel) Descriptor added in v0.163.14

func (CommunityToken_PrivilegesLevel) Enum added in v0.163.14

func (CommunityToken_PrivilegesLevel) EnumDescriptor deprecated added in v0.163.14

func (CommunityToken_PrivilegesLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunityToken_PrivilegesLevel.Descriptor instead.

func (CommunityToken_PrivilegesLevel) Number added in v0.163.14

func (CommunityToken_PrivilegesLevel) String added in v0.163.14

func (CommunityToken_PrivilegesLevel) Type added in v0.163.14

type ContactCodeAdvertisement added in v0.56.1

type ContactCodeAdvertisement struct {
	PushNotificationInfo []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=push_notification_info,json=pushNotificationInfo,proto3" json:"push_notification_info,omitempty"`
	ChatIdentity         *ChatIdentity                `protobuf:"bytes,2,opt,name=chat_identity,json=chatIdentity,proto3" json:"chat_identity,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactCodeAdvertisement) Descriptor deprecated added in v0.56.1

func (*ContactCodeAdvertisement) Descriptor() ([]byte, []int)

Deprecated: Use ContactCodeAdvertisement.ProtoReflect.Descriptor instead.

func (*ContactCodeAdvertisement) GetChatIdentity added in v0.65.0

func (x *ContactCodeAdvertisement) GetChatIdentity() *ChatIdentity

func (*ContactCodeAdvertisement) GetPushNotificationInfo added in v0.56.1

func (x *ContactCodeAdvertisement) GetPushNotificationInfo() []*PushNotificationQueryInfo

func (*ContactCodeAdvertisement) ProtoMessage added in v0.56.1

func (*ContactCodeAdvertisement) ProtoMessage()

func (*ContactCodeAdvertisement) ProtoReflect added in v0.163.14

func (x *ContactCodeAdvertisement) ProtoReflect() protoreflect.Message

func (*ContactCodeAdvertisement) Reset added in v0.56.1

func (x *ContactCodeAdvertisement) Reset()

func (*ContactCodeAdvertisement) String added in v0.56.1

func (x *ContactCodeAdvertisement) String() string

type ContactRequestPropagatedState added in v0.130.0

type ContactRequestPropagatedState struct {
	LocalClock  uint64 `protobuf:"varint,1,opt,name=local_clock,json=localClock,proto3" json:"local_clock,omitempty"`
	LocalState  uint64 `protobuf:"varint,2,opt,name=local_state,json=localState,proto3" json:"local_state,omitempty"`
	RemoteClock uint64 `protobuf:"varint,3,opt,name=remote_clock,json=remoteClock,proto3" json:"remote_clock,omitempty"`
	RemoteState uint64 `protobuf:"varint,4,opt,name=remote_state,json=remoteState,proto3" json:"remote_state,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactRequestPropagatedState) Descriptor deprecated added in v0.130.0

func (*ContactRequestPropagatedState) Descriptor() ([]byte, []int)

Deprecated: Use ContactRequestPropagatedState.ProtoReflect.Descriptor instead.

func (*ContactRequestPropagatedState) GetLocalClock added in v0.130.0

func (x *ContactRequestPropagatedState) GetLocalClock() uint64

func (*ContactRequestPropagatedState) GetLocalState added in v0.130.0

func (x *ContactRequestPropagatedState) GetLocalState() uint64

func (*ContactRequestPropagatedState) GetRemoteClock added in v0.130.0

func (x *ContactRequestPropagatedState) GetRemoteClock() uint64

func (*ContactRequestPropagatedState) GetRemoteState added in v0.130.0

func (x *ContactRequestPropagatedState) GetRemoteState() uint64

func (*ContactRequestPropagatedState) ProtoMessage added in v0.130.0

func (*ContactRequestPropagatedState) ProtoMessage()

func (*ContactRequestPropagatedState) ProtoReflect added in v0.163.14

func (*ContactRequestPropagatedState) Reset added in v0.130.0

func (x *ContactRequestPropagatedState) Reset()

func (*ContactRequestPropagatedState) String added in v0.130.0

type ContactUpdate

type ContactUpdate struct {
	Clock                         uint64                         `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName                       string                         `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ProfileImage                  string                         `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	DisplayName                   string                         `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	ContactRequestClock           uint64                         `protobuf:"varint,5,opt,name=contact_request_clock,json=contactRequestClock,proto3" json:"contact_request_clock,omitempty"`
	ContactRequestPropagatedState *ContactRequestPropagatedState `` /* 152-byte string literal not displayed */
	PublicKey                     string                         `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactUpdate) Descriptor deprecated

func (*ContactUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ContactUpdate.ProtoReflect.Descriptor instead.

func (*ContactUpdate) GetClock

func (x *ContactUpdate) GetClock() uint64

func (*ContactUpdate) GetContactRequestClock added in v0.126.0

func (x *ContactUpdate) GetContactRequestClock() uint64

func (*ContactUpdate) GetContactRequestPropagatedState added in v0.130.0

func (x *ContactUpdate) GetContactRequestPropagatedState() *ContactRequestPropagatedState

func (*ContactUpdate) GetDisplayName added in v0.94.12

func (x *ContactUpdate) GetDisplayName() string

func (*ContactUpdate) GetEnsName

func (x *ContactUpdate) GetEnsName() string

func (*ContactUpdate) GetProfileImage

func (x *ContactUpdate) GetProfileImage() string

func (*ContactUpdate) GetPublicKey added in v0.141.1

func (x *ContactUpdate) GetPublicKey() string

func (*ContactUpdate) ProtoMessage

func (*ContactUpdate) ProtoMessage()

func (*ContactUpdate) ProtoReflect added in v0.163.14

func (x *ContactUpdate) ProtoReflect() protoreflect.Message

func (*ContactUpdate) Reset

func (x *ContactUpdate) Reset()

func (*ContactUpdate) String

func (x *ContactUpdate) String() string

type DeclineContactVerification added in v0.102.6

type DeclineContactVerification struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeclineContactVerification) Descriptor deprecated added in v0.102.6

func (*DeclineContactVerification) Descriptor() ([]byte, []int)

Deprecated: Use DeclineContactVerification.ProtoReflect.Descriptor instead.

func (*DeclineContactVerification) GetClock added in v0.102.6

func (x *DeclineContactVerification) GetClock() uint64

func (*DeclineContactVerification) GetId added in v0.113.0

func (*DeclineContactVerification) ProtoMessage added in v0.102.6

func (*DeclineContactVerification) ProtoMessage()

func (*DeclineContactVerification) ProtoReflect added in v0.163.14

func (*DeclineContactVerification) Reset added in v0.102.6

func (x *DeclineContactVerification) Reset()

func (*DeclineContactVerification) String added in v0.102.6

func (x *DeclineContactVerification) String() string

type DeclineRequestAddressForTransaction

type DeclineRequestAddressForTransaction struct {
	Clock  uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeclineRequestAddressForTransaction) Descriptor deprecated

func (*DeclineRequestAddressForTransaction) Descriptor() ([]byte, []int)

Deprecated: Use DeclineRequestAddressForTransaction.ProtoReflect.Descriptor instead.

func (*DeclineRequestAddressForTransaction) GetChatId added in v0.81.0

func (*DeclineRequestAddressForTransaction) GetClock

func (*DeclineRequestAddressForTransaction) GetId

func (*DeclineRequestAddressForTransaction) ProtoMessage

func (*DeclineRequestAddressForTransaction) ProtoMessage()

func (*DeclineRequestAddressForTransaction) ProtoReflect added in v0.163.14

func (*DeclineRequestAddressForTransaction) Reset

func (*DeclineRequestAddressForTransaction) String

type DeclineRequestTransaction

type DeclineRequestTransaction struct {
	Clock  uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id     string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ChatId string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeclineRequestTransaction) Descriptor deprecated

func (*DeclineRequestTransaction) Descriptor() ([]byte, []int)

Deprecated: Use DeclineRequestTransaction.ProtoReflect.Descriptor instead.

func (*DeclineRequestTransaction) GetChatId added in v0.81.0

func (x *DeclineRequestTransaction) GetChatId() string

func (*DeclineRequestTransaction) GetClock

func (x *DeclineRequestTransaction) GetClock() uint64

func (*DeclineRequestTransaction) GetId

func (x *DeclineRequestTransaction) GetId() string

func (*DeclineRequestTransaction) ProtoMessage

func (*DeclineRequestTransaction) ProtoMessage()

func (*DeclineRequestTransaction) ProtoReflect added in v0.163.14

func (*DeclineRequestTransaction) Reset

func (x *DeclineRequestTransaction) Reset()

func (*DeclineRequestTransaction) String

func (x *DeclineRequestTransaction) String() string

type DeleteMessage added in v0.83.2

type DeleteMessage struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	ChatId    string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// Grant for community delete messages
	Grant []byte `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	DeletedBy   string      `protobuf:"bytes,6,opt,name=deleted_by,json=deletedBy,proto3" json:"deleted_by,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMessage) Descriptor deprecated added in v0.83.2

func (*DeleteMessage) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMessage.ProtoReflect.Descriptor instead.

func (*DeleteMessage) GetChatId added in v0.83.2

func (x *DeleteMessage) GetChatId() string

func (*DeleteMessage) GetClock added in v0.83.2

func (x *DeleteMessage) GetClock() uint64

func (*DeleteMessage) GetDeletedBy added in v0.126.1

func (x *DeleteMessage) GetDeletedBy() string

func (*DeleteMessage) GetGrant added in v0.83.2

func (x *DeleteMessage) GetGrant() []byte

func (*DeleteMessage) GetMessageId added in v0.83.2

func (x *DeleteMessage) GetMessageId() string

func (*DeleteMessage) GetMessageType added in v0.83.2

func (x *DeleteMessage) GetMessageType() MessageType

func (*DeleteMessage) ProtoMessage added in v0.83.2

func (*DeleteMessage) ProtoMessage()

func (*DeleteMessage) ProtoReflect added in v0.163.14

func (x *DeleteMessage) ProtoReflect() protoreflect.Message

func (*DeleteMessage) Reset added in v0.83.2

func (x *DeleteMessage) Reset()

func (*DeleteMessage) String added in v0.83.2

func (x *DeleteMessage) String() string

type DiscordMessage added in v0.105.1

type DiscordMessage struct {
	Id              string                      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type            string                      `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Timestamp       string                      `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TimestampEdited string                      `protobuf:"bytes,4,opt,name=timestampEdited,proto3" json:"timestampEdited,omitempty"`
	Content         string                      `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	Author          *DiscordMessageAuthor       `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	Reference       *DiscordMessageReference    `protobuf:"bytes,7,opt,name=reference,proto3" json:"reference,omitempty"`
	Attachments     []*DiscordMessageAttachment `protobuf:"bytes,8,rep,name=attachments,proto3" json:"attachments,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscordMessage) Descriptor deprecated added in v0.105.1

func (*DiscordMessage) Descriptor() ([]byte, []int)

Deprecated: Use DiscordMessage.ProtoReflect.Descriptor instead.

func (*DiscordMessage) GetAttachments added in v0.111.5

func (x *DiscordMessage) GetAttachments() []*DiscordMessageAttachment

func (*DiscordMessage) GetAuthor added in v0.105.1

func (x *DiscordMessage) GetAuthor() *DiscordMessageAuthor

func (*DiscordMessage) GetContent added in v0.105.1

func (x *DiscordMessage) GetContent() string

func (*DiscordMessage) GetId added in v0.105.1

func (x *DiscordMessage) GetId() string

func (*DiscordMessage) GetReference added in v0.105.1

func (x *DiscordMessage) GetReference() *DiscordMessageReference

func (*DiscordMessage) GetTimestamp added in v0.105.1

func (x *DiscordMessage) GetTimestamp() string

func (*DiscordMessage) GetTimestampEdited added in v0.105.1

func (x *DiscordMessage) GetTimestampEdited() string

func (*DiscordMessage) GetType added in v0.105.1

func (x *DiscordMessage) GetType() string

func (*DiscordMessage) ProtoMessage added in v0.105.1

func (*DiscordMessage) ProtoMessage()

func (*DiscordMessage) ProtoReflect added in v0.163.14

func (x *DiscordMessage) ProtoReflect() protoreflect.Message

func (*DiscordMessage) Reset added in v0.105.1

func (x *DiscordMessage) Reset()

func (*DiscordMessage) String added in v0.105.1

func (x *DiscordMessage) String() string

type DiscordMessageAttachment added in v0.111.5

type DiscordMessageAttachment struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	MessageId     string `protobuf:"bytes,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	Url           string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	FileName      string `protobuf:"bytes,4,opt,name=fileName,proto3" json:"fileName,omitempty"`
	FileSizeBytes uint64 `protobuf:"varint,5,opt,name=fileSizeBytes,proto3" json:"fileSizeBytes,omitempty"`
	ContentType   string `protobuf:"bytes,6,opt,name=contentType,proto3" json:"contentType,omitempty"`
	Payload       []byte `protobuf:"bytes,7,opt,name=payload,proto3" json:"payload,omitempty"`
	LocalUrl      string `protobuf:"bytes,8,opt,name=localUrl,proto3" json:"localUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscordMessageAttachment) Descriptor deprecated added in v0.111.5

func (*DiscordMessageAttachment) Descriptor() ([]byte, []int)

Deprecated: Use DiscordMessageAttachment.ProtoReflect.Descriptor instead.

func (*DiscordMessageAttachment) GetContentType added in v0.111.5

func (x *DiscordMessageAttachment) GetContentType() string

func (*DiscordMessageAttachment) GetFileName added in v0.111.5

func (x *DiscordMessageAttachment) GetFileName() string

func (*DiscordMessageAttachment) GetFileSizeBytes added in v0.111.5

func (x *DiscordMessageAttachment) GetFileSizeBytes() uint64

func (*DiscordMessageAttachment) GetId added in v0.111.5

func (x *DiscordMessageAttachment) GetId() string

func (*DiscordMessageAttachment) GetLocalUrl added in v0.111.5

func (x *DiscordMessageAttachment) GetLocalUrl() string

func (*DiscordMessageAttachment) GetMessageId added in v0.111.5

func (x *DiscordMessageAttachment) GetMessageId() string

func (*DiscordMessageAttachment) GetPayload added in v0.111.5

func (x *DiscordMessageAttachment) GetPayload() []byte

func (*DiscordMessageAttachment) GetUrl added in v0.111.5

func (x *DiscordMessageAttachment) GetUrl() string

func (*DiscordMessageAttachment) ProtoMessage added in v0.111.5

func (*DiscordMessageAttachment) ProtoMessage()

func (*DiscordMessageAttachment) ProtoReflect added in v0.163.14

func (x *DiscordMessageAttachment) ProtoReflect() protoreflect.Message

func (*DiscordMessageAttachment) Reset added in v0.111.5

func (x *DiscordMessageAttachment) Reset()

func (*DiscordMessageAttachment) String added in v0.111.5

func (x *DiscordMessageAttachment) String() string

type DiscordMessageAuthor added in v0.105.1

type DiscordMessageAuthor struct {
	Id                 string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Discriminator      string `protobuf:"bytes,3,opt,name=discriminator,proto3" json:"discriminator,omitempty"`
	Nickname           string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
	AvatarUrl          string `protobuf:"bytes,5,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	AvatarImagePayload []byte `protobuf:"bytes,6,opt,name=avatarImagePayload,proto3" json:"avatarImagePayload,omitempty"`
	LocalUrl           string `protobuf:"bytes,7,opt,name=localUrl,proto3" json:"localUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscordMessageAuthor) Descriptor deprecated added in v0.105.1

func (*DiscordMessageAuthor) Descriptor() ([]byte, []int)

Deprecated: Use DiscordMessageAuthor.ProtoReflect.Descriptor instead.

func (*DiscordMessageAuthor) GetAvatarImagePayload added in v0.110.2

func (x *DiscordMessageAuthor) GetAvatarImagePayload() []byte

func (*DiscordMessageAuthor) GetAvatarUrl added in v0.105.1

func (x *DiscordMessageAuthor) GetAvatarUrl() string

func (*DiscordMessageAuthor) GetDiscriminator added in v0.105.1

func (x *DiscordMessageAuthor) GetDiscriminator() string

func (*DiscordMessageAuthor) GetId added in v0.105.1

func (x *DiscordMessageAuthor) GetId() string

func (*DiscordMessageAuthor) GetLocalUrl added in v0.110.2

func (x *DiscordMessageAuthor) GetLocalUrl() string

func (*DiscordMessageAuthor) GetName added in v0.105.1

func (x *DiscordMessageAuthor) GetName() string

func (*DiscordMessageAuthor) GetNickname added in v0.105.1

func (x *DiscordMessageAuthor) GetNickname() string

func (*DiscordMessageAuthor) ProtoMessage added in v0.105.1

func (*DiscordMessageAuthor) ProtoMessage()

func (*DiscordMessageAuthor) ProtoReflect added in v0.163.14

func (x *DiscordMessageAuthor) ProtoReflect() protoreflect.Message

func (*DiscordMessageAuthor) Reset added in v0.105.1

func (x *DiscordMessageAuthor) Reset()

func (*DiscordMessageAuthor) String added in v0.105.1

func (x *DiscordMessageAuthor) String() string

type DiscordMessageReference added in v0.105.1

type DiscordMessageReference struct {
	MessageId string `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
	ChannelId string `protobuf:"bytes,2,opt,name=channelId,proto3" json:"channelId,omitempty"`
	GuildId   string `protobuf:"bytes,3,opt,name=guildId,proto3" json:"guildId,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscordMessageReference) Descriptor deprecated added in v0.105.1

func (*DiscordMessageReference) Descriptor() ([]byte, []int)

Deprecated: Use DiscordMessageReference.ProtoReflect.Descriptor instead.

func (*DiscordMessageReference) GetChannelId added in v0.105.1

func (x *DiscordMessageReference) GetChannelId() string

func (*DiscordMessageReference) GetGuildId added in v0.105.1

func (x *DiscordMessageReference) GetGuildId() string

func (*DiscordMessageReference) GetMessageId added in v0.105.1

func (x *DiscordMessageReference) GetMessageId() string

func (*DiscordMessageReference) ProtoMessage added in v0.105.1

func (*DiscordMessageReference) ProtoMessage()

func (*DiscordMessageReference) ProtoReflect added in v0.163.14

func (x *DiscordMessageReference) ProtoReflect() protoreflect.Message

func (*DiscordMessageReference) Reset added in v0.105.1

func (x *DiscordMessageReference) Reset()

func (*DiscordMessageReference) String added in v0.105.1

func (x *DiscordMessageReference) String() string

type EditMessage added in v0.80.3

type EditMessage struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// Text of the message
	Text      string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	ChatId    string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	MessageId string `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// Grant for community edit messages
	Grant []byte `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType         MessageType             `protobuf:"varint,6,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	ContentType         ChatMessage_ContentType `` /* 133-byte string literal not displayed */
	UnfurledLinks       []*UnfurledLink         `protobuf:"bytes,8,rep,name=unfurled_links,json=unfurledLinks,proto3" json:"unfurled_links,omitempty"`
	UnfurledStatusLinks *UnfurledStatusLinks    `protobuf:"bytes,9,opt,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"`
	// contains filtered or unexported fields
}

func (*EditMessage) Descriptor deprecated added in v0.80.3

func (*EditMessage) Descriptor() ([]byte, []int)

Deprecated: Use EditMessage.ProtoReflect.Descriptor instead.

func (*EditMessage) GetChatId added in v0.80.3

func (x *EditMessage) GetChatId() string

func (*EditMessage) GetClock added in v0.80.3

func (x *EditMessage) GetClock() uint64

func (*EditMessage) GetContentType added in v0.111.5

func (x *EditMessage) GetContentType() ChatMessage_ContentType

func (*EditMessage) GetGrant added in v0.80.3

func (x *EditMessage) GetGrant() []byte

func (*EditMessage) GetMessageId added in v0.80.3

func (x *EditMessage) GetMessageId() string

func (*EditMessage) GetMessageType added in v0.80.3

func (x *EditMessage) GetMessageType() MessageType

func (*EditMessage) GetText added in v0.80.3

func (x *EditMessage) GetText() string
func (x *EditMessage) GetUnfurledLinks() []*UnfurledLink
func (x *EditMessage) GetUnfurledStatusLinks() *UnfurledStatusLinks

func (*EditMessage) ProtoMessage added in v0.80.3

func (*EditMessage) ProtoMessage()

func (*EditMessage) ProtoReflect added in v0.163.14

func (x *EditMessage) ProtoReflect() protoreflect.Message

func (*EditMessage) Reset added in v0.80.3

func (x *EditMessage) Reset()

func (*EditMessage) String added in v0.80.3

func (x *EditMessage) String() string

type EmojiReaction added in v0.56.4

type EmojiReaction struct {

	// clock Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// chat_id the ID of the chat the message belongs to, for query efficiency the chat_id is stored in the db even though the
	// target message also stores the chat_id
	ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// message_id the ID of the target message that the user wishes to react to
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// message_type is (somewhat confusingly) the ID of the type of chat the message belongs to
	MessageType MessageType `protobuf:"varint,4,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	// type the ID of the emoji the user wishes to react with
	Type EmojiReaction_Type `protobuf:"varint,5,opt,name=type,proto3,enum=protobuf.EmojiReaction_Type" json:"type,omitempty"`
	// whether this is a rectraction of a previously sent emoji
	Retracted bool `protobuf:"varint,6,opt,name=retracted,proto3" json:"retracted,omitempty"`
	// Grant for organisation chat messages
	Grant []byte `protobuf:"bytes,7,opt,name=grant,proto3" json:"grant,omitempty"`
	// contains filtered or unexported fields
}

func (*EmojiReaction) Descriptor deprecated added in v0.56.4

func (*EmojiReaction) Descriptor() ([]byte, []int)

Deprecated: Use EmojiReaction.ProtoReflect.Descriptor instead.

func (*EmojiReaction) GetChatId added in v0.56.4

func (x *EmojiReaction) GetChatId() string

func (*EmojiReaction) GetClock added in v0.56.4

func (x *EmojiReaction) GetClock() uint64

func (*EmojiReaction) GetGrant added in v0.67.0

func (x *EmojiReaction) GetGrant() []byte

func (*EmojiReaction) GetMessageId added in v0.56.4

func (x *EmojiReaction) GetMessageId() string

func (*EmojiReaction) GetMessageType added in v0.56.4

func (x *EmojiReaction) GetMessageType() MessageType

func (*EmojiReaction) GetRetracted added in v0.56.4

func (x *EmojiReaction) GetRetracted() bool

func (*EmojiReaction) GetType added in v0.56.4

func (x *EmojiReaction) GetType() EmojiReaction_Type

func (*EmojiReaction) ProtoMessage added in v0.56.4

func (*EmojiReaction) ProtoMessage()

func (*EmojiReaction) ProtoReflect added in v0.163.14

func (x *EmojiReaction) ProtoReflect() protoreflect.Message

func (*EmojiReaction) Reset added in v0.56.4

func (x *EmojiReaction) Reset()

func (*EmojiReaction) String added in v0.56.4

func (x *EmojiReaction) String() string

type EmojiReaction_Type added in v0.56.4

type EmojiReaction_Type int32
const (
	EmojiReaction_UNKNOWN_EMOJI_REACTION_TYPE EmojiReaction_Type = 0
	EmojiReaction_LOVE                        EmojiReaction_Type = 1
	EmojiReaction_THUMBS_UP                   EmojiReaction_Type = 2
	EmojiReaction_THUMBS_DOWN                 EmojiReaction_Type = 3
	EmojiReaction_LAUGH                       EmojiReaction_Type = 4
	EmojiReaction_SAD                         EmojiReaction_Type = 5
	EmojiReaction_ANGRY                       EmojiReaction_Type = 6
)

func (EmojiReaction_Type) Descriptor added in v0.163.14

func (EmojiReaction_Type) Enum added in v0.163.14

func (EmojiReaction_Type) EnumDescriptor deprecated added in v0.56.4

func (EmojiReaction_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use EmojiReaction_Type.Descriptor instead.

func (EmojiReaction_Type) Number added in v0.163.14

func (EmojiReaction_Type) String added in v0.56.4

func (x EmojiReaction_Type) String() string

func (EmojiReaction_Type) Type added in v0.163.14

type FetchingBackedUpDataDetails added in v0.117.3

type FetchingBackedUpDataDetails struct {
	DataNumber  uint32 `protobuf:"varint,1,opt,name=data_number,json=dataNumber,proto3" json:"data_number,omitempty"`
	TotalNumber uint32 `protobuf:"varint,2,opt,name=total_number,json=totalNumber,proto3" json:"total_number,omitempty"`
	// contains filtered or unexported fields
}

`FetchingBackedUpDataDetails` is used to describe how many messages a single backup data structure consists of

func (*FetchingBackedUpDataDetails) Descriptor deprecated added in v0.117.3

func (*FetchingBackedUpDataDetails) Descriptor() ([]byte, []int)

Deprecated: Use FetchingBackedUpDataDetails.ProtoReflect.Descriptor instead.

func (*FetchingBackedUpDataDetails) GetDataNumber added in v0.117.3

func (x *FetchingBackedUpDataDetails) GetDataNumber() uint32

func (*FetchingBackedUpDataDetails) GetTotalNumber added in v0.117.3

func (x *FetchingBackedUpDataDetails) GetTotalNumber() uint32

func (*FetchingBackedUpDataDetails) ProtoMessage added in v0.117.3

func (*FetchingBackedUpDataDetails) ProtoMessage()

func (*FetchingBackedUpDataDetails) ProtoReflect added in v0.163.14

func (*FetchingBackedUpDataDetails) Reset added in v0.117.3

func (x *FetchingBackedUpDataDetails) Reset()

func (*FetchingBackedUpDataDetails) String added in v0.117.3

func (x *FetchingBackedUpDataDetails) String() string

type Grant added in v0.67.0

type Grant struct {
	CommunityId []byte `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	MemberId    []byte `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	ChatId      string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	Clock       uint64 `protobuf:"varint,4,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*Grant) Descriptor deprecated added in v0.67.0

func (*Grant) Descriptor() ([]byte, []int)

Deprecated: Use Grant.ProtoReflect.Descriptor instead.

func (*Grant) GetChatId added in v0.67.0

func (x *Grant) GetChatId() string

func (*Grant) GetClock added in v0.67.0

func (x *Grant) GetClock() uint64

func (*Grant) GetCommunityId added in v0.67.0

func (x *Grant) GetCommunityId() []byte

func (*Grant) GetMemberId added in v0.67.0

func (x *Grant) GetMemberId() []byte

func (*Grant) ProtoMessage added in v0.67.0

func (*Grant) ProtoMessage()

func (*Grant) ProtoReflect added in v0.163.14

func (x *Grant) ProtoReflect() protoreflect.Message

func (*Grant) Reset added in v0.67.0

func (x *Grant) Reset()

func (*Grant) String added in v0.67.0

func (x *Grant) String() string

type GroupChatInvitation added in v0.60.0

type GroupChatInvitation struct {

	// clock Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// chat_id the ID of the private group chat the message belongs to, for query efficiency the chat_id is stored in the db even though the
	// target message also stores the chat_id
	ChatId              string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	IntroductionMessage string `protobuf:"bytes,3,opt,name=introduction_message,json=introductionMessage,proto3" json:"introduction_message,omitempty"`
	// state of invitation
	State GroupChatInvitation_State `protobuf:"varint,4,opt,name=state,proto3,enum=protobuf.GroupChatInvitation_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupChatInvitation) Descriptor deprecated added in v0.60.0

func (*GroupChatInvitation) Descriptor() ([]byte, []int)

Deprecated: Use GroupChatInvitation.ProtoReflect.Descriptor instead.

func (*GroupChatInvitation) GetChatId added in v0.60.0

func (x *GroupChatInvitation) GetChatId() string

func (*GroupChatInvitation) GetClock added in v0.60.0

func (x *GroupChatInvitation) GetClock() uint64

func (*GroupChatInvitation) GetIntroductionMessage added in v0.60.0

func (x *GroupChatInvitation) GetIntroductionMessage() string

func (*GroupChatInvitation) GetState added in v0.60.0

func (*GroupChatInvitation) ProtoMessage added in v0.60.0

func (*GroupChatInvitation) ProtoMessage()

func (*GroupChatInvitation) ProtoReflect added in v0.163.14

func (x *GroupChatInvitation) ProtoReflect() protoreflect.Message

func (*GroupChatInvitation) Reset added in v0.60.0

func (x *GroupChatInvitation) Reset()

func (*GroupChatInvitation) String added in v0.60.0

func (x *GroupChatInvitation) String() string

type GroupChatInvitation_State added in v0.60.0

type GroupChatInvitation_State int32
const (
	GroupChatInvitation_UNKNOWN  GroupChatInvitation_State = 0
	GroupChatInvitation_REQUEST  GroupChatInvitation_State = 1
	GroupChatInvitation_REJECTED GroupChatInvitation_State = 2
	GroupChatInvitation_APPROVED GroupChatInvitation_State = 3
)

func (GroupChatInvitation_State) Descriptor added in v0.163.14

func (GroupChatInvitation_State) Enum added in v0.163.14

func (GroupChatInvitation_State) EnumDescriptor deprecated added in v0.60.0

func (GroupChatInvitation_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use GroupChatInvitation_State.Descriptor instead.

func (GroupChatInvitation_State) Number added in v0.163.14

func (GroupChatInvitation_State) String added in v0.60.0

func (x GroupChatInvitation_State) String() string

func (GroupChatInvitation_State) Type added in v0.163.14

type IdentityImage added in v0.65.0

type IdentityImage struct {

	// payload is a context based payload for the profile image data,
	// context is determined by the `source_type`
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// source_type signals the image payload source
	SourceType IdentityImage_SourceType `` /* 131-byte string literal not displayed */
	// image_type signals the image type and method of parsing the payload
	ImageType ImageType `protobuf:"varint,3,opt,name=image_type,json=imageType,proto3,enum=protobuf.ImageType" json:"image_type,omitempty"`
	// encryption_keys is a list of encrypted keys that can be used to decrypted an encrypted payload
	EncryptionKeys [][]byte `protobuf:"bytes,4,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
	// encrypted signals the encryption state of the payload, default is false.
	Encrypted bool `protobuf:"varint,5,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	// contains filtered or unexported fields
}

ProfileImage represents data associated with a user's profile image

func (*IdentityImage) Descriptor deprecated added in v0.65.0

func (*IdentityImage) Descriptor() ([]byte, []int)

Deprecated: Use IdentityImage.ProtoReflect.Descriptor instead.

func (*IdentityImage) GetEncrypted added in v0.89.2

func (x *IdentityImage) GetEncrypted() bool

func (*IdentityImage) GetEncryptionKeys added in v0.89.2

func (x *IdentityImage) GetEncryptionKeys() [][]byte

func (*IdentityImage) GetImageType added in v0.65.0

func (x *IdentityImage) GetImageType() ImageType

func (*IdentityImage) GetPayload added in v0.65.0

func (x *IdentityImage) GetPayload() []byte

func (*IdentityImage) GetSourceType added in v0.65.0

func (x *IdentityImage) GetSourceType() IdentityImage_SourceType

func (*IdentityImage) ProtoMessage added in v0.65.0

func (*IdentityImage) ProtoMessage()

func (*IdentityImage) ProtoReflect added in v0.163.14

func (x *IdentityImage) ProtoReflect() protoreflect.Message

func (*IdentityImage) Reset added in v0.65.0

func (x *IdentityImage) Reset()

func (*IdentityImage) String added in v0.65.0

func (x *IdentityImage) String() string

type IdentityImage_SourceType added in v0.65.0

type IdentityImage_SourceType int32

SourceType are the predefined types of image source allowed

const (
	IdentityImage_UNKNOWN_SOURCE_TYPE IdentityImage_SourceType = 0
	// RAW_PAYLOAD image byte data
	IdentityImage_RAW_PAYLOAD IdentityImage_SourceType = 1
	// ENS_AVATAR uses the ENS record's resolver get-text-data.avatar data
	// The `payload` field will be ignored if ENS_AVATAR is selected
	// The application will read and parse the ENS avatar data as image payload data, URLs will be ignored
	// The parent `ChatMessageIdentity` must have a valid `ens_name` set
	IdentityImage_ENS_AVATAR IdentityImage_SourceType = 2
)

func (IdentityImage_SourceType) Descriptor added in v0.163.14

func (IdentityImage_SourceType) Enum added in v0.163.14

func (IdentityImage_SourceType) EnumDescriptor deprecated added in v0.65.0

func (IdentityImage_SourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IdentityImage_SourceType.Descriptor instead.

func (IdentityImage_SourceType) Number added in v0.163.14

func (IdentityImage_SourceType) String added in v0.65.0

func (x IdentityImage_SourceType) String() string

func (IdentityImage_SourceType) Type added in v0.163.14

type ImageMessage added in v0.54.0

type ImageMessage struct {
	Payload          []byte    `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Type             ImageType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.ImageType" json:"type,omitempty"`
	AlbumId          string    `protobuf:"bytes,3,opt,name=album_id,json=albumId,proto3" json:"album_id,omitempty"`
	Width            uint32    `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	Height           uint32    `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	AlbumImagesCount uint32    `protobuf:"varint,6,opt,name=album_images_count,json=albumImagesCount,proto3" json:"album_images_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageMessage) Descriptor deprecated added in v0.54.0

func (*ImageMessage) Descriptor() ([]byte, []int)

Deprecated: Use ImageMessage.ProtoReflect.Descriptor instead.

func (*ImageMessage) GetAlbumId added in v0.128.0

func (x *ImageMessage) GetAlbumId() string

func (*ImageMessage) GetAlbumImagesCount added in v0.142.9

func (x *ImageMessage) GetAlbumImagesCount() uint32

func (*ImageMessage) GetHeight added in v0.128.0

func (x *ImageMessage) GetHeight() uint32

func (*ImageMessage) GetPayload added in v0.54.0

func (x *ImageMessage) GetPayload() []byte

func (*ImageMessage) GetType added in v0.54.0

func (x *ImageMessage) GetType() ImageType

func (*ImageMessage) GetWidth added in v0.128.0

func (x *ImageMessage) GetWidth() uint32

func (*ImageMessage) ProtoMessage added in v0.54.0

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) ProtoReflect added in v0.163.14

func (x *ImageMessage) ProtoReflect() protoreflect.Message

func (*ImageMessage) Reset added in v0.54.0

func (x *ImageMessage) Reset()

func (*ImageMessage) String added in v0.54.0

func (x *ImageMessage) String() string

type ImageType added in v0.65.0

type ImageType int32
const (
	ImageType_UNKNOWN_IMAGE_TYPE ImageType = 0
	// Raster image files is payload data that can be read as a raster image
	ImageType_PNG  ImageType = 1
	ImageType_JPEG ImageType = 2
	ImageType_WEBP ImageType = 3
	ImageType_GIF  ImageType = 4
)

func (ImageType) Descriptor added in v0.163.14

func (ImageType) Descriptor() protoreflect.EnumDescriptor

func (ImageType) Enum added in v0.163.14

func (x ImageType) Enum() *ImageType

func (ImageType) EnumDescriptor deprecated added in v0.65.0

func (ImageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ImageType.Descriptor instead.

func (ImageType) Number added in v0.163.14

func (x ImageType) Number() protoreflect.EnumNumber

func (ImageType) String added in v0.65.0

func (x ImageType) String() string

func (ImageType) Type added in v0.163.14

type LocalPairingPayload added in v0.106.1

type LocalPairingPayload struct {
	Keys            []*LocalPairingPayload_Key `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Multiaccount    *MultiAccount              `protobuf:"bytes,2,opt,name=multiaccount,proto3" json:"multiaccount,omitempty"`
	Password        string                     `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	ChatKey         string                     `protobuf:"bytes,4,opt,name=chatKey,proto3" json:"chatKey,omitempty"`
	KeycardPairings string                     `protobuf:"bytes,5,opt,name=keycardPairings,proto3" json:"keycardPairings,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalPairingPayload) Descriptor deprecated added in v0.106.1

func (*LocalPairingPayload) Descriptor() ([]byte, []int)

Deprecated: Use LocalPairingPayload.ProtoReflect.Descriptor instead.

func (*LocalPairingPayload) GetChatKey added in v0.159.10

func (x *LocalPairingPayload) GetChatKey() string

func (*LocalPairingPayload) GetKeycardPairings added in v0.159.10

func (x *LocalPairingPayload) GetKeycardPairings() string

func (*LocalPairingPayload) GetKeys added in v0.106.1

func (*LocalPairingPayload) GetMultiaccount added in v0.106.1

func (x *LocalPairingPayload) GetMultiaccount() *MultiAccount

func (*LocalPairingPayload) GetPassword added in v0.106.1

func (x *LocalPairingPayload) GetPassword() string

func (*LocalPairingPayload) ProtoMessage added in v0.106.1

func (*LocalPairingPayload) ProtoMessage()

func (*LocalPairingPayload) ProtoReflect added in v0.163.14

func (x *LocalPairingPayload) ProtoReflect() protoreflect.Message

func (*LocalPairingPayload) Reset added in v0.106.1

func (x *LocalPairingPayload) Reset()

func (*LocalPairingPayload) String added in v0.106.1

func (x *LocalPairingPayload) String() string

type LocalPairingPayload_Key added in v0.106.1

type LocalPairingPayload_Key struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalPairingPayload_Key) Descriptor deprecated added in v0.106.1

func (*LocalPairingPayload_Key) Descriptor() ([]byte, []int)

Deprecated: Use LocalPairingPayload_Key.ProtoReflect.Descriptor instead.

func (*LocalPairingPayload_Key) GetData added in v0.106.1

func (x *LocalPairingPayload_Key) GetData() []byte

func (*LocalPairingPayload_Key) GetName added in v0.106.1

func (x *LocalPairingPayload_Key) GetName() string

func (*LocalPairingPayload_Key) ProtoMessage added in v0.106.1

func (*LocalPairingPayload_Key) ProtoMessage()

func (*LocalPairingPayload_Key) ProtoReflect added in v0.163.14

func (x *LocalPairingPayload_Key) ProtoReflect() protoreflect.Message

func (*LocalPairingPayload_Key) Reset added in v0.106.1

func (x *LocalPairingPayload_Key) Reset()

func (*LocalPairingPayload_Key) String added in v0.106.1

func (x *LocalPairingPayload_Key) String() string

type LocalPairingPeerHello added in v0.146.3

type LocalPairingPeerHello struct {
	PairingVersion int32  `protobuf:"varint,1,opt,name=pairing_version,json=pairingVersion,proto3" json:"pairing_version,omitempty"`
	PeerId         []byte `protobuf:"bytes,2,opt,name=peer_id,json=peerId,proto3" json:"peer_id,omitempty"`
	DeviceName     string `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	DeviceType     string `protobuf:"bytes,4,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
	Signature      []byte `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalPairingPeerHello) Descriptor deprecated added in v0.146.3

func (*LocalPairingPeerHello) Descriptor() ([]byte, []int)

Deprecated: Use LocalPairingPeerHello.ProtoReflect.Descriptor instead.

func (*LocalPairingPeerHello) GetDeviceName added in v0.146.3

func (x *LocalPairingPeerHello) GetDeviceName() string

func (*LocalPairingPeerHello) GetDeviceType added in v0.146.3

func (x *LocalPairingPeerHello) GetDeviceType() string

func (*LocalPairingPeerHello) GetPairingVersion added in v0.146.3

func (x *LocalPairingPeerHello) GetPairingVersion() int32

func (*LocalPairingPeerHello) GetPeerId added in v0.146.3

func (x *LocalPairingPeerHello) GetPeerId() []byte

func (*LocalPairingPeerHello) GetSignature added in v0.146.3

func (x *LocalPairingPeerHello) GetSignature() []byte

func (*LocalPairingPeerHello) ProtoMessage added in v0.146.3

func (*LocalPairingPeerHello) ProtoMessage()

func (*LocalPairingPeerHello) ProtoReflect added in v0.163.14

func (x *LocalPairingPeerHello) ProtoReflect() protoreflect.Message

func (*LocalPairingPeerHello) Reset added in v0.146.3

func (x *LocalPairingPeerHello) Reset()

func (*LocalPairingPeerHello) String added in v0.146.3

func (x *LocalPairingPeerHello) String() string

type MembershipUpdateEvent

type MembershipUpdateEvent struct {

	// Lamport timestamp of the event
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// List of public keys of objects of the action
	Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	// Name of the chat for the CHAT_CREATED/NAME_CHANGED event types
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// The type of the event
	Type MembershipUpdateEvent_EventType `protobuf:"varint,4,opt,name=type,proto3,enum=protobuf.MembershipUpdateEvent_EventType" json:"type,omitempty"`
	// Color of the chat for the CHAT_CREATED/COLOR_CHANGED event types
	Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	// Chat image
	Image []byte `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*MembershipUpdateEvent) Descriptor deprecated

func (*MembershipUpdateEvent) Descriptor() ([]byte, []int)

Deprecated: Use MembershipUpdateEvent.ProtoReflect.Descriptor instead.

func (*MembershipUpdateEvent) GetClock

func (x *MembershipUpdateEvent) GetClock() uint64

func (*MembershipUpdateEvent) GetColor added in v0.105.1

func (x *MembershipUpdateEvent) GetColor() string

func (*MembershipUpdateEvent) GetImage added in v0.108.2

func (x *MembershipUpdateEvent) GetImage() []byte

func (*MembershipUpdateEvent) GetMembers

func (x *MembershipUpdateEvent) GetMembers() []string

func (*MembershipUpdateEvent) GetName

func (x *MembershipUpdateEvent) GetName() string

func (*MembershipUpdateEvent) GetType

func (*MembershipUpdateEvent) ProtoMessage

func (*MembershipUpdateEvent) ProtoMessage()

func (*MembershipUpdateEvent) ProtoReflect added in v0.163.14

func (x *MembershipUpdateEvent) ProtoReflect() protoreflect.Message

func (*MembershipUpdateEvent) Reset

func (x *MembershipUpdateEvent) Reset()

func (*MembershipUpdateEvent) String

func (x *MembershipUpdateEvent) String() string

type MembershipUpdateEvent_EventType

type MembershipUpdateEvent_EventType int32
const (
	MembershipUpdateEvent_UNKNOWN        MembershipUpdateEvent_EventType = 0
	MembershipUpdateEvent_CHAT_CREATED   MembershipUpdateEvent_EventType = 1
	MembershipUpdateEvent_NAME_CHANGED   MembershipUpdateEvent_EventType = 2
	MembershipUpdateEvent_MEMBERS_ADDED  MembershipUpdateEvent_EventType = 3
	MembershipUpdateEvent_MEMBER_JOINED  MembershipUpdateEvent_EventType = 4
	MembershipUpdateEvent_MEMBER_REMOVED MembershipUpdateEvent_EventType = 5
	MembershipUpdateEvent_ADMINS_ADDED   MembershipUpdateEvent_EventType = 6
	MembershipUpdateEvent_ADMIN_REMOVED  MembershipUpdateEvent_EventType = 7
	MembershipUpdateEvent_COLOR_CHANGED  MembershipUpdateEvent_EventType = 8
	MembershipUpdateEvent_IMAGE_CHANGED  MembershipUpdateEvent_EventType = 9
)

func (MembershipUpdateEvent_EventType) Descriptor added in v0.163.14

func (MembershipUpdateEvent_EventType) Enum added in v0.163.14

func (MembershipUpdateEvent_EventType) EnumDescriptor deprecated

func (MembershipUpdateEvent_EventType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MembershipUpdateEvent_EventType.Descriptor instead.

func (MembershipUpdateEvent_EventType) Number added in v0.163.14

func (MembershipUpdateEvent_EventType) String

func (MembershipUpdateEvent_EventType) Type added in v0.163.14

type MembershipUpdateEvents added in v0.170.0

type MembershipUpdateEvents struct {
	Clock      uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Type       uint32   `protobuf:"varint,2,opt,name=type,proto3" json:"type,omitempty"`
	Members    []string `protobuf:"bytes,3,rep,name=members,proto3" json:"members,omitempty"`
	Name       string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Signature  []byte   `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	ChatId     string   `protobuf:"bytes,6,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	From       string   `protobuf:"bytes,7,opt,name=from,proto3" json:"from,omitempty"`
	RawPayload []byte   `protobuf:"bytes,8,opt,name=raw_payload,json=rawPayload,proto3" json:"raw_payload,omitempty"`
	Color      string   `protobuf:"bytes,9,opt,name=color,proto3" json:"color,omitempty"`
	Image      []byte   `protobuf:"bytes,10,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*MembershipUpdateEvents) Descriptor deprecated added in v0.170.0

func (*MembershipUpdateEvents) Descriptor() ([]byte, []int)

Deprecated: Use MembershipUpdateEvents.ProtoReflect.Descriptor instead.

func (*MembershipUpdateEvents) GetChatId added in v0.170.0

func (x *MembershipUpdateEvents) GetChatId() string

func (*MembershipUpdateEvents) GetClock added in v0.170.0

func (x *MembershipUpdateEvents) GetClock() uint64

func (*MembershipUpdateEvents) GetColor added in v0.170.0

func (x *MembershipUpdateEvents) GetColor() string

func (*MembershipUpdateEvents) GetFrom added in v0.170.0

func (x *MembershipUpdateEvents) GetFrom() string

func (*MembershipUpdateEvents) GetImage added in v0.171.1

func (x *MembershipUpdateEvents) GetImage() []byte

func (*MembershipUpdateEvents) GetMembers added in v0.170.0

func (x *MembershipUpdateEvents) GetMembers() []string

func (*MembershipUpdateEvents) GetName added in v0.170.0

func (x *MembershipUpdateEvents) GetName() string

func (*MembershipUpdateEvents) GetRawPayload added in v0.170.0

func (x *MembershipUpdateEvents) GetRawPayload() []byte

func (*MembershipUpdateEvents) GetSignature added in v0.170.0

func (x *MembershipUpdateEvents) GetSignature() []byte

func (*MembershipUpdateEvents) GetType added in v0.170.0

func (x *MembershipUpdateEvents) GetType() uint32

func (*MembershipUpdateEvents) ProtoMessage added in v0.170.0

func (*MembershipUpdateEvents) ProtoMessage()

func (*MembershipUpdateEvents) ProtoReflect added in v0.171.1

func (x *MembershipUpdateEvents) ProtoReflect() protoreflect.Message

func (*MembershipUpdateEvents) Reset added in v0.170.0

func (x *MembershipUpdateEvents) Reset()

func (*MembershipUpdateEvents) String added in v0.170.0

func (x *MembershipUpdateEvents) String() string

type MembershipUpdateMessage

type MembershipUpdateMessage struct {

	// The chat id of the private group chat
	ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// A list of events for this group chat, first x bytes are the signature, then is a
	// protobuf encoded MembershipUpdateEvent
	Events [][]byte `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// An optional chat message
	//
	// Types that are assignable to ChatEntity:
	//
	//	*MembershipUpdateMessage_Message
	//	*MembershipUpdateMessage_EmojiReaction
	ChatEntity isMembershipUpdateMessage_ChatEntity `protobuf_oneof:"chat_entity"`
	// contains filtered or unexported fields
}

MembershipUpdateMessage is a message used to propagate information about group membership changes. For more information, see https://github.com/status-im/specs/blob/master/status-group-chats-spec.md.

func (*MembershipUpdateMessage) Descriptor deprecated

func (*MembershipUpdateMessage) Descriptor() ([]byte, []int)

Deprecated: Use MembershipUpdateMessage.ProtoReflect.Descriptor instead.

func (*MembershipUpdateMessage) GetChatEntity added in v0.56.4

func (m *MembershipUpdateMessage) GetChatEntity() isMembershipUpdateMessage_ChatEntity

func (*MembershipUpdateMessage) GetChatId

func (x *MembershipUpdateMessage) GetChatId() string

func (*MembershipUpdateMessage) GetEmojiReaction added in v0.56.4

func (x *MembershipUpdateMessage) GetEmojiReaction() *EmojiReaction

func (*MembershipUpdateMessage) GetEvents

func (x *MembershipUpdateMessage) GetEvents() [][]byte

func (*MembershipUpdateMessage) GetMessage

func (x *MembershipUpdateMessage) GetMessage() *ChatMessage

func (*MembershipUpdateMessage) ProtoMessage

func (*MembershipUpdateMessage) ProtoMessage()

func (*MembershipUpdateMessage) ProtoReflect added in v0.163.14

func (x *MembershipUpdateMessage) ProtoReflect() protoreflect.Message

func (*MembershipUpdateMessage) Reset

func (x *MembershipUpdateMessage) Reset()

func (*MembershipUpdateMessage) String

func (x *MembershipUpdateMessage) String() string

type MembershipUpdateMessage_EmojiReaction added in v0.56.4

type MembershipUpdateMessage_EmojiReaction struct {
	EmojiReaction *EmojiReaction `protobuf:"bytes,4,opt,name=emoji_reaction,json=emojiReaction,proto3,oneof"`
}

type MembershipUpdateMessage_Message added in v0.56.4

type MembershipUpdateMessage_Message struct {
	Message *ChatMessage `protobuf:"bytes,3,opt,name=message,proto3,oneof"`
}

type MessageType added in v0.56.4

type MessageType int32
const (
	MessageType_UNKNOWN_MESSAGE_TYPE MessageType = 0
	MessageType_ONE_TO_ONE           MessageType = 1
	MessageType_PUBLIC_GROUP         MessageType = 2
	MessageType_PRIVATE_GROUP        MessageType = 3
	// Only local
	MessageType_SYSTEM_MESSAGE_PRIVATE_GROUP MessageType = 4
	MessageType_COMMUNITY_CHAT               MessageType = 5
	// Only local
	MessageType_SYSTEM_MESSAGE_GAP MessageType = 6
)

func (MessageType) Descriptor added in v0.163.14

func (MessageType) Enum added in v0.163.14

func (x MessageType) Enum() *MessageType

func (MessageType) EnumDescriptor deprecated added in v0.56.4

func (MessageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageType.Descriptor instead.

func (MessageType) Number added in v0.163.14

func (x MessageType) Number() protoreflect.EnumNumber

func (MessageType) String added in v0.56.4

func (x MessageType) String() string

func (MessageType) Type added in v0.163.14

type MultiAccount added in v0.106.1

type MultiAccount struct {
	Name                    string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Timestamp               int64                         `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Identicon               string                        `protobuf:"bytes,3,opt,name=identicon,proto3" json:"identicon,omitempty"`
	ColorHash               []*MultiAccount_ColorHash     `protobuf:"bytes,4,rep,name=color_hash,json=colorHash,proto3" json:"color_hash,omitempty"`
	ColorId                 int64                         `protobuf:"varint,5,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
	KeycardPairing          string                        `protobuf:"bytes,6,opt,name=keycard_pairing,json=keycardPairing,proto3" json:"keycard_pairing,omitempty"`
	KeyUid                  string                        `protobuf:"bytes,7,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Images                  []*MultiAccount_IdentityImage `protobuf:"bytes,8,rep,name=images,proto3" json:"images,omitempty"`
	CustomizationColor      string                        `protobuf:"bytes,9,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"`
	CustomizationColorClock uint64                        `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MultiAccount) Descriptor deprecated added in v0.106.1

func (*MultiAccount) Descriptor() ([]byte, []int)

Deprecated: Use MultiAccount.ProtoReflect.Descriptor instead.

func (*MultiAccount) GetColorHash added in v0.106.1

func (x *MultiAccount) GetColorHash() []*MultiAccount_ColorHash

func (*MultiAccount) GetColorId added in v0.106.1

func (x *MultiAccount) GetColorId() int64

func (*MultiAccount) GetCustomizationColor added in v0.140.1

func (x *MultiAccount) GetCustomizationColor() string

func (*MultiAccount) GetCustomizationColorClock added in v0.162.5

func (x *MultiAccount) GetCustomizationColorClock() uint64

func (*MultiAccount) GetIdenticon added in v0.106.1

func (x *MultiAccount) GetIdenticon() string

func (*MultiAccount) GetImages added in v0.106.1

func (x *MultiAccount) GetImages() []*MultiAccount_IdentityImage

func (*MultiAccount) GetKeyUid added in v0.106.1

func (x *MultiAccount) GetKeyUid() string

func (*MultiAccount) GetKeycardPairing added in v0.106.1

func (x *MultiAccount) GetKeycardPairing() string

func (*MultiAccount) GetName added in v0.106.1

func (x *MultiAccount) GetName() string

func (*MultiAccount) GetTimestamp added in v0.106.1

func (x *MultiAccount) GetTimestamp() int64

func (*MultiAccount) ProtoMessage added in v0.106.1

func (*MultiAccount) ProtoMessage()

func (*MultiAccount) ProtoReflect added in v0.163.14

func (x *MultiAccount) ProtoReflect() protoreflect.Message

func (*MultiAccount) Reset added in v0.106.1

func (x *MultiAccount) Reset()

func (*MultiAccount) String added in v0.106.1

func (x *MultiAccount) String() string

type MultiAccount_ColorHash added in v0.140.1

type MultiAccount_ColorHash struct {
	Index []int64 `protobuf:"varint,1,rep,packed,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiAccount_ColorHash) Descriptor deprecated added in v0.140.1

func (*MultiAccount_ColorHash) Descriptor() ([]byte, []int)

Deprecated: Use MultiAccount_ColorHash.ProtoReflect.Descriptor instead.

func (*MultiAccount_ColorHash) GetIndex added in v0.140.1

func (x *MultiAccount_ColorHash) GetIndex() []int64

func (*MultiAccount_ColorHash) ProtoMessage added in v0.140.1

func (*MultiAccount_ColorHash) ProtoMessage()

func (*MultiAccount_ColorHash) ProtoReflect added in v0.163.14

func (x *MultiAccount_ColorHash) ProtoReflect() protoreflect.Message

func (*MultiAccount_ColorHash) Reset added in v0.140.1

func (x *MultiAccount_ColorHash) Reset()

func (*MultiAccount_ColorHash) String added in v0.140.1

func (x *MultiAccount_ColorHash) String() string

type MultiAccount_IdentityImage added in v0.106.1

type MultiAccount_IdentityImage struct {
	KeyUid       string `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Payload      []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	Width        int64  `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	Height       int64  `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	Filesize     int64  `protobuf:"varint,6,opt,name=filesize,proto3" json:"filesize,omitempty"`
	ResizeTarget int64  `protobuf:"varint,7,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
	Clock        uint64 `protobuf:"varint,8,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiAccount_IdentityImage) Descriptor deprecated added in v0.106.1

func (*MultiAccount_IdentityImage) Descriptor() ([]byte, []int)

Deprecated: Use MultiAccount_IdentityImage.ProtoReflect.Descriptor instead.

func (*MultiAccount_IdentityImage) GetClock added in v0.106.1

func (x *MultiAccount_IdentityImage) GetClock() uint64

func (*MultiAccount_IdentityImage) GetFilesize added in v0.106.1

func (x *MultiAccount_IdentityImage) GetFilesize() int64

func (*MultiAccount_IdentityImage) GetHeight added in v0.106.1

func (x *MultiAccount_IdentityImage) GetHeight() int64

func (*MultiAccount_IdentityImage) GetKeyUid added in v0.106.1

func (x *MultiAccount_IdentityImage) GetKeyUid() string

func (*MultiAccount_IdentityImage) GetName added in v0.106.1

func (x *MultiAccount_IdentityImage) GetName() string

func (*MultiAccount_IdentityImage) GetPayload added in v0.106.1

func (x *MultiAccount_IdentityImage) GetPayload() []byte

func (*MultiAccount_IdentityImage) GetResizeTarget added in v0.106.1

func (x *MultiAccount_IdentityImage) GetResizeTarget() int64

func (*MultiAccount_IdentityImage) GetWidth added in v0.106.1

func (x *MultiAccount_IdentityImage) GetWidth() int64

func (*MultiAccount_IdentityImage) ProtoMessage added in v0.106.1

func (*MultiAccount_IdentityImage) ProtoMessage()

func (*MultiAccount_IdentityImage) ProtoReflect added in v0.163.14

func (*MultiAccount_IdentityImage) Reset added in v0.106.1

func (x *MultiAccount_IdentityImage) Reset()

func (*MultiAccount_IdentityImage) String added in v0.106.1

func (x *MultiAccount_IdentityImage) String() string

type PinMessage added in v0.78.0

type PinMessage struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	ChatId    string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	Pinned    bool   `protobuf:"varint,4,opt,name=pinned,proto3" json:"pinned,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	// contains filtered or unexported fields
}

func (*PinMessage) Descriptor deprecated added in v0.78.0

func (*PinMessage) Descriptor() ([]byte, []int)

Deprecated: Use PinMessage.ProtoReflect.Descriptor instead.

func (*PinMessage) GetChatId added in v0.78.0

func (x *PinMessage) GetChatId() string

func (*PinMessage) GetClock added in v0.78.0

func (x *PinMessage) GetClock() uint64

func (*PinMessage) GetMessageId added in v0.78.0

func (x *PinMessage) GetMessageId() string

func (*PinMessage) GetMessageType added in v0.78.0

func (x *PinMessage) GetMessageType() MessageType

func (*PinMessage) GetPinned added in v0.78.0

func (x *PinMessage) GetPinned() bool

func (*PinMessage) ProtoMessage added in v0.78.0

func (*PinMessage) ProtoMessage()

func (*PinMessage) ProtoReflect added in v0.163.14

func (x *PinMessage) ProtoReflect() protoreflect.Message

func (*PinMessage) Reset added in v0.78.0

func (x *PinMessage) Reset()

func (*PinMessage) String added in v0.78.0

func (x *PinMessage) String() string

type PushNotification added in v0.56.1

type PushNotification struct {
	AccessToken    string                                `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	ChatId         []byte                                `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	PublicKey      []byte                                `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	InstallationId string                                `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	Message        []byte                                `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	Type           PushNotification_PushNotificationType `protobuf:"varint,6,opt,name=type,proto3,enum=protobuf.PushNotification_PushNotificationType" json:"type,omitempty"`
	Author         []byte                                `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotification) Descriptor deprecated added in v0.56.1

func (*PushNotification) Descriptor() ([]byte, []int)

Deprecated: Use PushNotification.ProtoReflect.Descriptor instead.

func (*PushNotification) GetAccessToken added in v0.56.1

func (x *PushNotification) GetAccessToken() string

func (*PushNotification) GetAuthor added in v0.61.0

func (x *PushNotification) GetAuthor() []byte

func (*PushNotification) GetChatId added in v0.56.1

func (x *PushNotification) GetChatId() []byte

func (*PushNotification) GetInstallationId added in v0.56.1

func (x *PushNotification) GetInstallationId() string

func (*PushNotification) GetMessage added in v0.56.1

func (x *PushNotification) GetMessage() []byte

func (*PushNotification) GetPublicKey added in v0.56.1

func (x *PushNotification) GetPublicKey() []byte

func (*PushNotification) GetType added in v0.59.0

func (*PushNotification) ProtoMessage added in v0.56.1

func (*PushNotification) ProtoMessage()

func (*PushNotification) ProtoReflect added in v0.163.14

func (x *PushNotification) ProtoReflect() protoreflect.Message

func (*PushNotification) Reset added in v0.56.1

func (x *PushNotification) Reset()

func (*PushNotification) String added in v0.56.1

func (x *PushNotification) String() string

type PushNotificationQuery added in v0.56.1

type PushNotificationQuery struct {
	PublicKeys [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationQuery) Descriptor deprecated added in v0.56.1

func (*PushNotificationQuery) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationQuery.ProtoReflect.Descriptor instead.

func (*PushNotificationQuery) GetPublicKeys added in v0.56.1

func (x *PushNotificationQuery) GetPublicKeys() [][]byte

func (*PushNotificationQuery) ProtoMessage added in v0.56.1

func (*PushNotificationQuery) ProtoMessage()

func (*PushNotificationQuery) ProtoReflect added in v0.163.14

func (x *PushNotificationQuery) ProtoReflect() protoreflect.Message

func (*PushNotificationQuery) Reset added in v0.56.1

func (x *PushNotificationQuery) Reset()

func (*PushNotificationQuery) String added in v0.56.1

func (x *PushNotificationQuery) String() string

type PushNotificationQueryInfo added in v0.56.1

type PushNotificationQueryInfo struct {
	AccessToken     string   `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	InstallationId  string   `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	PublicKey       []byte   `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	AllowedKeyList  [][]byte `protobuf:"bytes,4,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"`
	Grant           []byte   `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"`
	Version         uint64   `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	ServerPublicKey []byte   `protobuf:"bytes,7,opt,name=server_public_key,json=serverPublicKey,proto3" json:"server_public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationQueryInfo) Descriptor deprecated added in v0.56.1

func (*PushNotificationQueryInfo) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationQueryInfo.ProtoReflect.Descriptor instead.

func (*PushNotificationQueryInfo) GetAccessToken added in v0.56.1

func (x *PushNotificationQueryInfo) GetAccessToken() string

func (*PushNotificationQueryInfo) GetAllowedKeyList added in v0.56.1

func (x *PushNotificationQueryInfo) GetAllowedKeyList() [][]byte

func (*PushNotificationQueryInfo) GetGrant added in v0.56.1

func (x *PushNotificationQueryInfo) GetGrant() []byte

func (*PushNotificationQueryInfo) GetInstallationId added in v0.56.1

func (x *PushNotificationQueryInfo) GetInstallationId() string

func (*PushNotificationQueryInfo) GetPublicKey added in v0.56.1

func (x *PushNotificationQueryInfo) GetPublicKey() []byte

func (*PushNotificationQueryInfo) GetServerPublicKey added in v0.56.1

func (x *PushNotificationQueryInfo) GetServerPublicKey() []byte

func (*PushNotificationQueryInfo) GetVersion added in v0.56.1

func (x *PushNotificationQueryInfo) GetVersion() uint64

func (*PushNotificationQueryInfo) ProtoMessage added in v0.56.1

func (*PushNotificationQueryInfo) ProtoMessage()

func (*PushNotificationQueryInfo) ProtoReflect added in v0.163.14

func (*PushNotificationQueryInfo) Reset added in v0.56.1

func (x *PushNotificationQueryInfo) Reset()

func (*PushNotificationQueryInfo) String added in v0.56.1

func (x *PushNotificationQueryInfo) String() string

type PushNotificationQueryResponse added in v0.56.1

type PushNotificationQueryResponse struct {
	Info      []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	MessageId []byte                       `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Success   bool                         `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationQueryResponse) Descriptor deprecated added in v0.56.1

func (*PushNotificationQueryResponse) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationQueryResponse.ProtoReflect.Descriptor instead.

func (*PushNotificationQueryResponse) GetInfo added in v0.56.1

func (*PushNotificationQueryResponse) GetMessageId added in v0.56.1

func (x *PushNotificationQueryResponse) GetMessageId() []byte

func (*PushNotificationQueryResponse) GetSuccess added in v0.56.1

func (x *PushNotificationQueryResponse) GetSuccess() bool

func (*PushNotificationQueryResponse) ProtoMessage added in v0.56.1

func (*PushNotificationQueryResponse) ProtoMessage()

func (*PushNotificationQueryResponse) ProtoReflect added in v0.163.14

func (*PushNotificationQueryResponse) Reset added in v0.56.1

func (x *PushNotificationQueryResponse) Reset()

func (*PushNotificationQueryResponse) String added in v0.56.1

type PushNotificationRegistration added in v0.56.1

type PushNotificationRegistration struct {
	TokenType               PushNotificationRegistration_TokenType `` /* 142-byte string literal not displayed */
	DeviceToken             string                                 `protobuf:"bytes,2,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"`
	InstallationId          string                                 `protobuf:"bytes,3,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	AccessToken             string                                 `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Enabled                 bool                                   `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Version                 uint64                                 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	AllowedKeyList          [][]byte                               `protobuf:"bytes,7,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"`
	BlockedChatList         [][]byte                               `protobuf:"bytes,8,rep,name=blocked_chat_list,json=blockedChatList,proto3" json:"blocked_chat_list,omitempty"`
	Unregister              bool                                   `protobuf:"varint,9,opt,name=unregister,proto3" json:"unregister,omitempty"`
	Grant                   []byte                                 `protobuf:"bytes,10,opt,name=grant,proto3" json:"grant,omitempty"`
	AllowFromContactsOnly   bool                                   `` /* 130-byte string literal not displayed */
	ApnTopic                string                                 `protobuf:"bytes,12,opt,name=apn_topic,json=apnTopic,proto3" json:"apn_topic,omitempty"`
	BlockMentions           bool                                   `protobuf:"varint,13,opt,name=block_mentions,json=blockMentions,proto3" json:"block_mentions,omitempty"`
	AllowedMentionsChatList [][]byte                               `` /* 135-byte string literal not displayed */
	MutedChatList           [][]byte                               `protobuf:"bytes,15,rep,name=muted_chat_list,json=mutedChatList,proto3" json:"muted_chat_list,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationRegistration) Descriptor deprecated added in v0.56.1

func (*PushNotificationRegistration) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationRegistration.ProtoReflect.Descriptor instead.

func (*PushNotificationRegistration) GetAccessToken added in v0.56.1

func (x *PushNotificationRegistration) GetAccessToken() string

func (*PushNotificationRegistration) GetAllowFromContactsOnly added in v0.56.1

func (x *PushNotificationRegistration) GetAllowFromContactsOnly() bool

func (*PushNotificationRegistration) GetAllowedKeyList added in v0.56.1

func (x *PushNotificationRegistration) GetAllowedKeyList() [][]byte

func (*PushNotificationRegistration) GetAllowedMentionsChatList added in v0.61.0

func (x *PushNotificationRegistration) GetAllowedMentionsChatList() [][]byte

func (*PushNotificationRegistration) GetApnTopic added in v0.59.0

func (x *PushNotificationRegistration) GetApnTopic() string

func (*PushNotificationRegistration) GetBlockMentions added in v0.61.0

func (x *PushNotificationRegistration) GetBlockMentions() bool

func (*PushNotificationRegistration) GetBlockedChatList added in v0.56.1

func (x *PushNotificationRegistration) GetBlockedChatList() [][]byte

func (*PushNotificationRegistration) GetDeviceToken added in v0.56.1

func (x *PushNotificationRegistration) GetDeviceToken() string

func (*PushNotificationRegistration) GetEnabled added in v0.56.1

func (x *PushNotificationRegistration) GetEnabled() bool

func (*PushNotificationRegistration) GetGrant added in v0.56.1

func (x *PushNotificationRegistration) GetGrant() []byte

func (*PushNotificationRegistration) GetInstallationId added in v0.56.1

func (x *PushNotificationRegistration) GetInstallationId() string

func (*PushNotificationRegistration) GetMutedChatList added in v0.159.5

func (x *PushNotificationRegistration) GetMutedChatList() [][]byte

func (*PushNotificationRegistration) GetTokenType added in v0.56.1

func (*PushNotificationRegistration) GetUnregister added in v0.56.1

func (x *PushNotificationRegistration) GetUnregister() bool

func (*PushNotificationRegistration) GetVersion added in v0.56.1

func (x *PushNotificationRegistration) GetVersion() uint64

func (*PushNotificationRegistration) ProtoMessage added in v0.56.1

func (*PushNotificationRegistration) ProtoMessage()

func (*PushNotificationRegistration) ProtoReflect added in v0.163.14

func (*PushNotificationRegistration) Reset added in v0.56.1

func (x *PushNotificationRegistration) Reset()

func (*PushNotificationRegistration) String added in v0.56.1

type PushNotificationRegistrationResponse added in v0.56.1

type PushNotificationRegistrationResponse struct {
	Success   bool                                           `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Error     PushNotificationRegistrationResponse_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationRegistrationResponse_ErrorType" json:"error,omitempty"`
	RequestId []byte                                         `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationRegistrationResponse) Descriptor deprecated added in v0.56.1

func (*PushNotificationRegistrationResponse) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationRegistrationResponse.ProtoReflect.Descriptor instead.

func (*PushNotificationRegistrationResponse) GetError added in v0.56.1

func (*PushNotificationRegistrationResponse) GetRequestId added in v0.56.1

func (x *PushNotificationRegistrationResponse) GetRequestId() []byte

func (*PushNotificationRegistrationResponse) GetSuccess added in v0.56.1

func (*PushNotificationRegistrationResponse) ProtoMessage added in v0.56.1

func (*PushNotificationRegistrationResponse) ProtoMessage()

func (*PushNotificationRegistrationResponse) ProtoReflect added in v0.163.14

func (*PushNotificationRegistrationResponse) Reset added in v0.56.1

func (*PushNotificationRegistrationResponse) String added in v0.56.1

type PushNotificationRegistrationResponse_ErrorType added in v0.56.1

type PushNotificationRegistrationResponse_ErrorType int32
const (
	PushNotificationRegistrationResponse_UNKNOWN_ERROR_TYPE     PushNotificationRegistrationResponse_ErrorType = 0
	PushNotificationRegistrationResponse_MALFORMED_MESSAGE      PushNotificationRegistrationResponse_ErrorType = 1
	PushNotificationRegistrationResponse_VERSION_MISMATCH       PushNotificationRegistrationResponse_ErrorType = 2
	PushNotificationRegistrationResponse_UNSUPPORTED_TOKEN_TYPE PushNotificationRegistrationResponse_ErrorType = 3
	PushNotificationRegistrationResponse_INTERNAL_ERROR         PushNotificationRegistrationResponse_ErrorType = 4
)

func (PushNotificationRegistrationResponse_ErrorType) Descriptor added in v0.163.14

func (PushNotificationRegistrationResponse_ErrorType) Enum added in v0.163.14

func (PushNotificationRegistrationResponse_ErrorType) EnumDescriptor deprecated added in v0.56.1

Deprecated: Use PushNotificationRegistrationResponse_ErrorType.Descriptor instead.

func (PushNotificationRegistrationResponse_ErrorType) Number added in v0.163.14

func (PushNotificationRegistrationResponse_ErrorType) String added in v0.56.1

func (PushNotificationRegistrationResponse_ErrorType) Type added in v0.163.14

type PushNotificationRegistration_TokenType added in v0.56.1

type PushNotificationRegistration_TokenType int32
const (
	PushNotificationRegistration_UNKNOWN_TOKEN_TYPE PushNotificationRegistration_TokenType = 0
	PushNotificationRegistration_APN_TOKEN          PushNotificationRegistration_TokenType = 1
	PushNotificationRegistration_FIREBASE_TOKEN     PushNotificationRegistration_TokenType = 2
)

func (PushNotificationRegistration_TokenType) Descriptor added in v0.163.14

func (PushNotificationRegistration_TokenType) Enum added in v0.163.14

func (PushNotificationRegistration_TokenType) EnumDescriptor deprecated added in v0.56.1

func (PushNotificationRegistration_TokenType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PushNotificationRegistration_TokenType.Descriptor instead.

func (PushNotificationRegistration_TokenType) Number added in v0.163.14

func (PushNotificationRegistration_TokenType) String added in v0.56.1

func (PushNotificationRegistration_TokenType) Type added in v0.163.14

type PushNotificationReport added in v0.56.1

type PushNotificationReport struct {
	Success        bool                             `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Error          PushNotificationReport_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationReport_ErrorType" json:"error,omitempty"`
	PublicKey      []byte                           `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	InstallationId string                           `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationReport) Descriptor deprecated added in v0.56.1

func (*PushNotificationReport) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationReport.ProtoReflect.Descriptor instead.

func (*PushNotificationReport) GetError added in v0.56.1

func (*PushNotificationReport) GetInstallationId added in v0.56.1

func (x *PushNotificationReport) GetInstallationId() string

func (*PushNotificationReport) GetPublicKey added in v0.56.1

func (x *PushNotificationReport) GetPublicKey() []byte

func (*PushNotificationReport) GetSuccess added in v0.56.1

func (x *PushNotificationReport) GetSuccess() bool

func (*PushNotificationReport) ProtoMessage added in v0.56.1

func (*PushNotificationReport) ProtoMessage()

func (*PushNotificationReport) ProtoReflect added in v0.163.14

func (x *PushNotificationReport) ProtoReflect() protoreflect.Message

func (*PushNotificationReport) Reset added in v0.56.1

func (x *PushNotificationReport) Reset()

func (*PushNotificationReport) String added in v0.56.1

func (x *PushNotificationReport) String() string

type PushNotificationReport_ErrorType added in v0.56.1

type PushNotificationReport_ErrorType int32
const (
	PushNotificationReport_UNKNOWN_ERROR_TYPE PushNotificationReport_ErrorType = 0
	PushNotificationReport_WRONG_TOKEN        PushNotificationReport_ErrorType = 1
	PushNotificationReport_INTERNAL_ERROR     PushNotificationReport_ErrorType = 2
	PushNotificationReport_NOT_REGISTERED     PushNotificationReport_ErrorType = 3
)

func (PushNotificationReport_ErrorType) Descriptor added in v0.163.14

func (PushNotificationReport_ErrorType) Enum added in v0.163.14

func (PushNotificationReport_ErrorType) EnumDescriptor deprecated added in v0.56.1

func (PushNotificationReport_ErrorType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PushNotificationReport_ErrorType.Descriptor instead.

func (PushNotificationReport_ErrorType) Number added in v0.163.14

func (PushNotificationReport_ErrorType) String added in v0.56.1

func (PushNotificationReport_ErrorType) Type added in v0.163.14

type PushNotificationRequest added in v0.56.1

type PushNotificationRequest struct {
	Requests  []*PushNotification `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	MessageId []byte              `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationRequest) Descriptor deprecated added in v0.56.1

func (*PushNotificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationRequest.ProtoReflect.Descriptor instead.

func (*PushNotificationRequest) GetMessageId added in v0.56.1

func (x *PushNotificationRequest) GetMessageId() []byte

func (*PushNotificationRequest) GetRequests added in v0.56.1

func (x *PushNotificationRequest) GetRequests() []*PushNotification

func (*PushNotificationRequest) ProtoMessage added in v0.56.1

func (*PushNotificationRequest) ProtoMessage()

func (*PushNotificationRequest) ProtoReflect added in v0.163.14

func (x *PushNotificationRequest) ProtoReflect() protoreflect.Message

func (*PushNotificationRequest) Reset added in v0.56.1

func (x *PushNotificationRequest) Reset()

func (*PushNotificationRequest) String added in v0.56.1

func (x *PushNotificationRequest) String() string

type PushNotificationResponse added in v0.56.1

type PushNotificationResponse struct {
	MessageId []byte                    `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Reports   []*PushNotificationReport `protobuf:"bytes,2,rep,name=reports,proto3" json:"reports,omitempty"`
	// contains filtered or unexported fields
}

func (*PushNotificationResponse) Descriptor deprecated added in v0.56.1

func (*PushNotificationResponse) Descriptor() ([]byte, []int)

Deprecated: Use PushNotificationResponse.ProtoReflect.Descriptor instead.

func (*PushNotificationResponse) GetMessageId added in v0.56.1

func (x *PushNotificationResponse) GetMessageId() []byte

func (*PushNotificationResponse) GetReports added in v0.56.1

func (*PushNotificationResponse) ProtoMessage added in v0.56.1

func (*PushNotificationResponse) ProtoMessage()

func (*PushNotificationResponse) ProtoReflect added in v0.163.14

func (x *PushNotificationResponse) ProtoReflect() protoreflect.Message

func (*PushNotificationResponse) Reset added in v0.56.1

func (x *PushNotificationResponse) Reset()

func (*PushNotificationResponse) String added in v0.56.1

func (x *PushNotificationResponse) String() string

type PushNotification_PushNotificationType added in v0.59.0

type PushNotification_PushNotificationType int32
const (
	PushNotification_UNKNOWN_PUSH_NOTIFICATION_TYPE PushNotification_PushNotificationType = 0
	PushNotification_MESSAGE                        PushNotification_PushNotificationType = 1
	PushNotification_MENTION                        PushNotification_PushNotificationType = 2
	PushNotification_REQUEST_TO_JOIN_COMMUNITY      PushNotification_PushNotificationType = 3
)

func (PushNotification_PushNotificationType) Descriptor added in v0.163.14

func (PushNotification_PushNotificationType) Enum added in v0.163.14

func (PushNotification_PushNotificationType) EnumDescriptor deprecated added in v0.59.0

func (PushNotification_PushNotificationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PushNotification_PushNotificationType.Descriptor instead.

func (PushNotification_PushNotificationType) Number added in v0.163.14

func (PushNotification_PushNotificationType) String added in v0.59.0

func (PushNotification_PushNotificationType) Type added in v0.163.14

type RawMessage added in v0.118.0

type RawMessage struct {
	Payload     []byte                          `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	MessageType ApplicationMetadataMessage_Type `protobuf:"varint,2,opt,name=messageType,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"messageType,omitempty"`
	// contains filtered or unexported fields
}

func (*RawMessage) Descriptor deprecated added in v0.118.0

func (*RawMessage) Descriptor() ([]byte, []int)

Deprecated: Use RawMessage.ProtoReflect.Descriptor instead.

func (*RawMessage) GetMessageType added in v0.118.0

func (x *RawMessage) GetMessageType() ApplicationMetadataMessage_Type

func (*RawMessage) GetPayload added in v0.118.0

func (x *RawMessage) GetPayload() []byte

func (*RawMessage) ProtoMessage added in v0.118.0

func (*RawMessage) ProtoMessage()

func (*RawMessage) ProtoReflect added in v0.163.14

func (x *RawMessage) ProtoReflect() protoreflect.Message

func (*RawMessage) Reset added in v0.118.0

func (x *RawMessage) Reset()

func (*RawMessage) String added in v0.118.0

func (x *RawMessage) String() string

type RequestAddressForTransaction

type RequestAddressForTransaction struct {
	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Value    string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Contract string `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"`
	ChatId   string `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestAddressForTransaction) Descriptor deprecated

func (*RequestAddressForTransaction) Descriptor() ([]byte, []int)

Deprecated: Use RequestAddressForTransaction.ProtoReflect.Descriptor instead.

func (*RequestAddressForTransaction) GetChatId added in v0.81.0

func (x *RequestAddressForTransaction) GetChatId() string

func (*RequestAddressForTransaction) GetClock

func (x *RequestAddressForTransaction) GetClock() uint64

func (*RequestAddressForTransaction) GetContract

func (x *RequestAddressForTransaction) GetContract() string

func (*RequestAddressForTransaction) GetValue

func (x *RequestAddressForTransaction) GetValue() string

func (*RequestAddressForTransaction) ProtoMessage

func (*RequestAddressForTransaction) ProtoMessage()

func (*RequestAddressForTransaction) ProtoReflect added in v0.163.14

func (*RequestAddressForTransaction) Reset

func (x *RequestAddressForTransaction) Reset()

func (*RequestAddressForTransaction) String

type RequestContactVerification added in v0.102.6

type RequestContactVerification struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Challenge string `protobuf:"bytes,3,opt,name=challenge,proto3" json:"challenge,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestContactVerification) Descriptor deprecated added in v0.102.6

func (*RequestContactVerification) Descriptor() ([]byte, []int)

Deprecated: Use RequestContactVerification.ProtoReflect.Descriptor instead.

func (*RequestContactVerification) GetChallenge added in v0.102.6

func (x *RequestContactVerification) GetChallenge() string

func (*RequestContactVerification) GetClock added in v0.102.6

func (x *RequestContactVerification) GetClock() uint64

func (*RequestContactVerification) ProtoMessage added in v0.102.6

func (*RequestContactVerification) ProtoMessage()

func (*RequestContactVerification) ProtoReflect added in v0.163.14

func (*RequestContactVerification) Reset added in v0.102.6

func (x *RequestContactVerification) Reset()

func (*RequestContactVerification) String added in v0.102.6

func (x *RequestContactVerification) String() string

type RequestTransaction

type RequestTransaction struct {
	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Address  string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Value    string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Contract string `protobuf:"bytes,4,opt,name=contract,proto3" json:"contract,omitempty"`
	ChatId   string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestTransaction) Descriptor deprecated

func (*RequestTransaction) Descriptor() ([]byte, []int)

Deprecated: Use RequestTransaction.ProtoReflect.Descriptor instead.

func (*RequestTransaction) GetAddress

func (x *RequestTransaction) GetAddress() string

func (*RequestTransaction) GetChatId added in v0.81.0

func (x *RequestTransaction) GetChatId() string

func (*RequestTransaction) GetClock

func (x *RequestTransaction) GetClock() uint64

func (*RequestTransaction) GetContract

func (x *RequestTransaction) GetContract() string

func (*RequestTransaction) GetValue

func (x *RequestTransaction) GetValue() string

func (*RequestTransaction) ProtoMessage

func (*RequestTransaction) ProtoMessage()

func (*RequestTransaction) ProtoReflect added in v0.163.14

func (x *RequestTransaction) ProtoReflect() protoreflect.Message

func (*RequestTransaction) Reset

func (x *RequestTransaction) Reset()

func (*RequestTransaction) String

func (x *RequestTransaction) String() string

type RetractContactRequest added in v0.100.0

type RetractContactRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Clock uint64 `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*RetractContactRequest) Descriptor deprecated added in v0.100.0

func (*RetractContactRequest) Descriptor() ([]byte, []int)

Deprecated: Use RetractContactRequest.ProtoReflect.Descriptor instead.

func (*RetractContactRequest) GetClock added in v0.100.0

func (x *RetractContactRequest) GetClock() uint64

func (*RetractContactRequest) GetId added in v0.100.0

func (x *RetractContactRequest) GetId() string

func (*RetractContactRequest) ProtoMessage added in v0.100.0

func (*RetractContactRequest) ProtoMessage()

func (*RetractContactRequest) ProtoReflect added in v0.163.14

func (x *RetractContactRequest) ProtoReflect() protoreflect.Message

func (*RetractContactRequest) Reset added in v0.100.0

func (x *RetractContactRequest) Reset()

func (*RetractContactRequest) String added in v0.100.0

func (x *RetractContactRequest) String() string

type RevealedAccount added in v0.158.0

type RevealedAccount struct {
	Address          string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Signature        []byte   `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	ChainIds         []uint64 `protobuf:"varint,3,rep,packed,name=chain_ids,json=chainIds,proto3" json:"chain_ids,omitempty"`
	IsAirdropAddress bool     `protobuf:"varint,4,opt,name=isAirdropAddress,proto3" json:"isAirdropAddress,omitempty"`
	// contains filtered or unexported fields
}

func (*RevealedAccount) Descriptor deprecated added in v0.158.0

func (*RevealedAccount) Descriptor() ([]byte, []int)

Deprecated: Use RevealedAccount.ProtoReflect.Descriptor instead.

func (*RevealedAccount) GetAddress added in v0.158.0

func (x *RevealedAccount) GetAddress() string

func (*RevealedAccount) GetChainIds added in v0.158.0

func (x *RevealedAccount) GetChainIds() []uint64

func (*RevealedAccount) GetIsAirdropAddress added in v0.162.3

func (x *RevealedAccount) GetIsAirdropAddress() bool

func (*RevealedAccount) GetSignature added in v0.158.0

func (x *RevealedAccount) GetSignature() []byte

func (*RevealedAccount) ProtoMessage added in v0.158.0

func (*RevealedAccount) ProtoMessage()

func (*RevealedAccount) ProtoReflect added in v0.163.14

func (x *RevealedAccount) ProtoReflect() protoreflect.Message

func (*RevealedAccount) Reset added in v0.158.0

func (x *RevealedAccount) Reset()

func (*RevealedAccount) String added in v0.158.0

func (x *RevealedAccount) String() string

type SendTransaction

type SendTransaction struct {
	Clock           uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id              string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	TransactionHash string `protobuf:"bytes,3,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	Signature       []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	ChatId          string `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SendTransaction) Descriptor deprecated

func (*SendTransaction) Descriptor() ([]byte, []int)

Deprecated: Use SendTransaction.ProtoReflect.Descriptor instead.

func (*SendTransaction) GetChatId added in v0.81.0

func (x *SendTransaction) GetChatId() string

func (*SendTransaction) GetClock

func (x *SendTransaction) GetClock() uint64

func (*SendTransaction) GetId

func (x *SendTransaction) GetId() string

func (*SendTransaction) GetSignature

func (x *SendTransaction) GetSignature() []byte

func (*SendTransaction) GetTransactionHash

func (x *SendTransaction) GetTransactionHash() string

func (*SendTransaction) ProtoMessage

func (*SendTransaction) ProtoMessage()

func (*SendTransaction) ProtoReflect added in v0.163.14

func (x *SendTransaction) ProtoReflect() protoreflect.Message

func (*SendTransaction) Reset

func (x *SendTransaction) Reset()

func (*SendTransaction) String

func (x *SendTransaction) String() string

type Shard added in v0.170.0

type Shard struct {
	Cluster int32 `protobuf:"varint,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	Index   int32 `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*Shard) Descriptor deprecated added in v0.170.0

func (*Shard) Descriptor() ([]byte, []int)

Deprecated: Use Shard.ProtoReflect.Descriptor instead.

func (*Shard) GetCluster added in v0.170.0

func (x *Shard) GetCluster() int32

func (*Shard) GetIndex added in v0.170.0

func (x *Shard) GetIndex() int32

func (*Shard) ProtoMessage added in v0.170.0

func (*Shard) ProtoMessage()

func (*Shard) ProtoReflect added in v0.171.1

func (x *Shard) ProtoReflect() protoreflect.Message

func (*Shard) Reset added in v0.170.0

func (x *Shard) Reset()

func (*Shard) String added in v0.170.0

func (x *Shard) String() string

type SignedCommunityEvent added in v0.163.4

type SignedCommunityEvent struct {

	// Signature of the payload field
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// Marshaled CommunityEvent
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*SignedCommunityEvent) Descriptor deprecated added in v0.163.4

func (*SignedCommunityEvent) Descriptor() ([]byte, []int)

Deprecated: Use SignedCommunityEvent.ProtoReflect.Descriptor instead.

func (*SignedCommunityEvent) GetPayload added in v0.163.4

func (x *SignedCommunityEvent) GetPayload() []byte

func (*SignedCommunityEvent) GetSignature added in v0.163.4

func (x *SignedCommunityEvent) GetSignature() []byte

func (*SignedCommunityEvent) ProtoMessage added in v0.163.4

func (*SignedCommunityEvent) ProtoMessage()

func (*SignedCommunityEvent) ProtoReflect added in v0.163.14

func (x *SignedCommunityEvent) ProtoReflect() protoreflect.Message

func (*SignedCommunityEvent) Reset added in v0.163.4

func (x *SignedCommunityEvent) Reset()

func (*SignedCommunityEvent) String added in v0.163.4

func (x *SignedCommunityEvent) String() string
type SocialLink struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Url  string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

SocialLinks represents social link assosiated with given chat identity (personal/community)

func (*SocialLink) Descriptor deprecated added in v0.105.1

func (*SocialLink) Descriptor() ([]byte, []int)

Deprecated: Use SocialLink.ProtoReflect.Descriptor instead.

func (*SocialLink) GetText added in v0.105.1

func (x *SocialLink) GetText() string

func (*SocialLink) GetUrl added in v0.105.1

func (x *SocialLink) GetUrl() string

func (*SocialLink) ProtoMessage added in v0.105.1

func (*SocialLink) ProtoMessage()

func (*SocialLink) ProtoReflect added in v0.163.14

func (x *SocialLink) ProtoReflect() protoreflect.Message

func (*SocialLink) Reset added in v0.105.1

func (x *SocialLink) Reset()

func (*SocialLink) String added in v0.105.1

func (x *SocialLink) String() string

type StatusUpdate added in v0.83.2

type StatusUpdate struct {
	Clock      uint64                  `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	StatusType StatusUpdate_StatusType `` /* 130-byte string literal not displayed */
	CustomText string                  `protobuf:"bytes,3,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	// contains filtered or unexported fields
}

Specs: :AUTOMATIC To Send - "AUTOMATIC" status ping every 5 minutes Display - Online for up to 5 minutes from the last clock, after that Offline :ALWAYS_ONLINE To Send - "ALWAYS_ONLINE" status ping every 5 minutes Display - Online for up to 2 weeks from the last clock, after that Offline :INACTIVE To Send - A single "INACTIVE" status ping Display - Offline forever Note: Only send pings if the user interacted with the app in the last x minutes.

func (*StatusUpdate) Descriptor deprecated added in v0.83.2

func (*StatusUpdate) Descriptor() ([]byte, []int)

Deprecated: Use StatusUpdate.ProtoReflect.Descriptor instead.

func (*StatusUpdate) GetClock added in v0.83.2

func (x *StatusUpdate) GetClock() uint64

func (*StatusUpdate) GetCustomText added in v0.83.2

func (x *StatusUpdate) GetCustomText() string

func (*StatusUpdate) GetStatusType added in v0.83.2

func (x *StatusUpdate) GetStatusType() StatusUpdate_StatusType

func (*StatusUpdate) ProtoMessage added in v0.83.2

func (*StatusUpdate) ProtoMessage()

func (*StatusUpdate) ProtoReflect added in v0.163.14

func (x *StatusUpdate) ProtoReflect() protoreflect.Message

func (*StatusUpdate) Reset added in v0.83.2

func (x *StatusUpdate) Reset()

func (*StatusUpdate) String added in v0.83.2

func (x *StatusUpdate) String() string

type StatusUpdate_StatusType added in v0.83.2

type StatusUpdate_StatusType int32
const (
	StatusUpdate_UNKNOWN_STATUS_TYPE StatusUpdate_StatusType = 0
	StatusUpdate_AUTOMATIC           StatusUpdate_StatusType = 1
	StatusUpdate_DO_NOT_DISTURB      StatusUpdate_StatusType = 2
	StatusUpdate_ALWAYS_ONLINE       StatusUpdate_StatusType = 3
	StatusUpdate_INACTIVE            StatusUpdate_StatusType = 4
)

func (StatusUpdate_StatusType) Descriptor added in v0.163.14

func (StatusUpdate_StatusType) Enum added in v0.163.14

func (StatusUpdate_StatusType) EnumDescriptor deprecated added in v0.83.2

func (StatusUpdate_StatusType) EnumDescriptor() ([]byte, []int)

Deprecated: Use StatusUpdate_StatusType.Descriptor instead.

func (StatusUpdate_StatusType) Number added in v0.163.14

func (StatusUpdate_StatusType) String added in v0.83.2

func (x StatusUpdate_StatusType) String() string

func (StatusUpdate_StatusType) Type added in v0.163.14

type StickerMessage

type StickerMessage struct {
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Pack int32  `protobuf:"varint,2,opt,name=pack,proto3" json:"pack,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerMessage) Descriptor deprecated

func (*StickerMessage) Descriptor() ([]byte, []int)

Deprecated: Use StickerMessage.ProtoReflect.Descriptor instead.

func (*StickerMessage) GetHash

func (x *StickerMessage) GetHash() string

func (*StickerMessage) GetPack

func (x *StickerMessage) GetPack() int32

func (*StickerMessage) ProtoMessage

func (*StickerMessage) ProtoMessage()

func (*StickerMessage) ProtoReflect added in v0.163.14

func (x *StickerMessage) ProtoReflect() protoreflect.Message

func (*StickerMessage) Reset

func (x *StickerMessage) Reset()

func (*StickerMessage) String

func (x *StickerMessage) String() string

type SyncAccount added in v0.152.2

type SyncAccount struct {
	Clock                 uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Address               []byte `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	KeyUid                string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	PublicKey             []byte `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Path                  string `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	Name                  string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	ColorId               string `protobuf:"bytes,7,opt,name=color_id,json=colorId,proto3" json:"color_id,omitempty"`
	Emoji                 string `protobuf:"bytes,8,opt,name=emoji,proto3" json:"emoji,omitempty"`
	Wallet                bool   `protobuf:"varint,9,opt,name=wallet,proto3" json:"wallet,omitempty"`
	Chat                  bool   `protobuf:"varint,10,opt,name=chat,proto3" json:"chat,omitempty"`
	Hidden                bool   `protobuf:"varint,11,opt,name=hidden,proto3" json:"hidden,omitempty"`
	Removed               bool   `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
	Position              int64  `protobuf:"varint,13,opt,name=position,proto3" json:"position,omitempty"`
	ProdPreferredChainIDs string `protobuf:"bytes,14,opt,name=prodPreferredChainIDs,proto3" json:"prodPreferredChainIDs,omitempty"`
	TestPreferredChainIDs string `protobuf:"bytes,15,opt,name=testPreferredChainIDs,proto3" json:"testPreferredChainIDs,omitempty"`
	Operable              string `protobuf:"bytes,16,opt,name=operable,proto3" json:"operable,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncAccount) Descriptor deprecated added in v0.152.2

func (*SyncAccount) Descriptor() ([]byte, []int)

Deprecated: Use SyncAccount.ProtoReflect.Descriptor instead.

func (*SyncAccount) GetAddress added in v0.152.2

func (x *SyncAccount) GetAddress() []byte

func (*SyncAccount) GetChat added in v0.152.2

func (x *SyncAccount) GetChat() bool

func (*SyncAccount) GetClock added in v0.152.2

func (x *SyncAccount) GetClock() uint64

func (*SyncAccount) GetColorId added in v0.154.5

func (x *SyncAccount) GetColorId() string

func (*SyncAccount) GetEmoji added in v0.152.2

func (x *SyncAccount) GetEmoji() string

func (*SyncAccount) GetHidden added in v0.152.2

func (x *SyncAccount) GetHidden() bool

func (*SyncAccount) GetKeyUid added in v0.152.2

func (x *SyncAccount) GetKeyUid() string

func (*SyncAccount) GetName added in v0.152.2

func (x *SyncAccount) GetName() string

func (*SyncAccount) GetOperable added in v0.163.4

func (x *SyncAccount) GetOperable() string

func (*SyncAccount) GetPath added in v0.152.2

func (x *SyncAccount) GetPath() string

func (*SyncAccount) GetPosition added in v0.161.2

func (x *SyncAccount) GetPosition() int64

func (*SyncAccount) GetProdPreferredChainIDs added in v0.162.13

func (x *SyncAccount) GetProdPreferredChainIDs() string

func (*SyncAccount) GetPublicKey added in v0.152.2

func (x *SyncAccount) GetPublicKey() []byte

func (*SyncAccount) GetRemoved added in v0.152.2

func (x *SyncAccount) GetRemoved() bool

func (*SyncAccount) GetTestPreferredChainIDs added in v0.162.13

func (x *SyncAccount) GetTestPreferredChainIDs() string

func (*SyncAccount) GetWallet added in v0.152.2

func (x *SyncAccount) GetWallet() bool

func (*SyncAccount) ProtoMessage added in v0.152.2

func (*SyncAccount) ProtoMessage()

func (*SyncAccount) ProtoReflect added in v0.163.14

func (x *SyncAccount) ProtoReflect() protoreflect.Message

func (*SyncAccount) Reset added in v0.152.2

func (x *SyncAccount) Reset()

func (*SyncAccount) String added in v0.152.2

func (x *SyncAccount) String() string

type SyncAccountCustomizationColor added in v0.162.5

type SyncAccountCustomizationColor struct {
	UpdatedAt          uint64 `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CustomizationColor string `protobuf:"bytes,2,opt,name=customization_color,json=customizationColor,proto3" json:"customization_color,omitempty"`
	KeyUid             string `protobuf:"bytes,3,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncAccountCustomizationColor) Descriptor deprecated added in v0.162.5

func (*SyncAccountCustomizationColor) Descriptor() ([]byte, []int)

Deprecated: Use SyncAccountCustomizationColor.ProtoReflect.Descriptor instead.

func (*SyncAccountCustomizationColor) GetCustomizationColor added in v0.162.5

func (x *SyncAccountCustomizationColor) GetCustomizationColor() string

func (*SyncAccountCustomizationColor) GetKeyUid added in v0.162.5

func (x *SyncAccountCustomizationColor) GetKeyUid() string

func (*SyncAccountCustomizationColor) GetUpdatedAt added in v0.162.5

func (x *SyncAccountCustomizationColor) GetUpdatedAt() uint64

func (*SyncAccountCustomizationColor) ProtoMessage added in v0.162.5

func (*SyncAccountCustomizationColor) ProtoMessage()

func (*SyncAccountCustomizationColor) ProtoReflect added in v0.163.14

func (*SyncAccountCustomizationColor) Reset added in v0.162.5

func (x *SyncAccountCustomizationColor) Reset()

func (*SyncAccountCustomizationColor) String added in v0.162.5

type SyncAccountsPositions added in v0.162.9

type SyncAccountsPositions struct {
	Clock    uint64         `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Accounts []*SyncAccount `protobuf:"bytes,2,rep,name=accounts,proto3" json:"accounts,omitempty"`
	// contains filtered or unexported fields
}

this message is used for syncing accounts positions only, for syncing any other info consider `SyncAccount` or `SyncKeypair` message

func (*SyncAccountsPositions) Descriptor deprecated added in v0.162.9

func (*SyncAccountsPositions) Descriptor() ([]byte, []int)

Deprecated: Use SyncAccountsPositions.ProtoReflect.Descriptor instead.

func (*SyncAccountsPositions) GetAccounts added in v0.162.9

func (x *SyncAccountsPositions) GetAccounts() []*SyncAccount

func (*SyncAccountsPositions) GetClock added in v0.162.9

func (x *SyncAccountsPositions) GetClock() uint64

func (*SyncAccountsPositions) ProtoMessage added in v0.162.9

func (*SyncAccountsPositions) ProtoMessage()

func (*SyncAccountsPositions) ProtoReflect added in v0.163.14

func (x *SyncAccountsPositions) ProtoReflect() protoreflect.Message

func (*SyncAccountsPositions) Reset added in v0.162.9

func (x *SyncAccountsPositions) Reset()

func (*SyncAccountsPositions) String added in v0.162.9

func (x *SyncAccountsPositions) String() string

type SyncActivityCenterAccepted added in v0.91.14

type SyncActivityCenterAccepted struct {
	Clock uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids   [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterAccepted) Descriptor deprecated added in v0.91.14

func (*SyncActivityCenterAccepted) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterAccepted.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterAccepted) GetClock added in v0.91.14

func (x *SyncActivityCenterAccepted) GetClock() uint64

func (*SyncActivityCenterAccepted) GetIds added in v0.91.14

func (x *SyncActivityCenterAccepted) GetIds() [][]byte

func (*SyncActivityCenterAccepted) ProtoMessage added in v0.91.14

func (*SyncActivityCenterAccepted) ProtoMessage()

func (*SyncActivityCenterAccepted) ProtoReflect added in v0.163.14

func (*SyncActivityCenterAccepted) Reset added in v0.91.14

func (x *SyncActivityCenterAccepted) Reset()

func (*SyncActivityCenterAccepted) String added in v0.91.14

func (x *SyncActivityCenterAccepted) String() string

type SyncActivityCenterDeleted added in v0.171.3

type SyncActivityCenterDeleted struct {
	Clock uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids   [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterDeleted) Descriptor deprecated added in v0.171.3

func (*SyncActivityCenterDeleted) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterDeleted.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterDeleted) GetClock added in v0.171.3

func (x *SyncActivityCenterDeleted) GetClock() uint64

func (*SyncActivityCenterDeleted) GetIds added in v0.171.3

func (x *SyncActivityCenterDeleted) GetIds() [][]byte

func (*SyncActivityCenterDeleted) ProtoMessage added in v0.171.3

func (*SyncActivityCenterDeleted) ProtoMessage()

func (*SyncActivityCenterDeleted) ProtoReflect added in v0.171.5

func (*SyncActivityCenterDeleted) Reset added in v0.171.3

func (x *SyncActivityCenterDeleted) Reset()

func (*SyncActivityCenterDeleted) String added in v0.171.3

func (x *SyncActivityCenterDeleted) String() string

type SyncActivityCenterDismissed added in v0.91.14

type SyncActivityCenterDismissed struct {
	Clock uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids   [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterDismissed) Descriptor deprecated added in v0.91.14

func (*SyncActivityCenterDismissed) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterDismissed.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterDismissed) GetClock added in v0.91.14

func (x *SyncActivityCenterDismissed) GetClock() uint64

func (*SyncActivityCenterDismissed) GetIds added in v0.91.14

func (x *SyncActivityCenterDismissed) GetIds() [][]byte

func (*SyncActivityCenterDismissed) ProtoMessage added in v0.91.14

func (*SyncActivityCenterDismissed) ProtoMessage()

func (*SyncActivityCenterDismissed) ProtoReflect added in v0.163.14

func (*SyncActivityCenterDismissed) Reset added in v0.91.14

func (x *SyncActivityCenterDismissed) Reset()

func (*SyncActivityCenterDismissed) String added in v0.91.14

func (x *SyncActivityCenterDismissed) String() string

type SyncActivityCenterNotificationState added in v0.157.2

type SyncActivityCenterNotificationState struct {
	UpdatedAt uint64 `protobuf:"varint,1,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	HasSeen   bool   `protobuf:"varint,2,opt,name=has_seen,json=hasSeen,proto3" json:"has_seen,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterNotificationState) Descriptor deprecated added in v0.157.2

func (*SyncActivityCenterNotificationState) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterNotificationState.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterNotificationState) GetHasSeen added in v0.157.2

func (x *SyncActivityCenterNotificationState) GetHasSeen() bool

func (*SyncActivityCenterNotificationState) GetUpdatedAt added in v0.157.2

func (x *SyncActivityCenterNotificationState) GetUpdatedAt() uint64

func (*SyncActivityCenterNotificationState) ProtoMessage added in v0.157.2

func (*SyncActivityCenterNotificationState) ProtoMessage()

func (*SyncActivityCenterNotificationState) ProtoReflect added in v0.163.14

func (*SyncActivityCenterNotificationState) Reset added in v0.157.2

func (*SyncActivityCenterNotificationState) String added in v0.157.2

type SyncActivityCenterRead added in v0.91.14

type SyncActivityCenterRead struct {
	Clock uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids   [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterRead) Descriptor deprecated added in v0.91.14

func (*SyncActivityCenterRead) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterRead.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterRead) GetClock added in v0.91.14

func (x *SyncActivityCenterRead) GetClock() uint64

func (*SyncActivityCenterRead) GetIds added in v0.91.14

func (x *SyncActivityCenterRead) GetIds() [][]byte

func (*SyncActivityCenterRead) ProtoMessage added in v0.91.14

func (*SyncActivityCenterRead) ProtoMessage()

func (*SyncActivityCenterRead) ProtoReflect added in v0.163.14

func (x *SyncActivityCenterRead) ProtoReflect() protoreflect.Message

func (*SyncActivityCenterRead) Reset added in v0.91.14

func (x *SyncActivityCenterRead) Reset()

func (*SyncActivityCenterRead) String added in v0.91.14

func (x *SyncActivityCenterRead) String() string

type SyncActivityCenterUnread added in v0.171.3

type SyncActivityCenterUnread struct {
	Clock uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids   [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActivityCenterUnread) Descriptor deprecated added in v0.171.3

func (*SyncActivityCenterUnread) Descriptor() ([]byte, []int)

Deprecated: Use SyncActivityCenterUnread.ProtoReflect.Descriptor instead.

func (*SyncActivityCenterUnread) GetClock added in v0.171.3

func (x *SyncActivityCenterUnread) GetClock() uint64

func (*SyncActivityCenterUnread) GetIds added in v0.171.3

func (x *SyncActivityCenterUnread) GetIds() [][]byte

func (*SyncActivityCenterUnread) ProtoMessage added in v0.171.3

func (*SyncActivityCenterUnread) ProtoMessage()

func (*SyncActivityCenterUnread) ProtoReflect added in v0.171.5

func (x *SyncActivityCenterUnread) ProtoReflect() protoreflect.Message

func (*SyncActivityCenterUnread) Reset added in v0.171.3

func (x *SyncActivityCenterUnread) Reset()

func (*SyncActivityCenterUnread) String added in v0.171.3

func (x *SyncActivityCenterUnread) String() string

type SyncBookmark added in v0.94.4

type SyncBookmark struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Url       string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Name      string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	ImageUrl  string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	Removed   bool   `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
	DeletedAt uint64 `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncBookmark) Descriptor deprecated added in v0.94.4

func (*SyncBookmark) Descriptor() ([]byte, []int)

Deprecated: Use SyncBookmark.ProtoReflect.Descriptor instead.

func (*SyncBookmark) GetClock added in v0.94.4

func (x *SyncBookmark) GetClock() uint64

func (*SyncBookmark) GetDeletedAt added in v0.102.2

func (x *SyncBookmark) GetDeletedAt() uint64

func (*SyncBookmark) GetImageUrl added in v0.94.4

func (x *SyncBookmark) GetImageUrl() string

func (*SyncBookmark) GetName added in v0.94.4

func (x *SyncBookmark) GetName() string

func (*SyncBookmark) GetRemoved added in v0.94.4

func (x *SyncBookmark) GetRemoved() bool

func (*SyncBookmark) GetUrl added in v0.94.4

func (x *SyncBookmark) GetUrl() string

func (*SyncBookmark) ProtoMessage added in v0.94.4

func (*SyncBookmark) ProtoMessage()

func (*SyncBookmark) ProtoReflect added in v0.163.14

func (x *SyncBookmark) ProtoReflect() protoreflect.Message

func (*SyncBookmark) Reset added in v0.94.4

func (x *SyncBookmark) Reset()

func (*SyncBookmark) String added in v0.94.4

func (x *SyncBookmark) String() string

type SyncChat added in v0.170.0

type SyncChat struct {
	Id                     string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ChatType               uint32                    `protobuf:"varint,2,opt,name=chat_type,json=chatType,proto3" json:"chat_type,omitempty"`
	Name                   string                    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	MembershipUpdateEvents []*MembershipUpdateEvents `protobuf:"bytes,4,rep,name=membershipUpdateEvents,proto3" json:"membershipUpdateEvents,omitempty"`
	Active                 bool                      `protobuf:"varint,5,opt,name=active,proto3" json:"active,omitempty"`
	Clock                  uint64                    `protobuf:"varint,6,opt,name=clock,proto3" json:"clock,omitempty"`
	Muted                  bool                      `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncChat) Descriptor deprecated added in v0.170.0

func (*SyncChat) Descriptor() ([]byte, []int)

Deprecated: Use SyncChat.ProtoReflect.Descriptor instead.

func (*SyncChat) GetActive added in v0.170.0

func (x *SyncChat) GetActive() bool

func (*SyncChat) GetChatType added in v0.170.0

func (x *SyncChat) GetChatType() uint32

func (*SyncChat) GetClock added in v0.170.0

func (x *SyncChat) GetClock() uint64

func (*SyncChat) GetId added in v0.170.0

func (x *SyncChat) GetId() string

func (*SyncChat) GetMembershipUpdateEvents added in v0.170.0

func (x *SyncChat) GetMembershipUpdateEvents() []*MembershipUpdateEvents

func (*SyncChat) GetMuted added in v0.170.0

func (x *SyncChat) GetMuted() bool

func (*SyncChat) GetName added in v0.170.0

func (x *SyncChat) GetName() string

func (*SyncChat) ProtoMessage added in v0.170.0

func (*SyncChat) ProtoMessage()

func (*SyncChat) ProtoReflect added in v0.171.1

func (x *SyncChat) ProtoReflect() protoreflect.Message

func (*SyncChat) Reset added in v0.170.0

func (x *SyncChat) Reset()

func (*SyncChat) String added in v0.170.0

func (x *SyncChat) String() string

type SyncChatMessagesRead added in v0.89.18

type SyncChatMessagesRead struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncChatMessagesRead) Descriptor deprecated added in v0.89.18

func (*SyncChatMessagesRead) Descriptor() ([]byte, []int)

Deprecated: Use SyncChatMessagesRead.ProtoReflect.Descriptor instead.

func (*SyncChatMessagesRead) GetClock added in v0.89.18

func (x *SyncChatMessagesRead) GetClock() uint64

func (*SyncChatMessagesRead) GetId added in v0.89.18

func (x *SyncChatMessagesRead) GetId() string

func (*SyncChatMessagesRead) ProtoMessage added in v0.89.18

func (*SyncChatMessagesRead) ProtoMessage()

func (*SyncChatMessagesRead) ProtoReflect added in v0.163.14

func (x *SyncChatMessagesRead) ProtoReflect() protoreflect.Message

func (*SyncChatMessagesRead) Reset added in v0.89.18

func (x *SyncChatMessagesRead) Reset()

func (*SyncChatMessagesRead) String added in v0.89.18

func (x *SyncChatMessagesRead) String() string

type SyncChatRemoved added in v0.89.7

type SyncChatRemoved struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncChatRemoved) Descriptor deprecated added in v0.89.7

func (*SyncChatRemoved) Descriptor() ([]byte, []int)

Deprecated: Use SyncChatRemoved.ProtoReflect.Descriptor instead.

func (*SyncChatRemoved) GetClock added in v0.89.7

func (x *SyncChatRemoved) GetClock() uint64

func (*SyncChatRemoved) GetId added in v0.89.7

func (x *SyncChatRemoved) GetId() string

func (*SyncChatRemoved) ProtoMessage added in v0.89.7

func (*SyncChatRemoved) ProtoMessage()

func (*SyncChatRemoved) ProtoReflect added in v0.163.14

func (x *SyncChatRemoved) ProtoReflect() protoreflect.Message

func (*SyncChatRemoved) Reset added in v0.89.7

func (x *SyncChatRemoved) Reset()

func (*SyncChatRemoved) String added in v0.89.7

func (x *SyncChatRemoved) String() string

type SyncClearHistory added in v0.94.3

type SyncClearHistory struct {
	ChatId    string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	ClearedAt uint64 `protobuf:"varint,2,opt,name=cleared_at,json=clearedAt,proto3" json:"cleared_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncClearHistory) Descriptor deprecated added in v0.94.3

func (*SyncClearHistory) Descriptor() ([]byte, []int)

Deprecated: Use SyncClearHistory.ProtoReflect.Descriptor instead.

func (*SyncClearHistory) GetChatId added in v0.94.3

func (x *SyncClearHistory) GetChatId() string

func (*SyncClearHistory) GetClearedAt added in v0.94.3

func (x *SyncClearHistory) GetClearedAt() uint64

func (*SyncClearHistory) ProtoMessage added in v0.94.3

func (*SyncClearHistory) ProtoMessage()

func (*SyncClearHistory) ProtoReflect added in v0.163.14

func (x *SyncClearHistory) ProtoReflect() protoreflect.Message

func (*SyncClearHistory) Reset added in v0.94.3

func (x *SyncClearHistory) Reset()

func (*SyncClearHistory) String added in v0.94.3

func (x *SyncClearHistory) String() string

type SyncCommunityControlNode added in v0.171.5

type SyncCommunityControlNode struct {

	// Lamport timestamp of control node change
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// The device id of the control node
	// Empty if there is no control node
	InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncCommunityControlNode) Descriptor deprecated added in v0.171.5

func (*SyncCommunityControlNode) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommunityControlNode.ProtoReflect.Descriptor instead.

func (*SyncCommunityControlNode) GetClock added in v0.171.5

func (x *SyncCommunityControlNode) GetClock() uint64

func (*SyncCommunityControlNode) GetInstallationId added in v0.171.5

func (x *SyncCommunityControlNode) GetInstallationId() string

func (*SyncCommunityControlNode) ProtoMessage added in v0.171.5

func (*SyncCommunityControlNode) ProtoMessage()

func (*SyncCommunityControlNode) ProtoReflect added in v0.171.5

func (x *SyncCommunityControlNode) ProtoReflect() protoreflect.Message

func (*SyncCommunityControlNode) Reset added in v0.171.5

func (x *SyncCommunityControlNode) Reset()

func (*SyncCommunityControlNode) String added in v0.171.5

func (x *SyncCommunityControlNode) String() string

type SyncCommunityRequestsToJoin added in v0.83.8

type SyncCommunityRequestsToJoin struct {
	Id               []byte             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PublicKey        string             `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Clock            uint64             `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName          string             `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ChatId           string             `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	CommunityId      []byte             `protobuf:"bytes,6,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	State            uint64             `protobuf:"varint,7,opt,name=state,proto3" json:"state,omitempty"`
	RevealedAccounts []*RevealedAccount `protobuf:"bytes,8,rep,name=revealed_accounts,json=revealedAccounts,proto3" json:"revealed_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncCommunityRequestsToJoin) Descriptor deprecated added in v0.83.8

func (*SyncCommunityRequestsToJoin) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommunityRequestsToJoin.ProtoReflect.Descriptor instead.

func (*SyncCommunityRequestsToJoin) GetChatId added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetChatId() string

func (*SyncCommunityRequestsToJoin) GetClock added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetClock() uint64

func (*SyncCommunityRequestsToJoin) GetCommunityId added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetCommunityId() []byte

func (*SyncCommunityRequestsToJoin) GetEnsName added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetEnsName() string

func (*SyncCommunityRequestsToJoin) GetId added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetId() []byte

func (*SyncCommunityRequestsToJoin) GetPublicKey added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetPublicKey() string

func (*SyncCommunityRequestsToJoin) GetRevealedAccounts added in v0.158.0

func (x *SyncCommunityRequestsToJoin) GetRevealedAccounts() []*RevealedAccount

func (*SyncCommunityRequestsToJoin) GetState added in v0.83.8

func (x *SyncCommunityRequestsToJoin) GetState() uint64

func (*SyncCommunityRequestsToJoin) ProtoMessage added in v0.83.8

func (*SyncCommunityRequestsToJoin) ProtoMessage()

func (*SyncCommunityRequestsToJoin) ProtoReflect added in v0.163.14

func (*SyncCommunityRequestsToJoin) Reset added in v0.83.8

func (x *SyncCommunityRequestsToJoin) Reset()

func (*SyncCommunityRequestsToJoin) String added in v0.83.8

func (x *SyncCommunityRequestsToJoin) String() string

type SyncCommunitySettings added in v0.102.2

type SyncCommunitySettings struct {
	Clock                        uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	CommunityId                  string `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	HistoryArchiveSupportEnabled bool   `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncCommunitySettings) Descriptor deprecated added in v0.102.2

func (*SyncCommunitySettings) Descriptor() ([]byte, []int)

Deprecated: Use SyncCommunitySettings.ProtoReflect.Descriptor instead.

func (*SyncCommunitySettings) GetClock added in v0.102.2

func (x *SyncCommunitySettings) GetClock() uint64

func (*SyncCommunitySettings) GetCommunityId added in v0.102.2

func (x *SyncCommunitySettings) GetCommunityId() string

func (*SyncCommunitySettings) GetHistoryArchiveSupportEnabled added in v0.102.2

func (x *SyncCommunitySettings) GetHistoryArchiveSupportEnabled() bool

func (*SyncCommunitySettings) ProtoMessage added in v0.102.2

func (*SyncCommunitySettings) ProtoMessage()

func (*SyncCommunitySettings) ProtoReflect added in v0.163.14

func (x *SyncCommunitySettings) ProtoReflect() protoreflect.Message

func (*SyncCommunitySettings) Reset added in v0.102.2

func (x *SyncCommunitySettings) Reset()

func (*SyncCommunitySettings) String added in v0.102.2

func (x *SyncCommunitySettings) String() string

type SyncContactRequestDecision added in v0.106.2

type SyncContactRequestDecision struct {
	Clock          uint64                                    `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	RequestId      string                                    `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"`
	DecisionStatus SyncContactRequestDecision_DecisionStatus `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncContactRequestDecision) Descriptor deprecated added in v0.106.2

func (*SyncContactRequestDecision) Descriptor() ([]byte, []int)

Deprecated: Use SyncContactRequestDecision.ProtoReflect.Descriptor instead.

func (*SyncContactRequestDecision) GetClock added in v0.106.2

func (x *SyncContactRequestDecision) GetClock() uint64

func (*SyncContactRequestDecision) GetDecisionStatus added in v0.106.2

func (*SyncContactRequestDecision) GetRequestId added in v0.106.2

func (x *SyncContactRequestDecision) GetRequestId() string

func (*SyncContactRequestDecision) ProtoMessage added in v0.106.2

func (*SyncContactRequestDecision) ProtoMessage()

func (*SyncContactRequestDecision) ProtoReflect added in v0.163.14

func (*SyncContactRequestDecision) Reset added in v0.106.2

func (x *SyncContactRequestDecision) Reset()

func (*SyncContactRequestDecision) String added in v0.106.2

func (x *SyncContactRequestDecision) String() string

type SyncContactRequestDecision_DecisionStatus added in v0.106.2

type SyncContactRequestDecision_DecisionStatus int32
const (
	SyncContactRequestDecision_ACCEPTED SyncContactRequestDecision_DecisionStatus = 0
	SyncContactRequestDecision_DECLINED SyncContactRequestDecision_DecisionStatus = 1
)

func (SyncContactRequestDecision_DecisionStatus) Descriptor added in v0.163.14

func (SyncContactRequestDecision_DecisionStatus) Enum added in v0.163.14

func (SyncContactRequestDecision_DecisionStatus) EnumDescriptor deprecated added in v0.106.2

func (SyncContactRequestDecision_DecisionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncContactRequestDecision_DecisionStatus.Descriptor instead.

func (SyncContactRequestDecision_DecisionStatus) Number added in v0.163.14

func (SyncContactRequestDecision_DecisionStatus) String added in v0.106.2

func (SyncContactRequestDecision_DecisionStatus) Type added in v0.163.14

type SyncDeleteForMeMessage added in v0.163.14

type SyncDeleteForMeMessage struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncDeleteForMeMessage) Descriptor deprecated added in v0.163.14

func (*SyncDeleteForMeMessage) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeleteForMeMessage.ProtoReflect.Descriptor instead.

func (*SyncDeleteForMeMessage) GetClock added in v0.163.14

func (x *SyncDeleteForMeMessage) GetClock() uint64

func (*SyncDeleteForMeMessage) GetMessageId added in v0.163.14

func (x *SyncDeleteForMeMessage) GetMessageId() string

func (*SyncDeleteForMeMessage) ProtoMessage added in v0.163.14

func (*SyncDeleteForMeMessage) ProtoMessage()

func (*SyncDeleteForMeMessage) ProtoReflect added in v0.163.14

func (x *SyncDeleteForMeMessage) ProtoReflect() protoreflect.Message

func (*SyncDeleteForMeMessage) Reset added in v0.163.14

func (x *SyncDeleteForMeMessage) Reset()

func (*SyncDeleteForMeMessage) String added in v0.163.14

func (x *SyncDeleteForMeMessage) String() string

type SyncEnsUsernameDetail added in v0.148.3

type SyncEnsUsernameDetail struct {
	Clock    uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	ChainId  uint64 `protobuf:"varint,3,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	Removed  bool   `protobuf:"varint,4,opt,name=removed,proto3" json:"removed,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncEnsUsernameDetail) Descriptor deprecated added in v0.148.3

func (*SyncEnsUsernameDetail) Descriptor() ([]byte, []int)

Deprecated: Use SyncEnsUsernameDetail.ProtoReflect.Descriptor instead.

func (*SyncEnsUsernameDetail) GetChainId added in v0.148.3

func (x *SyncEnsUsernameDetail) GetChainId() uint64

func (*SyncEnsUsernameDetail) GetClock added in v0.148.3

func (x *SyncEnsUsernameDetail) GetClock() uint64

func (*SyncEnsUsernameDetail) GetRemoved added in v0.148.3

func (x *SyncEnsUsernameDetail) GetRemoved() bool

func (*SyncEnsUsernameDetail) GetUsername added in v0.148.3

func (x *SyncEnsUsernameDetail) GetUsername() string

func (*SyncEnsUsernameDetail) ProtoMessage added in v0.148.3

func (*SyncEnsUsernameDetail) ProtoMessage()

func (*SyncEnsUsernameDetail) ProtoReflect added in v0.163.14

func (x *SyncEnsUsernameDetail) ProtoReflect() protoreflect.Message

func (*SyncEnsUsernameDetail) Reset added in v0.148.3

func (x *SyncEnsUsernameDetail) Reset()

func (*SyncEnsUsernameDetail) String added in v0.148.3

func (x *SyncEnsUsernameDetail) String() string

type SyncInstallationAccount

type SyncInstallationAccount struct {
	Clock        uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	ProfileImage string `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	LastUpdated  uint64 `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncInstallationAccount) Descriptor deprecated

func (*SyncInstallationAccount) Descriptor() ([]byte, []int)

Deprecated: Use SyncInstallationAccount.ProtoReflect.Descriptor instead.

func (*SyncInstallationAccount) GetClock

func (x *SyncInstallationAccount) GetClock() uint64

func (*SyncInstallationAccount) GetLastUpdated

func (x *SyncInstallationAccount) GetLastUpdated() uint64

func (*SyncInstallationAccount) GetProfileImage

func (x *SyncInstallationAccount) GetProfileImage() string

func (*SyncInstallationAccount) ProtoMessage

func (*SyncInstallationAccount) ProtoMessage()

func (*SyncInstallationAccount) ProtoReflect added in v0.163.14

func (x *SyncInstallationAccount) ProtoReflect() protoreflect.Message

func (*SyncInstallationAccount) Reset

func (x *SyncInstallationAccount) Reset()

func (*SyncInstallationAccount) String

func (x *SyncInstallationAccount) String() string

type SyncInstallationCommunity added in v0.163.14

type SyncInstallationCommunity struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id    []byte `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Don't sync private_key because we want to have only one control node
	//
	// Deprecated: Marked as deprecated in pairing.proto.
	PrivateKey     []byte                         `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Description    []byte                         `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Joined         bool                           `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"`
	Verified       bool                           `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"`
	Muted          bool                           `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
	RequestsToJoin []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"`
	Settings       *SyncCommunitySettings         `protobuf:"bytes,9,opt,name=settings,proto3" json:"settings,omitempty"`
	Encrypted      bool                           `protobuf:"varint,10,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Spectated      bool                           `protobuf:"varint,11,opt,name=spectated,proto3" json:"spectated,omitempty"`
	EncryptionKeys []byte                         `protobuf:"bytes,12,opt,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
	ControlNode    *SyncCommunityControlNode      `protobuf:"bytes,13,opt,name=control_node,json=controlNode,proto3" json:"control_node,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncInstallationCommunity) Descriptor deprecated added in v0.163.14

func (*SyncInstallationCommunity) Descriptor() ([]byte, []int)

Deprecated: Use SyncInstallationCommunity.ProtoReflect.Descriptor instead.

func (*SyncInstallationCommunity) GetClock added in v0.163.14

func (x *SyncInstallationCommunity) GetClock() uint64

func (*SyncInstallationCommunity) GetControlNode added in v0.171.5

func (*SyncInstallationCommunity) GetDescription added in v0.163.14

func (x *SyncInstallationCommunity) GetDescription() []byte

func (*SyncInstallationCommunity) GetEncrypted added in v0.163.14

func (x *SyncInstallationCommunity) GetEncrypted() bool

func (*SyncInstallationCommunity) GetEncryptionKeys added in v0.163.14

func (x *SyncInstallationCommunity) GetEncryptionKeys() []byte

func (*SyncInstallationCommunity) GetId added in v0.163.14

func (x *SyncInstallationCommunity) GetId() []byte

func (*SyncInstallationCommunity) GetJoined added in v0.163.14

func (x *SyncInstallationCommunity) GetJoined() bool

func (*SyncInstallationCommunity) GetMuted added in v0.163.14

func (x *SyncInstallationCommunity) GetMuted() bool

func (*SyncInstallationCommunity) GetPrivateKey deprecated added in v0.163.14

func (x *SyncInstallationCommunity) GetPrivateKey() []byte

Deprecated: Marked as deprecated in pairing.proto.

func (*SyncInstallationCommunity) GetRequestsToJoin added in v0.163.14

func (x *SyncInstallationCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin

func (*SyncInstallationCommunity) GetSettings added in v0.163.14

func (*SyncInstallationCommunity) GetSpectated added in v0.163.14

func (x *SyncInstallationCommunity) GetSpectated() bool

func (*SyncInstallationCommunity) GetVerified added in v0.163.14

func (x *SyncInstallationCommunity) GetVerified() bool

func (*SyncInstallationCommunity) ProtoMessage added in v0.163.14

func (*SyncInstallationCommunity) ProtoMessage()

func (*SyncInstallationCommunity) ProtoReflect added in v0.163.14

func (*SyncInstallationCommunity) Reset added in v0.163.14

func (x *SyncInstallationCommunity) Reset()

func (*SyncInstallationCommunity) String added in v0.163.14

func (x *SyncInstallationCommunity) String() string

type SyncInstallationContactV2 added in v0.88.0

type SyncInstallationContactV2 struct {
	LastUpdatedLocally        uint64   `protobuf:"varint,1,opt,name=last_updated_locally,json=lastUpdatedLocally,proto3" json:"last_updated_locally,omitempty"`
	Id                        string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ProfileImage              string   `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	EnsName                   string   `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	LastUpdated               uint64   `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	SystemTags                []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
	LocalNickname             string   `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
	Added                     bool     `protobuf:"varint,9,opt,name=added,proto3" json:"added,omitempty"`
	Blocked                   bool     `protobuf:"varint,10,opt,name=blocked,proto3" json:"blocked,omitempty"`
	Muted                     bool     `protobuf:"varint,11,opt,name=muted,proto3" json:"muted,omitempty"`
	Removed                   bool     `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
	HasAddedUs                bool     `protobuf:"varint,13,opt,name=has_added_us,json=hasAddedUs,proto3" json:"has_added_us,omitempty"`
	VerificationStatus        int64    `protobuf:"varint,14,opt,name=verification_status,json=verificationStatus,proto3" json:"verification_status,omitempty"`
	TrustStatus               int64    `protobuf:"varint,15,opt,name=trust_status,json=trustStatus,proto3" json:"trust_status,omitempty"`
	ContactRequestLocalState  int64    `` /* 139-byte string literal not displayed */
	ContactRequestLocalClock  int64    `` /* 139-byte string literal not displayed */
	ContactRequestRemoteState int64    `` /* 142-byte string literal not displayed */
	ContactRequestRemoteClock int64    `` /* 142-byte string literal not displayed */
	DisplayName               string   `protobuf:"bytes,20,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncInstallationContactV2) Descriptor deprecated added in v0.88.0

func (*SyncInstallationContactV2) Descriptor() ([]byte, []int)

Deprecated: Use SyncInstallationContactV2.ProtoReflect.Descriptor instead.

func (*SyncInstallationContactV2) GetAdded added in v0.88.0

func (x *SyncInstallationContactV2) GetAdded() bool

func (*SyncInstallationContactV2) GetBlocked added in v0.88.0

func (x *SyncInstallationContactV2) GetBlocked() bool

func (*SyncInstallationContactV2) GetContactRequestLocalClock added in v0.126.0

func (x *SyncInstallationContactV2) GetContactRequestLocalClock() int64

func (*SyncInstallationContactV2) GetContactRequestLocalState added in v0.126.0

func (x *SyncInstallationContactV2) GetContactRequestLocalState() int64

func (*SyncInstallationContactV2) GetContactRequestRemoteClock added in v0.126.0

func (x *SyncInstallationContactV2) GetContactRequestRemoteClock() int64

func (*SyncInstallationContactV2) GetContactRequestRemoteState added in v0.126.0

func (x *SyncInstallationContactV2) GetContactRequestRemoteState() int64

func (*SyncInstallationContactV2) GetDisplayName added in v0.131.4

func (x *SyncInstallationContactV2) GetDisplayName() string

func (*SyncInstallationContactV2) GetEnsName added in v0.88.0

func (x *SyncInstallationContactV2) GetEnsName() string

func (*SyncInstallationContactV2) GetHasAddedUs added in v0.90.0

func (x *SyncInstallationContactV2) GetHasAddedUs() bool

func (*SyncInstallationContactV2) GetId added in v0.88.0

func (x *SyncInstallationContactV2) GetId() string

func (*SyncInstallationContactV2) GetLastUpdated added in v0.88.0

func (x *SyncInstallationContactV2) GetLastUpdated() uint64

func (*SyncInstallationContactV2) GetLastUpdatedLocally added in v0.90.0

func (x *SyncInstallationContactV2) GetLastUpdatedLocally() uint64

func (*SyncInstallationContactV2) GetLocalNickname added in v0.88.0

func (x *SyncInstallationContactV2) GetLocalNickname() string

func (*SyncInstallationContactV2) GetMuted added in v0.88.0

func (x *SyncInstallationContactV2) GetMuted() bool

func (*SyncInstallationContactV2) GetProfileImage added in v0.88.0

func (x *SyncInstallationContactV2) GetProfileImage() string

func (*SyncInstallationContactV2) GetRemoved added in v0.88.0

func (x *SyncInstallationContactV2) GetRemoved() bool

func (*SyncInstallationContactV2) GetSystemTags added in v0.88.0

func (x *SyncInstallationContactV2) GetSystemTags() []string

func (*SyncInstallationContactV2) GetTrustStatus added in v0.102.6

func (x *SyncInstallationContactV2) GetTrustStatus() int64

func (*SyncInstallationContactV2) GetVerificationStatus added in v0.102.6

func (x *SyncInstallationContactV2) GetVerificationStatus() int64

func (*SyncInstallationContactV2) ProtoMessage added in v0.88.0

func (*SyncInstallationContactV2) ProtoMessage()

func (*SyncInstallationContactV2) ProtoReflect added in v0.163.14

func (*SyncInstallationContactV2) Reset added in v0.88.0

func (x *SyncInstallationContactV2) Reset()

func (*SyncInstallationContactV2) String added in v0.88.0

func (x *SyncInstallationContactV2) String() string

type SyncKeycard added in v0.133.2

type SyncKeycard struct {
	Uid       string   `protobuf:"bytes,1,opt,name=uid,proto3" json:"uid,omitempty"`
	Name      string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Locked    bool     `protobuf:"varint,3,opt,name=locked,proto3" json:"locked,omitempty"`
	KeyUid    string   `protobuf:"bytes,4,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Addresses [][]byte `protobuf:"bytes,5,rep,name=addresses,proto3" json:"addresses,omitempty"`
	Position  uint64   `protobuf:"varint,6,opt,name=position,proto3" json:"position,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncKeycard) Descriptor deprecated added in v0.133.2

func (*SyncKeycard) Descriptor() ([]byte, []int)

Deprecated: Use SyncKeycard.ProtoReflect.Descriptor instead.

func (*SyncKeycard) GetAddresses added in v0.133.2

func (x *SyncKeycard) GetAddresses() [][]byte

func (*SyncKeycard) GetKeyUid added in v0.133.2

func (x *SyncKeycard) GetKeyUid() string

func (*SyncKeycard) GetLocked added in v0.133.2

func (x *SyncKeycard) GetLocked() bool

func (*SyncKeycard) GetName added in v0.133.2

func (x *SyncKeycard) GetName() string

func (*SyncKeycard) GetPosition added in v0.161.6

func (x *SyncKeycard) GetPosition() uint64

func (*SyncKeycard) GetUid added in v0.133.2

func (x *SyncKeycard) GetUid() string

func (*SyncKeycard) ProtoMessage added in v0.133.2

func (*SyncKeycard) ProtoMessage()

func (*SyncKeycard) ProtoReflect added in v0.163.14

func (x *SyncKeycard) ProtoReflect() protoreflect.Message

func (*SyncKeycard) Reset added in v0.133.2

func (x *SyncKeycard) Reset()

func (*SyncKeycard) String added in v0.133.2

func (x *SyncKeycard) String() string

type SyncKeypair added in v0.152.2

type SyncKeypair struct {
	Clock                   uint64         `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	KeyUid                  string         `protobuf:"bytes,2,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Name                    string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type                    string         `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	DerivedFrom             string         `protobuf:"bytes,5,opt,name=derived_from,json=derivedFrom,proto3" json:"derived_from,omitempty"`
	LastUsedDerivationIndex uint64         `` /* 135-byte string literal not displayed */
	SyncedFrom              string         `protobuf:"bytes,7,opt,name=synced_from,json=syncedFrom,proto3" json:"synced_from,omitempty"`
	Accounts                []*SyncAccount `protobuf:"bytes,8,rep,name=accounts,proto3" json:"accounts,omitempty"`
	Keycards                []*SyncKeycard `protobuf:"bytes,9,rep,name=keycards,proto3" json:"keycards,omitempty"`
	Removed                 bool           `protobuf:"varint,10,opt,name=removed,proto3" json:"removed,omitempty"`
	KeycardPairings         []byte         `protobuf:"bytes,11,opt,name=keycard_pairings,json=keycardPairings,proto3" json:"keycard_pairings,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncKeypair) Descriptor deprecated added in v0.152.2

func (*SyncKeypair) Descriptor() ([]byte, []int)

Deprecated: Use SyncKeypair.ProtoReflect.Descriptor instead.

func (*SyncKeypair) GetAccounts added in v0.152.2

func (x *SyncKeypair) GetAccounts() []*SyncAccount

func (*SyncKeypair) GetClock added in v0.152.2

func (x *SyncKeypair) GetClock() uint64

func (*SyncKeypair) GetDerivedFrom added in v0.152.2

func (x *SyncKeypair) GetDerivedFrom() string

func (*SyncKeypair) GetKeyUid added in v0.152.2

func (x *SyncKeypair) GetKeyUid() string

func (*SyncKeypair) GetKeycardPairings added in v0.166.11

func (x *SyncKeypair) GetKeycardPairings() []byte

func (*SyncKeypair) GetKeycards added in v0.161.2

func (x *SyncKeypair) GetKeycards() []*SyncKeycard

func (*SyncKeypair) GetLastUsedDerivationIndex added in v0.152.2

func (x *SyncKeypair) GetLastUsedDerivationIndex() uint64

func (*SyncKeypair) GetName added in v0.152.2

func (x *SyncKeypair) GetName() string

func (*SyncKeypair) GetRemoved added in v0.161.2

func (x *SyncKeypair) GetRemoved() bool

func (*SyncKeypair) GetSyncedFrom added in v0.152.2

func (x *SyncKeypair) GetSyncedFrom() string

func (*SyncKeypair) GetType added in v0.152.2

func (x *SyncKeypair) GetType() string

func (*SyncKeypair) ProtoMessage added in v0.152.2

func (*SyncKeypair) ProtoMessage()

func (*SyncKeypair) ProtoReflect added in v0.163.14

func (x *SyncKeypair) ProtoReflect() protoreflect.Message

func (*SyncKeypair) Reset added in v0.152.2

func (x *SyncKeypair) Reset()

func (*SyncKeypair) String added in v0.152.2

func (x *SyncKeypair) String() string

type SyncPairInstallation added in v0.163.14

type SyncPairInstallation struct {
	Clock          uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	InstallationId string `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	DeviceType     string `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
	Name           string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// following fields used for local pairing
	Version uint32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncPairInstallation) Descriptor deprecated added in v0.163.14

func (*SyncPairInstallation) Descriptor() ([]byte, []int)

Deprecated: Use SyncPairInstallation.ProtoReflect.Descriptor instead.

func (*SyncPairInstallation) GetClock added in v0.163.14

func (x *SyncPairInstallation) GetClock() uint64

func (*SyncPairInstallation) GetDeviceType added in v0.163.14

func (x *SyncPairInstallation) GetDeviceType() string

func (*SyncPairInstallation) GetInstallationId added in v0.163.14

func (x *SyncPairInstallation) GetInstallationId() string

func (*SyncPairInstallation) GetName added in v0.163.14

func (x *SyncPairInstallation) GetName() string

func (*SyncPairInstallation) GetVersion added in v0.163.14

func (x *SyncPairInstallation) GetVersion() uint32

func (*SyncPairInstallation) ProtoMessage added in v0.163.14

func (*SyncPairInstallation) ProtoMessage()

func (*SyncPairInstallation) ProtoReflect added in v0.163.14

func (x *SyncPairInstallation) ProtoReflect() protoreflect.Message

func (*SyncPairInstallation) Reset added in v0.163.14

func (x *SyncPairInstallation) Reset()

func (*SyncPairInstallation) String added in v0.163.14

func (x *SyncPairInstallation) String() string

type SyncProfilePicture added in v0.98.4

type SyncProfilePicture struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Payload      []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Width        uint32 `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	Height       uint32 `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	FileSize     uint32 `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	ResizeTarget uint32 `protobuf:"varint,6,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
	Clock        uint64 `protobuf:"varint,7,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncProfilePicture) Descriptor deprecated added in v0.98.4

func (*SyncProfilePicture) Descriptor() ([]byte, []int)

Deprecated: Use SyncProfilePicture.ProtoReflect.Descriptor instead.

func (*SyncProfilePicture) GetClock added in v0.98.4

func (x *SyncProfilePicture) GetClock() uint64

func (*SyncProfilePicture) GetFileSize added in v0.98.4

func (x *SyncProfilePicture) GetFileSize() uint32

func (*SyncProfilePicture) GetHeight added in v0.98.4

func (x *SyncProfilePicture) GetHeight() uint32

func (*SyncProfilePicture) GetName added in v0.98.4

func (x *SyncProfilePicture) GetName() string

func (*SyncProfilePicture) GetPayload added in v0.98.4

func (x *SyncProfilePicture) GetPayload() []byte

func (*SyncProfilePicture) GetResizeTarget added in v0.98.4

func (x *SyncProfilePicture) GetResizeTarget() uint32

func (*SyncProfilePicture) GetWidth added in v0.98.4

func (x *SyncProfilePicture) GetWidth() uint32

func (*SyncProfilePicture) ProtoMessage added in v0.98.4

func (*SyncProfilePicture) ProtoMessage()

func (*SyncProfilePicture) ProtoReflect added in v0.163.14

func (x *SyncProfilePicture) ProtoReflect() protoreflect.Message

func (*SyncProfilePicture) Reset added in v0.98.4

func (x *SyncProfilePicture) Reset()

func (*SyncProfilePicture) String added in v0.98.4

func (x *SyncProfilePicture) String() string

type SyncProfilePictures added in v0.98.4

type SyncProfilePictures struct {
	KeyUid   string                `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Pictures []*SyncProfilePicture `protobuf:"bytes,2,rep,name=pictures,proto3" json:"pictures,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncProfilePictures) Descriptor deprecated added in v0.98.4

func (*SyncProfilePictures) Descriptor() ([]byte, []int)

Deprecated: Use SyncProfilePictures.ProtoReflect.Descriptor instead.

func (*SyncProfilePictures) GetKeyUid added in v0.98.4

func (x *SyncProfilePictures) GetKeyUid() string

func (*SyncProfilePictures) GetPictures added in v0.98.4

func (x *SyncProfilePictures) GetPictures() []*SyncProfilePicture

func (*SyncProfilePictures) ProtoMessage added in v0.98.4

func (*SyncProfilePictures) ProtoMessage()

func (*SyncProfilePictures) ProtoReflect added in v0.163.14

func (x *SyncProfilePictures) ProtoReflect() protoreflect.Message

func (*SyncProfilePictures) Reset added in v0.98.4

func (x *SyncProfilePictures) Reset()

func (*SyncProfilePictures) String added in v0.98.4

func (x *SyncProfilePictures) String() string

type SyncRawMessage added in v0.118.0

type SyncRawMessage struct {
	RawMessages []*RawMessage `protobuf:"bytes,1,rep,name=rawMessages,proto3" json:"rawMessages,omitempty"`
	// we need these to be able to login
	SubAccountsJsonBytes []byte `protobuf:"bytes,2,opt,name=subAccountsJsonBytes,proto3" json:"subAccountsJsonBytes,omitempty"`
	SettingsJsonBytes    []byte `protobuf:"bytes,3,opt,name=settingsJsonBytes,proto3" json:"settingsJsonBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRawMessage) Descriptor deprecated added in v0.118.0

func (*SyncRawMessage) Descriptor() ([]byte, []int)

Deprecated: Use SyncRawMessage.ProtoReflect.Descriptor instead.

func (*SyncRawMessage) GetRawMessages added in v0.118.0

func (x *SyncRawMessage) GetRawMessages() []*RawMessage

func (*SyncRawMessage) GetSettingsJsonBytes added in v0.118.0

func (x *SyncRawMessage) GetSettingsJsonBytes() []byte

func (*SyncRawMessage) GetSubAccountsJsonBytes added in v0.118.0

func (x *SyncRawMessage) GetSubAccountsJsonBytes() []byte

func (*SyncRawMessage) ProtoMessage added in v0.118.0

func (*SyncRawMessage) ProtoMessage()

func (*SyncRawMessage) ProtoReflect added in v0.163.14

func (x *SyncRawMessage) ProtoReflect() protoreflect.Message

func (*SyncRawMessage) Reset added in v0.118.0

func (x *SyncRawMessage) Reset()

func (*SyncRawMessage) String added in v0.118.0

func (x *SyncRawMessage) String() string

type SyncSavedAddress added in v0.111.5

type SyncSavedAddress struct {
	Address         []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Name            string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Favourite       bool   `protobuf:"varint,3,opt,name=favourite,proto3" json:"favourite,omitempty"`
	Removed         bool   `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
	UpdateClock     uint64 `protobuf:"varint,7,opt,name=update_clock,json=updateClock,proto3" json:"update_clock,omitempty"`
	ChainShortNames string `protobuf:"bytes,8,opt,name=chain_short_names,json=chainShortNames,proto3" json:"chain_short_names,omitempty"`
	Ens             string `protobuf:"bytes,9,opt,name=ens,proto3" json:"ens,omitempty"`
	IsTest          bool   `protobuf:"varint,10,opt,name=is_test,json=isTest,proto3" json:"is_test,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncSavedAddress) Descriptor deprecated added in v0.111.5

func (*SyncSavedAddress) Descriptor() ([]byte, []int)

Deprecated: Use SyncSavedAddress.ProtoReflect.Descriptor instead.

func (*SyncSavedAddress) GetAddress added in v0.111.5

func (x *SyncSavedAddress) GetAddress() []byte

func (*SyncSavedAddress) GetChainShortNames added in v0.137.2

func (x *SyncSavedAddress) GetChainShortNames() string

func (*SyncSavedAddress) GetEns added in v0.137.2

func (x *SyncSavedAddress) GetEns() string

func (*SyncSavedAddress) GetFavourite added in v0.111.5

func (x *SyncSavedAddress) GetFavourite() bool

func (*SyncSavedAddress) GetIsTest added in v0.137.2

func (x *SyncSavedAddress) GetIsTest() bool

func (*SyncSavedAddress) GetName added in v0.111.5

func (x *SyncSavedAddress) GetName() string

func (*SyncSavedAddress) GetRemoved added in v0.111.5

func (x *SyncSavedAddress) GetRemoved() bool

func (*SyncSavedAddress) GetUpdateClock added in v0.111.5

func (x *SyncSavedAddress) GetUpdateClock() uint64

func (*SyncSavedAddress) ProtoMessage added in v0.111.5

func (*SyncSavedAddress) ProtoMessage()

func (*SyncSavedAddress) ProtoReflect added in v0.163.14

func (x *SyncSavedAddress) ProtoReflect() protoreflect.Message

func (*SyncSavedAddress) Reset added in v0.111.5

func (x *SyncSavedAddress) Reset()

func (*SyncSavedAddress) String added in v0.111.5

func (x *SyncSavedAddress) String() string

type SyncSetting added in v0.97.0

type SyncSetting struct {
	Type  SyncSetting_Type `protobuf:"varint,1,opt,name=type,proto3,enum=protobuf.SyncSetting_Type" json:"type,omitempty"`
	Clock uint64           `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	// Types that are assignable to Value:
	//
	//	*SyncSetting_ValueString
	//	*SyncSetting_ValueBytes
	//	*SyncSetting_ValueBool
	//	*SyncSetting_ValueInt64
	Value isSyncSetting_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*SyncSetting) Descriptor deprecated added in v0.97.0

func (*SyncSetting) Descriptor() ([]byte, []int)

Deprecated: Use SyncSetting.ProtoReflect.Descriptor instead.

func (*SyncSetting) GetClock added in v0.97.0

func (x *SyncSetting) GetClock() uint64

func (*SyncSetting) GetType added in v0.97.0

func (x *SyncSetting) GetType() SyncSetting_Type

func (*SyncSetting) GetValue added in v0.97.0

func (m *SyncSetting) GetValue() isSyncSetting_Value

func (*SyncSetting) GetValueBool added in v0.97.0

func (x *SyncSetting) GetValueBool() bool

func (*SyncSetting) GetValueBytes added in v0.97.0

func (x *SyncSetting) GetValueBytes() []byte

func (*SyncSetting) GetValueInt64 added in v0.97.0

func (x *SyncSetting) GetValueInt64() int64

func (*SyncSetting) GetValueString added in v0.97.0

func (x *SyncSetting) GetValueString() string

func (*SyncSetting) ProtoMessage added in v0.97.0

func (*SyncSetting) ProtoMessage()

func (*SyncSetting) ProtoReflect added in v0.163.14

func (x *SyncSetting) ProtoReflect() protoreflect.Message

func (*SyncSetting) Reset added in v0.97.0

func (x *SyncSetting) Reset()

func (*SyncSetting) String added in v0.97.0

func (x *SyncSetting) String() string

type SyncSetting_Type added in v0.97.0

type SyncSetting_Type int32
const (
	SyncSetting_UNKNOWN                     SyncSetting_Type = 0
	SyncSetting_CURRENCY                    SyncSetting_Type = 1
	SyncSetting_GIF_RECENTS                 SyncSetting_Type = 2
	SyncSetting_GIF_FAVOURITES              SyncSetting_Type = 3
	SyncSetting_MESSAGES_FROM_CONTACTS_ONLY SyncSetting_Type = 4
	SyncSetting_PREFERRED_NAME              SyncSetting_Type = 5
	SyncSetting_PREVIEW_PRIVACY             SyncSetting_Type = 6
	SyncSetting_PROFILE_PICTURES_SHOW_TO    SyncSetting_Type = 7
	SyncSetting_PROFILE_PICTURES_VISIBILITY SyncSetting_Type = 8
	SyncSetting_SEND_STATUS_UPDATES         SyncSetting_Type = 9
	SyncSetting_STICKERS_PACKS_INSTALLED    SyncSetting_Type = 10
	SyncSetting_STICKERS_PACKS_PENDING      SyncSetting_Type = 11
	SyncSetting_STICKERS_RECENT_STICKERS    SyncSetting_Type = 12
	SyncSetting_DISPLAY_NAME                SyncSetting_Type = 13
	SyncSetting_BIO                         SyncSetting_Type = 14
	SyncSetting_MNEMONIC_REMOVED            SyncSetting_Type = 15
	SyncSetting_URL_UNFURLING_MODE          SyncSetting_Type = 18
)

func (SyncSetting_Type) Descriptor added in v0.163.14

func (SyncSetting_Type) Enum added in v0.163.14

func (SyncSetting_Type) EnumDescriptor deprecated added in v0.97.0

func (SyncSetting_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncSetting_Type.Descriptor instead.

func (SyncSetting_Type) Number added in v0.163.14

func (SyncSetting_Type) String added in v0.97.0

func (x SyncSetting_Type) String() string

func (SyncSetting_Type) Type added in v0.163.14

type SyncSetting_ValueBool added in v0.97.0

type SyncSetting_ValueBool struct {
	ValueBool bool `protobuf:"varint,5,opt,name=value_bool,json=valueBool,proto3,oneof"`
}

type SyncSetting_ValueBytes added in v0.97.0

type SyncSetting_ValueBytes struct {
	ValueBytes []byte `protobuf:"bytes,4,opt,name=value_bytes,json=valueBytes,proto3,oneof"`
}

type SyncSetting_ValueInt64 added in v0.97.0

type SyncSetting_ValueInt64 struct {
	ValueInt64 int64 `protobuf:"varint,6,opt,name=value_int64,json=valueInt64,proto3,oneof"`
}

type SyncSetting_ValueString added in v0.97.0

type SyncSetting_ValueString struct {
	ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3,oneof"`
}
type SyncSocialLinks struct {
	SocialLinks []*SocialLink `protobuf:"bytes,1,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
	Clock       uint64        `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncSocialLinks) Descriptor deprecated added in v0.156.1

func (*SyncSocialLinks) Descriptor() ([]byte, []int)

Deprecated: Use SyncSocialLinks.ProtoReflect.Descriptor instead.

func (*SyncSocialLinks) GetClock added in v0.156.1

func (x *SyncSocialLinks) GetClock() uint64
func (x *SyncSocialLinks) GetSocialLinks() []*SocialLink

func (*SyncSocialLinks) ProtoMessage added in v0.156.1

func (*SyncSocialLinks) ProtoMessage()

func (*SyncSocialLinks) ProtoReflect added in v0.163.14

func (x *SyncSocialLinks) ProtoReflect() protoreflect.Message

func (*SyncSocialLinks) Reset added in v0.156.1

func (x *SyncSocialLinks) Reset()

func (*SyncSocialLinks) String added in v0.156.1

func (x *SyncSocialLinks) String() string

type SyncTrustedUser added in v0.102.6

type SyncTrustedUser struct {
	Clock  uint64                      `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id     string                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Status SyncTrustedUser_TrustStatus `protobuf:"varint,3,opt,name=status,proto3,enum=protobuf.SyncTrustedUser_TrustStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncTrustedUser) Descriptor deprecated added in v0.102.6

func (*SyncTrustedUser) Descriptor() ([]byte, []int)

Deprecated: Use SyncTrustedUser.ProtoReflect.Descriptor instead.

func (*SyncTrustedUser) GetClock added in v0.102.6

func (x *SyncTrustedUser) GetClock() uint64

func (*SyncTrustedUser) GetId added in v0.102.6

func (x *SyncTrustedUser) GetId() string

func (*SyncTrustedUser) GetStatus added in v0.102.6

func (*SyncTrustedUser) ProtoMessage added in v0.102.6

func (*SyncTrustedUser) ProtoMessage()

func (*SyncTrustedUser) ProtoReflect added in v0.163.14

func (x *SyncTrustedUser) ProtoReflect() protoreflect.Message

func (*SyncTrustedUser) Reset added in v0.102.6

func (x *SyncTrustedUser) Reset()

func (*SyncTrustedUser) String added in v0.102.6

func (x *SyncTrustedUser) String() string

type SyncTrustedUser_TrustStatus added in v0.102.6

type SyncTrustedUser_TrustStatus int32
const (
	SyncTrustedUser_UNKNOWN       SyncTrustedUser_TrustStatus = 0
	SyncTrustedUser_TRUSTED       SyncTrustedUser_TrustStatus = 1
	SyncTrustedUser_UNTRUSTWORTHY SyncTrustedUser_TrustStatus = 2
)

func (SyncTrustedUser_TrustStatus) Descriptor added in v0.163.14

func (SyncTrustedUser_TrustStatus) Enum added in v0.163.14

func (SyncTrustedUser_TrustStatus) EnumDescriptor deprecated added in v0.102.6

func (SyncTrustedUser_TrustStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncTrustedUser_TrustStatus.Descriptor instead.

func (SyncTrustedUser_TrustStatus) Number added in v0.163.14

func (SyncTrustedUser_TrustStatus) String added in v0.102.6

func (SyncTrustedUser_TrustStatus) Type added in v0.163.14

type SyncVerificationRequest added in v0.102.6

type SyncVerificationRequest struct {
	Clock              uint64                                     `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	From               string                                     `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                 string                                     `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Challenge          string                                     `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"`
	RequestedAt        uint64                                     `protobuf:"varint,5,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"`
	Response           string                                     `protobuf:"bytes,6,opt,name=response,proto3" json:"response,omitempty"`
	RepliedAt          uint64                                     `protobuf:"varint,7,opt,name=replied_at,json=repliedAt,proto3" json:"replied_at,omitempty"`
	VerificationStatus SyncVerificationRequest_VerificationStatus `` /* 173-byte string literal not displayed */
	Id                 string                                     `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncVerificationRequest) Descriptor deprecated added in v0.102.6

func (*SyncVerificationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SyncVerificationRequest.ProtoReflect.Descriptor instead.

func (*SyncVerificationRequest) GetChallenge added in v0.102.6

func (x *SyncVerificationRequest) GetChallenge() string

func (*SyncVerificationRequest) GetClock added in v0.102.6

func (x *SyncVerificationRequest) GetClock() uint64

func (*SyncVerificationRequest) GetFrom added in v0.102.6

func (x *SyncVerificationRequest) GetFrom() string

func (*SyncVerificationRequest) GetId added in v0.113.0

func (x *SyncVerificationRequest) GetId() string

func (*SyncVerificationRequest) GetRepliedAt added in v0.102.6

func (x *SyncVerificationRequest) GetRepliedAt() uint64

func (*SyncVerificationRequest) GetRequestedAt added in v0.102.6

func (x *SyncVerificationRequest) GetRequestedAt() uint64

func (*SyncVerificationRequest) GetResponse added in v0.102.6

func (x *SyncVerificationRequest) GetResponse() string

func (*SyncVerificationRequest) GetTo added in v0.102.6

func (x *SyncVerificationRequest) GetTo() string

func (*SyncVerificationRequest) GetVerificationStatus added in v0.102.6

func (*SyncVerificationRequest) ProtoMessage added in v0.102.6

func (*SyncVerificationRequest) ProtoMessage()

func (*SyncVerificationRequest) ProtoReflect added in v0.163.14

func (x *SyncVerificationRequest) ProtoReflect() protoreflect.Message

func (*SyncVerificationRequest) Reset added in v0.102.6

func (x *SyncVerificationRequest) Reset()

func (*SyncVerificationRequest) String added in v0.102.6

func (x *SyncVerificationRequest) String() string

type SyncVerificationRequest_VerificationStatus added in v0.102.6

type SyncVerificationRequest_VerificationStatus int32
const (
	SyncVerificationRequest_UNKNOWN  SyncVerificationRequest_VerificationStatus = 0
	SyncVerificationRequest_PENDING  SyncVerificationRequest_VerificationStatus = 1
	SyncVerificationRequest_ACCEPTED SyncVerificationRequest_VerificationStatus = 2
	SyncVerificationRequest_DECLINED SyncVerificationRequest_VerificationStatus = 3
	SyncVerificationRequest_CANCELED SyncVerificationRequest_VerificationStatus = 4
)

func (SyncVerificationRequest_VerificationStatus) Descriptor added in v0.163.14

func (SyncVerificationRequest_VerificationStatus) Enum added in v0.163.14

func (SyncVerificationRequest_VerificationStatus) EnumDescriptor deprecated added in v0.102.6

func (SyncVerificationRequest_VerificationStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncVerificationRequest_VerificationStatus.Descriptor instead.

func (SyncVerificationRequest_VerificationStatus) Number added in v0.163.14

func (SyncVerificationRequest_VerificationStatus) String added in v0.102.6

func (SyncVerificationRequest_VerificationStatus) Type added in v0.163.14

type TokenCriteria added in v0.136.0

type TokenCriteria struct {
	ContractAddresses map[uint64]string  `` /* 201-byte string literal not displayed */
	Type              CommunityTokenType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.CommunityTokenType" json:"type,omitempty"`
	Symbol            string             `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"`
	Name              string             `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Amount            string             `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"`
	TokenIds          []uint64           `protobuf:"varint,6,rep,packed,name=token_ids,json=tokenIds,proto3" json:"token_ids,omitempty"`
	EnsPattern        string             `protobuf:"bytes,7,opt,name=ens_pattern,json=ensPattern,proto3" json:"ens_pattern,omitempty"`
	Decimals          uint64             `protobuf:"varint,8,opt,name=decimals,proto3" json:"decimals,omitempty"`
	// contains filtered or unexported fields
}

func (*TokenCriteria) Descriptor deprecated added in v0.136.0

func (*TokenCriteria) Descriptor() ([]byte, []int)

Deprecated: Use TokenCriteria.ProtoReflect.Descriptor instead.

func (*TokenCriteria) GetAmount added in v0.136.0

func (x *TokenCriteria) GetAmount() string

func (*TokenCriteria) GetContractAddresses added in v0.136.0

func (x *TokenCriteria) GetContractAddresses() map[uint64]string

func (*TokenCriteria) GetDecimals added in v0.139.1

func (x *TokenCriteria) GetDecimals() uint64

func (*TokenCriteria) GetEnsPattern added in v0.136.0

func (x *TokenCriteria) GetEnsPattern() string

func (*TokenCriteria) GetName added in v0.136.0

func (x *TokenCriteria) GetName() string

func (*TokenCriteria) GetSymbol added in v0.136.0

func (x *TokenCriteria) GetSymbol() string

func (*TokenCriteria) GetTokenIds added in v0.136.0

func (x *TokenCriteria) GetTokenIds() []uint64

func (*TokenCriteria) GetType added in v0.136.0

func (x *TokenCriteria) GetType() CommunityTokenType

func (*TokenCriteria) ProtoMessage added in v0.136.0

func (*TokenCriteria) ProtoMessage()

func (*TokenCriteria) ProtoReflect added in v0.163.14

func (x *TokenCriteria) ProtoReflect() protoreflect.Message

func (*TokenCriteria) Reset added in v0.136.0

func (x *TokenCriteria) Reset()

func (*TokenCriteria) String added in v0.136.0

func (x *TokenCriteria) String() string

type URLData added in v0.161.2

type URLData struct {

	// Community, Channel, or User
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Shard   *Shard `protobuf:"bytes,2,opt,name=shard,proto3" json:"shard,omitempty"`
	// contains filtered or unexported fields
}

func (*URLData) Descriptor deprecated added in v0.161.2

func (*URLData) Descriptor() ([]byte, []int)

Deprecated: Use URLData.ProtoReflect.Descriptor instead.

func (*URLData) GetContent added in v0.161.2

func (x *URLData) GetContent() []byte

func (*URLData) GetShard added in v0.170.0

func (x *URLData) GetShard() *Shard

func (*URLData) ProtoMessage added in v0.161.2

func (*URLData) ProtoMessage()

func (*URLData) ProtoReflect added in v0.163.14

func (x *URLData) ProtoReflect() protoreflect.Message

func (*URLData) Reset added in v0.161.2

func (x *URLData) Reset()

func (*URLData) String added in v0.161.2

func (x *URLData) String() string
type UnfurledLink struct {

	// A valid URL which uniquely identifies this link.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// Website's title.
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// Description is sometimes available, but can be empty. Most mainstream
	// websites provide this information.
	Description      string                `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	ThumbnailPayload []byte                `protobuf:"bytes,4,opt,name=thumbnail_payload,json=thumbnailPayload,proto3" json:"thumbnail_payload,omitempty"`
	ThumbnailWidth   uint32                `protobuf:"varint,5,opt,name=thumbnail_width,json=thumbnailWidth,proto3" json:"thumbnail_width,omitempty"`
	ThumbnailHeight  uint32                `protobuf:"varint,6,opt,name=thumbnail_height,json=thumbnailHeight,proto3" json:"thumbnail_height,omitempty"`
	Type             UnfurledLink_LinkType `protobuf:"varint,7,opt,name=type,proto3,enum=protobuf.UnfurledLink_LinkType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfurledLink) Descriptor deprecated added in v0.151.12

func (*UnfurledLink) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledLink.ProtoReflect.Descriptor instead.

func (*UnfurledLink) GetDescription added in v0.151.12

func (x *UnfurledLink) GetDescription() string

func (*UnfurledLink) GetThumbnailHeight added in v0.151.12

func (x *UnfurledLink) GetThumbnailHeight() uint32

func (*UnfurledLink) GetThumbnailPayload added in v0.151.12

func (x *UnfurledLink) GetThumbnailPayload() []byte

func (*UnfurledLink) GetThumbnailWidth added in v0.151.12

func (x *UnfurledLink) GetThumbnailWidth() uint32

func (*UnfurledLink) GetTitle added in v0.151.12

func (x *UnfurledLink) GetTitle() string

func (*UnfurledLink) GetType added in v0.163.14

func (x *UnfurledLink) GetType() UnfurledLink_LinkType

func (*UnfurledLink) GetUrl added in v0.151.12

func (x *UnfurledLink) GetUrl() string

func (*UnfurledLink) ProtoMessage added in v0.151.12

func (*UnfurledLink) ProtoMessage()

func (*UnfurledLink) ProtoReflect added in v0.163.14

func (x *UnfurledLink) ProtoReflect() protoreflect.Message

func (*UnfurledLink) Reset added in v0.151.12

func (x *UnfurledLink) Reset()

func (*UnfurledLink) String added in v0.151.12

func (x *UnfurledLink) String() string

type UnfurledLinkThumbnail added in v0.170.0

type UnfurledLinkThumbnail struct {
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Width   uint32 `protobuf:"varint,2,opt,name=width,proto3" json:"width,omitempty"`
	Height  uint32 `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfurledLinkThumbnail) Descriptor deprecated added in v0.170.0

func (*UnfurledLinkThumbnail) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledLinkThumbnail.ProtoReflect.Descriptor instead.

func (*UnfurledLinkThumbnail) GetHeight added in v0.170.0

func (x *UnfurledLinkThumbnail) GetHeight() uint32

func (*UnfurledLinkThumbnail) GetPayload added in v0.170.0

func (x *UnfurledLinkThumbnail) GetPayload() []byte

func (*UnfurledLinkThumbnail) GetWidth added in v0.170.0

func (x *UnfurledLinkThumbnail) GetWidth() uint32

func (*UnfurledLinkThumbnail) ProtoMessage added in v0.170.0

func (*UnfurledLinkThumbnail) ProtoMessage()

func (*UnfurledLinkThumbnail) ProtoReflect added in v0.171.1

func (x *UnfurledLinkThumbnail) ProtoReflect() protoreflect.Message

func (*UnfurledLinkThumbnail) Reset added in v0.170.0

func (x *UnfurledLinkThumbnail) Reset()

func (*UnfurledLinkThumbnail) String added in v0.170.0

func (x *UnfurledLinkThumbnail) String() string
type UnfurledLink_LinkType int32
const (
	UnfurledLink_LINK  UnfurledLink_LinkType = 0
	UnfurledLink_IMAGE UnfurledLink_LinkType = 1
)
func (UnfurledLink_LinkType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UnfurledLink_LinkType.Descriptor instead.

func (x UnfurledLink_LinkType) String() string
type UnfurledStatusChannelLink struct {
	ChannelUuid []byte                       `protobuf:"bytes,1,opt,name=channel_uuid,json=channelUuid,proto3" json:"channel_uuid,omitempty"`
	Emoji       string                       `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"`
	DisplayName string                       `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string                       `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Color       string                       `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	Community   *UnfurledStatusCommunityLink `protobuf:"bytes,6,opt,name=community,proto3" json:"community,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfurledStatusChannelLink) Descriptor deprecated added in v0.170.0

func (*UnfurledStatusChannelLink) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledStatusChannelLink.ProtoReflect.Descriptor instead.

func (*UnfurledStatusChannelLink) GetChannelUuid added in v0.170.0

func (x *UnfurledStatusChannelLink) GetChannelUuid() []byte

func (*UnfurledStatusChannelLink) GetColor added in v0.170.0

func (x *UnfurledStatusChannelLink) GetColor() string

func (*UnfurledStatusChannelLink) GetCommunity added in v0.170.0

func (*UnfurledStatusChannelLink) GetDescription added in v0.170.0

func (x *UnfurledStatusChannelLink) GetDescription() string

func (*UnfurledStatusChannelLink) GetDisplayName added in v0.170.0

func (x *UnfurledStatusChannelLink) GetDisplayName() string

func (*UnfurledStatusChannelLink) GetEmoji added in v0.170.0

func (x *UnfurledStatusChannelLink) GetEmoji() string

func (*UnfurledStatusChannelLink) ProtoMessage added in v0.170.0

func (*UnfurledStatusChannelLink) ProtoMessage()

func (*UnfurledStatusChannelLink) ProtoReflect added in v0.171.1

func (*UnfurledStatusChannelLink) Reset added in v0.170.0

func (x *UnfurledStatusChannelLink) Reset()

func (*UnfurledStatusChannelLink) String added in v0.170.0

func (x *UnfurledStatusChannelLink) String() string
type UnfurledStatusCommunityLink struct {
	CommunityId  []byte                 `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	DisplayName  string                 `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description  string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	MembersCount uint32                 `protobuf:"varint,4,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	Color        string                 `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	Icon         *UnfurledLinkThumbnail `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"`
	Banner       *UnfurledLinkThumbnail `protobuf:"bytes,8,opt,name=banner,proto3" json:"banner,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfurledStatusCommunityLink) Descriptor deprecated added in v0.170.0

func (*UnfurledStatusCommunityLink) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledStatusCommunityLink.ProtoReflect.Descriptor instead.

func (*UnfurledStatusCommunityLink) GetBanner added in v0.170.0

func (*UnfurledStatusCommunityLink) GetColor added in v0.170.0

func (x *UnfurledStatusCommunityLink) GetColor() string

func (*UnfurledStatusCommunityLink) GetCommunityId added in v0.170.0

func (x *UnfurledStatusCommunityLink) GetCommunityId() []byte

func (*UnfurledStatusCommunityLink) GetDescription added in v0.170.0

func (x *UnfurledStatusCommunityLink) GetDescription() string

func (*UnfurledStatusCommunityLink) GetDisplayName added in v0.170.0

func (x *UnfurledStatusCommunityLink) GetDisplayName() string

func (*UnfurledStatusCommunityLink) GetIcon added in v0.170.0

func (*UnfurledStatusCommunityLink) GetMembersCount added in v0.170.0

func (x *UnfurledStatusCommunityLink) GetMembersCount() uint32

func (*UnfurledStatusCommunityLink) ProtoMessage added in v0.170.0

func (*UnfurledStatusCommunityLink) ProtoMessage()

func (*UnfurledStatusCommunityLink) ProtoReflect added in v0.171.1

func (*UnfurledStatusCommunityLink) Reset added in v0.170.0

func (x *UnfurledStatusCommunityLink) Reset()

func (*UnfurledStatusCommunityLink) String added in v0.170.0

func (x *UnfurledStatusCommunityLink) String() string
type UnfurledStatusContactLink struct {
	PublicKey   []byte                 `protobuf:"bytes,1,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	DisplayName string                 `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Icon        *UnfurledLinkThumbnail `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*UnfurledStatusContactLink) Descriptor deprecated added in v0.170.0

func (*UnfurledStatusContactLink) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledStatusContactLink.ProtoReflect.Descriptor instead.

func (*UnfurledStatusContactLink) GetDescription added in v0.170.0

func (x *UnfurledStatusContactLink) GetDescription() string

func (*UnfurledStatusContactLink) GetDisplayName added in v0.170.0

func (x *UnfurledStatusContactLink) GetDisplayName() string

func (*UnfurledStatusContactLink) GetIcon added in v0.170.0

func (*UnfurledStatusContactLink) GetPublicKey added in v0.170.0

func (x *UnfurledStatusContactLink) GetPublicKey() []byte

func (*UnfurledStatusContactLink) ProtoMessage added in v0.170.0

func (*UnfurledStatusContactLink) ProtoMessage()

func (*UnfurledStatusContactLink) ProtoReflect added in v0.171.1

func (*UnfurledStatusContactLink) Reset added in v0.170.0

func (x *UnfurledStatusContactLink) Reset()

func (*UnfurledStatusContactLink) String added in v0.170.0

func (x *UnfurledStatusContactLink) String() string
type UnfurledStatusLink struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// Types that are assignable to Payload:
	//
	//	*UnfurledStatusLink_Contact
	//	*UnfurledStatusLink_Community
	//	*UnfurledStatusLink_Channel
	Payload isUnfurledStatusLink_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*UnfurledStatusLink) Descriptor deprecated added in v0.170.0

func (*UnfurledStatusLink) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledStatusLink.ProtoReflect.Descriptor instead.

func (*UnfurledStatusLink) GetChannel added in v0.170.0

func (*UnfurledStatusLink) GetCommunity added in v0.170.0

func (*UnfurledStatusLink) GetContact added in v0.170.0

func (*UnfurledStatusLink) GetPayload added in v0.170.0

func (m *UnfurledStatusLink) GetPayload() isUnfurledStatusLink_Payload

func (*UnfurledStatusLink) GetUrl added in v0.170.0

func (x *UnfurledStatusLink) GetUrl() string

func (*UnfurledStatusLink) ProtoMessage added in v0.170.0

func (*UnfurledStatusLink) ProtoMessage()

func (*UnfurledStatusLink) ProtoReflect added in v0.171.1

func (x *UnfurledStatusLink) ProtoReflect() protoreflect.Message

func (*UnfurledStatusLink) Reset added in v0.170.0

func (x *UnfurledStatusLink) Reset()

func (*UnfurledStatusLink) String added in v0.170.0

func (x *UnfurledStatusLink) String() string
type UnfurledStatusLink_Channel struct {
	Channel *UnfurledStatusChannelLink `protobuf:"bytes,4,opt,name=channel,proto3,oneof"`
}
type UnfurledStatusLink_Community struct {
	Community *UnfurledStatusCommunityLink `protobuf:"bytes,3,opt,name=community,proto3,oneof"`
}
type UnfurledStatusLink_Contact struct {
	Contact *UnfurledStatusContactLink `protobuf:"bytes,2,opt,name=contact,proto3,oneof"`
}
type UnfurledStatusLinks struct {
	UnfurledStatusLinks []*UnfurledStatusLink `protobuf:"bytes,1,rep,name=unfurled_status_links,json=unfurledStatusLinks,proto3" json:"unfurled_status_links,omitempty"`
	// contains filtered or unexported fields
}

Create a wrapper around repeated property for proper unmarshalling

func (*UnfurledStatusLinks) Descriptor deprecated added in v0.170.0

func (*UnfurledStatusLinks) Descriptor() ([]byte, []int)

Deprecated: Use UnfurledStatusLinks.ProtoReflect.Descriptor instead.

func (x *UnfurledStatusLinks) GetUnfurledStatusLinks() []*UnfurledStatusLink

func (*UnfurledStatusLinks) ProtoMessage added in v0.170.0

func (*UnfurledStatusLinks) ProtoMessage()

func (*UnfurledStatusLinks) ProtoReflect added in v0.171.1

func (x *UnfurledStatusLinks) ProtoReflect() protoreflect.Message

func (*UnfurledStatusLinks) Reset added in v0.170.0

func (x *UnfurledStatusLinks) Reset()

func (*UnfurledStatusLinks) String added in v0.170.0

func (x *UnfurledStatusLinks) String() string

type User added in v0.161.2

type User struct {
	DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Color       string `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated added in v0.161.2

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetColor added in v0.161.2

func (x *User) GetColor() string

func (*User) GetDescription added in v0.161.2

func (x *User) GetDescription() string

func (*User) GetDisplayName added in v0.161.2

func (x *User) GetDisplayName() string

func (*User) ProtoMessage added in v0.161.2

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v0.163.14

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset added in v0.161.2

func (x *User) Reset()

func (*User) String added in v0.161.2

func (x *User) String() string

type WakuMessage added in v0.98.1

type WakuMessage struct {
	Sig          []byte `protobuf:"bytes,1,opt,name=sig,proto3" json:"sig,omitempty"`
	Timestamp    uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Topic        []byte `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"`
	Payload      []byte `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	Padding      []byte `protobuf:"bytes,5,opt,name=padding,proto3" json:"padding,omitempty"`
	Hash         []byte `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	ThirdPartyId string `protobuf:"bytes,7,opt,name=thirdPartyId,proto3" json:"thirdPartyId,omitempty"`
	// contains filtered or unexported fields
}

func (*WakuMessage) Descriptor deprecated added in v0.98.1

func (*WakuMessage) Descriptor() ([]byte, []int)

Deprecated: Use WakuMessage.ProtoReflect.Descriptor instead.

func (*WakuMessage) GetHash added in v0.98.1

func (x *WakuMessage) GetHash() []byte

func (*WakuMessage) GetPadding added in v0.98.1

func (x *WakuMessage) GetPadding() []byte

func (*WakuMessage) GetPayload added in v0.98.1

func (x *WakuMessage) GetPayload() []byte

func (*WakuMessage) GetSig added in v0.98.1

func (x *WakuMessage) GetSig() []byte

func (*WakuMessage) GetThirdPartyId added in v0.111.5

func (x *WakuMessage) GetThirdPartyId() string

func (*WakuMessage) GetTimestamp added in v0.98.1

func (x *WakuMessage) GetTimestamp() uint64

func (*WakuMessage) GetTopic added in v0.98.1

func (x *WakuMessage) GetTopic() []byte

func (*WakuMessage) ProtoMessage added in v0.98.1

func (*WakuMessage) ProtoMessage()

func (*WakuMessage) ProtoReflect added in v0.163.14

func (x *WakuMessage) ProtoReflect() protoreflect.Message

func (*WakuMessage) Reset added in v0.98.1

func (x *WakuMessage) Reset()

func (*WakuMessage) String added in v0.98.1

func (x *WakuMessage) String() string

type WakuMessageArchive added in v0.98.1

type WakuMessageArchive struct {
	Version  uint32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Messages []*WakuMessage              `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*WakuMessageArchive) Descriptor deprecated added in v0.98.1

func (*WakuMessageArchive) Descriptor() ([]byte, []int)

Deprecated: Use WakuMessageArchive.ProtoReflect.Descriptor instead.

func (*WakuMessageArchive) GetMessages added in v0.98.1

func (x *WakuMessageArchive) GetMessages() []*WakuMessage

func (*WakuMessageArchive) GetMetadata added in v0.98.1

func (*WakuMessageArchive) GetVersion added in v0.98.1

func (x *WakuMessageArchive) GetVersion() uint32

func (*WakuMessageArchive) ProtoMessage added in v0.98.1

func (*WakuMessageArchive) ProtoMessage()

func (*WakuMessageArchive) ProtoReflect added in v0.163.14

func (x *WakuMessageArchive) ProtoReflect() protoreflect.Message

func (*WakuMessageArchive) Reset added in v0.98.1

func (x *WakuMessageArchive) Reset()

func (*WakuMessageArchive) String added in v0.98.1

func (x *WakuMessageArchive) String() string

type WakuMessageArchiveIndex added in v0.98.1

type WakuMessageArchiveIndex struct {
	Archives map[string]*WakuMessageArchiveIndexMetadata `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WakuMessageArchiveIndex) Descriptor deprecated added in v0.98.1

func (*WakuMessageArchiveIndex) Descriptor() ([]byte, []int)

Deprecated: Use WakuMessageArchiveIndex.ProtoReflect.Descriptor instead.

func (*WakuMessageArchiveIndex) GetArchives added in v0.98.1

func (*WakuMessageArchiveIndex) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveIndex) ProtoMessage()

func (*WakuMessageArchiveIndex) ProtoReflect added in v0.163.14

func (x *WakuMessageArchiveIndex) ProtoReflect() protoreflect.Message

func (*WakuMessageArchiveIndex) Reset added in v0.98.1

func (x *WakuMessageArchiveIndex) Reset()

func (*WakuMessageArchiveIndex) String added in v0.98.1

func (x *WakuMessageArchiveIndex) String() string

type WakuMessageArchiveIndexMetadata added in v0.98.1

type WakuMessageArchiveIndexMetadata struct {
	Version  uint32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Offset   uint64                      `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Size     uint64                      `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Padding  uint64                      `protobuf:"varint,5,opt,name=padding,proto3" json:"padding,omitempty"`
	// contains filtered or unexported fields
}

func (*WakuMessageArchiveIndexMetadata) Descriptor deprecated added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) Descriptor() ([]byte, []int)

Deprecated: Use WakuMessageArchiveIndexMetadata.ProtoReflect.Descriptor instead.

func (*WakuMessageArchiveIndexMetadata) GetMetadata added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) GetOffset added in v0.98.1

func (x *WakuMessageArchiveIndexMetadata) GetOffset() uint64

func (*WakuMessageArchiveIndexMetadata) GetPadding added in v0.98.1

func (x *WakuMessageArchiveIndexMetadata) GetPadding() uint64

func (*WakuMessageArchiveIndexMetadata) GetSize added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) GetVersion added in v0.98.1

func (x *WakuMessageArchiveIndexMetadata) GetVersion() uint32

func (*WakuMessageArchiveIndexMetadata) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) ProtoMessage()

func (*WakuMessageArchiveIndexMetadata) ProtoReflect added in v0.163.14

func (*WakuMessageArchiveIndexMetadata) Reset added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) String added in v0.98.1

type WakuMessageArchiveMetadata added in v0.98.1

type WakuMessageArchiveMetadata struct {
	Version      uint32   `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	From         uint64   `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	To           uint64   `protobuf:"varint,3,opt,name=to,proto3" json:"to,omitempty"`
	ContentTopic [][]byte `protobuf:"bytes,4,rep,name=contentTopic,proto3" json:"contentTopic,omitempty"`
	// contains filtered or unexported fields
}

func (*WakuMessageArchiveMetadata) Descriptor deprecated added in v0.98.1

func (*WakuMessageArchiveMetadata) Descriptor() ([]byte, []int)

Deprecated: Use WakuMessageArchiveMetadata.ProtoReflect.Descriptor instead.

func (*WakuMessageArchiveMetadata) GetContentTopic added in v0.98.1

func (x *WakuMessageArchiveMetadata) GetContentTopic() [][]byte

func (*WakuMessageArchiveMetadata) GetFrom added in v0.98.1

func (x *WakuMessageArchiveMetadata) GetFrom() uint64

func (*WakuMessageArchiveMetadata) GetTo added in v0.98.1

func (*WakuMessageArchiveMetadata) GetVersion added in v0.98.1

func (x *WakuMessageArchiveMetadata) GetVersion() uint32

func (*WakuMessageArchiveMetadata) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveMetadata) ProtoMessage()

func (*WakuMessageArchiveMetadata) ProtoReflect added in v0.163.14

func (*WakuMessageArchiveMetadata) Reset added in v0.98.1

func (x *WakuMessageArchiveMetadata) Reset()

func (*WakuMessageArchiveMetadata) String added in v0.98.1

func (x *WakuMessageArchiveMetadata) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL