protos

package
v0.0.0-...-d57f268 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TextMediaAttribute_TextMediaAttributeType_name = map[int32]string{
		0: "ADDRESS",
		1: "PHONE",
		2: "EMAIL",
		3: "MENTION",
	}
	TextMediaAttribute_TextMediaAttributeType_value = map[string]int32{
		"ADDRESS": 0,
		"PHONE":   1,
		"EMAIL":   2,
		"MENTION": 3,
	}
)

Enum value maps for TextMediaAttribute_TextMediaAttributeType.

View Source
var (
	TextFormatAttribute_TextFormatAttributeType_name = map[int32]string{
		0: "BOLD",
		1: "ITALICS",
		2: "UNDERLINE",
	}
	TextFormatAttribute_TextFormatAttributeType_value = map[string]int32{
		"BOLD":      0,
		"ITALICS":   1,
		"UNDERLINE": 2,
	}
)

Enum value maps for TextFormatAttribute_TextFormatAttributeType.

View Source
var (
	SyncReason_name = map[int32]string{
		0: "UNSET",
		1: "PAGE_LOAD",
		2: "PAGE_FOCUS",
		3: "ONLINE",
		4: "VISIBILITY_CHANGE",
	}
	SyncReason_value = map[string]int32{
		"UNSET":             0,
		"PAGE_LOAD":         1,
		"PAGE_FOCUS":        2,
		"ONLINE":            3,
		"VISIBILITY_CHANGE": 4,
	}
)

Enum value maps for SyncReason.

View Source
var (
	CaptionMetadata_CaptionType_name = map[int32]string{
		0: "DEFAULT",
		1: "BIGTEXT_LEFT",
		2: "BIGTEXT_CENTER",
		3: "BIGTEXT_RIGHT",
	}
	CaptionMetadata_CaptionType_value = map[string]int32{
		"DEFAULT":        0,
		"BIGTEXT_LEFT":   1,
		"BIGTEXT_CENTER": 2,
		"BIGTEXT_RIGHT":  3,
	}
)

Enum value maps for CaptionMetadata_CaptionType.

View Source
var (
	ConversationType_name = map[int32]string{
		0: "ONE_ON_ONE",
		1: "USER_CREATED_GROUP",
	}
	ConversationType_value = map[string]int32{
		"ONE_ON_ONE":         0,
		"USER_CREATED_GROUP": 1,
	}
)

Enum value maps for ConversationType.

View Source
var (
	AssetType_name = map[int32]string{
		0:  "ASSET_TYPE_UNSET",
		1:  "BLOOPS_STICKER",
		2:  "MUSIC",
		3:  "RAW_MEDIA",
		4:  "CANVAS_STICKER",
		5:  "BASE_MEDIA",
		6:  "OVERLAY",
		7:  "EDITS",
		8:  "FIRST_FRAME",
		9:  "THUMBNAIL",
		10: "CAMEO",
		11: "WEB_THUMBNAIL",
		12: "WEB_MEDIA",
		13: "LENS_ASSET",
		14: "VOICEOVER",
		15: "AVATAR_IMAGE",
		16: "SPECTACLES_SIXDOF",
		17: "PLAIN_MEDIA",
	}
	AssetType_value = map[string]int32{
		"ASSET_TYPE_UNSET":  0,
		"BLOOPS_STICKER":    1,
		"MUSIC":             2,
		"RAW_MEDIA":         3,
		"CANVAS_STICKER":    4,
		"BASE_MEDIA":        5,
		"OVERLAY":           6,
		"EDITS":             7,
		"FIRST_FRAME":       8,
		"THUMBNAIL":         9,
		"CAMEO":             10,
		"WEB_THUMBNAIL":     11,
		"WEB_MEDIA":         12,
		"LENS_ASSET":        13,
		"VOICEOVER":         14,
		"AVATAR_IMAGE":      15,
		"SPECTACLES_SIXDOF": 16,
		"PLAIN_MEDIA":       17,
	}
)

Enum value maps for AssetType.

View Source
var (
	DynamicUrlType_name = map[int32]string{
		0: "NONE",
		1: "BITMOJI",
	}
	DynamicUrlType_value = map[string]int32{
		"NONE":    0,
		"BITMOJI": 1,
	}
)

Enum value maps for DynamicUrlType.

View Source
var (
	ContentType_name = map[int32]string{
		0:  "SNAP",
		1:  "CHAT",
		2:  "EXTERNAL_MEDIA",
		3:  "SHARE",
		4:  "NOTE",
		5:  "STICKER",
		6:  "STATUS",
		7:  "LOCATION2",
		8:  "LOCATION",
		9:  "STATUS_SAVE_TO_CAMERA_ROLL",
		10: "STATUS_CONVERSATION_CAPTURE_SCREENSHOT",
		11: "STATUS_CONVERSATION_CAPTURE_RECORD",
		12: "STATUS_CALL_MISSED_VIDEO",
		13: "STATUS_CALL_MISSED_AUDIO",
		14: "STATUS_INVITE_LINK_CHANGE",
		15: "CANVAS_APP",
		16: "LIVE_LOCATION_SHARE",
		17: "CREATIVE_TOOL_ITEM",
		18: "FAMILY_CENTER_INVITE",
		19: "FAMILY_CENTER_ACCEPT",
		20: "FAMILY_CENTER_LEAVE",
		21: "SNAP_NOT_VIEWABLE",
		22: "STATUS_PLUS_GIFT",
		23: "NON_PARTICIPANT_BOT_RESPONSE",
	}
	ContentType_value = map[string]int32{
		"SNAP":                                   0,
		"CHAT":                                   1,
		"EXTERNAL_MEDIA":                         2,
		"SHARE":                                  3,
		"NOTE":                                   4,
		"STICKER":                                5,
		"STATUS":                                 6,
		"LOCATION2":                              7,
		"LOCATION":                               8,
		"STATUS_SAVE_TO_CAMERA_ROLL":             9,
		"STATUS_CONVERSATION_CAPTURE_SCREENSHOT": 10,
		"STATUS_CONVERSATION_CAPTURE_RECORD":     11,
		"STATUS_CALL_MISSED_VIDEO":               12,
		"STATUS_CALL_MISSED_AUDIO":               13,
		"STATUS_INVITE_LINK_CHANGE":              14,
		"CANVAS_APP":                             15,
		"LIVE_LOCATION_SHARE":                    16,
		"CREATIVE_TOOL_ITEM":                     17,
		"FAMILY_CENTER_INVITE":                   18,
		"FAMILY_CENTER_ACCEPT":                   19,
		"FAMILY_CENTER_LEAVE":                    20,
		"SNAP_NOT_VIEWABLE":                      21,
		"STATUS_PLUS_GIFT":                       22,
		"NON_PARTICIPANT_BOT_RESPONSE":           23,
	}
)

Enum value maps for ContentType.

View Source
var (
	CustomizedTTL_name = map[int32]string{
		0:   "CUSTOMIZED_TTL_UNSET",
		1:   "ONE_HOUR",
		6:   "SIX_HOURS",
		12:  "TWELVE_HOURS",
		101: "ONE_DAY",
		102: "TWO_DAYS",
		103: "THREE_DAYS",
		201: "ONE_WEEK",
	}
	CustomizedTTL_value = map[string]int32{
		"CUSTOMIZED_TTL_UNSET": 0,
		"ONE_HOUR":             1,
		"SIX_HOURS":            6,
		"TWELVE_HOURS":         12,
		"ONE_DAY":              101,
		"TWO_DAYS":             102,
		"THREE_DAYS":           103,
		"ONE_WEEK":             201,
	}
)

Enum value maps for CustomizedTTL.

View Source
var (
	Corpus_name = map[int32]string{
		0: "CORPUS_UNSET",
		1: "CORPUS_URL",
	}
	Corpus_value = map[string]int32{
		"CORPUS_UNSET": 0,
		"CORPUS_URL":   1,
	}
)

Enum value maps for Corpus.

View Source
var (
	ContentEnvelope_SavePolicy_name = map[int32]string{
		0: "ENVELOPE_UNSET",
		1: "PROHIBITED",
		2: "LIFETIME",
		3: "VIEW_SESSION",
	}
	ContentEnvelope_SavePolicy_value = map[string]int32{
		"ENVELOPE_UNSET": 0,
		"PROHIBITED":     1,
		"LIFETIME":       2,
		"VIEW_SESSION":   3,
	}
)

Enum value maps for ContentEnvelope_SavePolicy.

View Source
var (
	ContentEnvelope_RemoteMediaInfo_MediaType_name = map[int32]string{
		0: "MEDIATYPE_UNKNOWN",
		1: "IMAGE",
		2: "VIDEO",
		3: "GIF",
	}
	ContentEnvelope_RemoteMediaInfo_MediaType_value = map[string]int32{
		"MEDIATYPE_UNKNOWN": 0,
		"IMAGE":             1,
		"VIDEO":             2,
		"GIF":               3,
	}
)

Enum value maps for ContentEnvelope_RemoteMediaInfo_MediaType.

View Source
var (
	HighWatermark_WatermarkType_name = map[int32]string{
		0: "READ",
		1: "RELEASE",
		2: "SNAP_RELEASE",
	}
	HighWatermark_WatermarkType_value = map[string]int32{
		"READ":         0,
		"RELEASE":      1,
		"SNAP_RELEASE": 2,
	}
)

Enum value maps for HighWatermark_WatermarkType.

View Source
var (
	ChatNotificationPreference_name = map[int32]string{
		0: "ALL_MESSAGES",
		1: "SILENT",
		2: "MENTION_ONLY",
	}
	ChatNotificationPreference_value = map[string]int32{
		"ALL_MESSAGES": 0,
		"SILENT":       1,
		"MENTION_ONLY": 2,
	}
)

Enum value maps for ChatNotificationPreference.

View Source
var (
	Flavor_name = map[int32]string{
		0: "UNKNOWN",
		1: "DEBUG",
		2: "MASTER",
		3: "ALPHA",
		4: "PRODUCTION",
		5: "BETA",
		6: "GOLD",
	}
	Flavor_value = map[string]int32{
		"UNKNOWN":    0,
		"DEBUG":      1,
		"MASTER":     2,
		"ALPHA":      3,
		"PRODUCTION": 4,
		"BETA":       5,
		"GOLD":       6,
	}
)

Enum value maps for Flavor.

View Source
var (
	OsType_name = map[int32]string{
		0: "UNSET",
		1: "IOS",
		2: "ANDROID",
		3: "WINDOWS",
		4: "MAC_OS_X",
		5: "LINUX",
		6: "CHROME_OS",
		7: "OS_TYPE_OTHER",
	}
	OsType_value = map[string]int32{
		"UNSET":         0,
		"IOS":           1,
		"ANDROID":       2,
		"WINDOWS":       3,
		"MAC_OS_X":      4,
		"LINUX":         5,
		"CHROME_OS":     6,
		"OS_TYPE_OTHER": 7,
	}
)

Enum value maps for OsType.

View Source
var (
	FailureType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "MALFORMED_REQUEST",
		2:  "PERSISTENCE",
		3:  "NOT_AUTHORIZED",
		4:  "DUPLICATE_MESSAGE",
		5:  "UPDATE_NOT_APPLICABLE",
		6:  "NOT_FRIENDS",
		7:  "DUPLICATE_REQUEST",
		8:  "DEPENDENCY_NOT_SATISFIED",
		9:  "OUT_OF_SYNC",
		10: "NOT_FOUND",
		11: "MESSAGE_ALREADY_EXPIRED",
	}
	FailureType_value = map[string]int32{
		"UNKNOWN":                  0,
		"MALFORMED_REQUEST":        1,
		"PERSISTENCE":              2,
		"NOT_AUTHORIZED":           3,
		"DUPLICATE_MESSAGE":        4,
		"UPDATE_NOT_APPLICABLE":    5,
		"NOT_FRIENDS":              6,
		"DUPLICATE_REQUEST":        7,
		"DEPENDENCY_NOT_SATISFIED": 8,
		"OUT_OF_SYNC":              9,
		"NOT_FOUND":                10,
		"MESSAGE_ALREADY_EXPIRED":  11,
	}
)

Enum value maps for FailureType.

View Source
var (
	MediaReference_ClaimBehavior_name = map[int32]string{
		0: "REFERENCE_CAN_EXTEND_MEDIA_CLAIM",
		1: "REFERENCE_DO_NOT_CLAIM",
	}
	MediaReference_ClaimBehavior_value = map[string]int32{
		"REFERENCE_CAN_EXTEND_MEDIA_CLAIM": 0,
		"REFERENCE_DO_NOT_CLAIM":           1,
	}
)

Enum value maps for MediaReference_ClaimBehavior.

View Source
var (
	VideoDescription_VideoPlaybackType_name = map[int32]string{
		0: "VIDEO_UNKNOWN_PLAYBACK_TYPE",
		1: "VIDEO_FASTSTART_DISABLED",
		2: "VIDEO_FASTSTART_ENABLED",
		3: "VIDEO_HTTP_STREAMING_DASH",
		4: "VIDEO_HTTP_STREAMING_HLS",
	}
	VideoDescription_VideoPlaybackType_value = map[string]int32{
		"VIDEO_UNKNOWN_PLAYBACK_TYPE": 0,
		"VIDEO_FASTSTART_DISABLED":    1,
		"VIDEO_FASTSTART_ENABLED":     2,
		"VIDEO_HTTP_STREAMING_DASH":   3,
		"VIDEO_HTTP_STREAMING_HLS":    4,
	}
)

Enum value maps for VideoDescription_VideoPlaybackType.

View Source
var (
	VideoDescription_MediaQualityType_name = map[int32]string{
		0:    "VIDEO_MEDIA_QUALITY_TYPE_UNKNOWN",
		100:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_1",
		200:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2",
		300:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3",
		400:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4",
		500:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_5",
		600:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6",
		700:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_7",
		5000: "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_MAX",
		450:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4_5",
		210:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_1",
		220:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_2",
		250:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_5",
		320:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_2",
		350:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_5",
		270:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_7",
		650:  "VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6_5",
	}
	VideoDescription_MediaQualityType_value = map[string]int32{
		"VIDEO_MEDIA_QUALITY_TYPE_UNKNOWN":   0,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_1":   100,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2":   200,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3":   300,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4":   400,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_5":   500,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6":   600,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_7":   700,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_MAX": 5000,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4_5": 450,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_1": 210,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_2": 220,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_5": 250,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_2": 320,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_5": 350,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_7": 270,
		"VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6_5": 650,
	}
)

Enum value maps for VideoDescription_MediaQualityType.

View Source
var (
	VideoFileFormat_name = map[int32]string{
		0: "VIDEO_FILE_UNSET",
		1: "VIDEO_FILE_MP4",
		2: "VIDEO_FILE_FMP4",
	}
	VideoFileFormat_value = map[string]int32{
		"VIDEO_FILE_UNSET": 0,
		"VIDEO_FILE_MP4":   1,
		"VIDEO_FILE_FMP4":  2,
	}
)

Enum value maps for VideoFileFormat.

View Source
var (
	AudioCodecFormat_name = map[int32]string{
		0: "AUDIO_CODEC_UNSET",
		1: "AUDIO_CODEC_AAC",
		2: "AUDIO_CODEC_HEAAC",
		3: "AUDIO_CODEC_OPUS",
	}
	AudioCodecFormat_value = map[string]int32{
		"AUDIO_CODEC_UNSET": 0,
		"AUDIO_CODEC_AAC":   1,
		"AUDIO_CODEC_HEAAC": 2,
		"AUDIO_CODEC_OPUS":  3,
	}
)

Enum value maps for AudioCodecFormat.

View Source
var (
	ImageCodecFormat_name = map[int32]string{
		0: "IMAGE_CODEC_UNSET",
		1: "IMAGE_CODEC_JPEG",
		2: "IMAGE_CODEC_PNG",
		3: "IMAGE_CODEC_WEBP",
		4: "IMAGE_CODEC_HEIF",
		5: "IMAGE_CODEC_AWEBP",
		6: "IMAGE_CODEC_GIF",
	}
	ImageCodecFormat_value = map[string]int32{
		"IMAGE_CODEC_UNSET": 0,
		"IMAGE_CODEC_JPEG":  1,
		"IMAGE_CODEC_PNG":   2,
		"IMAGE_CODEC_WEBP":  3,
		"IMAGE_CODEC_HEIF":  4,
		"IMAGE_CODEC_AWEBP": 5,
		"IMAGE_CODEC_GIF":   6,
	}
)

Enum value maps for ImageCodecFormat.

View Source
var (
	VideoCodecFormat_name = map[int32]string{
		0: "VIDEO_CODEC_UNSET",
		1: "VIDEO_CODEC_H264",
		2: "VIDEO_CODEC_HEVC",
		3: "VIDEO_CODEC_AV1",
		4: "VIDEO_CODEC_VP9",
	}
	VideoCodecFormat_value = map[string]int32{
		"VIDEO_CODEC_UNSET": 0,
		"VIDEO_CODEC_H264":  1,
		"VIDEO_CODEC_HEVC":  2,
		"VIDEO_CODEC_AV1":   3,
		"VIDEO_CODEC_VP9":   4,
	}
)

Enum value maps for VideoCodecFormat.

View Source
var (
	MediaType_name = map[int32]string{
		0:  "MEDIA_TYPE_UNASSIGNED",
		1:  "MEDIA_TYPE_OVERLAY",
		2:  "MEDIA_TYPE_IMAGE",
		3:  "MEDIA_TYPE_VIDEO",
		4:  "MEDIA_TYPE_ASSETBUNDLE",
		5:  "MEDIA_TYPE_AUDIO",
		6:  "MEDIA_TYPE_ANIMATEDIMAGE",
		7:  "MEDIA_TYPE_FONT",
		8:  "MEDIA_TYPE_WEBVIEWCONTENT",
		9:  "MEDIA_TYPE_VIDEONOAUDIO",
		10: "MEDIA_TYPE_SUBTITLES",
		11: "MEDIA_TYPE_DATABLOB",
	}
	MediaType_value = map[string]int32{
		"MEDIA_TYPE_UNASSIGNED":     0,
		"MEDIA_TYPE_OVERLAY":        1,
		"MEDIA_TYPE_IMAGE":          2,
		"MEDIA_TYPE_VIDEO":          3,
		"MEDIA_TYPE_ASSETBUNDLE":    4,
		"MEDIA_TYPE_AUDIO":          5,
		"MEDIA_TYPE_ANIMATEDIMAGE":  6,
		"MEDIA_TYPE_FONT":           7,
		"MEDIA_TYPE_WEBVIEWCONTENT": 8,
		"MEDIA_TYPE_VIDEONOAUDIO":   9,
		"MEDIA_TYPE_SUBTITLES":      10,
		"MEDIA_TYPE_DATABLOB":       11,
	}
)

Enum value maps for MediaType.

View Source
var (
	MediaUrlType_name = map[int32]string{
		0: "MEDIA_URL_TYPE_GCS",
		1: "MEDIA_URL_TYPE_S3",
		2: "MEDIA_URL_TYPE_UNRECOGNIZED_VALUE",
	}
	MediaUrlType_value = map[string]int32{
		"MEDIA_URL_TYPE_GCS":                0,
		"MEDIA_URL_TYPE_S3":                 1,
		"MEDIA_URL_TYPE_UNRECOGNIZED_VALUE": 2,
	}
)

Enum value maps for MediaUrlType.

View Source
var (
	Metadata_MediaType_name = map[int32]string{
		0: "META_DATA_MEDIA_TYPE_IMAGE",
		1: "META_DATA_MEDIA_TYPE_VIDEO",
		2: "META_DATA_MEDIA_TYPE_GIF",
		3: "META_DATA_MEDIA_TYPE_AUDIO",
		4: "META_DATA_MEDIA_TYPE_UNKNOWN",
	}
	Metadata_MediaType_value = map[string]int32{
		"META_DATA_MEDIA_TYPE_IMAGE":   0,
		"META_DATA_MEDIA_TYPE_VIDEO":   1,
		"META_DATA_MEDIA_TYPE_GIF":     2,
		"META_DATA_MEDIA_TYPE_AUDIO":   3,
		"META_DATA_MEDIA_TYPE_UNKNOWN": 4,
	}
)

Enum value maps for Metadata_MediaType.

View Source
var (
	Orientation_name = map[int32]string{
		0: "ORIENTATION_VERTICAL",
		1: "ORIENTATION_HORIZONTAL",
	}
	Orientation_value = map[string]int32{
		"ORIENTATION_VERTICAL":   0,
		"ORIENTATION_HORIZONTAL": 1,
	}
)

Enum value maps for Orientation.

View Source
var (
	DisplayOrientation_name = map[int32]string{
		0: "DISPLAY_ORIENTATION_UNSET",
		1: "DISPLAY_ORIENTATION_UP",
		2: "DISPLAY_ORIENTATION_DOWN",
		3: "DISPLAY_ORIENTATION_LEFT",
		4: "DISPLAY_ORIENTATION_RIGHT",
		5: "DISPLAY_ORIENTATION_UP_MIRRORED",
		6: "DISPLAY_ORIENTATION_DOWN_MIRRORED",
		7: "DISPLAY_ORIENTATION_LEFT_MIRRORED",
		8: "DISPLAY_ORIENTATION_RIGHT_MIRRORED",
	}
	DisplayOrientation_value = map[string]int32{
		"DISPLAY_ORIENTATION_UNSET":          0,
		"DISPLAY_ORIENTATION_UP":             1,
		"DISPLAY_ORIENTATION_DOWN":           2,
		"DISPLAY_ORIENTATION_LEFT":           3,
		"DISPLAY_ORIENTATION_RIGHT":          4,
		"DISPLAY_ORIENTATION_UP_MIRRORED":    5,
		"DISPLAY_ORIENTATION_DOWN_MIRRORED":  6,
		"DISPLAY_ORIENTATION_LEFT_MIRRORED":  7,
		"DISPLAY_ORIENTATION_RIGHT_MIRRORED": 8,
	}
)

Enum value maps for DisplayOrientation.

View Source
var (
	SnapPostOpenViewingPolicy_name = map[int32]string{
		0: "POLICY_UNSET_OR_ENVELOPE",
		1: "POLICY_MEDIA",
	}
	SnapPostOpenViewingPolicy_value = map[string]int32{
		"POLICY_UNSET_OR_ENVELOPE": 0,
		"POLICY_MEDIA":             1,
	}
)

Enum value maps for SnapPostOpenViewingPolicy.

View Source
var (
	ContentSenderLeavePolicy_name = map[int32]string{
		0: "REMOVE",
		1: "KEEP",
	}
	ContentSenderLeavePolicy_value = map[string]int32{
		"REMOVE": 0,
		"KEEP":   1,
	}
)

Enum value maps for ContentSenderLeavePolicy.

View Source
var (
	ContentReadReleasePolicy_name = map[int32]string{
		0: "HIGH_WATER_MARK",
		1: "PER_MESSAGE",
		2: "SNAP",
		3: "HIGH_WATER_MARK_REQUESTED_MESSAGE",
	}
	ContentReadReleasePolicy_value = map[string]int32{
		"HIGH_WATER_MARK":                   0,
		"PER_MESSAGE":                       1,
		"SNAP":                              2,
		"HIGH_WATER_MARK_REQUESTED_MESSAGE": 3,
	}
)

Enum value maps for ContentReadReleasePolicy.

View Source
var (
	EncryptionScheme_name = map[int32]string{
		0: "ENCRYPTION_SCHEME_NOT_APPLICABLE",
		1: "ENCRYPTION_SCHEME_SPOOKEY",
		2: "ENCRYPTION_SCHEME_REGISTRY",
		3: "ENCRYPTION_SCHEME_FIDELIUS",
	}
	EncryptionScheme_value = map[string]int32{
		"ENCRYPTION_SCHEME_NOT_APPLICABLE": 0,
		"ENCRYPTION_SCHEME_SPOOKEY":        1,
		"ENCRYPTION_SCHEME_REGISTRY":       2,
		"ENCRYPTION_SCHEME_FIDELIUS":       3,
	}
)

Enum value maps for EncryptionScheme.

View Source
var (
	ReplyType_name = map[int32]string{
		0: "REPLY_TYPE_NOT_APPLICABLE",
		1: "REPLY_TYPE_CONTEXT",
		2: "REPLY_TYPE_INTERSTITIAL",
	}
	ReplyType_value = map[string]int32{
		"REPLY_TYPE_NOT_APPLICABLE": 0,
		"REPLY_TYPE_CONTEXT":        1,
		"REPLY_TYPE_INTERSTITIAL":   2,
	}
)

Enum value maps for ReplyType.

View Source
var (
	MigrationState_name = map[int32]string{
		0: "LEGACY",
		1: "ARROYO_DEPRECATED",
		2: "ARROYO",
	}
	MigrationState_value = map[string]int32{
		"LEGACY":            0,
		"ARROYO_DEPRECATED": 1,
		"ARROYO":            2,
	}
)

Enum value maps for MigrationState.

View Source
var (
	SnapItemState_name = map[int32]string{
		0: "UNKNOWN_SNAP_STATE",
		1: "VIEWED",
		2: "UNVIEWED",
		3: "SCREENSHOTTED",
		4: "RECORDED",
		5: "REPLAYED",
	}
	SnapItemState_value = map[string]int32{
		"UNKNOWN_SNAP_STATE": 0,
		"VIEWED":             1,
		"UNVIEWED":           2,
		"SCREENSHOTTED":      3,
		"RECORDED":           4,
		"REPLAYED":           5,
	}
)

Enum value maps for SnapItemState.

View Source
var (
	ChatItemState_name = map[int32]string{
		0:  "UNKNOWN_CHAT_STATE",
		1:  "CHAT_VIEWED",
		2:  "CHAT_UNVIEWED",
		3:  "CHAT_SCREENSHOTTED_VIEWED",
		4:  "CHAT_SCREENSHOTTED_UNVIEWED",
		5:  "CHAT_RECORDED_VIEWED",
		6:  "CHAT_RECORDED_UNVIEWED",
		7:  "CHAT_SAVED_VIEWED",
		8:  "CHAT_SAVED_UNVIEWED",
		9:  "CHAT_ERASED",
		10: "CHAT_SAVED_TO_CAMERA_ROLL_VIEWED",
		11: "CHAT_SAVED_TO_CAMERA_ROLL_UNVIEWED",
	}
	ChatItemState_value = map[string]int32{
		"UNKNOWN_CHAT_STATE":                 0,
		"CHAT_VIEWED":                        1,
		"CHAT_UNVIEWED":                      2,
		"CHAT_SCREENSHOTTED_VIEWED":          3,
		"CHAT_SCREENSHOTTED_UNVIEWED":        4,
		"CHAT_RECORDED_VIEWED":               5,
		"CHAT_RECORDED_UNVIEWED":             6,
		"CHAT_SAVED_VIEWED":                  7,
		"CHAT_SAVED_UNVIEWED":                8,
		"CHAT_ERASED":                        9,
		"CHAT_SAVED_TO_CAMERA_ROLL_VIEWED":   10,
		"CHAT_SAVED_TO_CAMERA_ROLL_UNVIEWED": 11,
	}
)

Enum value maps for ChatItemState.

View Source
var (
	ConversationItemState_name = map[int32]string{
		0: "UNKNOWN_CONVERSATION_STATE",
		1: "CONVERSATION_CREATED_VIEWED",
		2: "CONVERSATION_CREATED_UNVIEWED",
		3: "CONVERSATION_MEMBER_ADDED_VIEWED",
		4: "CONVERSATION_MEMBER_ADDED_UNVIEWED",
		5: "CONVERSATION_NAME_CHANGED_VIEWED",
		6: "CONVERSATION_NAME_CHANGED_UNVIEWED",
		7: "CONVERSATION_MEMBER_KICKED",
	}
	ConversationItemState_value = map[string]int32{
		"UNKNOWN_CONVERSATION_STATE":         0,
		"CONVERSATION_CREATED_VIEWED":        1,
		"CONVERSATION_CREATED_UNVIEWED":      2,
		"CONVERSATION_MEMBER_ADDED_VIEWED":   3,
		"CONVERSATION_MEMBER_ADDED_UNVIEWED": 4,
		"CONVERSATION_NAME_CHANGED_VIEWED":   5,
		"CONVERSATION_NAME_CHANGED_UNVIEWED": 6,
		"CONVERSATION_MEMBER_KICKED":         7,
	}
)

Enum value maps for ConversationItemState.

View Source
var (
	CallItemState_name = map[int32]string{
		0: "UNKNOWN_CALL_STATE",
		1: "CALL_MISSED_VIEWED",
		2: "CALL_MISSED_UNVIEWED",
		3: "CALL_CALLED_VIEWED",
		4: "CALL_CALLED_UNVIEWED",
	}
	CallItemState_value = map[string]int32{
		"UNKNOWN_CALL_STATE":   0,
		"CALL_MISSED_VIEWED":   1,
		"CALL_MISSED_UNVIEWED": 2,
		"CALL_CALLED_VIEWED":   3,
		"CALL_CALLED_UNVIEWED": 4,
	}
)

Enum value maps for CallItemState.

View Source
var (
	StreakStatus_name = map[int32]string{
		0: "STREAK_STATUS_UNSET",
		1: "STREAK_STATUS_START",
		2: "STREAK_STATUS_END",
	}
	StreakStatus_value = map[string]int32{
		"STREAK_STATUS_UNSET": 0,
		"STREAK_STATUS_START": 1,
		"STREAK_STATUS_END":   2,
	}
)

Enum value maps for StreakStatus.

View Source
var (
	InviteLinkStatus_name = map[int32]string{
		0: "INVITE_LINK_STATUS_UNSET",
		1: "INVITE_LINK_STATUS_CREATED",
		2: "INVITE_LINK_STATUS_DELETED",
	}
	InviteLinkStatus_value = map[string]int32{
		"INVITE_LINK_STATUS_UNSET":   0,
		"INVITE_LINK_STATUS_CREATED": 1,
		"INVITE_LINK_STATUS_DELETED": 2,
	}
)

Enum value maps for InviteLinkStatus.

View Source
var (
	ChangeConversationRetentionPolicyDisplayStatus_name = map[int32]string{
		0: "DISPLAY_TYPE_UNSET",
		1: "DISPLAY_TYPE_PERMANENT_USER_INITIATED",
		2: "DISPLAY_TYPE_PERMANENT_SYSTEM",
		3: "DISPLAY_TYPE_TOGGLEABLE",
	}
	ChangeConversationRetentionPolicyDisplayStatus_value = map[string]int32{
		"DISPLAY_TYPE_UNSET":                    0,
		"DISPLAY_TYPE_PERMANENT_USER_INITIATED": 1,
		"DISPLAY_TYPE_PERMANENT_SYSTEM":         2,
		"DISPLAY_TYPE_TOGGLEABLE":               3,
	}
)

Enum value maps for ChangeConversationRetentionPolicyDisplayStatus.

View Source
var (
	MediaTypeToCountStatus_Type_name = map[int32]string{
		0: "UNKNOWN_MEDIA_COUNT_STATUS",
		1: "IMAGE_MEDIA_COUNT_STATUS",
		2: "VIDEO_MEDIA_COUNT_STATUS",
	}
	MediaTypeToCountStatus_Type_value = map[string]int32{
		"UNKNOWN_MEDIA_COUNT_STATUS": 0,
		"IMAGE_MEDIA_COUNT_STATUS":   1,
		"VIDEO_MEDIA_COUNT_STATUS":   2,
	}
)

Enum value maps for MediaTypeToCountStatus_Type.

View Source
var (
	MessageEraseType_name = map[int32]string{
		0: "MESSAGE_TYPE_UNSET",
		1: "MESSAGE_TYPE_CHAT",
		2: "MESSAGE_TYPE_SNAP",
	}
	MessageEraseType_value = map[string]int32{
		"MESSAGE_TYPE_UNSET": 0,
		"MESSAGE_TYPE_CHAT":  1,
		"MESSAGE_TYPE_SNAP":  2,
	}
)

Enum value maps for MessageEraseType.

View Source
var (
	ParticipantStatusChange_name = map[int32]string{
		0: "STATUS_ADDED",
		1: "STATUS_CREATED",
		2: "STATUS_LEFT",
	}
	ParticipantStatusChange_value = map[string]int32{
		"STATUS_ADDED":   0,
		"STATUS_CREATED": 1,
		"STATUS_LEFT":    2,
	}
)

Enum value maps for ParticipantStatusChange.

View Source
var (
	ParticipantLeaveReason_name = map[int32]string{
		0: "LEAVE_REASON_UNSET",
		1: "LEAVE_REASON_SELF_INITIATED",
		2: "LEAVE_REASON_KICKED",
	}
	ParticipantLeaveReason_value = map[string]int32{
		"LEAVE_REASON_UNSET":          0,
		"LEAVE_REASON_SELF_INITIATED": 1,
		"LEAVE_REASON_KICKED":         2,
	}
)

Enum value maps for ParticipantLeaveReason.

View Source
var (
	ScreenCaptureType_name = map[int32]string{
		0: "SCREEN_SHOT",
		1: "SCREEN_RECORD",
	}
	ScreenCaptureType_value = map[string]int32{
		"SCREEN_SHOT":   0,
		"SCREEN_RECORD": 1,
	}
)

Enum value maps for ScreenCaptureType.

View Source
var (
	CallStatus_name = map[int32]string{
		0: "STARTED",
		1: "ENDED",
		2: "LEFT",
		3: "JOINED",
		4: "MISSED",
	}
	CallStatus_value = map[string]int32{
		"STARTED": 0,
		"ENDED":   1,
		"LEFT":    2,
		"JOINED":  3,
		"MISSED":  4,
	}
)

Enum value maps for CallStatus.

View Source
var (
	CallType_name = map[int32]string{
		0: "AUDIO",
		1: "VIDEO",
	}
	CallType_value = map[string]int32{
		"AUDIO": 0,
		"VIDEO": 1,
	}
)

Enum value maps for CallType.

View Source
var (
	MyStoryVariant_name = map[int32]string{
		0: "MYSTORY_VARIANT_UNSET",
		1: "AFTER_DARK",
	}
	MyStoryVariant_value = map[string]int32{
		"MYSTORY_VARIANT_UNSET": 0,
		"AFTER_DARK":            1,
	}
)

Enum value maps for MyStoryVariant.

View Source
var (
	PostingStoryType_name = map[int32]string{
		0: "UNKNOWN_POSTING_STORY_TYPE",
		1: "POSTING_STORY_TYPE_OUR",
		2: "POSTING_STORY_TYPE_MY",
		3: "POSTING_STORY_TYPE_CUSTOM",
		4: "POSTING_STORY_TYPE_SNAPPRO",
		5: "POSTING_STORY_TYPE_APP",
		6: "POSTING_STORY_TYPE_SAVED",
		7: "POSTING_STORY_TYPE_PUBLISHER",
	}
	PostingStoryType_value = map[string]int32{
		"UNKNOWN_POSTING_STORY_TYPE":   0,
		"POSTING_STORY_TYPE_OUR":       1,
		"POSTING_STORY_TYPE_MY":        2,
		"POSTING_STORY_TYPE_CUSTOM":    3,
		"POSTING_STORY_TYPE_SNAPPRO":   4,
		"POSTING_STORY_TYPE_APP":       5,
		"POSTING_STORY_TYPE_SAVED":     6,
		"POSTING_STORY_TYPE_PUBLISHER": 7,
	}
)

Enum value maps for PostingStoryType.

View Source
var (
	SnapSource_name = map[int32]string{
		0: "SNAP_SOURCE_UNKNOWN",
		1: "SNAP_SOURCE_CAMERA",
		2: "SNAP_SOURCE_MEMORY",
	}
	SnapSource_value = map[string]int32{
		"SNAP_SOURCE_UNKNOWN": 0,
		"SNAP_SOURCE_CAMERA":  1,
		"SNAP_SOURCE_MEMORY":  2,
	}
)

Enum value maps for SnapSource.

View Source
var (
	LensSource_name = map[int32]string{
		0: "LENS_SOURCE_UNKNOWN",
		1: "LENS_SOURCE_CAMERA",
		2: "LENS_SOURCE_VIDEOCHAT",
		3: "LENS_SOURCE_SNAPCODE",
		4: "LENS_SOURCE_LOGIN_CAMERA",
		5: "LENS_SOURCE_PREVIEW",
		6: "LENS_SOURCE_MEMORIES",
		7: "LENS_SOURCE_ON_DEMAND",
		8: "LENS_SOURCE_DISCOVER",
		9: "LENS_SOURCE_STORY",
	}
	LensSource_value = map[string]int32{
		"LENS_SOURCE_UNKNOWN":      0,
		"LENS_SOURCE_CAMERA":       1,
		"LENS_SOURCE_VIDEOCHAT":    2,
		"LENS_SOURCE_SNAPCODE":     3,
		"LENS_SOURCE_LOGIN_CAMERA": 4,
		"LENS_SOURCE_PREVIEW":      5,
		"LENS_SOURCE_MEMORIES":     6,
		"LENS_SOURCE_ON_DEMAND":    7,
		"LENS_SOURCE_DISCOVER":     8,
		"LENS_SOURCE_STORY":        9,
	}
)

Enum value maps for LensSource.

View Source
var File_attributes_proto protoreflect.FileDescriptor
View Source
var File_blizzard_proto protoreflect.FileDescriptor
View Source
var File_caption_proto protoreflect.FileDescriptor
View Source
var File_client_proto protoreflect.FileDescriptor
View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_contentEnvelope_proto protoreflect.FileDescriptor
View Source
var File_content_proto protoreflect.FileDescriptor
View Source
var File_conversation_proto protoreflect.FileDescriptor
View Source
var File_createContentMessage_proto protoreflect.FileDescriptor
View Source
var File_createConversation_proto protoreflect.FileDescriptor
View Source
var File_crypto_proto protoreflect.FileDescriptor
View Source
var File_decorators_proto protoreflect.FileDescriptor
View Source
var File_deltaSync_proto protoreflect.FileDescriptor
View Source
var File_destinationResult_proto protoreflect.FileDescriptor
View Source
var File_device_proto protoreflect.FileDescriptor
View Source
var File_display_proto protoreflect.FileDescriptor
View Source
var File_featureAttachment_proto protoreflect.FileDescriptor
View Source
var File_fidelius_proto protoreflect.FileDescriptor
View Source
var File_getGroups_proto protoreflect.FileDescriptor
View Source
var File_gifts_proto protoreflect.FileDescriptor
View Source
var File_initializeWebKey_proto protoreflect.FileDescriptor
View Source
var File_legacyConversation_proto protoreflect.FileDescriptor
View Source
var File_media_proto protoreflect.FileDescriptor
View Source
var File_messages_proto protoreflect.FileDescriptor
View Source
var File_policy_proto protoreflect.FileDescriptor
View Source
var File_queryConversations_proto protoreflect.FileDescriptor
View Source
var File_queryMessages_proto protoreflect.FileDescriptor
View Source
var File_reactions_proto protoreflect.FileDescriptor
View Source
var File_sendTypingNotification_proto protoreflect.FileDescriptor
View Source
var File_snappable_proto protoreflect.FileDescriptor
View Source
var File_states_proto protoreflect.FileDescriptor
View Source
var File_status_proto protoreflect.FileDescriptor
View Source
var File_story_proto protoreflect.FileDescriptor
View Source
var File_syncConversations_proto protoreflect.FileDescriptor
View Source
var File_timestamp_proto protoreflect.FileDescriptor
View Source
var File_transcription_proto protoreflect.FileDescriptor
View Source
var File_unlockables_proto protoreflect.FileDescriptor
View Source
var File_updateAction_proto protoreflect.FileDescriptor
View Source
var File_updateContentMessage_proto protoreflect.FileDescriptor
View Source
var File_updateConversation_proto protoreflect.FileDescriptor
View Source
var File_updateResult_proto protoreflect.FileDescriptor

Functions

func DecodeGRPCProtoMessage

func DecodeGRPCProtoMessage(data []byte, message proto.Message) error

func DecodeProtoMessage

func DecodeProtoMessage(data []byte, message proto.Message) error

func EncodeProtoMessage

func EncodeProtoMessage(message proto.Message) ([]byte, error)

func EncodeProtoMessageB64

func EncodeProtoMessageB64(message proto.Message) ([]byte, string, error)

protobytes, b64string, err

Types

type AcceptFamilyCenterInviteStatusMessage

type AcceptFamilyCenterInviteStatusMessage struct {
	// contains filtered or unexported fields
}

func (*AcceptFamilyCenterInviteStatusMessage) Descriptor deprecated

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

Deprecated: Use AcceptFamilyCenterInviteStatusMessage.ProtoReflect.Descriptor instead.

func (*AcceptFamilyCenterInviteStatusMessage) ProtoMessage

func (*AcceptFamilyCenterInviteStatusMessage) ProtoMessage()

func (*AcceptFamilyCenterInviteStatusMessage) ProtoReflect

func (*AcceptFamilyCenterInviteStatusMessage) Reset

func (*AcceptFamilyCenterInviteStatusMessage) String

type ActionSuggestion

type ActionSuggestion struct {

	// Types that are assignable to Suggestion:
	//
	//	*ActionSuggestion_ReplySuggestion
	Suggestion isActionSuggestion_Suggestion `protobuf_oneof:"suggestion"`
	// contains filtered or unexported fields
}

func (*ActionSuggestion) Descriptor deprecated

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

Deprecated: Use ActionSuggestion.ProtoReflect.Descriptor instead.

func (*ActionSuggestion) GetReplySuggestion

func (x *ActionSuggestion) GetReplySuggestion() *ReplySuggestion

func (*ActionSuggestion) GetSuggestion

func (m *ActionSuggestion) GetSuggestion() isActionSuggestion_Suggestion

func (*ActionSuggestion) ProtoMessage

func (*ActionSuggestion) ProtoMessage()

func (*ActionSuggestion) ProtoReflect

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

func (*ActionSuggestion) Reset

func (x *ActionSuggestion) Reset()

func (*ActionSuggestion) String

func (x *ActionSuggestion) String() string

type ActionSuggestion_ReplySuggestion

type ActionSuggestion_ReplySuggestion struct {
	ReplySuggestion *ReplySuggestion `protobuf:"bytes,1,opt,name=replySuggestion,proto3,oneof"`
}

type ActionSuggestions

type ActionSuggestions struct {
	Suggestions []*ActionSuggestion `protobuf:"bytes,1,rep,name=suggestions,proto3" json:"suggestions,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionSuggestions) Descriptor deprecated

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

Deprecated: Use ActionSuggestions.ProtoReflect.Descriptor instead.

func (*ActionSuggestions) GetSuggestions

func (x *ActionSuggestions) GetSuggestions() []*ActionSuggestion

func (*ActionSuggestions) ProtoMessage

func (*ActionSuggestions) ProtoMessage()

func (*ActionSuggestions) ProtoReflect

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

func (*ActionSuggestions) Reset

func (x *ActionSuggestions) Reset()

func (*ActionSuggestions) String

func (x *ActionSuggestions) String() string

type ActiveParticipantData

type ActiveParticipantData struct {
	ParticipantId             *UUID `protobuf:"bytes,1,opt,name=participantId,proto3" json:"participantId,omitempty"`
	ReadHighWatermark         int64 `protobuf:"varint,2,opt,name=readHighWatermark,proto3" json:"readHighWatermark,omitempty"`
	SnapReleaseHighWatermark  int64 `protobuf:"varint,3,opt,name=snapReleaseHighWatermark,proto3" json:"snapReleaseHighWatermark,omitempty"`
	ReactionReadHighWatermark int64 `protobuf:"varint,4,opt,name=reactionReadHighWatermark,proto3" json:"reactionReadHighWatermark,omitempty"`
	ReleaseWatermark          int64 `protobuf:"varint,5,opt,name=releaseWatermark,proto3" json:"releaseWatermark,omitempty"`
	// contains filtered or unexported fields
}

func (*ActiveParticipantData) Descriptor deprecated

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

Deprecated: Use ActiveParticipantData.ProtoReflect.Descriptor instead.

func (*ActiveParticipantData) GetParticipantId

func (x *ActiveParticipantData) GetParticipantId() *UUID

func (*ActiveParticipantData) GetReactionReadHighWatermark

func (x *ActiveParticipantData) GetReactionReadHighWatermark() int64

func (*ActiveParticipantData) GetReadHighWatermark

func (x *ActiveParticipantData) GetReadHighWatermark() int64

func (*ActiveParticipantData) GetReleaseWatermark

func (x *ActiveParticipantData) GetReleaseWatermark() int64

func (*ActiveParticipantData) GetSnapReleaseHighWatermark

func (x *ActiveParticipantData) GetSnapReleaseHighWatermark() int64

func (*ActiveParticipantData) ProtoMessage

func (*ActiveParticipantData) ProtoMessage()

func (*ActiveParticipantData) ProtoReflect

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

func (*ActiveParticipantData) Reset

func (x *ActiveParticipantData) Reset()

func (*ActiveParticipantData) String

func (x *ActiveParticipantData) String() string

type AddEelReEncryptionInit

type AddEelReEncryptionInit struct {
	PublicKeyIdentifier []byte `protobuf:"bytes,1,opt,name=publicKeyIdentifier,proto3" json:"publicKeyIdentifier,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEelReEncryptionInit) Descriptor deprecated

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

Deprecated: Use AddEelReEncryptionInit.ProtoReflect.Descriptor instead.

func (*AddEelReEncryptionInit) GetPublicKeyIdentifier

func (x *AddEelReEncryptionInit) GetPublicKeyIdentifier() []byte

func (*AddEelReEncryptionInit) ProtoMessage

func (*AddEelReEncryptionInit) ProtoMessage()

func (*AddEelReEncryptionInit) ProtoReflect

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

func (*AddEelReEncryptionInit) Reset

func (x *AddEelReEncryptionInit) Reset()

func (*AddEelReEncryptionInit) String

func (x *AddEelReEncryptionInit) String() string

type AddEelReEncryptionInitResult

type AddEelReEncryptionInitResult struct {
	EelReEncryptionInits []*EelReEncryptionInit `protobuf:"bytes,1,rep,name=eelReEncryptionInits,proto3" json:"eelReEncryptionInits,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEelReEncryptionInitResult) Descriptor deprecated

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

Deprecated: Use AddEelReEncryptionInitResult.ProtoReflect.Descriptor instead.

func (*AddEelReEncryptionInitResult) GetEelReEncryptionInits

func (x *AddEelReEncryptionInitResult) GetEelReEncryptionInits() []*EelReEncryptionInit

func (*AddEelReEncryptionInitResult) ProtoMessage

func (*AddEelReEncryptionInitResult) ProtoMessage()

func (*AddEelReEncryptionInitResult) ProtoReflect

func (*AddEelReEncryptionInitResult) Reset

func (x *AddEelReEncryptionInitResult) Reset()

func (*AddEelReEncryptionInitResult) String

type AddParticipantsResult

type AddParticipantsResult struct {
	SelfUserId        *UUID          `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	AddedParticipants []*Participant `protobuf:"bytes,2,rep,name=addedParticipants,proto3" json:"addedParticipants,omitempty"`
	// contains filtered or unexported fields
}

func (*AddParticipantsResult) Descriptor deprecated

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

Deprecated: Use AddParticipantsResult.ProtoReflect.Descriptor instead.

func (*AddParticipantsResult) GetAddedParticipants

func (x *AddParticipantsResult) GetAddedParticipants() []*Participant

func (*AddParticipantsResult) GetSelfUserId

func (x *AddParticipantsResult) GetSelfUserId() *UUID

func (*AddParticipantsResult) ProtoMessage

func (*AddParticipantsResult) ProtoMessage()

func (*AddParticipantsResult) ProtoReflect

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

func (*AddParticipantsResult) Reset

func (x *AddParticipantsResult) Reset()

func (*AddParticipantsResult) String

func (x *AddParticipantsResult) String() string

type AppVersion

type AppVersion struct {
	VersionNumber *VersionNumber `protobuf:"bytes,1,opt,name=versionNumber,proto3" json:"versionNumber,omitempty"`
	Flavor        Flavor         `protobuf:"varint,2,opt,name=flavor,proto3,enum=device.Flavor" json:"flavor,omitempty"`
	// contains filtered or unexported fields
}

func (*AppVersion) Descriptor deprecated

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

Deprecated: Use AppVersion.ProtoReflect.Descriptor instead.

func (*AppVersion) GetFlavor

func (x *AppVersion) GetFlavor() Flavor

func (*AppVersion) GetVersionNumber

func (x *AppVersion) GetVersionNumber() *VersionNumber

func (*AppVersion) ProtoMessage

func (*AppVersion) ProtoMessage()

func (*AppVersion) ProtoReflect

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

func (*AppVersion) Reset

func (x *AppVersion) Reset()

func (*AppVersion) String

func (x *AppVersion) String() string

type AppendEelReEncryptionDestination

type AppendEelReEncryptionDestination struct {
	AcknowledgedRequests        []*EelReEncryptionInit    `protobuf:"bytes,1,rep,name=acknowledgedRequests,proto3" json:"acknowledgedRequests,omitempty"`
	NewEelDestinationEncryption *EelDestinationEncryption `protobuf:"bytes,2,opt,name=newEelDestinationEncryption,proto3" json:"newEelDestinationEncryption,omitempty"`
	// contains filtered or unexported fields
}

func (*AppendEelReEncryptionDestination) Descriptor deprecated

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

Deprecated: Use AppendEelReEncryptionDestination.ProtoReflect.Descriptor instead.

func (*AppendEelReEncryptionDestination) GetAcknowledgedRequests

func (x *AppendEelReEncryptionDestination) GetAcknowledgedRequests() []*EelReEncryptionInit

func (*AppendEelReEncryptionDestination) GetNewEelDestinationEncryption

func (x *AppendEelReEncryptionDestination) GetNewEelDestinationEncryption() *EelDestinationEncryption

func (*AppendEelReEncryptionDestination) ProtoMessage

func (*AppendEelReEncryptionDestination) ProtoMessage()

func (*AppendEelReEncryptionDestination) ProtoReflect

func (*AppendEelReEncryptionDestination) Reset

func (*AppendEelReEncryptionDestination) String

type AppendEelReEncryptionDestinationResult

type AppendEelReEncryptionDestinationResult struct {
	EelReEncryptionInits     []*EelReEncryptionInit    `protobuf:"bytes,1,rep,name=eelReEncryptionInits,proto3" json:"eelReEncryptionInits,omitempty"`
	EelDestinationEncryption *EelDestinationEncryption `protobuf:"bytes,2,opt,name=eelDestinationEncryption,proto3" json:"eelDestinationEncryption,omitempty"`
	// contains filtered or unexported fields
}

func (*AppendEelReEncryptionDestinationResult) Descriptor deprecated

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

Deprecated: Use AppendEelReEncryptionDestinationResult.ProtoReflect.Descriptor instead.

func (*AppendEelReEncryptionDestinationResult) GetEelDestinationEncryption

func (x *AppendEelReEncryptionDestinationResult) GetEelDestinationEncryption() *EelDestinationEncryption

func (*AppendEelReEncryptionDestinationResult) GetEelReEncryptionInits

func (x *AppendEelReEncryptionDestinationResult) GetEelReEncryptionInits() []*EelReEncryptionInit

func (*AppendEelReEncryptionDestinationResult) ProtoMessage

func (*AppendEelReEncryptionDestinationResult) ProtoReflect

func (*AppendEelReEncryptionDestinationResult) Reset

func (*AppendEelReEncryptionDestinationResult) String

type AssetType

type AssetType int32
const (
	AssetType_ASSET_TYPE_UNSET  AssetType = 0
	AssetType_BLOOPS_STICKER    AssetType = 1
	AssetType_MUSIC             AssetType = 2
	AssetType_RAW_MEDIA         AssetType = 3
	AssetType_CANVAS_STICKER    AssetType = 4
	AssetType_BASE_MEDIA        AssetType = 5
	AssetType_OVERLAY           AssetType = 6
	AssetType_EDITS             AssetType = 7
	AssetType_FIRST_FRAME       AssetType = 8
	AssetType_THUMBNAIL         AssetType = 9
	AssetType_CAMEO             AssetType = 10
	AssetType_WEB_THUMBNAIL     AssetType = 11
	AssetType_WEB_MEDIA         AssetType = 12
	AssetType_LENS_ASSET        AssetType = 13
	AssetType_VOICEOVER         AssetType = 14
	AssetType_AVATAR_IMAGE      AssetType = 15
	AssetType_SPECTACLES_SIXDOF AssetType = 16
	AssetType_PLAIN_MEDIA       AssetType = 17
)

func (AssetType) Descriptor

func (AssetType) Descriptor() protoreflect.EnumDescriptor

func (AssetType) Enum

func (x AssetType) Enum() *AssetType

func (AssetType) EnumDescriptor deprecated

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

Deprecated: Use AssetType.Descriptor instead.

func (AssetType) Number

func (x AssetType) Number() protoreflect.EnumNumber

func (AssetType) String

func (x AssetType) String() string

func (AssetType) Type

type AttachTranscription

type AttachTranscription struct {
	MediaReference          *MediaReference `protobuf:"bytes,1,opt,name=mediaReference,proto3" json:"mediaReference,omitempty"`
	MediaReferenceListIndex int32           `protobuf:"varint,2,opt,name=mediaReferenceListIndex,proto3" json:"mediaReferenceListIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachTranscription) Descriptor deprecated

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

Deprecated: Use AttachTranscription.ProtoReflect.Descriptor instead.

func (*AttachTranscription) GetMediaReference

func (x *AttachTranscription) GetMediaReference() *MediaReference

func (*AttachTranscription) GetMediaReferenceListIndex

func (x *AttachTranscription) GetMediaReferenceListIndex() int32

func (*AttachTranscription) ProtoMessage

func (*AttachTranscription) ProtoMessage()

func (*AttachTranscription) ProtoReflect

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

func (*AttachTranscription) Reset

func (x *AttachTranscription) Reset()

func (*AttachTranscription) String

func (x *AttachTranscription) String() string

type AttachTranscriptionResult

type AttachTranscriptionResult struct {
	MediaReferences *MediaReferences `protobuf:"bytes,1,opt,name=mediaReferences,proto3" json:"mediaReferences,omitempty"`
	Transcriptions  *Transcriptions  `protobuf:"bytes,2,opt,name=transcriptions,proto3" json:"transcriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachTranscriptionResult) Descriptor deprecated

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

Deprecated: Use AttachTranscriptionResult.ProtoReflect.Descriptor instead.

func (*AttachTranscriptionResult) GetMediaReferences

func (x *AttachTranscriptionResult) GetMediaReferences() *MediaReferences

func (*AttachTranscriptionResult) GetTranscriptions

func (x *AttachTranscriptionResult) GetTranscriptions() *Transcriptions

func (*AttachTranscriptionResult) ProtoMessage

func (*AttachTranscriptionResult) ProtoMessage()

func (*AttachTranscriptionResult) ProtoReflect

func (*AttachTranscriptionResult) Reset

func (x *AttachTranscriptionResult) Reset()

func (*AttachTranscriptionResult) String

func (x *AttachTranscriptionResult) String() string

type AudioCodecFormat

type AudioCodecFormat int32
const (
	AudioCodecFormat_AUDIO_CODEC_UNSET AudioCodecFormat = 0
	AudioCodecFormat_AUDIO_CODEC_AAC   AudioCodecFormat = 1
	AudioCodecFormat_AUDIO_CODEC_HEAAC AudioCodecFormat = 2
	AudioCodecFormat_AUDIO_CODEC_OPUS  AudioCodecFormat = 3
)

func (AudioCodecFormat) Descriptor

func (AudioCodecFormat) Enum

func (AudioCodecFormat) EnumDescriptor deprecated

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

Deprecated: Use AudioCodecFormat.Descriptor instead.

func (AudioCodecFormat) Number

func (AudioCodecFormat) String

func (x AudioCodecFormat) String() string

func (AudioCodecFormat) Type

type AudioMetadata

type AudioMetadata struct {
	CodecFormat AudioCodecFormat `protobuf:"varint,1,opt,name=codecFormat,proto3,enum=media.AudioCodecFormat" json:"codecFormat,omitempty"` // enum
	// contains filtered or unexported fields
}

func (*AudioMetadata) Descriptor deprecated

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

Deprecated: Use AudioMetadata.ProtoReflect.Descriptor instead.

func (*AudioMetadata) GetCodecFormat

func (x *AudioMetadata) GetCodecFormat() AudioCodecFormat

func (*AudioMetadata) ProtoMessage

func (*AudioMetadata) ProtoMessage()

func (*AudioMetadata) ProtoReflect

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

func (*AudioMetadata) Reset

func (x *AudioMetadata) Reset()

func (*AudioMetadata) String

func (x *AudioMetadata) String() string

type AudioNoteMetadata

type AudioNoteMetadata struct {
	AllowsTranscription bool            `protobuf:"varint,1,opt,name=allowsTranscription,proto3" json:"allowsTranscription,omitempty"`
	Transcriptions      *Transcriptions `protobuf:"bytes,10,opt,name=transcriptions,proto3" json:"transcriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioNoteMetadata) Descriptor deprecated

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

Deprecated: Use AudioNoteMetadata.ProtoReflect.Descriptor instead.

func (*AudioNoteMetadata) GetAllowsTranscription

func (x *AudioNoteMetadata) GetAllowsTranscription() bool

func (*AudioNoteMetadata) GetTranscriptions

func (x *AudioNoteMetadata) GetTranscriptions() *Transcriptions

func (*AudioNoteMetadata) ProtoMessage

func (*AudioNoteMetadata) ProtoMessage()

func (*AudioNoteMetadata) ProtoReflect

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

func (*AudioNoteMetadata) Reset

func (x *AudioNoteMetadata) Reset()

func (*AudioNoteMetadata) String

func (x *AudioNoteMetadata) String() string

type AutoSave

type AutoSave struct {
	// contains filtered or unexported fields
}

func (*AutoSave) Descriptor deprecated

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

Deprecated: Use AutoSave.ProtoReflect.Descriptor instead.

func (*AutoSave) ProtoMessage

func (*AutoSave) ProtoMessage()

func (*AutoSave) ProtoReflect

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

func (*AutoSave) Reset

func (x *AutoSave) Reset()

func (*AutoSave) String

func (x *AutoSave) String() string

type BatchDeltaSyncRequest

type BatchDeltaSyncRequest struct {
	DeltaSyncRequests []*DeltaSyncRequest `protobuf:"bytes,1,rep,name=deltaSyncRequests,proto3" json:"deltaSyncRequests,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeltaSyncRequest) Descriptor deprecated

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

Deprecated: Use BatchDeltaSyncRequest.ProtoReflect.Descriptor instead.

func (*BatchDeltaSyncRequest) GetDeltaSyncRequests

func (x *BatchDeltaSyncRequest) GetDeltaSyncRequests() []*DeltaSyncRequest

func (*BatchDeltaSyncRequest) ProtoMessage

func (*BatchDeltaSyncRequest) ProtoMessage()

func (*BatchDeltaSyncRequest) ProtoReflect

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

func (*BatchDeltaSyncRequest) Reset

func (x *BatchDeltaSyncRequest) Reset()

func (*BatchDeltaSyncRequest) String

func (x *BatchDeltaSyncRequest) String() string

type BatchDeltaSyncResponse

type BatchDeltaSyncResponse struct {
	DeltaSyncResponses []*DeltaSyncResponseWrapper `protobuf:"bytes,1,rep,name=deltaSyncResponses,proto3" json:"deltaSyncResponses,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchDeltaSyncResponse) Descriptor deprecated

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

Deprecated: Use BatchDeltaSyncResponse.ProtoReflect.Descriptor instead.

func (*BatchDeltaSyncResponse) GetDeltaSyncResponses

func (x *BatchDeltaSyncResponse) GetDeltaSyncResponses() []*DeltaSyncResponseWrapper

func (*BatchDeltaSyncResponse) ProtoMessage

func (*BatchDeltaSyncResponse) ProtoMessage()

func (*BatchDeltaSyncResponse) ProtoReflect

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

func (*BatchDeltaSyncResponse) Reset

func (x *BatchDeltaSyncResponse) Reset()

func (*BatchDeltaSyncResponse) String

func (x *BatchDeltaSyncResponse) String() string

type BotFeedback

type BotFeedback struct {

	// Types that are assignable to Feedback:
	//
	//	*BotFeedback_ThumbFeedback
	Feedback isBotFeedback_Feedback `protobuf_oneof:"feedback"`
	// contains filtered or unexported fields
}

func (*BotFeedback) Descriptor deprecated

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

Deprecated: Use BotFeedback.ProtoReflect.Descriptor instead.

func (*BotFeedback) GetFeedback

func (m *BotFeedback) GetFeedback() isBotFeedback_Feedback

func (*BotFeedback) GetThumbFeedback

func (x *BotFeedback) GetThumbFeedback() *BotThumbFeedback

func (*BotFeedback) ProtoMessage

func (*BotFeedback) ProtoMessage()

func (*BotFeedback) ProtoReflect

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

func (*BotFeedback) Reset

func (x *BotFeedback) Reset()

func (*BotFeedback) String

func (x *BotFeedback) String() string

type BotFeedback_ThumbFeedback

type BotFeedback_ThumbFeedback struct {
	ThumbFeedback *BotThumbFeedback `protobuf:"bytes,1,opt,name=thumbFeedback,proto3,oneof"`
}

type BotThumbFeedback

type BotThumbFeedback struct {

	// *
	// Making this an int means that we wont need to update native each time we want to add a prompt
	// This represents the question being asked i.e. "Was this helpful?". These prompts are localized on client
	// Adding a new prompt will require a client change and accounting for backward compatibility
	PromptId uint64 `protobuf:"varint,1,opt,name=promptId,proto3" json:"promptId,omitempty"`
	// contains filtered or unexported fields
}

func (*BotThumbFeedback) Descriptor deprecated

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

Deprecated: Use BotThumbFeedback.ProtoReflect.Descriptor instead.

func (*BotThumbFeedback) GetPromptId

func (x *BotThumbFeedback) GetPromptId() uint64

func (*BotThumbFeedback) ProtoMessage

func (*BotThumbFeedback) ProtoMessage()

func (*BotThumbFeedback) ProtoReflect

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

func (*BotThumbFeedback) Reset

func (x *BotThumbFeedback) Reset()

func (*BotThumbFeedback) String

func (x *BotThumbFeedback) String() string

type CallItem

type CallItem struct {
	State   CallItemState `protobuf:"varint,1,opt,name=state,proto3,enum=states.CallItemState" json:"state,omitempty"`
	IsVideo bool          `protobuf:"varint,2,opt,name=isVideo,proto3" json:"isVideo,omitempty"`
	// contains filtered or unexported fields
}

func (*CallItem) Descriptor deprecated

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

Deprecated: Use CallItem.ProtoReflect.Descriptor instead.

func (*CallItem) GetIsVideo

func (x *CallItem) GetIsVideo() bool

func (*CallItem) GetState

func (x *CallItem) GetState() CallItemState

func (*CallItem) ProtoMessage

func (*CallItem) ProtoMessage()

func (*CallItem) ProtoReflect

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

func (*CallItem) Reset

func (x *CallItem) Reset()

func (*CallItem) String

func (x *CallItem) String() string

type CallItemState

type CallItemState int32
const (
	CallItemState_UNKNOWN_CALL_STATE   CallItemState = 0
	CallItemState_CALL_MISSED_VIEWED   CallItemState = 1
	CallItemState_CALL_MISSED_UNVIEWED CallItemState = 2
	CallItemState_CALL_CALLED_VIEWED   CallItemState = 3
	CallItemState_CALL_CALLED_UNVIEWED CallItemState = 4
)

func (CallItemState) Descriptor

func (CallItemState) Enum

func (x CallItemState) Enum() *CallItemState

func (CallItemState) EnumDescriptor deprecated

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

Deprecated: Use CallItemState.Descriptor instead.

func (CallItemState) Number

func (CallItemState) String

func (x CallItemState) String() string

func (CallItemState) Type

type CallStatus

type CallStatus int32
const (
	CallStatus_STARTED CallStatus = 0
	CallStatus_ENDED   CallStatus = 1
	CallStatus_LEFT    CallStatus = 2
	CallStatus_JOINED  CallStatus = 3
	CallStatus_MISSED  CallStatus = 4
)

func (CallStatus) Descriptor

func (CallStatus) Descriptor() protoreflect.EnumDescriptor

func (CallStatus) Enum

func (x CallStatus) Enum() *CallStatus

func (CallStatus) EnumDescriptor deprecated

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

Deprecated: Use CallStatus.Descriptor instead.

func (CallStatus) Number

func (x CallStatus) Number() protoreflect.EnumNumber

func (CallStatus) String

func (x CallStatus) String() string

func (CallStatus) Type

type CallType

type CallType int32
const (
	CallType_AUDIO CallType = 0
	CallType_VIDEO CallType = 1
)

func (CallType) Descriptor

func (CallType) Descriptor() protoreflect.EnumDescriptor

func (CallType) Enum

func (x CallType) Enum() *CallType

func (CallType) EnumDescriptor deprecated

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

Deprecated: Use CallType.Descriptor instead.

func (CallType) Number

func (x CallType) Number() protoreflect.EnumNumber

func (CallType) String

func (x CallType) String() string

func (CallType) Type

type CallingStatusMessage

type CallingStatusMessage struct {
	CallStatus   CallStatus `protobuf:"varint,1,opt,name=callStatus,proto3,enum=status.CallStatus" json:"callStatus,omitempty"`
	CallType     CallType   `protobuf:"varint,2,opt,name=callType,proto3,enum=status.CallType" json:"callType,omitempty"`
	UserId       *UUID      `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	CallDuration int32      `protobuf:"varint,4,opt,name=callDuration,proto3" json:"callDuration,omitempty"`
	Participants []*UUID    `protobuf:"bytes,5,rep,name=participants,proto3" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*CallingStatusMessage) Descriptor deprecated

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

Deprecated: Use CallingStatusMessage.ProtoReflect.Descriptor instead.

func (*CallingStatusMessage) GetCallDuration

func (x *CallingStatusMessage) GetCallDuration() int32

func (*CallingStatusMessage) GetCallStatus

func (x *CallingStatusMessage) GetCallStatus() CallStatus

func (*CallingStatusMessage) GetCallType

func (x *CallingStatusMessage) GetCallType() CallType

func (*CallingStatusMessage) GetParticipants

func (x *CallingStatusMessage) GetParticipants() []*UUID

func (*CallingStatusMessage) GetUserId

func (x *CallingStatusMessage) GetUserId() *UUID

func (*CallingStatusMessage) ProtoMessage

func (*CallingStatusMessage) ProtoMessage()

func (*CallingStatusMessage) ProtoReflect

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

func (*CallingStatusMessage) Reset

func (x *CallingStatusMessage) Reset()

func (*CallingStatusMessage) String

func (x *CallingStatusMessage) String() string

type CanvasCustomUpdateInfo

type CanvasCustomUpdateInfo struct {
	Path    string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Payload string `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*CanvasCustomUpdateInfo) Descriptor deprecated

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

Deprecated: Use CanvasCustomUpdateInfo.ProtoReflect.Descriptor instead.

func (*CanvasCustomUpdateInfo) GetPath

func (x *CanvasCustomUpdateInfo) GetPath() string

func (*CanvasCustomUpdateInfo) GetPayload

func (x *CanvasCustomUpdateInfo) GetPayload() string

func (*CanvasCustomUpdateInfo) ProtoMessage

func (*CanvasCustomUpdateInfo) ProtoMessage()

func (*CanvasCustomUpdateInfo) ProtoReflect

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

func (*CanvasCustomUpdateInfo) Reset

func (x *CanvasCustomUpdateInfo) Reset()

func (*CanvasCustomUpdateInfo) String

func (x *CanvasCustomUpdateInfo) String() string

type CanvasCustomUpdateStatusMessage

type CanvasCustomUpdateStatusMessage struct {
	AppId        *UUID                   `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
	MediaUserIds []*UUID                 `protobuf:"bytes,2,rep,name=mediaUserIds,proto3" json:"mediaUserIds,omitempty"`
	TextContent  string                  `protobuf:"bytes,3,opt,name=textContent,proto3" json:"textContent,omitempty"`
	UpdateInfo   *CanvasCustomUpdateInfo `protobuf:"bytes,4,opt,name=updateInfo,proto3" json:"updateInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*CanvasCustomUpdateStatusMessage) Descriptor deprecated

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

Deprecated: Use CanvasCustomUpdateStatusMessage.ProtoReflect.Descriptor instead.

func (*CanvasCustomUpdateStatusMessage) GetAppId

func (x *CanvasCustomUpdateStatusMessage) GetAppId() *UUID

func (*CanvasCustomUpdateStatusMessage) GetMediaUserIds

func (x *CanvasCustomUpdateStatusMessage) GetMediaUserIds() []*UUID

func (*CanvasCustomUpdateStatusMessage) GetTextContent

func (x *CanvasCustomUpdateStatusMessage) GetTextContent() string

func (*CanvasCustomUpdateStatusMessage) GetUpdateInfo

func (*CanvasCustomUpdateStatusMessage) ProtoMessage

func (*CanvasCustomUpdateStatusMessage) ProtoMessage()

func (*CanvasCustomUpdateStatusMessage) ProtoReflect

func (*CanvasCustomUpdateStatusMessage) Reset

func (*CanvasCustomUpdateStatusMessage) String

type CaptionMetadata

type CaptionMetadata struct {
	FontSize float32                     `protobuf:"fixed32,1,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	CenterX  float32                     `protobuf:"fixed32,2,opt,name=centerX,proto3" json:"centerX,omitempty"`
	CenterY  float32                     `protobuf:"fixed32,3,opt,name=centerY,proto3" json:"centerY,omitempty"`
	Rotation float32                     `protobuf:"fixed32,4,opt,name=rotation,proto3" json:"rotation,omitempty"`
	Tracking bool                        `protobuf:"varint,5,opt,name=tracking,proto3" json:"tracking,omitempty"`
	Type     CaptionMetadata_CaptionType `protobuf:"varint,7,opt,name=type,proto3,enum=caption.CaptionMetadata_CaptionType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CaptionMetadata) Descriptor deprecated

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

Deprecated: Use CaptionMetadata.ProtoReflect.Descriptor instead.

func (*CaptionMetadata) GetCenterX

func (x *CaptionMetadata) GetCenterX() float32

func (*CaptionMetadata) GetCenterY

func (x *CaptionMetadata) GetCenterY() float32

func (*CaptionMetadata) GetFontSize

func (x *CaptionMetadata) GetFontSize() float32

func (*CaptionMetadata) GetRotation

func (x *CaptionMetadata) GetRotation() float32

func (*CaptionMetadata) GetTracking

func (x *CaptionMetadata) GetTracking() bool

func (*CaptionMetadata) GetType

func (*CaptionMetadata) ProtoMessage

func (*CaptionMetadata) ProtoMessage()

func (*CaptionMetadata) ProtoReflect

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

func (*CaptionMetadata) Reset

func (x *CaptionMetadata) Reset()

func (*CaptionMetadata) String

func (x *CaptionMetadata) String() string

type CaptionMetadata_CaptionType

type CaptionMetadata_CaptionType int32
const (
	CaptionMetadata_CaptionType_DEFAULT        CaptionMetadata_CaptionType = 0
	CaptionMetadata_CaptionType_BIGTEXT_LEFT   CaptionMetadata_CaptionType = 1
	CaptionMetadata_CaptionType_BIGTEXT_CENTER CaptionMetadata_CaptionType = 2
	CaptionMetadata_CaptionType_BIGTEXT_RIGHT  CaptionMetadata_CaptionType = 3
)

func (CaptionMetadata_CaptionType) Descriptor

func (CaptionMetadata_CaptionType) Enum

func (CaptionMetadata_CaptionType) EnumDescriptor deprecated

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

Deprecated: Use CaptionMetadata_CaptionType.Descriptor instead.

func (CaptionMetadata_CaptionType) Number

func (CaptionMetadata_CaptionType) String

func (CaptionMetadata_CaptionType) Type

type CaptureCharacteristics

type CaptureCharacteristics struct {
	FlashOn     bool `protobuf:"varint,1,opt,name=flashOn,proto3" json:"flashOn,omitempty"`
	FrontFacing bool `protobuf:"varint,2,opt,name=frontFacing,proto3" json:"frontFacing,omitempty"`
	// contains filtered or unexported fields
}

func (*CaptureCharacteristics) Descriptor deprecated

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

Deprecated: Use CaptureCharacteristics.ProtoReflect.Descriptor instead.

func (*CaptureCharacteristics) GetFlashOn

func (x *CaptureCharacteristics) GetFlashOn() bool

func (*CaptureCharacteristics) GetFrontFacing

func (x *CaptureCharacteristics) GetFrontFacing() bool

func (*CaptureCharacteristics) ProtoMessage

func (*CaptureCharacteristics) ProtoMessage()

func (*CaptureCharacteristics) ProtoReflect

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

func (*CaptureCharacteristics) Reset

func (x *CaptureCharacteristics) Reset()

func (*CaptureCharacteristics) String

func (x *CaptureCharacteristics) String() string

type ChangeConversationRetentionPolicyDisplayStatus

type ChangeConversationRetentionPolicyDisplayStatus int32
const (
	ChangeConversationRetentionPolicyDisplayStatus_DISPLAY_TYPE_UNSET                    ChangeConversationRetentionPolicyDisplayStatus = 0
	ChangeConversationRetentionPolicyDisplayStatus_DISPLAY_TYPE_PERMANENT_USER_INITIATED ChangeConversationRetentionPolicyDisplayStatus = 1
	ChangeConversationRetentionPolicyDisplayStatus_DISPLAY_TYPE_PERMANENT_SYSTEM         ChangeConversationRetentionPolicyDisplayStatus = 2
	ChangeConversationRetentionPolicyDisplayStatus_DISPLAY_TYPE_TOGGLEABLE               ChangeConversationRetentionPolicyDisplayStatus = 3
)

func (ChangeConversationRetentionPolicyDisplayStatus) Descriptor

func (ChangeConversationRetentionPolicyDisplayStatus) Enum

func (ChangeConversationRetentionPolicyDisplayStatus) EnumDescriptor deprecated

Deprecated: Use ChangeConversationRetentionPolicyDisplayStatus.Descriptor instead.

func (ChangeConversationRetentionPolicyDisplayStatus) Number

func (ChangeConversationRetentionPolicyDisplayStatus) String

func (ChangeConversationRetentionPolicyDisplayStatus) Type

type ChangeConversationRetentionPolicyStatusMessage

type ChangeConversationRetentionPolicyStatusMessage struct {
	InitiatingUserId                                *UUID                                          `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	NewRetentionPolicy                              *RetentionPolicy                               `protobuf:"bytes,2,opt,name=newRetentionPolicy,proto3" json:"newRetentionPolicy,omitempty"`
	DisplayType                                     ChangeConversationRetentionPolicyDisplayStatus `` /* 135-byte string literal not displayed */
	AlsoRevertedSnapPostOpenViewingPolicyToEnvelope bool                                           `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeConversationRetentionPolicyStatusMessage) Descriptor deprecated

Deprecated: Use ChangeConversationRetentionPolicyStatusMessage.ProtoReflect.Descriptor instead.

func (*ChangeConversationRetentionPolicyStatusMessage) GetAlsoRevertedSnapPostOpenViewingPolicyToEnvelope

func (x *ChangeConversationRetentionPolicyStatusMessage) GetAlsoRevertedSnapPostOpenViewingPolicyToEnvelope() bool

func (*ChangeConversationRetentionPolicyStatusMessage) GetDisplayType

func (*ChangeConversationRetentionPolicyStatusMessage) GetInitiatingUserId

func (x *ChangeConversationRetentionPolicyStatusMessage) GetInitiatingUserId() *UUID

func (*ChangeConversationRetentionPolicyStatusMessage) GetNewRetentionPolicy

func (*ChangeConversationRetentionPolicyStatusMessage) ProtoMessage

func (*ChangeConversationRetentionPolicyStatusMessage) ProtoReflect

func (*ChangeConversationRetentionPolicyStatusMessage) Reset

func (*ChangeConversationRetentionPolicyStatusMessage) String

type ChatItem

type ChatItem struct {
	State ChatItemState `protobuf:"varint,1,opt,name=state,proto3,enum=states.ChatItemState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatItem) Descriptor deprecated

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

Deprecated: Use ChatItem.ProtoReflect.Descriptor instead.

func (*ChatItem) GetState

func (x *ChatItem) GetState() ChatItemState

func (*ChatItem) ProtoMessage

func (*ChatItem) ProtoMessage()

func (*ChatItem) ProtoReflect

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

func (*ChatItem) Reset

func (x *ChatItem) Reset()

func (*ChatItem) String

func (x *ChatItem) String() string

type ChatItemState

type ChatItemState int32
const (
	ChatItemState_UNKNOWN_CHAT_STATE                 ChatItemState = 0
	ChatItemState_CHAT_VIEWED                        ChatItemState = 1
	ChatItemState_CHAT_UNVIEWED                      ChatItemState = 2
	ChatItemState_CHAT_SCREENSHOTTED_VIEWED          ChatItemState = 3
	ChatItemState_CHAT_SCREENSHOTTED_UNVIEWED        ChatItemState = 4
	ChatItemState_CHAT_RECORDED_VIEWED               ChatItemState = 5
	ChatItemState_CHAT_RECORDED_UNVIEWED             ChatItemState = 6
	ChatItemState_CHAT_SAVED_VIEWED                  ChatItemState = 7
	ChatItemState_CHAT_SAVED_UNVIEWED                ChatItemState = 8
	ChatItemState_CHAT_ERASED                        ChatItemState = 9
	ChatItemState_CHAT_SAVED_TO_CAMERA_ROLL_VIEWED   ChatItemState = 10
	ChatItemState_CHAT_SAVED_TO_CAMERA_ROLL_UNVIEWED ChatItemState = 11
)

func (ChatItemState) Descriptor

func (ChatItemState) Enum

func (x ChatItemState) Enum() *ChatItemState

func (ChatItemState) EnumDescriptor deprecated

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

Deprecated: Use ChatItemState.Descriptor instead.

func (ChatItemState) Number

func (ChatItemState) String

func (x ChatItemState) String() string

func (ChatItemState) Type

type ChatNotificationPreference

type ChatNotificationPreference int32
const (
	ChatNotificationPreference_ALL_MESSAGES ChatNotificationPreference = 0
	ChatNotificationPreference_SILENT       ChatNotificationPreference = 1
	ChatNotificationPreference_MENTION_ONLY ChatNotificationPreference = 2
)

func (ChatNotificationPreference) Descriptor

func (ChatNotificationPreference) Enum

func (ChatNotificationPreference) EnumDescriptor deprecated

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

Deprecated: Use ChatNotificationPreference.Descriptor instead.

func (ChatNotificationPreference) Number

func (ChatNotificationPreference) String

func (ChatNotificationPreference) Type

type ChatWallpaper

type ChatWallpaper struct {
	SetterUserId      *UUID                          `protobuf:"bytes,1,opt,name=setterUserId,proto3" json:"setterUserId,omitempty"`
	CreationTimestamp int64                          `protobuf:"varint,2,opt,name=creationTimestamp,proto3" json:"creationTimestamp,omitempty"`
	ContentReference  *ChatWallpaperContentReference `protobuf:"bytes,3,opt,name=contentReference,proto3" json:"contentReference,omitempty"`
	IsInAppReportable bool                           `protobuf:"varint,4,opt,name=isInAppReportable,proto3" json:"isInAppReportable,omitempty"`
	BlizzardData      *ChatWallpaperBlizzardData     `protobuf:"bytes,5,opt,name=blizzardData,proto3" json:"blizzardData,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatWallpaper) Descriptor deprecated

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

Deprecated: Use ChatWallpaper.ProtoReflect.Descriptor instead.

func (*ChatWallpaper) GetBlizzardData

func (x *ChatWallpaper) GetBlizzardData() *ChatWallpaperBlizzardData

func (*ChatWallpaper) GetContentReference

func (x *ChatWallpaper) GetContentReference() *ChatWallpaperContentReference

func (*ChatWallpaper) GetCreationTimestamp

func (x *ChatWallpaper) GetCreationTimestamp() int64

func (*ChatWallpaper) GetIsInAppReportable

func (x *ChatWallpaper) GetIsInAppReportable() bool

func (*ChatWallpaper) GetSetterUserId

func (x *ChatWallpaper) GetSetterUserId() *UUID

func (*ChatWallpaper) ProtoMessage

func (*ChatWallpaper) ProtoMessage()

func (*ChatWallpaper) ProtoReflect

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

func (*ChatWallpaper) Reset

func (x *ChatWallpaper) Reset()

func (*ChatWallpaper) String

func (x *ChatWallpaper) String() string

type ChatWallpaperBlizzardData

type ChatWallpaperBlizzardData struct {
	ChatWallpaperSource int32 `protobuf:"varint,1,opt,name=chatWallpaperSource,proto3" json:"chatWallpaperSource,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatWallpaperBlizzardData) Descriptor deprecated

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

Deprecated: Use ChatWallpaperBlizzardData.ProtoReflect.Descriptor instead.

func (*ChatWallpaperBlizzardData) GetChatWallpaperSource

func (x *ChatWallpaperBlizzardData) GetChatWallpaperSource() int32

func (*ChatWallpaperBlizzardData) ProtoMessage

func (*ChatWallpaperBlizzardData) ProtoMessage()

func (*ChatWallpaperBlizzardData) ProtoReflect

func (*ChatWallpaperBlizzardData) Reset

func (x *ChatWallpaperBlizzardData) Reset()

func (*ChatWallpaperBlizzardData) String

func (x *ChatWallpaperBlizzardData) String() string

type ChatWallpaperContent

type ChatWallpaperContent struct {
	ContentObject []byte `protobuf:"bytes,1,opt,name=contentObject,proto3" json:"contentObject,omitempty"`
	Key           []byte `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Iv            []byte `protobuf:"bytes,3,opt,name=iv,proto3" json:"iv,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatWallpaperContent) Descriptor deprecated

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

Deprecated: Use ChatWallpaperContent.ProtoReflect.Descriptor instead.

func (*ChatWallpaperContent) GetContentObject

func (x *ChatWallpaperContent) GetContentObject() []byte

func (*ChatWallpaperContent) GetIv

func (x *ChatWallpaperContent) GetIv() []byte

func (*ChatWallpaperContent) GetKey

func (x *ChatWallpaperContent) GetKey() []byte

func (*ChatWallpaperContent) ProtoMessage

func (*ChatWallpaperContent) ProtoMessage()

func (*ChatWallpaperContent) ProtoReflect

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

func (*ChatWallpaperContent) Reset

func (x *ChatWallpaperContent) Reset()

func (*ChatWallpaperContent) String

func (x *ChatWallpaperContent) String() string

type ChatWallpaperContentReference

type ChatWallpaperContentReference struct {
	ShouldSkipClaim bool `protobuf:"varint,1,opt,name=shouldSkipClaim,proto3" json:"shouldSkipClaim,omitempty"`
	// Types that are assignable to Reference:
	//
	//	*ChatWallpaperContentReference_WallpaperContent
	Reference isChatWallpaperContentReference_Reference `protobuf_oneof:"reference"`
	// contains filtered or unexported fields
}

func (*ChatWallpaperContentReference) Descriptor deprecated

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

Deprecated: Use ChatWallpaperContentReference.ProtoReflect.Descriptor instead.

func (*ChatWallpaperContentReference) GetReference

func (m *ChatWallpaperContentReference) GetReference() isChatWallpaperContentReference_Reference

func (*ChatWallpaperContentReference) GetShouldSkipClaim

func (x *ChatWallpaperContentReference) GetShouldSkipClaim() bool

func (*ChatWallpaperContentReference) GetWallpaperContent

func (x *ChatWallpaperContentReference) GetWallpaperContent() *ChatWallpaperContent

func (*ChatWallpaperContentReference) ProtoMessage

func (*ChatWallpaperContentReference) ProtoMessage()

func (*ChatWallpaperContentReference) ProtoReflect

func (*ChatWallpaperContentReference) Reset

func (x *ChatWallpaperContentReference) Reset()

func (*ChatWallpaperContentReference) String

type ChatWallpaperContentReference_WallpaperContent

type ChatWallpaperContentReference_WallpaperContent struct {
	WallpaperContent *ChatWallpaperContent `protobuf:"bytes,2,opt,name=wallpaperContent,proto3,oneof"`
}

type ClearTextEelKeyEncryption

type ClearTextEelKeyEncryption struct {
	CekIv []byte `protobuf:"bytes,1,opt,name=cekIv,proto3" json:"cekIv,omitempty"`
	Cek   []byte `protobuf:"bytes,2,opt,name=cek,proto3" json:"cek,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearTextEelKeyEncryption) Descriptor deprecated

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

Deprecated: Use ClearTextEelKeyEncryption.ProtoReflect.Descriptor instead.

func (*ClearTextEelKeyEncryption) GetCek

func (x *ClearTextEelKeyEncryption) GetCek() []byte

func (*ClearTextEelKeyEncryption) GetCekIv

func (x *ClearTextEelKeyEncryption) GetCekIv() []byte

func (*ClearTextEelKeyEncryption) ProtoMessage

func (*ClearTextEelKeyEncryption) ProtoMessage()

func (*ClearTextEelKeyEncryption) ProtoReflect

func (*ClearTextEelKeyEncryption) Reset

func (x *ClearTextEelKeyEncryption) Reset()

func (*ClearTextEelKeyEncryption) String

func (x *ClearTextEelKeyEncryption) String() string

type ClearTextMediaKeyEncryption

type ClearTextMediaKeyEncryption struct {
	MediaKey []byte `protobuf:"bytes,1,opt,name=mediaKey,proto3" json:"mediaKey,omitempty"`
	MediaIv  []byte `protobuf:"bytes,2,opt,name=mediaIv,proto3" json:"mediaIv,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearTextMediaKeyEncryption) Descriptor deprecated

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

Deprecated: Use ClearTextMediaKeyEncryption.ProtoReflect.Descriptor instead.

func (*ClearTextMediaKeyEncryption) GetMediaIv

func (x *ClearTextMediaKeyEncryption) GetMediaIv() []byte

func (*ClearTextMediaKeyEncryption) GetMediaKey

func (x *ClearTextMediaKeyEncryption) GetMediaKey() []byte

func (*ClearTextMediaKeyEncryption) ProtoMessage

func (*ClearTextMediaKeyEncryption) ProtoMessage()

func (*ClearTextMediaKeyEncryption) ProtoReflect

func (*ClearTextMediaKeyEncryption) Reset

func (x *ClearTextMediaKeyEncryption) Reset()

func (*ClearTextMediaKeyEncryption) String

func (x *ClearTextMediaKeyEncryption) String() string

type CompositeStoryId

type CompositeStoryId struct {
	Corpus  Corpus `protobuf:"varint,1,opt,name=corpus,proto3,enum=common.Corpus" json:"corpus,omitempty"`
	Id      string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Version uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CompositeStoryId) Descriptor deprecated

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

Deprecated: Use CompositeStoryId.ProtoReflect.Descriptor instead.

func (*CompositeStoryId) GetCorpus

func (x *CompositeStoryId) GetCorpus() Corpus

func (*CompositeStoryId) GetId

func (x *CompositeStoryId) GetId() string

func (*CompositeStoryId) GetVersion

func (x *CompositeStoryId) GetVersion() uint64

func (*CompositeStoryId) ProtoMessage

func (*CompositeStoryId) ProtoMessage()

func (*CompositeStoryId) ProtoReflect

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

func (*CompositeStoryId) Reset

func (x *CompositeStoryId) Reset()

func (*CompositeStoryId) String

func (x *CompositeStoryId) String() string

type ContentEnvelope

type ContentEnvelope struct {
	RemoteMediaInfos   []*ContentEnvelope_RemoteMediaInfo `protobuf:"bytes,1,rep,name=remoteMediaInfos,proto3" json:"remoteMediaInfos,omitempty"`
	ContentType        ContentType                        `protobuf:"varint,2,opt,name=contentType,proto3,enum=common.ContentType" json:"contentType,omitempty"`
	EnvelopeEncryption *EnvelopeEncryption                `protobuf:"bytes,3,opt,name=envelopeEncryption,proto3" json:"envelopeEncryption,omitempty"`
	// content.Contents contents = 4;
	// The actual contents of the message received is in here, you need to decode it yourself with the content.proto/Contents message
	Contents            []byte                                `protobuf:"bytes,4,opt,name=contents,proto3" json:"contents,omitempty"` // snapchat: lets store the contents in bytes because we are special
	MediaReferenceLists []*ContentEnvelope_MediaReferenceList `protobuf:"bytes,5,rep,name=mediaReferenceLists,proto3" json:"mediaReferenceLists,omitempty"`
	DisplayInfo         *ContentEnvelope_DisplayInfo          `protobuf:"bytes,6,opt,name=displayInfo,proto3" json:"displayInfo,omitempty"`
	SavePolicy          ContentEnvelope_SavePolicy            `protobuf:"varint,7,opt,name=savePolicy,proto3,enum=contentEnvelope.ContentEnvelope_SavePolicy" json:"savePolicy,omitempty"`
	Thumbnails          *ContentEnvelope_Thumbnails           `protobuf:"bytes,8,opt,name=thumbnails,proto3" json:"thumbnails,omitempty"`
	FeedDisplayInfo     *ContentEnvelope_FeedDisplayInfo      `protobuf:"bytes,9,opt,name=feedDisplayInfo,proto3" json:"feedDisplayInfo,omitempty"`
	// Types that are assignable to MessageTypeMetadata:
	//
	//	*ContentEnvelope_AudioNote
	//	*ContentEnvelope_SnapReply
	//	*ContentEnvelope_Share
	MessageTypeMetadata        isContentEnvelope_MessageTypeMetadata       `protobuf_oneof:"messageTypeMetadata"`
	BotMentionResponseMetadata *ContentEnvelope_BotMentionResponseMetadata `protobuf:"bytes,12,opt,name=botMentionResponseMetadata,proto3" json:"botMentionResponseMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope) Descriptor deprecated

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

Deprecated: Use ContentEnvelope.ProtoReflect.Descriptor instead.

func (*ContentEnvelope) GetAudioNote

func (x *ContentEnvelope) GetAudioNote() *AudioNoteMetadata

func (*ContentEnvelope) GetBotMentionResponseMetadata

func (x *ContentEnvelope) GetBotMentionResponseMetadata() *ContentEnvelope_BotMentionResponseMetadata

func (*ContentEnvelope) GetContentType

func (x *ContentEnvelope) GetContentType() ContentType

func (*ContentEnvelope) GetContents

func (x *ContentEnvelope) GetContents() []byte

func (*ContentEnvelope) GetDisplayInfo

func (x *ContentEnvelope) GetDisplayInfo() *ContentEnvelope_DisplayInfo

func (*ContentEnvelope) GetEnvelopeEncryption

func (x *ContentEnvelope) GetEnvelopeEncryption() *EnvelopeEncryption

func (*ContentEnvelope) GetFeedDisplayInfo

func (x *ContentEnvelope) GetFeedDisplayInfo() *ContentEnvelope_FeedDisplayInfo

func (*ContentEnvelope) GetMediaReferenceLists

func (x *ContentEnvelope) GetMediaReferenceLists() []*ContentEnvelope_MediaReferenceList

func (*ContentEnvelope) GetMessageTypeMetadata

func (m *ContentEnvelope) GetMessageTypeMetadata() isContentEnvelope_MessageTypeMetadata

func (*ContentEnvelope) GetRemoteMediaInfos

func (x *ContentEnvelope) GetRemoteMediaInfos() []*ContentEnvelope_RemoteMediaInfo

func (*ContentEnvelope) GetSavePolicy

func (x *ContentEnvelope) GetSavePolicy() ContentEnvelope_SavePolicy

func (*ContentEnvelope) GetShare

func (x *ContentEnvelope) GetShare() *ShareMetadata

func (*ContentEnvelope) GetSnapReply

func (x *ContentEnvelope) GetSnapReply() *SnapReplyMetadata

func (*ContentEnvelope) GetThumbnails

func (x *ContentEnvelope) GetThumbnails() *ContentEnvelope_Thumbnails

func (*ContentEnvelope) ProtoMessage

func (*ContentEnvelope) ProtoMessage()

func (*ContentEnvelope) ProtoReflect

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

func (*ContentEnvelope) Reset

func (x *ContentEnvelope) Reset()

func (*ContentEnvelope) String

func (x *ContentEnvelope) String() string

type ContentEnvelope_AudioNote

type ContentEnvelope_AudioNote struct {
	AudioNote *AudioNoteMetadata `protobuf:"bytes,11,opt,name=audioNote,proto3,oneof"`
}

type ContentEnvelope_BotMentionResponseMetadata

type ContentEnvelope_BotMentionResponseMetadata struct {
	RequesterId      *UUID `protobuf:"bytes,1,opt,name=requesterId,proto3" json:"requesterId,omitempty"`
	RequestMessageId int64 `protobuf:"varint,2,opt,name=requestMessageId,proto3" json:"requestMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_BotMentionResponseMetadata) Descriptor deprecated

Deprecated: Use ContentEnvelope_BotMentionResponseMetadata.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_BotMentionResponseMetadata) GetRequestMessageId

func (x *ContentEnvelope_BotMentionResponseMetadata) GetRequestMessageId() int64

func (*ContentEnvelope_BotMentionResponseMetadata) GetRequesterId

func (x *ContentEnvelope_BotMentionResponseMetadata) GetRequesterId() *UUID

func (*ContentEnvelope_BotMentionResponseMetadata) ProtoMessage

func (*ContentEnvelope_BotMentionResponseMetadata) ProtoReflect

func (*ContentEnvelope_BotMentionResponseMetadata) Reset

func (*ContentEnvelope_BotMentionResponseMetadata) String

type ContentEnvelope_DisplayInfo

type ContentEnvelope_DisplayInfo struct {
	HasAudio bool `protobuf:"varint,1,opt,name=hasAudio,proto3" json:"hasAudio,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_DisplayInfo) Descriptor deprecated

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

Deprecated: Use ContentEnvelope_DisplayInfo.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_DisplayInfo) GetHasAudio

func (x *ContentEnvelope_DisplayInfo) GetHasAudio() bool

func (*ContentEnvelope_DisplayInfo) ProtoMessage

func (*ContentEnvelope_DisplayInfo) ProtoMessage()

func (*ContentEnvelope_DisplayInfo) ProtoReflect

func (*ContentEnvelope_DisplayInfo) Reset

func (x *ContentEnvelope_DisplayInfo) Reset()

func (*ContentEnvelope_DisplayInfo) String

func (x *ContentEnvelope_DisplayInfo) String() string

type ContentEnvelope_FeedDisplayInfo

type ContentEnvelope_FeedDisplayInfo struct {

	// Types that are assignable to FeedDisplayInfo:
	//
	//	*ContentEnvelope_FeedDisplayInfo_SnapDisplayInfo
	//	*ContentEnvelope_FeedDisplayInfo_StatusMessageDisplayInfo
	//	*ContentEnvelope_FeedDisplayInfo_ExternalMediaDisplayInfo
	//	*ContentEnvelope_FeedDisplayInfo_ShareDisplayInfo
	FeedDisplayInfo isContentEnvelope_FeedDisplayInfo_FeedDisplayInfo `protobuf_oneof:"feedDisplayInfo"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_FeedDisplayInfo) Descriptor deprecated

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

Deprecated: Use ContentEnvelope_FeedDisplayInfo.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_FeedDisplayInfo) GetExternalMediaDisplayInfo

func (x *ContentEnvelope_FeedDisplayInfo) GetExternalMediaDisplayInfo() *ExternalMediaDisplayInfo

func (*ContentEnvelope_FeedDisplayInfo) GetFeedDisplayInfo

func (m *ContentEnvelope_FeedDisplayInfo) GetFeedDisplayInfo() isContentEnvelope_FeedDisplayInfo_FeedDisplayInfo

func (*ContentEnvelope_FeedDisplayInfo) GetShareDisplayInfo

func (x *ContentEnvelope_FeedDisplayInfo) GetShareDisplayInfo() *ShareDisplayInfo

func (*ContentEnvelope_FeedDisplayInfo) GetSnapDisplayInfo

func (x *ContentEnvelope_FeedDisplayInfo) GetSnapDisplayInfo() *SnapDisplayInfo

func (*ContentEnvelope_FeedDisplayInfo) GetStatusMessageDisplayInfo

func (x *ContentEnvelope_FeedDisplayInfo) GetStatusMessageDisplayInfo() *StatusMessageDisplayInfo

func (*ContentEnvelope_FeedDisplayInfo) ProtoMessage

func (*ContentEnvelope_FeedDisplayInfo) ProtoMessage()

func (*ContentEnvelope_FeedDisplayInfo) ProtoReflect

func (*ContentEnvelope_FeedDisplayInfo) Reset

func (*ContentEnvelope_FeedDisplayInfo) String

type ContentEnvelope_FeedDisplayInfo_ExternalMediaDisplayInfo

type ContentEnvelope_FeedDisplayInfo_ExternalMediaDisplayInfo struct {
	ExternalMediaDisplayInfo *ExternalMediaDisplayInfo `protobuf:"bytes,3,opt,name=externalMediaDisplayInfo,proto3,oneof"`
}

type ContentEnvelope_FeedDisplayInfo_ShareDisplayInfo

type ContentEnvelope_FeedDisplayInfo_ShareDisplayInfo struct {
	ShareDisplayInfo *ShareDisplayInfo `protobuf:"bytes,4,opt,name=shareDisplayInfo,proto3,oneof"`
}

type ContentEnvelope_FeedDisplayInfo_SnapDisplayInfo

type ContentEnvelope_FeedDisplayInfo_SnapDisplayInfo struct {
	SnapDisplayInfo *SnapDisplayInfo `protobuf:"bytes,1,opt,name=snapDisplayInfo,proto3,oneof"`
}

type ContentEnvelope_FeedDisplayInfo_StatusMessageDisplayInfo

type ContentEnvelope_FeedDisplayInfo_StatusMessageDisplayInfo struct {
	StatusMessageDisplayInfo *StatusMessageDisplayInfo `protobuf:"bytes,2,opt,name=statusMessageDisplayInfo,proto3,oneof"`
}

type ContentEnvelope_MediaReferenceList

type ContentEnvelope_MediaReferenceList struct {
	Reference []*MediaReference `protobuf:"bytes,1,rep,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_MediaReferenceList) Descriptor deprecated

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

Deprecated: Use ContentEnvelope_MediaReferenceList.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_MediaReferenceList) GetReference

func (*ContentEnvelope_MediaReferenceList) ProtoMessage

func (*ContentEnvelope_MediaReferenceList) ProtoMessage()

func (*ContentEnvelope_MediaReferenceList) ProtoReflect

func (*ContentEnvelope_MediaReferenceList) Reset

func (*ContentEnvelope_MediaReferenceList) String

type ContentEnvelope_RemoteMediaInfo

type ContentEnvelope_RemoteMediaInfo struct {

	// Types that are assignable to MediaInfo:
	//
	//	*ContentEnvelope_RemoteMediaInfo_ContentObject
	//	*ContentEnvelope_RemoteMediaInfo_LegacyMediaId
	//	*ContentEnvelope_RemoteMediaInfo_ContentUrl
	MediaInfo isContentEnvelope_RemoteMediaInfo_MediaInfo `protobuf_oneof:"mediaInfo"`
	MediaType int32                                       `protobuf:"varint,3,opt,name=mediaType,proto3" json:"mediaType,omitempty"`
	HasAudio  bool                                        `protobuf:"varint,4,opt,name=hasAudio,proto3" json:"hasAudio,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_RemoteMediaInfo) Descriptor deprecated

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

Deprecated: Use ContentEnvelope_RemoteMediaInfo.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_RemoteMediaInfo) GetContentObject

func (x *ContentEnvelope_RemoteMediaInfo) GetContentObject() []byte

func (*ContentEnvelope_RemoteMediaInfo) GetContentUrl

func (x *ContentEnvelope_RemoteMediaInfo) GetContentUrl() string

func (*ContentEnvelope_RemoteMediaInfo) GetHasAudio

func (x *ContentEnvelope_RemoteMediaInfo) GetHasAudio() bool

func (*ContentEnvelope_RemoteMediaInfo) GetLegacyMediaId

func (x *ContentEnvelope_RemoteMediaInfo) GetLegacyMediaId() string

func (*ContentEnvelope_RemoteMediaInfo) GetMediaInfo

func (m *ContentEnvelope_RemoteMediaInfo) GetMediaInfo() isContentEnvelope_RemoteMediaInfo_MediaInfo

func (*ContentEnvelope_RemoteMediaInfo) GetMediaType

func (x *ContentEnvelope_RemoteMediaInfo) GetMediaType() int32

func (*ContentEnvelope_RemoteMediaInfo) ProtoMessage

func (*ContentEnvelope_RemoteMediaInfo) ProtoMessage()

func (*ContentEnvelope_RemoteMediaInfo) ProtoReflect

func (*ContentEnvelope_RemoteMediaInfo) Reset

func (*ContentEnvelope_RemoteMediaInfo) String

type ContentEnvelope_RemoteMediaInfo_ContentObject

type ContentEnvelope_RemoteMediaInfo_ContentObject struct {
	ContentObject []byte `protobuf:"bytes,1,opt,name=contentObject,proto3,oneof"`
}

type ContentEnvelope_RemoteMediaInfo_ContentUrl

type ContentEnvelope_RemoteMediaInfo_ContentUrl struct {
	ContentUrl string `protobuf:"bytes,5,opt,name=contentUrl,proto3,oneof"`
}

type ContentEnvelope_RemoteMediaInfo_LegacyMediaId

type ContentEnvelope_RemoteMediaInfo_LegacyMediaId struct {
	LegacyMediaId string `protobuf:"bytes,2,opt,name=legacyMediaId,proto3,oneof"`
}

type ContentEnvelope_RemoteMediaInfo_MediaType

type ContentEnvelope_RemoteMediaInfo_MediaType int32
const (
	ContentEnvelope_RemoteMediaInfo_MediaType_MEDIATYPE_UNKNOWN ContentEnvelope_RemoteMediaInfo_MediaType = 0
	ContentEnvelope_RemoteMediaInfo_MediaType_IMAGE             ContentEnvelope_RemoteMediaInfo_MediaType = 1
	ContentEnvelope_RemoteMediaInfo_MediaType_VIDEO             ContentEnvelope_RemoteMediaInfo_MediaType = 2
	ContentEnvelope_RemoteMediaInfo_MediaType_GIF               ContentEnvelope_RemoteMediaInfo_MediaType = 3
)

func (ContentEnvelope_RemoteMediaInfo_MediaType) Descriptor

func (ContentEnvelope_RemoteMediaInfo_MediaType) Enum

func (ContentEnvelope_RemoteMediaInfo_MediaType) EnumDescriptor deprecated

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

Deprecated: Use ContentEnvelope_RemoteMediaInfo_MediaType.Descriptor instead.

func (ContentEnvelope_RemoteMediaInfo_MediaType) Number

func (ContentEnvelope_RemoteMediaInfo_MediaType) String

func (ContentEnvelope_RemoteMediaInfo_MediaType) Type

type ContentEnvelope_SavePolicy

type ContentEnvelope_SavePolicy int32
const (
	ContentEnvelope_SavePolicy_ENVELOPE_UNSET ContentEnvelope_SavePolicy = 0
	ContentEnvelope_SavePolicy_PROHIBITED     ContentEnvelope_SavePolicy = 1
	ContentEnvelope_SavePolicy_LIFETIME       ContentEnvelope_SavePolicy = 2
	ContentEnvelope_SavePolicy_VIEW_SESSION   ContentEnvelope_SavePolicy = 3
)

func (ContentEnvelope_SavePolicy) Descriptor

func (ContentEnvelope_SavePolicy) Enum

func (ContentEnvelope_SavePolicy) EnumDescriptor deprecated

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

Deprecated: Use ContentEnvelope_SavePolicy.Descriptor instead.

func (ContentEnvelope_SavePolicy) Number

func (ContentEnvelope_SavePolicy) String

func (ContentEnvelope_SavePolicy) Type

type ContentEnvelope_Share

type ContentEnvelope_Share struct {
	Share *ShareMetadata `protobuf:"bytes,14,opt,name=share,proto3,oneof"`
}

type ContentEnvelope_SnapReply

type ContentEnvelope_SnapReply struct {
	SnapReply *SnapReplyMetadata `protobuf:"bytes,13,opt,name=snapReply,proto3,oneof"`
}

type ContentEnvelope_Thumbnails

type ContentEnvelope_Thumbnails struct {
	Thumbnails []*ThumbnailInfo `protobuf:"bytes,1,rep,name=thumbnails,proto3" json:"thumbnails,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentEnvelope_Thumbnails) Descriptor deprecated

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

Deprecated: Use ContentEnvelope_Thumbnails.ProtoReflect.Descriptor instead.

func (*ContentEnvelope_Thumbnails) GetThumbnails

func (x *ContentEnvelope_Thumbnails) GetThumbnails() []*ThumbnailInfo

func (*ContentEnvelope_Thumbnails) ProtoMessage

func (*ContentEnvelope_Thumbnails) ProtoMessage()

func (*ContentEnvelope_Thumbnails) ProtoReflect

func (*ContentEnvelope_Thumbnails) Reset

func (x *ContentEnvelope_Thumbnails) Reset()

func (*ContentEnvelope_Thumbnails) String

func (x *ContentEnvelope_Thumbnails) String() string

type ContentMessage

type ContentMessage struct {
	MessageId           int64                    `protobuf:"varint,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
	SenderId            *UUID                    `protobuf:"bytes,2,opt,name=senderId,proto3" json:"senderId,omitempty"`
	DeliveryDestination *DeliveryDestination     `protobuf:"bytes,3,opt,name=deliveryDestination,proto3" json:"deliveryDestination,omitempty"`
	Contents            *ContentEnvelope         `protobuf:"bytes,4,opt,name=contents,proto3" json:"contents,omitempty"`
	ReleasePolicy       ContentReadReleasePolicy `protobuf:"varint,5,opt,name=releasePolicy,proto3,enum=policy.ContentReadReleasePolicy" json:"releasePolicy,omitempty"`
	MetaData            *MessageMetadata         `protobuf:"bytes,6,opt,name=metaData,proto3" json:"metaData,omitempty"`
	ClientResolutionId  uint64                   `protobuf:"varint,7,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	LeavePolicy         ContentSenderLeavePolicy `protobuf:"varint,8,opt,name=leavePolicy,proto3,enum=policy.ContentSenderLeavePolicy" json:"leavePolicy,omitempty"`
	AnalyticsMessageId  *LegacyMessageId         `protobuf:"bytes,9,opt,name=analyticsMessageId,proto3" json:"analyticsMessageId,omitempty"`
	StreakMetadata      *StreakMetadata          `protobuf:"bytes,10,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentMessage) Descriptor deprecated

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

Deprecated: Use ContentMessage.ProtoReflect.Descriptor instead.

func (*ContentMessage) GetAnalyticsMessageId

func (x *ContentMessage) GetAnalyticsMessageId() *LegacyMessageId

func (*ContentMessage) GetClientResolutionId

func (x *ContentMessage) GetClientResolutionId() uint64

func (*ContentMessage) GetContents

func (x *ContentMessage) GetContents() *ContentEnvelope

func (*ContentMessage) GetDeliveryDestination

func (x *ContentMessage) GetDeliveryDestination() *DeliveryDestination

func (*ContentMessage) GetLeavePolicy

func (x *ContentMessage) GetLeavePolicy() ContentSenderLeavePolicy

func (*ContentMessage) GetMessageId

func (x *ContentMessage) GetMessageId() int64

func (*ContentMessage) GetMetaData

func (x *ContentMessage) GetMetaData() *MessageMetadata

func (*ContentMessage) GetReleasePolicy

func (x *ContentMessage) GetReleasePolicy() ContentReadReleasePolicy

func (*ContentMessage) GetSenderId

func (x *ContentMessage) GetSenderId() *UUID

func (*ContentMessage) GetStreakMetadata

func (x *ContentMessage) GetStreakMetadata() *StreakMetadata

func (*ContentMessage) ProtoMessage

func (*ContentMessage) ProtoMessage()

func (*ContentMessage) ProtoReflect

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

func (*ContentMessage) Reset

func (x *ContentMessage) Reset()

func (*ContentMessage) String

func (x *ContentMessage) String() string

type ContentReadReleasePolicy

type ContentReadReleasePolicy int32
const (
	ContentReadReleasePolicy_HIGH_WATER_MARK                   ContentReadReleasePolicy = 0
	ContentReadReleasePolicy_PER_MESSAGE                       ContentReadReleasePolicy = 1
	ContentReadReleasePolicy_SNAP                              ContentReadReleasePolicy = 2
	ContentReadReleasePolicy_HIGH_WATER_MARK_REQUESTED_MESSAGE ContentReadReleasePolicy = 3
)

func (ContentReadReleasePolicy) Descriptor

func (ContentReadReleasePolicy) Enum

func (ContentReadReleasePolicy) EnumDescriptor deprecated

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

Deprecated: Use ContentReadReleasePolicy.Descriptor instead.

func (ContentReadReleasePolicy) Number

func (ContentReadReleasePolicy) String

func (x ContentReadReleasePolicy) String() string

func (ContentReadReleasePolicy) Type

type ContentSenderLeavePolicy

type ContentSenderLeavePolicy int32
const (
	ContentSenderLeavePolicy_REMOVE ContentSenderLeavePolicy = 0
	ContentSenderLeavePolicy_KEEP   ContentSenderLeavePolicy = 1
)

func (ContentSenderLeavePolicy) Descriptor

func (ContentSenderLeavePolicy) Enum

func (ContentSenderLeavePolicy) EnumDescriptor deprecated

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

Deprecated: Use ContentSenderLeavePolicy.Descriptor instead.

func (ContentSenderLeavePolicy) Number

func (ContentSenderLeavePolicy) String

func (x ContentSenderLeavePolicy) String() string

func (ContentSenderLeavePolicy) Type

type ContentType

type ContentType int32
const (
	ContentType_SNAP                                   ContentType = 0
	ContentType_CHAT                                   ContentType = 1
	ContentType_EXTERNAL_MEDIA                         ContentType = 2
	ContentType_SHARE                                  ContentType = 3
	ContentType_NOTE                                   ContentType = 4
	ContentType_STICKER                                ContentType = 5
	ContentType_STATUS                                 ContentType = 6
	ContentType_LOCATION2                              ContentType = 7 // ? skip
	ContentType_LOCATION                               ContentType = 8
	ContentType_STATUS_SAVE_TO_CAMERA_ROLL             ContentType = 9
	ContentType_STATUS_CONVERSATION_CAPTURE_SCREENSHOT ContentType = 10
	ContentType_STATUS_CONVERSATION_CAPTURE_RECORD     ContentType = 11
	ContentType_STATUS_CALL_MISSED_VIDEO               ContentType = 12
	ContentType_STATUS_CALL_MISSED_AUDIO               ContentType = 13
	ContentType_STATUS_INVITE_LINK_CHANGE              ContentType = 14
	ContentType_CANVAS_APP                             ContentType = 15
	ContentType_LIVE_LOCATION_SHARE                    ContentType = 16
	ContentType_CREATIVE_TOOL_ITEM                     ContentType = 17
	ContentType_FAMILY_CENTER_INVITE                   ContentType = 18
	ContentType_FAMILY_CENTER_ACCEPT                   ContentType = 19
	ContentType_FAMILY_CENTER_LEAVE                    ContentType = 20
	ContentType_SNAP_NOT_VIEWABLE                      ContentType = 21
	ContentType_STATUS_PLUS_GIFT                       ContentType = 22
	ContentType_NON_PARTICIPANT_BOT_RESPONSE           ContentType = 23
)

func (ContentType) Descriptor

func (ContentType) Enum

func (x ContentType) Enum() *ContentType

func (ContentType) EnumDescriptor deprecated

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

Deprecated: Use ContentType.Descriptor instead.

func (ContentType) Number

func (x ContentType) Number() protoreflect.EnumNumber

func (ContentType) String

func (x ContentType) String() string

func (ContentType) Type

type Contents

type Contents struct {

	// Types that are assignable to Content:
	//
	//	*Contents_Text
	//	*Contents_StatusMessage
	Content    isContents_Content `protobuf_oneof:"content"`
	Decorators *Decorators        `protobuf:"bytes,99,opt,name=decorators,proto3" json:"decorators,omitempty"`
	// contains filtered or unexported fields
}

func (*Contents) Descriptor deprecated

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

Deprecated: Use Contents.ProtoReflect.Descriptor instead.

func (*Contents) GetContent

func (m *Contents) GetContent() isContents_Content

func (*Contents) GetDecorators

func (x *Contents) GetDecorators() *Decorators

func (*Contents) GetStatusMessage

func (x *Contents) GetStatusMessage() *StatusMessage

func (*Contents) GetText

func (x *Contents) GetText() *Text

func (*Contents) ProtoMessage

func (*Contents) ProtoMessage()

func (*Contents) ProtoReflect

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

func (*Contents) Reset

func (x *Contents) Reset()

func (*Contents) String

func (x *Contents) String() string

type Contents_StatusMessage

type Contents_StatusMessage struct {
	// ExternalMedia externalMedia = 3;
	// Sticker sticker = 4;
	// Share share = 5;
	// Note note = 6;
	// SnapReply snapReply = 7;
	StatusMessage *StatusMessage `protobuf:"bytes,8,opt,name=statusMessage,proto3,oneof"`
}

type Contents_Text

type Contents_Text struct {
	Text *Text `protobuf:"bytes,2,opt,name=text,proto3,oneof"`
}

type Conversation

type Conversation struct {
	ConversationId                 *UUID                     `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	Title                          string                    `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Participants                   []*Participant            `protobuf:"bytes,3,rep,name=participants,proto3" json:"participants,omitempty"`
	RetentionPolicy                *RetentionPolicy          `protobuf:"bytes,4,opt,name=retentionPolicy,proto3" json:"retentionPolicy,omitempty"`
	Version                        int64                     `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"`
	Type                           ConversationType          `protobuf:"varint,6,opt,name=type,proto3,enum=common.ConversationType" json:"type,omitempty"`
	CreatorUserId                  *UUID                     `protobuf:"bytes,7,opt,name=creatorUserId,proto3" json:"creatorUserId,omitempty"`
	CreationTimeMs                 int64                     `protobuf:"varint,8,opt,name=creationTimeMs,proto3" json:"creationTimeMs,omitempty"`
	SelfUserInfo                   *SelfUserInfo             `protobuf:"bytes,9,opt,name=selfUserInfo,proto3" json:"selfUserInfo,omitempty"`
	StreakMetadata                 *StreakMetadata           `protobuf:"bytes,10,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	RecipientReadReactionWatermark int64                     `protobuf:"varint,12,opt,name=recipientReadReactionWatermark,proto3" json:"recipientReadReactionWatermark,omitempty"`
	AllowedJoinMethods             int32                     `protobuf:"varint,16,opt,name=allowedJoinMethods,proto3" json:"allowedJoinMethods,omitempty"`
	IsOneOnOneRetentionMigrated    bool                      `protobuf:"varint,17,opt,name=isOneOnOneRetentionMigrated,proto3" json:"isOneOnOneRetentionMigrated,omitempty"`
	ChatWallpaper                  *ChatWallpaper            `protobuf:"bytes,18,opt,name=chatWallpaper,proto3" json:"chatWallpaper,omitempty"`
	IsLocked                       bool                      `protobuf:"varint,19,opt,name=isLocked,proto3" json:"isLocked,omitempty"`
	KickedParticipants             []*KickedParticipant      `protobuf:"bytes,20,rep,name=kickedParticipants,proto3" json:"kickedParticipants,omitempty"`
	HideFromSendtoAndSearch        bool                      `protobuf:"varint,21,opt,name=hideFromSendtoAndSearch,proto3" json:"hideFromSendtoAndSearch,omitempty"`
	IsStreakEndStatusMessageSent   bool                      `protobuf:"varint,22,opt,name=isStreakEndStatusMessageSent,proto3" json:"isStreakEndStatusMessageSent,omitempty"`
	SubType                        int32                     `protobuf:"varint,23,opt,name=subType,proto3" json:"subType,omitempty"`
	SnapPostOpenViewingPolicy      SnapPostOpenViewingPolicy `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Conversation) Descriptor deprecated

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

Deprecated: Use Conversation.ProtoReflect.Descriptor instead.

func (*Conversation) GetAllowedJoinMethods

func (x *Conversation) GetAllowedJoinMethods() int32

func (*Conversation) GetChatWallpaper

func (x *Conversation) GetChatWallpaper() *ChatWallpaper

func (*Conversation) GetConversationId

func (x *Conversation) GetConversationId() *UUID

func (*Conversation) GetCreationTimeMs

func (x *Conversation) GetCreationTimeMs() int64

func (*Conversation) GetCreatorUserId

func (x *Conversation) GetCreatorUserId() *UUID

func (*Conversation) GetHideFromSendtoAndSearch

func (x *Conversation) GetHideFromSendtoAndSearch() bool

func (*Conversation) GetIsLocked

func (x *Conversation) GetIsLocked() bool

func (*Conversation) GetIsOneOnOneRetentionMigrated

func (x *Conversation) GetIsOneOnOneRetentionMigrated() bool

func (*Conversation) GetIsStreakEndStatusMessageSent

func (x *Conversation) GetIsStreakEndStatusMessageSent() bool

func (*Conversation) GetKickedParticipants

func (x *Conversation) GetKickedParticipants() []*KickedParticipant

func (*Conversation) GetParticipants

func (x *Conversation) GetParticipants() []*Participant

func (*Conversation) GetRecipientReadReactionWatermark

func (x *Conversation) GetRecipientReadReactionWatermark() int64

func (*Conversation) GetRetentionPolicy

func (x *Conversation) GetRetentionPolicy() *RetentionPolicy

func (*Conversation) GetSelfUserInfo

func (x *Conversation) GetSelfUserInfo() *SelfUserInfo

func (*Conversation) GetSnapPostOpenViewingPolicy

func (x *Conversation) GetSnapPostOpenViewingPolicy() SnapPostOpenViewingPolicy

func (*Conversation) GetStreakMetadata

func (x *Conversation) GetStreakMetadata() *StreakMetadata

func (*Conversation) GetSubType

func (x *Conversation) GetSubType() int32

func (*Conversation) GetTitle

func (x *Conversation) GetTitle() string

func (*Conversation) GetType

func (x *Conversation) GetType() ConversationType

func (*Conversation) GetVersion

func (x *Conversation) GetVersion() int64

func (*Conversation) ProtoMessage

func (*Conversation) ProtoMessage()

func (*Conversation) ProtoReflect

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

func (*Conversation) Reset

func (x *Conversation) Reset()

func (*Conversation) String

func (x *Conversation) String() string

type ConversationDestination

type ConversationDestination struct {
	ConversationId      *UUID `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	CurrentVersion      int64 `protobuf:"varint,2,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	ServerSyncCreatedAt int64 `protobuf:"varint,3,opt,name=serverSyncCreatedAt,proto3" json:"serverSyncCreatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationDestination) Descriptor deprecated

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

Deprecated: Use ConversationDestination.ProtoReflect.Descriptor instead.

func (*ConversationDestination) GetConversationId

func (x *ConversationDestination) GetConversationId() *UUID

func (*ConversationDestination) GetCurrentVersion

func (x *ConversationDestination) GetCurrentVersion() int64

func (*ConversationDestination) GetServerSyncCreatedAt

func (x *ConversationDestination) GetServerSyncCreatedAt() int64

func (*ConversationDestination) ProtoMessage

func (*ConversationDestination) ProtoMessage()

func (*ConversationDestination) ProtoReflect

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

func (*ConversationDestination) Reset

func (x *ConversationDestination) Reset()

func (*ConversationDestination) String

func (x *ConversationDestination) String() string

type ConversationDestinationResult

type ConversationDestinationResult struct {
	ConversationDestinationId    *UUID                       `protobuf:"bytes,1,opt,name=conversationDestinationId,proto3" json:"conversationDestinationId,omitempty"`
	CurrentVersion               uint64                      `protobuf:"varint,2,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	CreatedMessageId             uint64                      `protobuf:"varint,3,opt,name=createdMessageId,proto3" json:"createdMessageId,omitempty"`
	ReleasePolicy                ContentReadReleasePolicy    `protobuf:"varint,4,opt,name=releasePolicy,proto3,enum=policy.ContentReadReleasePolicy" json:"releasePolicy,omitempty"`
	MessageMetadata              *MessageMetadata            `protobuf:"bytes,5,opt,name=messageMetadata,proto3" json:"messageMetadata,omitempty"`
	StreakMetadata               *StreakMetadata             `protobuf:"bytes,6,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	SnapStoryReferences          []*MediaReference           `protobuf:"bytes,7,rep,name=snapStoryReferences,proto3" json:"snapStoryReferences,omitempty"`
	AnalyticsMessageId           *LegacyMessageId            `protobuf:"bytes,8,opt,name=analyticsMessageId,proto3" json:"analyticsMessageId,omitempty"`
	UpdateWatermarkResult        *UpdateWatermarkResult      `protobuf:"bytes,9,opt,name=updateWatermarkResult,proto3" json:"updateWatermarkResult,omitempty"`
	StatusMessages               []*ContentMessage           `protobuf:"bytes,17,rep,name=statusMessages,proto3" json:"statusMessages,omitempty"`
	SnapStoryReferenceThumbnails *ContentEnvelope_Thumbnails `protobuf:"bytes,18,opt,name=snapStoryReferenceThumbnails,proto3" json:"snapStoryReferenceThumbnails,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationDestinationResult) Descriptor deprecated

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

Deprecated: Use ConversationDestinationResult.ProtoReflect.Descriptor instead.

func (*ConversationDestinationResult) GetAnalyticsMessageId

func (x *ConversationDestinationResult) GetAnalyticsMessageId() *LegacyMessageId

func (*ConversationDestinationResult) GetConversationDestinationId

func (x *ConversationDestinationResult) GetConversationDestinationId() *UUID

func (*ConversationDestinationResult) GetCreatedMessageId

func (x *ConversationDestinationResult) GetCreatedMessageId() uint64

func (*ConversationDestinationResult) GetCurrentVersion

func (x *ConversationDestinationResult) GetCurrentVersion() uint64

func (*ConversationDestinationResult) GetMessageMetadata

func (x *ConversationDestinationResult) GetMessageMetadata() *MessageMetadata

func (*ConversationDestinationResult) GetReleasePolicy

func (*ConversationDestinationResult) GetSnapStoryReferenceThumbnails

func (x *ConversationDestinationResult) GetSnapStoryReferenceThumbnails() *ContentEnvelope_Thumbnails

func (*ConversationDestinationResult) GetSnapStoryReferences

func (x *ConversationDestinationResult) GetSnapStoryReferences() []*MediaReference

func (*ConversationDestinationResult) GetStatusMessages

func (x *ConversationDestinationResult) GetStatusMessages() []*ContentMessage

func (*ConversationDestinationResult) GetStreakMetadata

func (x *ConversationDestinationResult) GetStreakMetadata() *StreakMetadata

func (*ConversationDestinationResult) GetUpdateWatermarkResult

func (x *ConversationDestinationResult) GetUpdateWatermarkResult() *UpdateWatermarkResult

func (*ConversationDestinationResult) ProtoMessage

func (*ConversationDestinationResult) ProtoMessage()

func (*ConversationDestinationResult) ProtoReflect

func (*ConversationDestinationResult) Reset

func (x *ConversationDestinationResult) Reset()

func (*ConversationDestinationResult) String

type ConversationEncryptionV1

type ConversationEncryptionV1 struct {
	WrappedKeysByIdEntry *ConversationEncryptionV1_WrappedKeysByIdEntry `protobuf:"bytes,1,opt,name=wrappedKeysByIdEntry,proto3" json:"wrappedKeysByIdEntry,omitempty"`
	SenderKeyId          int64                                          `protobuf:"varint,2,opt,name=senderKeyId,proto3" json:"senderKeyId,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationEncryptionV1) Descriptor deprecated

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

Deprecated: Use ConversationEncryptionV1.ProtoReflect.Descriptor instead.

func (*ConversationEncryptionV1) GetSenderKeyId

func (x *ConversationEncryptionV1) GetSenderKeyId() int64

func (*ConversationEncryptionV1) GetWrappedKeysByIdEntry

func (*ConversationEncryptionV1) ProtoMessage

func (*ConversationEncryptionV1) ProtoMessage()

func (*ConversationEncryptionV1) ProtoReflect

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

func (*ConversationEncryptionV1) Reset

func (x *ConversationEncryptionV1) Reset()

func (*ConversationEncryptionV1) String

func (x *ConversationEncryptionV1) String() string

type ConversationEncryptionV1_KeyInfo

type ConversationEncryptionV1_KeyInfo struct {
	WrappedKey []byte `protobuf:"bytes,1,opt,name=wrappedKey,proto3" json:"wrappedKey,omitempty"`
	Version    int32  `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationEncryptionV1_KeyInfo) Descriptor deprecated

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

Deprecated: Use ConversationEncryptionV1_KeyInfo.ProtoReflect.Descriptor instead.

func (*ConversationEncryptionV1_KeyInfo) GetVersion

func (x *ConversationEncryptionV1_KeyInfo) GetVersion() int32

func (*ConversationEncryptionV1_KeyInfo) GetWrappedKey

func (x *ConversationEncryptionV1_KeyInfo) GetWrappedKey() []byte

func (*ConversationEncryptionV1_KeyInfo) ProtoMessage

func (*ConversationEncryptionV1_KeyInfo) ProtoMessage()

func (*ConversationEncryptionV1_KeyInfo) ProtoReflect

func (*ConversationEncryptionV1_KeyInfo) Reset

func (*ConversationEncryptionV1_KeyInfo) String

type ConversationEncryptionV1_WrappedKeysByIdEntry

type ConversationEncryptionV1_WrappedKeysByIdEntry struct {
	Key   int64                             `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *ConversationEncryptionV1_KeyInfo `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) Descriptor deprecated

Deprecated: Use ConversationEncryptionV1_WrappedKeysByIdEntry.ProtoReflect.Descriptor instead.

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) GetKey

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) GetValue

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) ProtoMessage

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) ProtoReflect

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) Reset

func (*ConversationEncryptionV1_WrappedKeysByIdEntry) String

type ConversationEntry

type ConversationEntry struct {
	VersionInfo             *ConversationVersionInfo `protobuf:"bytes,1,opt,name=versionInfo,proto3" json:"versionInfo,omitempty"`
	LegacyInfo              *LegacyConversationInfo  `protobuf:"bytes,2,opt,name=legacyInfo,proto3" json:"legacyInfo,omitempty"`
	LastEventTimestamp      int64                    `protobuf:"varint,3,opt,name=lastEventTimestamp,proto3" json:"lastEventTimestamp,omitempty"`
	IsDeleted               bool                     `protobuf:"varint,4,opt,name=isDeleted,proto3" json:"isDeleted,omitempty"`
	NeedsSync               bool                     `protobuf:"varint,5,opt,name=needsSync,proto3" json:"needsSync,omitempty"`
	LastFeedUpdateInfo      *DisplayInfo             `protobuf:"bytes,6,opt,name=lastFeedUpdateInfo,proto3" json:"lastFeedUpdateInfo,omitempty"`
	Participants            []*UUID                  `protobuf:"bytes,7,rep,name=participants,proto3" json:"participants,omitempty"`
	Type                    ConversationType         `protobuf:"varint,8,opt,name=type,proto3,enum=common.ConversationType" json:"type,omitempty"`
	Title                   string                   `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	MigrationInfo           *MigrationInfo           `protobuf:"bytes,10,opt,name=migrationInfo,proto3" json:"migrationInfo,omitempty"`
	StreakMetadata          *StreakMetadata          `protobuf:"bytes,11,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	PinnedTimestamp         int64                    `protobuf:"varint,12,opt,name=pinnedTimestamp,proto3" json:"pinnedTimestamp,omitempty"`
	HideFromSendtoAndSearch bool                     `protobuf:"varint,13,opt,name=hideFromSendtoAndSearch,proto3" json:"hideFromSendtoAndSearch,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationEntry) Descriptor deprecated

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

Deprecated: Use ConversationEntry.ProtoReflect.Descriptor instead.

func (*ConversationEntry) GetHideFromSendtoAndSearch

func (x *ConversationEntry) GetHideFromSendtoAndSearch() bool

func (*ConversationEntry) GetIsDeleted

func (x *ConversationEntry) GetIsDeleted() bool

func (*ConversationEntry) GetLastEventTimestamp

func (x *ConversationEntry) GetLastEventTimestamp() int64

func (*ConversationEntry) GetLastFeedUpdateInfo

func (x *ConversationEntry) GetLastFeedUpdateInfo() *DisplayInfo

func (*ConversationEntry) GetLegacyInfo

func (x *ConversationEntry) GetLegacyInfo() *LegacyConversationInfo

func (*ConversationEntry) GetMigrationInfo

func (x *ConversationEntry) GetMigrationInfo() *MigrationInfo

func (*ConversationEntry) GetNeedsSync

func (x *ConversationEntry) GetNeedsSync() bool

func (*ConversationEntry) GetParticipants

func (x *ConversationEntry) GetParticipants() []*UUID

func (*ConversationEntry) GetPinnedTimestamp

func (x *ConversationEntry) GetPinnedTimestamp() int64

func (*ConversationEntry) GetStreakMetadata

func (x *ConversationEntry) GetStreakMetadata() *StreakMetadata

func (*ConversationEntry) GetTitle

func (x *ConversationEntry) GetTitle() string

func (*ConversationEntry) GetType

func (x *ConversationEntry) GetType() ConversationType

func (*ConversationEntry) GetVersionInfo

func (x *ConversationEntry) GetVersionInfo() *ConversationVersionInfo

func (*ConversationEntry) ProtoMessage

func (*ConversationEntry) ProtoMessage()

func (*ConversationEntry) ProtoReflect

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

func (*ConversationEntry) Reset

func (x *ConversationEntry) Reset()

func (*ConversationEntry) String

func (x *ConversationEntry) String() string

type ConversationEnvelopeEncryptionV1

type ConversationEnvelopeEncryptionV1 struct {
	Iv    []byte `protobuf:"bytes,1,opt,name=iv,proto3" json:"iv,omitempty"`
	Nonce []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationEnvelopeEncryptionV1) Descriptor deprecated

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

Deprecated: Use ConversationEnvelopeEncryptionV1.ProtoReflect.Descriptor instead.

func (*ConversationEnvelopeEncryptionV1) GetIv

func (*ConversationEnvelopeEncryptionV1) GetNonce

func (x *ConversationEnvelopeEncryptionV1) GetNonce() []byte

func (*ConversationEnvelopeEncryptionV1) ProtoMessage

func (*ConversationEnvelopeEncryptionV1) ProtoMessage()

func (*ConversationEnvelopeEncryptionV1) ProtoReflect

func (*ConversationEnvelopeEncryptionV1) Reset

func (*ConversationEnvelopeEncryptionV1) String

type ConversationItem

type ConversationItem struct {
	State ConversationItemState `protobuf:"varint,1,opt,name=state,proto3,enum=states.ConversationItemState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationItem) Descriptor deprecated

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

Deprecated: Use ConversationItem.ProtoReflect.Descriptor instead.

func (*ConversationItem) GetState

func (*ConversationItem) ProtoMessage

func (*ConversationItem) ProtoMessage()

func (*ConversationItem) ProtoReflect

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

func (*ConversationItem) Reset

func (x *ConversationItem) Reset()

func (*ConversationItem) String

func (x *ConversationItem) String() string

type ConversationItemState

type ConversationItemState int32
const (
	ConversationItemState_UNKNOWN_CONVERSATION_STATE         ConversationItemState = 0
	ConversationItemState_CONVERSATION_CREATED_VIEWED        ConversationItemState = 1
	ConversationItemState_CONVERSATION_CREATED_UNVIEWED      ConversationItemState = 2
	ConversationItemState_CONVERSATION_MEMBER_ADDED_VIEWED   ConversationItemState = 3
	ConversationItemState_CONVERSATION_MEMBER_ADDED_UNVIEWED ConversationItemState = 4
	ConversationItemState_CONVERSATION_NAME_CHANGED_VIEWED   ConversationItemState = 5
	ConversationItemState_CONVERSATION_NAME_CHANGED_UNVIEWED ConversationItemState = 6
	ConversationItemState_CONVERSATION_MEMBER_KICKED         ConversationItemState = 7
)

func (ConversationItemState) Descriptor

func (ConversationItemState) Enum

func (ConversationItemState) EnumDescriptor deprecated

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

Deprecated: Use ConversationItemState.Descriptor instead.

func (ConversationItemState) Number

func (ConversationItemState) String

func (x ConversationItemState) String() string

func (ConversationItemState) Type

type ConversationLeaveResult

type ConversationLeaveResult struct {
	SelfUserId *UUID `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationLeaveResult) Descriptor deprecated

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

Deprecated: Use ConversationLeaveResult.ProtoReflect.Descriptor instead.

func (*ConversationLeaveResult) GetSelfUserId

func (x *ConversationLeaveResult) GetSelfUserId() *UUID

func (*ConversationLeaveResult) ProtoMessage

func (*ConversationLeaveResult) ProtoMessage()

func (*ConversationLeaveResult) ProtoReflect

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

func (*ConversationLeaveResult) Reset

func (x *ConversationLeaveResult) Reset()

func (*ConversationLeaveResult) String

func (x *ConversationLeaveResult) String() string

type ConversationType

type ConversationType int32
const (
	ConversationType_ONE_ON_ONE         ConversationType = 0
	ConversationType_USER_CREATED_GROUP ConversationType = 1
)

func (ConversationType) Descriptor

func (ConversationType) Enum

func (ConversationType) EnumDescriptor deprecated

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

Deprecated: Use ConversationType.Descriptor instead.

func (ConversationType) Number

func (ConversationType) String

func (x ConversationType) String() string

func (ConversationType) Type

type ConversationVersionInfo

type ConversationVersionInfo struct {
	ConversationId      *UUID `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	ConversationVersion int64 `protobuf:"varint,2,opt,name=conversationVersion,proto3" json:"conversationVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*ConversationVersionInfo) Descriptor deprecated

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

Deprecated: Use ConversationVersionInfo.ProtoReflect.Descriptor instead.

func (*ConversationVersionInfo) GetConversationId

func (x *ConversationVersionInfo) GetConversationId() *UUID

func (*ConversationVersionInfo) GetConversationVersion

func (x *ConversationVersionInfo) GetConversationVersion() int64

func (*ConversationVersionInfo) ProtoMessage

func (*ConversationVersionInfo) ProtoMessage()

func (*ConversationVersionInfo) ProtoReflect

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

func (*ConversationVersionInfo) Reset

func (x *ConversationVersionInfo) Reset()

func (*ConversationVersionInfo) String

func (x *ConversationVersionInfo) String() string

type Corpus

type Corpus int32
const (
	Corpus_CORPUS_UNSET Corpus = 0
	Corpus_CORPUS_URL   Corpus = 1
)

func (Corpus) Descriptor

func (Corpus) Descriptor() protoreflect.EnumDescriptor

func (Corpus) Enum

func (x Corpus) Enum() *Corpus

func (Corpus) EnumDescriptor deprecated

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

Deprecated: Use Corpus.Descriptor instead.

func (Corpus) Number

func (x Corpus) Number() protoreflect.EnumNumber

func (Corpus) String

func (x Corpus) String() string

func (Corpus) Type

func (Corpus) Type() protoreflect.EnumType

type CreateContentMessageBlizzardData

type CreateContentMessageBlizzardData struct {
	SendMessageAttemptId *UUID `protobuf:"bytes,1,opt,name=sendMessageAttemptId,proto3" json:"sendMessageAttemptId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContentMessageBlizzardData) Descriptor deprecated

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

Deprecated: Use CreateContentMessageBlizzardData.ProtoReflect.Descriptor instead.

func (*CreateContentMessageBlizzardData) GetSendMessageAttemptId

func (x *CreateContentMessageBlizzardData) GetSendMessageAttemptId() *UUID

func (*CreateContentMessageBlizzardData) ProtoMessage

func (*CreateContentMessageBlizzardData) ProtoMessage()

func (*CreateContentMessageBlizzardData) ProtoReflect

func (*CreateContentMessageBlizzardData) Reset

func (*CreateContentMessageBlizzardData) String

type CreateContentMessageRequest

type CreateContentMessageRequest struct {
	SenderId                         *UUID                             `protobuf:"bytes,1,opt,name=senderId,proto3" json:"senderId,omitempty"`
	ClientResolutionId               uint64                            `protobuf:"varint,2,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	Destinations                     []*DeliveryDestination            `protobuf:"bytes,3,rep,name=destinations,proto3" json:"destinations,omitempty"`
	Content                          *ContentEnvelope                  `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	DependentClientResolutionIds     []uint64                          `protobuf:"varint,5,rep,packed,name=dependentClientResolutionIds,proto3" json:"dependentClientResolutionIds,omitempty"`
	FeatureAttachment                []*FeatureAttachment              `protobuf:"bytes,6,rep,name=featureAttachment,proto3" json:"featureAttachment,omitempty"`
	IsRetry                          bool                              `protobuf:"varint,7,opt,name=isRetry,proto3" json:"isRetry,omitempty"`
	CreateContentMessageBlizzardData *CreateContentMessageBlizzardData `protobuf:"bytes,8,opt,name=createContentMessageBlizzardData,proto3" json:"createContentMessageBlizzardData,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContentMessageRequest) Descriptor deprecated

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

Deprecated: Use CreateContentMessageRequest.ProtoReflect.Descriptor instead.

func (*CreateContentMessageRequest) GetClientResolutionId

func (x *CreateContentMessageRequest) GetClientResolutionId() uint64

func (*CreateContentMessageRequest) GetContent

func (*CreateContentMessageRequest) GetCreateContentMessageBlizzardData

func (x *CreateContentMessageRequest) GetCreateContentMessageBlizzardData() *CreateContentMessageBlizzardData

func (*CreateContentMessageRequest) GetDependentClientResolutionIds

func (x *CreateContentMessageRequest) GetDependentClientResolutionIds() []uint64

func (*CreateContentMessageRequest) GetDestinations

func (x *CreateContentMessageRequest) GetDestinations() []*DeliveryDestination

func (*CreateContentMessageRequest) GetFeatureAttachment

func (x *CreateContentMessageRequest) GetFeatureAttachment() []*FeatureAttachment

func (*CreateContentMessageRequest) GetIsRetry

func (x *CreateContentMessageRequest) GetIsRetry() bool

func (*CreateContentMessageRequest) GetSenderId

func (x *CreateContentMessageRequest) GetSenderId() *UUID

func (*CreateContentMessageRequest) ProtoMessage

func (*CreateContentMessageRequest) ProtoMessage()

func (*CreateContentMessageRequest) ProtoReflect

func (*CreateContentMessageRequest) Reset

func (x *CreateContentMessageRequest) Reset()

func (*CreateContentMessageRequest) String

func (x *CreateContentMessageRequest) String() string

type CreateContentMessageResponse

type CreateContentMessageResponse struct {
	ClientResolutionId uint64                        `protobuf:"varint,1,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	Result             []*CreateContentMessageResult `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateContentMessageResponse) Descriptor deprecated

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

Deprecated: Use CreateContentMessageResponse.ProtoReflect.Descriptor instead.

func (*CreateContentMessageResponse) GetClientResolutionId

func (x *CreateContentMessageResponse) GetClientResolutionId() uint64

func (*CreateContentMessageResponse) GetResult

func (*CreateContentMessageResponse) ProtoMessage

func (*CreateContentMessageResponse) ProtoMessage()

func (*CreateContentMessageResponse) ProtoReflect

func (*CreateContentMessageResponse) Reset

func (x *CreateContentMessageResponse) Reset()

func (*CreateContentMessageResponse) String

type CreateContentMessageResult

type CreateContentMessageResult struct {
	DestinationId      *UUID                    `protobuf:"bytes,1,opt,name=destinationId,proto3" json:"destinationId,omitempty"`
	Success            bool                     `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	FailureReason      *FailureReason           `protobuf:"bytes,3,opt,name=failureReason,proto3" json:"failureReason,omitempty"`
	Retryable          bool                     `protobuf:"varint,4,opt,name=retryable,proto3" json:"retryable,omitempty"`
	CurrentVersion     uint64                   `protobuf:"varint,5,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	CreatedMessageId   uint64                   `protobuf:"varint,6,opt,name=createdMessageId,proto3" json:"createdMessageId,omitempty"`
	ReleasePolicy      ContentReadReleasePolicy `protobuf:"varint,7,opt,name=releasePolicy,proto3,enum=policy.ContentReadReleasePolicy" json:"releasePolicy,omitempty"`
	MessageMetadata    *MessageMetadata         `protobuf:"bytes,8,opt,name=messageMetadata,proto3" json:"messageMetadata,omitempty"`
	StreakMetadata     *StreakMetadata          `protobuf:"bytes,9,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	SnapStoryReference *MediaReference          `protobuf:"bytes,10,opt,name=snapStoryReference,proto3" json:"snapStoryReference,omitempty"`
	AnalyticsMessageId *LegacyMessageId         `protobuf:"bytes,11,opt,name=analyticsMessageId,proto3" json:"analyticsMessageId,omitempty"`
	// Types that are assignable to DestinationRes:
	//
	//	*CreateContentMessageResult_ConversationDestinationResult
	//	*CreateContentMessageResult_StoryDestinationResult
	//	*CreateContentMessageResult_PhoneNumberDestinationResult
	DestinationRes isCreateContentMessageResult_DestinationRes `protobuf_oneof:"destinationRes"`
	// contains filtered or unexported fields
}

func (*CreateContentMessageResult) Descriptor deprecated

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

Deprecated: Use CreateContentMessageResult.ProtoReflect.Descriptor instead.

func (*CreateContentMessageResult) GetAnalyticsMessageId

func (x *CreateContentMessageResult) GetAnalyticsMessageId() *LegacyMessageId

func (*CreateContentMessageResult) GetConversationDestinationResult

func (x *CreateContentMessageResult) GetConversationDestinationResult() *ConversationDestinationResult

func (*CreateContentMessageResult) GetCreatedMessageId

func (x *CreateContentMessageResult) GetCreatedMessageId() uint64

func (*CreateContentMessageResult) GetCurrentVersion

func (x *CreateContentMessageResult) GetCurrentVersion() uint64

func (*CreateContentMessageResult) GetDestinationId

func (x *CreateContentMessageResult) GetDestinationId() *UUID

func (*CreateContentMessageResult) GetDestinationRes

func (m *CreateContentMessageResult) GetDestinationRes() isCreateContentMessageResult_DestinationRes

func (*CreateContentMessageResult) GetFailureReason

func (x *CreateContentMessageResult) GetFailureReason() *FailureReason

func (*CreateContentMessageResult) GetMessageMetadata

func (x *CreateContentMessageResult) GetMessageMetadata() *MessageMetadata

func (*CreateContentMessageResult) GetPhoneNumberDestinationResult

func (x *CreateContentMessageResult) GetPhoneNumberDestinationResult() *PhoneNumberDestinationResult

func (*CreateContentMessageResult) GetReleasePolicy

func (*CreateContentMessageResult) GetRetryable

func (x *CreateContentMessageResult) GetRetryable() bool

func (*CreateContentMessageResult) GetSnapStoryReference

func (x *CreateContentMessageResult) GetSnapStoryReference() *MediaReference

func (*CreateContentMessageResult) GetStoryDestinationResult

func (x *CreateContentMessageResult) GetStoryDestinationResult() *StoryDestinationResult

func (*CreateContentMessageResult) GetStreakMetadata

func (x *CreateContentMessageResult) GetStreakMetadata() *StreakMetadata

func (*CreateContentMessageResult) GetSuccess

func (x *CreateContentMessageResult) GetSuccess() bool

func (*CreateContentMessageResult) ProtoMessage

func (*CreateContentMessageResult) ProtoMessage()

func (*CreateContentMessageResult) ProtoReflect

func (*CreateContentMessageResult) Reset

func (x *CreateContentMessageResult) Reset()

func (*CreateContentMessageResult) String

func (x *CreateContentMessageResult) String() string

type CreateContentMessageResult_ConversationDestinationResult

type CreateContentMessageResult_ConversationDestinationResult struct {
	ConversationDestinationResult *ConversationDestinationResult `protobuf:"bytes,12,opt,name=conversationDestinationResult,proto3,oneof"`
}

type CreateContentMessageResult_PhoneNumberDestinationResult

type CreateContentMessageResult_PhoneNumberDestinationResult struct {
	PhoneNumberDestinationResult *PhoneNumberDestinationResult `protobuf:"bytes,14,opt,name=phoneNumberDestinationResult,proto3,oneof"`
}

type CreateContentMessageResult_StoryDestinationResult

type CreateContentMessageResult_StoryDestinationResult struct {
	StoryDestinationResult *StoryDestinationResult `protobuf:"bytes,13,opt,name=storyDestinationResult,proto3,oneof"`
}

type CreateConversationRequest

type CreateConversationRequest struct {
	SelfUserId         *UUID  `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	ClientResolutionId uint64 `protobuf:"varint,2,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	// yes you need to include yourself
	Participants                []*UUID          `protobuf:"bytes,3,rep,name=participants,proto3" json:"participants,omitempty"`
	ConversationTitle           string           `protobuf:"bytes,4,opt,name=conversationTitle,proto3" json:"conversationTitle,omitempty"`
	Type                        ConversationType `protobuf:"varint,6,opt,name=type,proto3,enum=common.ConversationType" json:"type,omitempty"`
	CreateConversationAttemptId *UUID            `protobuf:"bytes,7,opt,name=createConversationAttemptId,proto3" json:"createConversationAttemptId,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConversationRequest) Descriptor deprecated

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

Deprecated: Use CreateConversationRequest.ProtoReflect.Descriptor instead.

func (*CreateConversationRequest) GetClientResolutionId

func (x *CreateConversationRequest) GetClientResolutionId() uint64

func (*CreateConversationRequest) GetConversationTitle

func (x *CreateConversationRequest) GetConversationTitle() string

func (*CreateConversationRequest) GetCreateConversationAttemptId

func (x *CreateConversationRequest) GetCreateConversationAttemptId() *UUID

func (*CreateConversationRequest) GetParticipants

func (x *CreateConversationRequest) GetParticipants() []*UUID

func (*CreateConversationRequest) GetSelfUserId

func (x *CreateConversationRequest) GetSelfUserId() *UUID

func (*CreateConversationRequest) GetType

func (*CreateConversationRequest) ProtoMessage

func (*CreateConversationRequest) ProtoMessage()

func (*CreateConversationRequest) ProtoReflect

func (*CreateConversationRequest) Reset

func (x *CreateConversationRequest) Reset()

func (*CreateConversationRequest) String

func (x *CreateConversationRequest) String() string

type CreateConversationResponse

type CreateConversationResponse struct {
	ClientResolutionId uint64 `protobuf:"varint,1,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	// Types that are assignable to Type:
	//
	//	*CreateConversationResponse_CreateGroupResult
	Type          isCreateConversationResponse_Type `protobuf_oneof:"type"`
	FailureReason *FailureReason                    `protobuf:"bytes,99,opt,name=failureReason,proto3" json:"failureReason,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConversationResponse) Descriptor deprecated

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

Deprecated: Use CreateConversationResponse.ProtoReflect.Descriptor instead.

func (*CreateConversationResponse) GetClientResolutionId

func (x *CreateConversationResponse) GetClientResolutionId() uint64

func (*CreateConversationResponse) GetCreateGroupResult

func (x *CreateConversationResponse) GetCreateGroupResult() *CreateConversationResult

func (*CreateConversationResponse) GetFailureReason

func (x *CreateConversationResponse) GetFailureReason() *FailureReason

func (*CreateConversationResponse) GetType

func (m *CreateConversationResponse) GetType() isCreateConversationResponse_Type

func (*CreateConversationResponse) ProtoMessage

func (*CreateConversationResponse) ProtoMessage()

func (*CreateConversationResponse) ProtoReflect

func (*CreateConversationResponse) Reset

func (x *CreateConversationResponse) Reset()

func (*CreateConversationResponse) String

func (x *CreateConversationResponse) String() string

type CreateConversationResponse_CreateGroupResult

type CreateConversationResponse_CreateGroupResult struct {
	CreateGroupResult *CreateConversationResult `protobuf:"bytes,2,opt,name=createGroupResult,proto3,oneof"`
}

type CreateConversationResult

type CreateConversationResult struct {
	Success      bool          `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Conversation *Conversation `protobuf:"bytes,4,opt,name=conversation,proto3" json:"conversation,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConversationResult) Descriptor deprecated

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

Deprecated: Use CreateConversationResult.ProtoReflect.Descriptor instead.

func (*CreateConversationResult) GetConversation

func (x *CreateConversationResult) GetConversation() *Conversation

func (*CreateConversationResult) GetSuccess

func (x *CreateConversationResult) GetSuccess() bool

func (*CreateConversationResult) ProtoMessage

func (*CreateConversationResult) ProtoMessage()

func (*CreateConversationResult) ProtoReflect

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

func (*CreateConversationResult) Reset

func (x *CreateConversationResult) Reset()

func (*CreateConversationResult) String

func (x *CreateConversationResult) String() string

type CustomStoryDestinationMetadata

type CustomStoryDestinationMetadata struct {
	GroupId       *UUID         `protobuf:"bytes,1,opt,name=groupId,proto3" json:"groupId,omitempty"`
	CustomizedTtl CustomizedTTL `protobuf:"varint,2,opt,name=customizedTtl,proto3,enum=common.CustomizedTTL" json:"customizedTtl,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomStoryDestinationMetadata) Descriptor deprecated

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

Deprecated: Use CustomStoryDestinationMetadata.ProtoReflect.Descriptor instead.

func (*CustomStoryDestinationMetadata) GetCustomizedTtl

func (x *CustomStoryDestinationMetadata) GetCustomizedTtl() CustomizedTTL

func (*CustomStoryDestinationMetadata) GetGroupId

func (x *CustomStoryDestinationMetadata) GetGroupId() *UUID

func (*CustomStoryDestinationMetadata) ProtoMessage

func (*CustomStoryDestinationMetadata) ProtoMessage()

func (*CustomStoryDestinationMetadata) ProtoReflect

func (*CustomStoryDestinationMetadata) Reset

func (x *CustomStoryDestinationMetadata) Reset()

func (*CustomStoryDestinationMetadata) String

type CustomizedTTL

type CustomizedTTL int32
const (
	CustomizedTTL_CUSTOMIZED_TTL_UNSET CustomizedTTL = 0
	CustomizedTTL_ONE_HOUR             CustomizedTTL = 1
	CustomizedTTL_SIX_HOURS            CustomizedTTL = 6
	CustomizedTTL_TWELVE_HOURS         CustomizedTTL = 12
	CustomizedTTL_ONE_DAY              CustomizedTTL = 101
	CustomizedTTL_TWO_DAYS             CustomizedTTL = 102
	CustomizedTTL_THREE_DAYS           CustomizedTTL = 103
	CustomizedTTL_ONE_WEEK             CustomizedTTL = 201
)

func (CustomizedTTL) Descriptor

func (CustomizedTTL) Enum

func (x CustomizedTTL) Enum() *CustomizedTTL

func (CustomizedTTL) EnumDescriptor deprecated

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

Deprecated: Use CustomizedTTL.Descriptor instead.

func (CustomizedTTL) Number

func (CustomizedTTL) String

func (x CustomizedTTL) String() string

func (CustomizedTTL) Type

type DWebUpsellStatusMessage

type DWebUpsellStatusMessage struct {
	// contains filtered or unexported fields
}

func (*DWebUpsellStatusMessage) Descriptor deprecated

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

Deprecated: Use DWebUpsellStatusMessage.ProtoReflect.Descriptor instead.

func (*DWebUpsellStatusMessage) ProtoMessage

func (*DWebUpsellStatusMessage) ProtoMessage()

func (*DWebUpsellStatusMessage) ProtoReflect

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

func (*DWebUpsellStatusMessage) Reset

func (x *DWebUpsellStatusMessage) Reset()

func (*DWebUpsellStatusMessage) String

func (x *DWebUpsellStatusMessage) String() string

type Decorators

type Decorators struct {

	// *
	// This indicates what feedback is requested for this message.
	// When this field is empty, no feedback is requested
	BotFeedback *BotFeedback `protobuf:"bytes,1,opt,name=botFeedback,proto3" json:"botFeedback,omitempty"`
	// * If there are no action suggestions this field is not set
	ActionSuggestions *ActionSuggestions `protobuf:"bytes,2,opt,name=actionSuggestions,proto3" json:"actionSuggestions,omitempty"`
	// contains filtered or unexported fields
}

func (*Decorators) Descriptor deprecated

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

Deprecated: Use Decorators.ProtoReflect.Descriptor instead.

func (*Decorators) GetActionSuggestions

func (x *Decorators) GetActionSuggestions() *ActionSuggestions

func (*Decorators) GetBotFeedback

func (x *Decorators) GetBotFeedback() *BotFeedback

func (*Decorators) ProtoMessage

func (*Decorators) ProtoMessage()

func (*Decorators) ProtoReflect

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

func (*Decorators) Reset

func (x *Decorators) Reset()

func (*Decorators) String

func (x *Decorators) String() string

type DeliveryDestination

type DeliveryDestination struct {

	// Types that are assignable to Destination:
	//
	//	*DeliveryDestination_ConversationDestination
	//	*DeliveryDestination_StoryDestination
	//	*DeliveryDestination_PhoneNumberDestination
	Destination    isDeliveryDestination_Destination `protobuf_oneof:"destination"`
	EncryptionInfo *EncryptionInfo                   `protobuf:"bytes,99,opt,name=encryptionInfo,proto3" json:"encryptionInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*DeliveryDestination) Descriptor deprecated

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

Deprecated: Use DeliveryDestination.ProtoReflect.Descriptor instead.

func (*DeliveryDestination) GetConversationDestination

func (x *DeliveryDestination) GetConversationDestination() *ConversationDestination

func (*DeliveryDestination) GetDestination

func (m *DeliveryDestination) GetDestination() isDeliveryDestination_Destination

func (*DeliveryDestination) GetEncryptionInfo

func (x *DeliveryDestination) GetEncryptionInfo() *EncryptionInfo

func (*DeliveryDestination) GetPhoneNumberDestination

func (x *DeliveryDestination) GetPhoneNumberDestination() *PhoneNumberDestination

func (*DeliveryDestination) GetStoryDestination

func (x *DeliveryDestination) GetStoryDestination() *StoryDestination

func (*DeliveryDestination) ProtoMessage

func (*DeliveryDestination) ProtoMessage()

func (*DeliveryDestination) ProtoReflect

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

func (*DeliveryDestination) Reset

func (x *DeliveryDestination) Reset()

func (*DeliveryDestination) String

func (x *DeliveryDestination) String() string

type DeliveryDestination_ConversationDestination

type DeliveryDestination_ConversationDestination struct {
	ConversationDestination *ConversationDestination `protobuf:"bytes,1,opt,name=conversationDestination,proto3,oneof"`
}

type DeliveryDestination_PhoneNumberDestination

type DeliveryDestination_PhoneNumberDestination struct {
	PhoneNumberDestination *PhoneNumberDestination `protobuf:"bytes,3,opt,name=phoneNumberDestination,proto3,oneof"`
}

type DeliveryDestination_StoryDestination

type DeliveryDestination_StoryDestination struct {
	StoryDestination *StoryDestination `protobuf:"bytes,2,opt,name=storyDestination,proto3,oneof"`
}

type DeltaSyncFailureResponse

type DeltaSyncFailureResponse struct {
	ConversationId *UUID          `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	FailureReason  *FailureReason `protobuf:"bytes,2,opt,name=failureReason,proto3" json:"failureReason,omitempty"`
	Retryable      bool           `protobuf:"varint,3,opt,name=retryable,proto3" json:"retryable,omitempty"`
	// contains filtered or unexported fields
}

func (*DeltaSyncFailureResponse) Descriptor deprecated

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

Deprecated: Use DeltaSyncFailureResponse.ProtoReflect.Descriptor instead.

func (*DeltaSyncFailureResponse) GetConversationId

func (x *DeltaSyncFailureResponse) GetConversationId() *UUID

func (*DeltaSyncFailureResponse) GetFailureReason

func (x *DeltaSyncFailureResponse) GetFailureReason() *FailureReason

func (*DeltaSyncFailureResponse) GetRetryable

func (x *DeltaSyncFailureResponse) GetRetryable() bool

func (*DeltaSyncFailureResponse) ProtoMessage

func (*DeltaSyncFailureResponse) ProtoMessage()

func (*DeltaSyncFailureResponse) ProtoReflect

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

func (*DeltaSyncFailureResponse) Reset

func (x *DeltaSyncFailureResponse) Reset()

func (*DeltaSyncFailureResponse) String

func (x *DeltaSyncFailureResponse) String() string

type DeltaSyncRequest

type DeltaSyncRequest struct {
	StartingVersion        int64 `protobuf:"varint,1,opt,name=startingVersion,proto3" json:"startingVersion,omitempty"`
	ConversationId         *UUID `protobuf:"bytes,2,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	SelfUserId             *UUID `protobuf:"bytes,4,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	OtherParticipantUserId *UUID `protobuf:"bytes,6,opt,name=otherParticipantUserId,proto3" json:"otherParticipantUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeltaSyncRequest) Descriptor deprecated

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

Deprecated: Use DeltaSyncRequest.ProtoReflect.Descriptor instead.

func (*DeltaSyncRequest) GetConversationId

func (x *DeltaSyncRequest) GetConversationId() *UUID

func (*DeltaSyncRequest) GetOtherParticipantUserId

func (x *DeltaSyncRequest) GetOtherParticipantUserId() *UUID

func (*DeltaSyncRequest) GetSelfUserId

func (x *DeltaSyncRequest) GetSelfUserId() *UUID

func (*DeltaSyncRequest) GetStartingVersion

func (x *DeltaSyncRequest) GetStartingVersion() int64

func (*DeltaSyncRequest) ProtoMessage

func (*DeltaSyncRequest) ProtoMessage()

func (*DeltaSyncRequest) ProtoReflect

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

func (*DeltaSyncRequest) Reset

func (x *DeltaSyncRequest) Reset()

func (*DeltaSyncRequest) String

func (x *DeltaSyncRequest) String() string

type DeltaSyncResponse

type DeltaSyncResponse struct {
	StartingVersion   int64 `protobuf:"varint,1,opt,name=startingVersion,proto3" json:"startingVersion,omitempty"`
	CurrentServerTime int64 `protobuf:"varint,2,opt,name=currentServerTime,proto3" json:"currentServerTime,omitempty"`
	// Types that are assignable to Metadata:
	//
	//	*DeltaSyncResponse_Conversation
	//	*DeltaSyncResponse_LightweightConversation
	Metadata          isDeltaSyncResponse_Metadata `protobuf_oneof:"metadata"`
	ContentMessages   []*ContentMessage            `protobuf:"bytes,4,rep,name=contentMessages,proto3" json:"contentMessages,omitempty"`
	ResetConversation bool                         `protobuf:"varint,5,opt,name=resetConversation,proto3" json:"resetConversation,omitempty"`
	// Types that are assignable to FeedInfo:
	//
	//	*DeltaSyncResponse_FeedEntry
	//	*DeltaSyncResponse_FeedOpenedMessageDisplayTimestamp
	FeedInfo    isDeltaSyncResponse_FeedInfo `protobuf_oneof:"feedInfo"`
	BaseVersion int64                        `protobuf:"varint,9,opt,name=baseVersion,proto3" json:"baseVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*DeltaSyncResponse) Descriptor deprecated

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

Deprecated: Use DeltaSyncResponse.ProtoReflect.Descriptor instead.

func (*DeltaSyncResponse) GetBaseVersion

func (x *DeltaSyncResponse) GetBaseVersion() int64

func (*DeltaSyncResponse) GetContentMessages

func (x *DeltaSyncResponse) GetContentMessages() []*ContentMessage

func (*DeltaSyncResponse) GetConversation

func (x *DeltaSyncResponse) GetConversation() *Conversation

func (*DeltaSyncResponse) GetCurrentServerTime

func (x *DeltaSyncResponse) GetCurrentServerTime() int64

func (*DeltaSyncResponse) GetFeedEntry

func (x *DeltaSyncResponse) GetFeedEntry() *ConversationEntry

func (*DeltaSyncResponse) GetFeedInfo

func (m *DeltaSyncResponse) GetFeedInfo() isDeltaSyncResponse_FeedInfo

func (*DeltaSyncResponse) GetFeedOpenedMessageDisplayTimestamp

func (x *DeltaSyncResponse) GetFeedOpenedMessageDisplayTimestamp() int64

func (*DeltaSyncResponse) GetLightweightConversation

func (x *DeltaSyncResponse) GetLightweightConversation() *LightweightConversation

func (*DeltaSyncResponse) GetMetadata

func (m *DeltaSyncResponse) GetMetadata() isDeltaSyncResponse_Metadata

func (*DeltaSyncResponse) GetResetConversation

func (x *DeltaSyncResponse) GetResetConversation() bool

func (*DeltaSyncResponse) GetStartingVersion

func (x *DeltaSyncResponse) GetStartingVersion() int64

func (*DeltaSyncResponse) ProtoMessage

func (*DeltaSyncResponse) ProtoMessage()

func (*DeltaSyncResponse) ProtoReflect

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

func (*DeltaSyncResponse) Reset

func (x *DeltaSyncResponse) Reset()

func (*DeltaSyncResponse) String

func (x *DeltaSyncResponse) String() string

type DeltaSyncResponseWrapper

type DeltaSyncResponseWrapper struct {

	// Types that are assignable to Response:
	//
	//	*DeltaSyncResponseWrapper_SuccessResponse
	//	*DeltaSyncResponseWrapper_FailureResponse
	//	*DeltaSyncResponseWrapper_UpToDateResponse
	Response isDeltaSyncResponseWrapper_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*DeltaSyncResponseWrapper) Descriptor deprecated

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

Deprecated: Use DeltaSyncResponseWrapper.ProtoReflect.Descriptor instead.

func (*DeltaSyncResponseWrapper) GetFailureResponse

func (x *DeltaSyncResponseWrapper) GetFailureResponse() *DeltaSyncFailureResponse

func (*DeltaSyncResponseWrapper) GetResponse

func (m *DeltaSyncResponseWrapper) GetResponse() isDeltaSyncResponseWrapper_Response

func (*DeltaSyncResponseWrapper) GetSuccessResponse

func (x *DeltaSyncResponseWrapper) GetSuccessResponse() *DeltaSyncResponse

func (*DeltaSyncResponseWrapper) GetUpToDateResponse

func (x *DeltaSyncResponseWrapper) GetUpToDateResponse() *DeltaSyncUpToDateResponse

func (*DeltaSyncResponseWrapper) ProtoMessage

func (*DeltaSyncResponseWrapper) ProtoMessage()

func (*DeltaSyncResponseWrapper) ProtoReflect

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

func (*DeltaSyncResponseWrapper) Reset

func (x *DeltaSyncResponseWrapper) Reset()

func (*DeltaSyncResponseWrapper) String

func (x *DeltaSyncResponseWrapper) String() string

type DeltaSyncResponseWrapper_FailureResponse

type DeltaSyncResponseWrapper_FailureResponse struct {
	FailureResponse *DeltaSyncFailureResponse `protobuf:"bytes,2,opt,name=failureResponse,proto3,oneof"`
}

type DeltaSyncResponseWrapper_SuccessResponse

type DeltaSyncResponseWrapper_SuccessResponse struct {
	SuccessResponse *DeltaSyncResponse `protobuf:"bytes,1,opt,name=successResponse,proto3,oneof"`
}

type DeltaSyncResponseWrapper_UpToDateResponse

type DeltaSyncResponseWrapper_UpToDateResponse struct {
	UpToDateResponse *DeltaSyncUpToDateResponse `protobuf:"bytes,3,opt,name=upToDateResponse,proto3,oneof"`
}

type DeltaSyncResponse_Conversation

type DeltaSyncResponse_Conversation struct {
	Conversation *Conversation `protobuf:"bytes,3,opt,name=conversation,proto3,oneof"`
}

type DeltaSyncResponse_FeedEntry

type DeltaSyncResponse_FeedEntry struct {
	FeedEntry *ConversationEntry `protobuf:"bytes,6,opt,name=feedEntry,proto3,oneof"`
}

type DeltaSyncResponse_FeedOpenedMessageDisplayTimestamp

type DeltaSyncResponse_FeedOpenedMessageDisplayTimestamp struct {
	FeedOpenedMessageDisplayTimestamp int64 `protobuf:"varint,7,opt,name=feedOpenedMessageDisplayTimestamp,proto3,oneof"`
}

type DeltaSyncResponse_LightweightConversation

type DeltaSyncResponse_LightweightConversation struct {
	LightweightConversation *LightweightConversation `protobuf:"bytes,8,opt,name=lightweightConversation,proto3,oneof"`
}

type DeltaSyncUpToDateResponse

type DeltaSyncUpToDateResponse struct {
	ConversationId *UUID `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	// contains filtered or unexported fields
}

func (*DeltaSyncUpToDateResponse) Descriptor deprecated

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

Deprecated: Use DeltaSyncUpToDateResponse.ProtoReflect.Descriptor instead.

func (*DeltaSyncUpToDateResponse) GetConversationId

func (x *DeltaSyncUpToDateResponse) GetConversationId() *UUID

func (*DeltaSyncUpToDateResponse) ProtoMessage

func (*DeltaSyncUpToDateResponse) ProtoMessage()

func (*DeltaSyncUpToDateResponse) ProtoReflect

func (*DeltaSyncUpToDateResponse) Reset

func (x *DeltaSyncUpToDateResponse) Reset()

func (*DeltaSyncUpToDateResponse) String

func (x *DeltaSyncUpToDateResponse) String() string

type Device

type Device struct {
	AppVersion *AppVersion `protobuf:"bytes,1,opt,name=appVersion,proto3" json:"appVersion,omitempty"`
	OsInfo     *OSInfo     `protobuf:"bytes,2,opt,name=osInfo,proto3" json:"osInfo,omitempty"`
	BundleTag  string      `protobuf:"bytes,3,opt,name=bundleTag,proto3" json:"bundleTag,omitempty"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetAppVersion

func (x *Device) GetAppVersion() *AppVersion

func (*Device) GetBundleTag

func (x *Device) GetBundleTag() string

func (*Device) GetOsInfo

func (x *Device) GetOsInfo() *OSInfo

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect

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

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

type DisplayInfo

type DisplayInfo struct {
	DisplayTimestamp      int64   `protobuf:"varint,2,opt,name=displayTimestamp,proto3" json:"displayTimestamp,omitempty"`
	LastUpdateActorUserId []*UUID `protobuf:"bytes,3,rep,name=lastUpdateActorUserId,proto3" json:"lastUpdateActorUserId,omitempty"`
	FeedItemCreatorUserId *UUID   `protobuf:"bytes,4,opt,name=feedItemCreatorUserId,proto3" json:"feedItemCreatorUserId,omitempty"`
	// Types that are assignable to LastInteractionEvent:
	//
	//	*DisplayInfo_SnapItem
	//	*DisplayInfo_ChatItem
	//	*DisplayInfo_CallItem
	//	*DisplayInfo_ConversationItem
	LastInteractionEvent   isDisplayInfo_LastInteractionEvent `protobuf_oneof:"lastInteractionEvent"`
	GroupCreationTimestamp int64                              `protobuf:"varint,14,opt,name=groupCreationTimestamp,proto3" json:"groupCreationTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayInfo) Descriptor deprecated

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

Deprecated: Use DisplayInfo.ProtoReflect.Descriptor instead.

func (*DisplayInfo) GetCallItem

func (x *DisplayInfo) GetCallItem() *CallItem

func (*DisplayInfo) GetChatItem

func (x *DisplayInfo) GetChatItem() *ChatItem

func (*DisplayInfo) GetConversationItem

func (x *DisplayInfo) GetConversationItem() *ConversationItem

func (*DisplayInfo) GetDisplayTimestamp

func (x *DisplayInfo) GetDisplayTimestamp() int64

func (*DisplayInfo) GetFeedItemCreatorUserId

func (x *DisplayInfo) GetFeedItemCreatorUserId() *UUID

func (*DisplayInfo) GetGroupCreationTimestamp

func (x *DisplayInfo) GetGroupCreationTimestamp() int64

func (*DisplayInfo) GetLastInteractionEvent

func (m *DisplayInfo) GetLastInteractionEvent() isDisplayInfo_LastInteractionEvent

func (*DisplayInfo) GetLastUpdateActorUserId

func (x *DisplayInfo) GetLastUpdateActorUserId() []*UUID

func (*DisplayInfo) GetSnapItem

func (x *DisplayInfo) GetSnapItem() *SnapItem

func (*DisplayInfo) ProtoMessage

func (*DisplayInfo) ProtoMessage()

func (*DisplayInfo) ProtoReflect

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

func (*DisplayInfo) Reset

func (x *DisplayInfo) Reset()

func (*DisplayInfo) String

func (x *DisplayInfo) String() string

type DisplayInfo_CallItem

type DisplayInfo_CallItem struct {
	CallItem *CallItem `protobuf:"bytes,12,opt,name=callItem,proto3,oneof"`
}

type DisplayInfo_ChatItem

type DisplayInfo_ChatItem struct {
	ChatItem *ChatItem `protobuf:"bytes,11,opt,name=chatItem,proto3,oneof"`
}

type DisplayInfo_ConversationItem

type DisplayInfo_ConversationItem struct {
	ConversationItem *ConversationItem `protobuf:"bytes,13,opt,name=conversationItem,proto3,oneof"`
}

type DisplayInfo_SnapItem

type DisplayInfo_SnapItem struct {
	SnapItem *SnapItem `protobuf:"bytes,10,opt,name=snapItem,proto3,oneof"`
}

type DisplayOrientation

type DisplayOrientation int32
const (
	DisplayOrientation_DISPLAY_ORIENTATION_UNSET DisplayOrientation = 0
	// * UP - The original pixel data matches the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_UP DisplayOrientation = 1
	// * DOWN - Rotate the original pixel data by 180 degree to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_DOWN DisplayOrientation = 2
	// * LEFT - Rotate the original pixel data by 90 degree counterclockwise to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_LEFT DisplayOrientation = 3
	// * RIGHT - Rotate the original pixel data by 90 degree clockwise to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_RIGHT DisplayOrientation = 4
	// * UP_MIRRORED - Horizontally flip the original pixel data to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_UP_MIRRORED DisplayOrientation = 5
	// * DOWN_MIRRORED - Vertically flip the original pixel data to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_DOWN_MIRRORED DisplayOrientation = 6
	// *
	// LEFT_MIRRORED - Rotate the original pixel data by 90 degree clockwise and
	// flip horizontally to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_LEFT_MIRRORED DisplayOrientation = 7
	// *
	// RIGHT_MIRRORED - Rotate the original pixel data by 90 degree counterclockwise and
	// flip horizontally to match the media's intended display orientation.
	DisplayOrientation_DISPLAY_ORIENTATION_RIGHT_MIRRORED DisplayOrientation = 8
)

func (DisplayOrientation) Descriptor

func (DisplayOrientation) Enum

func (DisplayOrientation) EnumDescriptor deprecated

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

Deprecated: Use DisplayOrientation.Descriptor instead.

func (DisplayOrientation) Number

func (DisplayOrientation) String

func (x DisplayOrientation) String() string

func (DisplayOrientation) Type

type DynamicRetentionPolicy

type DynamicRetentionPolicy struct {
	SendReadMessages           bool  `protobuf:"varint,1,opt,name=sendReadMessages,proto3" json:"sendReadMessages,omitempty"`
	SendReleaseMessages        bool  `protobuf:"varint,2,opt,name=sendReleaseMessages,proto3" json:"sendReleaseMessages,omitempty"`
	UnreadRetentionTimeSeconds int64 `protobuf:"varint,3,opt,name=unreadRetentionTimeSeconds,proto3" json:"unreadRetentionTimeSeconds,omitempty"`
	ReadRetentionTimeSeconds   int64 `protobuf:"varint,4,opt,name=readRetentionTimeSeconds,proto3" json:"readRetentionTimeSeconds,omitempty"`
	// contains filtered or unexported fields
}

func (*DynamicRetentionPolicy) Descriptor deprecated

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

Deprecated: Use DynamicRetentionPolicy.ProtoReflect.Descriptor instead.

func (*DynamicRetentionPolicy) GetReadRetentionTimeSeconds

func (x *DynamicRetentionPolicy) GetReadRetentionTimeSeconds() int64

func (*DynamicRetentionPolicy) GetSendReadMessages

func (x *DynamicRetentionPolicy) GetSendReadMessages() bool

func (*DynamicRetentionPolicy) GetSendReleaseMessages

func (x *DynamicRetentionPolicy) GetSendReleaseMessages() bool

func (*DynamicRetentionPolicy) GetUnreadRetentionTimeSeconds

func (x *DynamicRetentionPolicy) GetUnreadRetentionTimeSeconds() int64

func (*DynamicRetentionPolicy) ProtoMessage

func (*DynamicRetentionPolicy) ProtoMessage()

func (*DynamicRetentionPolicy) ProtoReflect

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

func (*DynamicRetentionPolicy) Reset

func (x *DynamicRetentionPolicy) Reset()

func (*DynamicRetentionPolicy) String

func (x *DynamicRetentionPolicy) String() string

type DynamicUrlType

type DynamicUrlType int32
const (
	DynamicUrlType_NONE    DynamicUrlType = 0
	DynamicUrlType_BITMOJI DynamicUrlType = 1
)

func (DynamicUrlType) Descriptor

func (DynamicUrlType) Enum

func (x DynamicUrlType) Enum() *DynamicUrlType

func (DynamicUrlType) EnumDescriptor deprecated

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

Deprecated: Use DynamicUrlType.Descriptor instead.

func (DynamicUrlType) Number

func (DynamicUrlType) String

func (x DynamicUrlType) String() string

func (DynamicUrlType) Type

type EelDestinationEncryption

type EelDestinationEncryption struct {
	EelDeviceEncryptions   []*EelDeviceEncryption   `protobuf:"bytes,1,rep,name=eelDeviceEncryptions,proto3" json:"eelDeviceEncryptions,omitempty"`
	OverrideEncryptorInfos []*OverrideEncryptorInfo `protobuf:"bytes,2,rep,name=overrideEncryptorInfos,proto3" json:"overrideEncryptorInfos,omitempty"`
	// contains filtered or unexported fields
}

func (*EelDestinationEncryption) Descriptor deprecated

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

Deprecated: Use EelDestinationEncryption.ProtoReflect.Descriptor instead.

func (*EelDestinationEncryption) GetEelDeviceEncryptions

func (x *EelDestinationEncryption) GetEelDeviceEncryptions() []*EelDeviceEncryption

func (*EelDestinationEncryption) GetOverrideEncryptorInfos

func (x *EelDestinationEncryption) GetOverrideEncryptorInfos() []*OverrideEncryptorInfo

func (*EelDestinationEncryption) ProtoMessage

func (*EelDestinationEncryption) ProtoMessage()

func (*EelDestinationEncryption) ProtoReflect

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

func (*EelDestinationEncryption) Reset

func (x *EelDestinationEncryption) Reset()

func (*EelDestinationEncryption) String

func (x *EelDestinationEncryption) String() string

type EelDeviceEncryption

type EelDeviceEncryption struct {
	RecipientPublicKeyIdentifier []byte `protobuf:"bytes,1,opt,name=recipientPublicKeyIdentifier,proto3" json:"recipientPublicKeyIdentifier,omitempty"`
	RecipientVersion             int32  `protobuf:"varint,2,opt,name=recipientVersion,proto3" json:"recipientVersion,omitempty"`
	CekCiphertext                []byte `protobuf:"bytes,3,opt,name=cekCiphertext,proto3" json:"cekCiphertext,omitempty"`
	// contains filtered or unexported fields
}

func (*EelDeviceEncryption) Descriptor deprecated

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

Deprecated: Use EelDeviceEncryption.ProtoReflect.Descriptor instead.

func (*EelDeviceEncryption) GetCekCiphertext

func (x *EelDeviceEncryption) GetCekCiphertext() []byte

func (*EelDeviceEncryption) GetRecipientPublicKeyIdentifier

func (x *EelDeviceEncryption) GetRecipientPublicKeyIdentifier() []byte

func (*EelDeviceEncryption) GetRecipientVersion

func (x *EelDeviceEncryption) GetRecipientVersion() int32

func (*EelDeviceEncryption) ProtoMessage

func (*EelDeviceEncryption) ProtoMessage()

func (*EelDeviceEncryption) ProtoReflect

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

func (*EelDeviceEncryption) Reset

func (x *EelDeviceEncryption) Reset()

func (*EelDeviceEncryption) String

func (x *EelDeviceEncryption) String() string

type EelEncryption

type EelEncryption struct {
	CekIv           []byte `protobuf:"bytes,1,opt,name=cekIv,proto3" json:"cekIv,omitempty"`
	Nonce           []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	SenderPublicKey []byte `protobuf:"bytes,3,opt,name=senderPublicKey,proto3" json:"senderPublicKey,omitempty"`
	SenderVersion   int32  `protobuf:"varint,4,opt,name=senderVersion,proto3" json:"senderVersion,omitempty"`
	Cek             []byte `protobuf:"bytes,16,opt,name=cek,proto3" json:"cek,omitempty"`
	// contains filtered or unexported fields
}

func (*EelEncryption) Descriptor deprecated

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

Deprecated: Use EelEncryption.ProtoReflect.Descriptor instead.

func (*EelEncryption) GetCek

func (x *EelEncryption) GetCek() []byte

func (*EelEncryption) GetCekIv

func (x *EelEncryption) GetCekIv() []byte

func (*EelEncryption) GetNonce

func (x *EelEncryption) GetNonce() []byte

func (*EelEncryption) GetSenderPublicKey

func (x *EelEncryption) GetSenderPublicKey() []byte

func (*EelEncryption) GetSenderVersion

func (x *EelEncryption) GetSenderVersion() int32

func (*EelEncryption) ProtoMessage

func (*EelEncryption) ProtoMessage()

func (*EelEncryption) ProtoReflect

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

func (*EelEncryption) Reset

func (x *EelEncryption) Reset()

func (*EelEncryption) String

func (x *EelEncryption) String() string

type EelReEncryptionInit

type EelReEncryptionInit struct {
	UserId               *UUID    `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	PublicKeyIdentifiers [][]byte `protobuf:"bytes,2,rep,name=publicKeyIdentifiers,proto3" json:"publicKeyIdentifiers,omitempty"`
	// contains filtered or unexported fields
}

func (*EelReEncryptionInit) Descriptor deprecated

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

Deprecated: Use EelReEncryptionInit.ProtoReflect.Descriptor instead.

func (*EelReEncryptionInit) GetPublicKeyIdentifiers

func (x *EelReEncryptionInit) GetPublicKeyIdentifiers() [][]byte

func (*EelReEncryptionInit) GetUserId

func (x *EelReEncryptionInit) GetUserId() *UUID

func (*EelReEncryptionInit) ProtoMessage

func (*EelReEncryptionInit) ProtoMessage()

func (*EelReEncryptionInit) ProtoReflect

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

func (*EelReEncryptionInit) Reset

func (x *EelReEncryptionInit) Reset()

func (*EelReEncryptionInit) String

func (x *EelReEncryptionInit) String() string

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type EncryptionData

type EncryptionData struct {
	Key                  []byte           `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	IvStore              []*IvStoreEntry  `protobuf:"bytes,2,rep,name=ivStore,proto3" json:"ivStore,omitempty"`
	IsKeyServerEncrypted bool             `protobuf:"varint,3,opt,name=isKeyServerEncrypted,proto3" json:"isKeyServerEncrypted,omitempty"`
	IsKeyE2EEncrypted    bool             `protobuf:"varint,4,opt,name=isKeyE2eEncrypted,proto3" json:"isKeyE2eEncrypted,omitempty"`
	EncryptionScheme     EncryptionScheme `protobuf:"varint,5,opt,name=encryptionScheme,proto3,enum=snappable.EncryptionScheme" json:"encryptionScheme,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionData) Descriptor deprecated

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

Deprecated: Use EncryptionData.ProtoReflect.Descriptor instead.

func (*EncryptionData) GetEncryptionScheme

func (x *EncryptionData) GetEncryptionScheme() EncryptionScheme

func (*EncryptionData) GetIsKeyE2EEncrypted

func (x *EncryptionData) GetIsKeyE2EEncrypted() bool

func (*EncryptionData) GetIsKeyServerEncrypted

func (x *EncryptionData) GetIsKeyServerEncrypted() bool

func (*EncryptionData) GetIvStore

func (x *EncryptionData) GetIvStore() []*IvStoreEntry

func (*EncryptionData) GetKey

func (x *EncryptionData) GetKey() []byte

func (*EncryptionData) ProtoMessage

func (*EncryptionData) ProtoMessage()

func (*EncryptionData) ProtoReflect

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

func (*EncryptionData) Reset

func (x *EncryptionData) Reset()

func (*EncryptionData) String

func (x *EncryptionData) String() string

type EncryptionInfo

type EncryptionInfo struct {

	// Types that are assignable to Method:
	//
	//	*EncryptionInfo_NoOp
	//	*EncryptionInfo_ConversationV1
	//	*EncryptionInfo_Fidelius
	//	*EncryptionInfo_ClearTextMediaKey
	//	*EncryptionInfo_EelDestinationEncryption
	//	*EncryptionInfo_ClearTextEelKey
	Method isEncryptionInfo_Method `protobuf_oneof:"method"`
	// contains filtered or unexported fields
}

func (*EncryptionInfo) Descriptor deprecated

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

Deprecated: Use EncryptionInfo.ProtoReflect.Descriptor instead.

func (*EncryptionInfo) GetClearTextEelKey

func (x *EncryptionInfo) GetClearTextEelKey() *Empty

func (*EncryptionInfo) GetClearTextMediaKey

func (x *EncryptionInfo) GetClearTextMediaKey() *Empty

func (*EncryptionInfo) GetConversationV1

func (x *EncryptionInfo) GetConversationV1() *ConversationEncryptionV1

func (*EncryptionInfo) GetEelDestinationEncryption

func (x *EncryptionInfo) GetEelDestinationEncryption() *EelDestinationEncryption

func (*EncryptionInfo) GetFidelius

func (x *EncryptionInfo) GetFidelius() *Empty

func (*EncryptionInfo) GetMethod

func (m *EncryptionInfo) GetMethod() isEncryptionInfo_Method

func (*EncryptionInfo) GetNoOp

func (x *EncryptionInfo) GetNoOp() *Empty

func (*EncryptionInfo) ProtoMessage

func (*EncryptionInfo) ProtoMessage()

func (*EncryptionInfo) ProtoReflect

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

func (*EncryptionInfo) Reset

func (x *EncryptionInfo) Reset()

func (*EncryptionInfo) String

func (x *EncryptionInfo) String() string

type EncryptionInfo_ClearTextEelKey

type EncryptionInfo_ClearTextEelKey struct {
	ClearTextEelKey *Empty `protobuf:"bytes,6,opt,name=clearTextEelKey,proto3,oneof"`
}

type EncryptionInfo_ClearTextMediaKey

type EncryptionInfo_ClearTextMediaKey struct {
	ClearTextMediaKey *Empty `protobuf:"bytes,4,opt,name=clearTextMediaKey,proto3,oneof"`
}

type EncryptionInfo_ConversationV1

type EncryptionInfo_ConversationV1 struct {
	ConversationV1 *ConversationEncryptionV1 `protobuf:"bytes,2,opt,name=conversationV1,proto3,oneof"`
}

type EncryptionInfo_EelDestinationEncryption

type EncryptionInfo_EelDestinationEncryption struct {
	EelDestinationEncryption *EelDestinationEncryption `protobuf:"bytes,5,opt,name=eelDestinationEncryption,proto3,oneof"`
}

type EncryptionInfo_Fidelius

type EncryptionInfo_Fidelius struct {
	Fidelius *Empty `protobuf:"bytes,3,opt,name=fidelius,proto3,oneof"`
}

type EncryptionInfo_NoOp

type EncryptionInfo_NoOp struct {
	NoOp *Empty `protobuf:"bytes,1,opt,name=noOp,proto3,oneof"`
}

type EncryptionScheme

type EncryptionScheme int32
const (
	EncryptionScheme_ENCRYPTION_SCHEME_NOT_APPLICABLE EncryptionScheme = 0
	EncryptionScheme_ENCRYPTION_SCHEME_SPOOKEY        EncryptionScheme = 1
	EncryptionScheme_ENCRYPTION_SCHEME_REGISTRY       EncryptionScheme = 2
	EncryptionScheme_ENCRYPTION_SCHEME_FIDELIUS       EncryptionScheme = 3
)

func (EncryptionScheme) Descriptor

func (EncryptionScheme) Enum

func (EncryptionScheme) EnumDescriptor deprecated

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

Deprecated: Use EncryptionScheme.Descriptor instead.

func (EncryptionScheme) Number

func (EncryptionScheme) String

func (x EncryptionScheme) String() string

func (EncryptionScheme) Type

type EnvelopeEncryption

type EnvelopeEncryption struct {

	// Types that are assignable to Method:
	//
	//	*EnvelopeEncryption_None
	//	*EnvelopeEncryption_ConversationV1
	//	*EnvelopeEncryption_FideliusEncryption
	//	*EnvelopeEncryption_ClearTextMediaKey
	//	*EnvelopeEncryption_EelEncryption
	//	*EnvelopeEncryption_ClearTextEelKeyEncryption
	Method isEnvelopeEncryption_Method `protobuf_oneof:"method"`
	// contains filtered or unexported fields
}

func (*EnvelopeEncryption) Descriptor deprecated

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

Deprecated: Use EnvelopeEncryption.ProtoReflect.Descriptor instead.

func (*EnvelopeEncryption) GetClearTextEelKeyEncryption

func (x *EnvelopeEncryption) GetClearTextEelKeyEncryption() *ClearTextEelKeyEncryption

func (*EnvelopeEncryption) GetClearTextMediaKey

func (x *EnvelopeEncryption) GetClearTextMediaKey() *ClearTextMediaKeyEncryption

func (*EnvelopeEncryption) GetConversationV1

func (x *EnvelopeEncryption) GetConversationV1() *ConversationEnvelopeEncryptionV1

func (*EnvelopeEncryption) GetEelEncryption

func (x *EnvelopeEncryption) GetEelEncryption() *EelEncryption

func (*EnvelopeEncryption) GetFideliusEncryption

func (x *EnvelopeEncryption) GetFideliusEncryption() *FideliusEncryption

func (*EnvelopeEncryption) GetMethod

func (m *EnvelopeEncryption) GetMethod() isEnvelopeEncryption_Method

func (*EnvelopeEncryption) GetNone

func (x *EnvelopeEncryption) GetNone() *Empty

func (*EnvelopeEncryption) ProtoMessage

func (*EnvelopeEncryption) ProtoMessage()

func (*EnvelopeEncryption) ProtoReflect

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

func (*EnvelopeEncryption) Reset

func (x *EnvelopeEncryption) Reset()

func (*EnvelopeEncryption) String

func (x *EnvelopeEncryption) String() string

type EnvelopeEncryption_ClearTextEelKeyEncryption

type EnvelopeEncryption_ClearTextEelKeyEncryption struct {
	ClearTextEelKeyEncryption *ClearTextEelKeyEncryption `protobuf:"bytes,6,opt,name=clearTextEelKeyEncryption,proto3,oneof"`
}

type EnvelopeEncryption_ClearTextMediaKey

type EnvelopeEncryption_ClearTextMediaKey struct {
	ClearTextMediaKey *ClearTextMediaKeyEncryption `protobuf:"bytes,4,opt,name=clearTextMediaKey,proto3,oneof"`
}

type EnvelopeEncryption_ConversationV1

type EnvelopeEncryption_ConversationV1 struct {
	ConversationV1 *ConversationEnvelopeEncryptionV1 `protobuf:"bytes,2,opt,name=conversationV1,proto3,oneof"`
}

type EnvelopeEncryption_EelEncryption

type EnvelopeEncryption_EelEncryption struct {
	EelEncryption *EelEncryption `protobuf:"bytes,5,opt,name=eelEncryption,proto3,oneof"`
}

type EnvelopeEncryption_FideliusEncryption

type EnvelopeEncryption_FideliusEncryption struct {
	FideliusEncryption *FideliusEncryption `protobuf:"bytes,3,opt,name=fideliusEncryption,proto3,oneof"`
}

type EnvelopeEncryption_None

type EnvelopeEncryption_None struct {
	None *Empty `protobuf:"bytes,1,opt,name=none,proto3,oneof"`
}

type Erase

type Erase struct {
	// contains filtered or unexported fields
}

func (*Erase) Descriptor deprecated

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

Deprecated: Use Erase.ProtoReflect.Descriptor instead.

func (*Erase) ProtoMessage

func (*Erase) ProtoMessage()

func (*Erase) ProtoReflect

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

func (*Erase) Reset

func (x *Erase) Reset()

func (*Erase) String

func (x *Erase) String() string

type EraseResult

type EraseResult struct {
	UpdatedMessage *ContentMessage `protobuf:"bytes,1,opt,name=updatedMessage,proto3" json:"updatedMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*EraseResult) Descriptor deprecated

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

Deprecated: Use EraseResult.ProtoReflect.Descriptor instead.

func (*EraseResult) GetUpdatedMessage

func (x *EraseResult) GetUpdatedMessage() *ContentMessage

func (*EraseResult) ProtoMessage

func (*EraseResult) ProtoMessage()

func (*EraseResult) ProtoReflect

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

func (*EraseResult) Reset

func (x *EraseResult) Reset()

func (*EraseResult) String

func (x *EraseResult) String() string

type EraseStoryMedia

type EraseStoryMedia struct {
	// contains filtered or unexported fields
}

func (*EraseStoryMedia) Descriptor deprecated

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

Deprecated: Use EraseStoryMedia.ProtoReflect.Descriptor instead.

func (*EraseStoryMedia) ProtoMessage

func (*EraseStoryMedia) ProtoMessage()

func (*EraseStoryMedia) ProtoReflect

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

func (*EraseStoryMedia) Reset

func (x *EraseStoryMedia) Reset()

func (*EraseStoryMedia) String

func (x *EraseStoryMedia) String() string

type EraseStoryMediaResult

type EraseStoryMediaResult struct {
	MediaReferences *MediaReferences            `protobuf:"bytes,1,opt,name=mediaReferences,proto3" json:"mediaReferences,omitempty"`
	Thumbnails      *ContentEnvelope_Thumbnails `protobuf:"bytes,2,opt,name=thumbnails,proto3" json:"thumbnails,omitempty"`
	// contains filtered or unexported fields
}

func (*EraseStoryMediaResult) Descriptor deprecated

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

Deprecated: Use EraseStoryMediaResult.ProtoReflect.Descriptor instead.

func (*EraseStoryMediaResult) GetMediaReferences

func (x *EraseStoryMediaResult) GetMediaReferences() *MediaReferences

func (*EraseStoryMediaResult) GetThumbnails

func (*EraseStoryMediaResult) ProtoMessage

func (*EraseStoryMediaResult) ProtoMessage()

func (*EraseStoryMediaResult) ProtoReflect

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

func (*EraseStoryMediaResult) Reset

func (x *EraseStoryMediaResult) Reset()

func (*EraseStoryMediaResult) String

func (x *EraseStoryMediaResult) String() string

type ExperimentalMetadata

type ExperimentalMetadata struct {
	IsTimelineMode bool `protobuf:"varint,1,opt,name=isTimelineMode,proto3" json:"isTimelineMode,omitempty"`
	// contains filtered or unexported fields
}

func (*ExperimentalMetadata) Descriptor deprecated

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

Deprecated: Use ExperimentalMetadata.ProtoReflect.Descriptor instead.

func (*ExperimentalMetadata) GetIsTimelineMode

func (x *ExperimentalMetadata) GetIsTimelineMode() bool

func (*ExperimentalMetadata) ProtoMessage

func (*ExperimentalMetadata) ProtoMessage()

func (*ExperimentalMetadata) ProtoReflect

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

func (*ExperimentalMetadata) Reset

func (x *ExperimentalMetadata) Reset()

func (*ExperimentalMetadata) String

func (x *ExperimentalMetadata) String() string

type ExternalMediaDefaultDisplayInfo

type ExternalMediaDefaultDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*ExternalMediaDefaultDisplayInfo) Descriptor deprecated

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

Deprecated: Use ExternalMediaDefaultDisplayInfo.ProtoReflect.Descriptor instead.

func (*ExternalMediaDefaultDisplayInfo) ProtoMessage

func (*ExternalMediaDefaultDisplayInfo) ProtoMessage()

func (*ExternalMediaDefaultDisplayInfo) ProtoReflect

func (*ExternalMediaDefaultDisplayInfo) Reset

func (*ExternalMediaDefaultDisplayInfo) String

type ExternalMediaDisplayInfo

type ExternalMediaDisplayInfo struct {

	// Types that are assignable to Media:
	//
	//	*ExternalMediaDisplayInfo_Default
	//	*ExternalMediaDisplayInfo_Gift
	Media isExternalMediaDisplayInfo_Media `protobuf_oneof:"media"`
	// contains filtered or unexported fields
}

func (*ExternalMediaDisplayInfo) Descriptor deprecated

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

Deprecated: Use ExternalMediaDisplayInfo.ProtoReflect.Descriptor instead.

func (*ExternalMediaDisplayInfo) GetDefault

func (*ExternalMediaDisplayInfo) GetGift

func (*ExternalMediaDisplayInfo) GetMedia

func (m *ExternalMediaDisplayInfo) GetMedia() isExternalMediaDisplayInfo_Media

func (*ExternalMediaDisplayInfo) ProtoMessage

func (*ExternalMediaDisplayInfo) ProtoMessage()

func (*ExternalMediaDisplayInfo) ProtoReflect

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

func (*ExternalMediaDisplayInfo) Reset

func (x *ExternalMediaDisplayInfo) Reset()

func (*ExternalMediaDisplayInfo) String

func (x *ExternalMediaDisplayInfo) String() string

type ExternalMediaDisplayInfo_Default

type ExternalMediaDisplayInfo_Default struct {
	Default *ExternalMediaDefaultDisplayInfo `protobuf:"bytes,1,opt,name=default,proto3,oneof"`
}

type ExternalMediaDisplayInfo_Gift

type ExternalMediaDisplayInfo_Gift struct {
	Gift *ExternalMediaGiftDisplayInfo `protobuf:"bytes,2,opt,name=gift,proto3,oneof"`
}

type ExternalMediaGiftDisplayInfo

type ExternalMediaGiftDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*ExternalMediaGiftDisplayInfo) Descriptor deprecated

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

Deprecated: Use ExternalMediaGiftDisplayInfo.ProtoReflect.Descriptor instead.

func (*ExternalMediaGiftDisplayInfo) ProtoMessage

func (*ExternalMediaGiftDisplayInfo) ProtoMessage()

func (*ExternalMediaGiftDisplayInfo) ProtoReflect

func (*ExternalMediaGiftDisplayInfo) Reset

func (x *ExternalMediaGiftDisplayInfo) Reset()

func (*ExternalMediaGiftDisplayInfo) String

type FSNEndpoint

type FSNEndpoint struct {
	FsnEndpoint string `protobuf:"bytes,1,opt,name=fsnEndpoint,proto3" json:"fsnEndpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*FSNEndpoint) Descriptor deprecated

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

Deprecated: Use FSNEndpoint.ProtoReflect.Descriptor instead.

func (*FSNEndpoint) GetFsnEndpoint

func (x *FSNEndpoint) GetFsnEndpoint() string

func (*FSNEndpoint) ProtoMessage

func (*FSNEndpoint) ProtoMessage()

func (*FSNEndpoint) ProtoReflect

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

func (*FSNEndpoint) Reset

func (x *FSNEndpoint) Reset()

func (*FSNEndpoint) String

func (x *FSNEndpoint) String() string

type FailureReason

type FailureReason struct {
	FailureType        FailureType        `protobuf:"varint,1,opt,name=failureType,proto3,enum=http.FailureType" json:"failureType,omitempty"`
	FailureDescription string             `protobuf:"bytes,2,opt,name=failureDescription,proto3" json:"failureDescription,omitempty"`
	ServerInfo         *ServerFailureInfo `protobuf:"bytes,3,opt,name=serverInfo,proto3" json:"serverInfo,omitempty"`
	RetryPolicy        *RetryPolicy       `protobuf:"bytes,4,opt,name=retryPolicy,proto3" json:"retryPolicy,omitempty"`
	// contains filtered or unexported fields
}

func (*FailureReason) Descriptor deprecated

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

Deprecated: Use FailureReason.ProtoReflect.Descriptor instead.

func (*FailureReason) GetFailureDescription

func (x *FailureReason) GetFailureDescription() string

func (*FailureReason) GetFailureType

func (x *FailureReason) GetFailureType() FailureType

func (*FailureReason) GetRetryPolicy

func (x *FailureReason) GetRetryPolicy() *RetryPolicy

func (*FailureReason) GetServerInfo

func (x *FailureReason) GetServerInfo() *ServerFailureInfo

func (*FailureReason) ProtoMessage

func (*FailureReason) ProtoMessage()

func (*FailureReason) ProtoReflect

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

func (*FailureReason) Reset

func (x *FailureReason) Reset()

func (*FailureReason) String

func (x *FailureReason) String() string

type FailureType

type FailureType int32
const (
	FailureType_UNKNOWN                  FailureType = 0
	FailureType_MALFORMED_REQUEST        FailureType = 1
	FailureType_PERSISTENCE              FailureType = 2
	FailureType_NOT_AUTHORIZED           FailureType = 3
	FailureType_DUPLICATE_MESSAGE        FailureType = 4
	FailureType_UPDATE_NOT_APPLICABLE    FailureType = 5
	FailureType_NOT_FRIENDS              FailureType = 6
	FailureType_DUPLICATE_REQUEST        FailureType = 7
	FailureType_DEPENDENCY_NOT_SATISFIED FailureType = 8
	FailureType_OUT_OF_SYNC              FailureType = 9
	FailureType_NOT_FOUND                FailureType = 10
	FailureType_MESSAGE_ALREADY_EXPIRED  FailureType = 11
)

func (FailureType) Descriptor

func (FailureType) Enum

func (x FailureType) Enum() *FailureType

func (FailureType) EnumDescriptor deprecated

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

Deprecated: Use FailureType.Descriptor instead.

func (FailureType) Number

func (x FailureType) Number() protoreflect.EnumNumber

func (FailureType) String

func (x FailureType) String() string

func (FailureType) Type

type FeatureAttachment

type FeatureAttachment struct {

	// Types that are assignable to Attachment:
	//
	//	*FeatureAttachment_FsnEndpoint
	//	*FeatureAttachment_SnapStoryContent
	//	*FeatureAttachment_ShareInfo
	//	*FeatureAttachment_StoryPostInfo
	//	*FeatureAttachment_MentionInfo
	//	*FeatureAttachment_ReplyMessageInfo
	//	*FeatureAttachment_GiftInfo
	//	*FeatureAttachment_AutoSave
	//	*FeatureAttachment_SnapViewability
	Attachment isFeatureAttachment_Attachment `protobuf_oneof:"attachment"`
	// contains filtered or unexported fields
}

func (*FeatureAttachment) Descriptor deprecated

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

Deprecated: Use FeatureAttachment.ProtoReflect.Descriptor instead.

func (*FeatureAttachment) GetAttachment

func (m *FeatureAttachment) GetAttachment() isFeatureAttachment_Attachment

func (*FeatureAttachment) GetAutoSave

func (x *FeatureAttachment) GetAutoSave() *AutoSave

func (*FeatureAttachment) GetFsnEndpoint

func (x *FeatureAttachment) GetFsnEndpoint() *FSNEndpoint

func (*FeatureAttachment) GetGiftInfo

func (x *FeatureAttachment) GetGiftInfo() *GiftInfo

func (*FeatureAttachment) GetMentionInfo

func (x *FeatureAttachment) GetMentionInfo() *MentionInfo

func (*FeatureAttachment) GetReplyMessageInfo

func (x *FeatureAttachment) GetReplyMessageInfo() *ReplyMessageInfo

func (*FeatureAttachment) GetShareInfo

func (x *FeatureAttachment) GetShareInfo() *StoryMentionInfo

func (*FeatureAttachment) GetSnapStoryContent

func (x *FeatureAttachment) GetSnapStoryContent() *SnapStoryId

func (*FeatureAttachment) GetSnapViewability

func (x *FeatureAttachment) GetSnapViewability() *SnapViewability

func (*FeatureAttachment) GetStoryPostInfo

func (x *FeatureAttachment) GetStoryPostInfo() *StoryPostInfo

func (*FeatureAttachment) ProtoMessage

func (*FeatureAttachment) ProtoMessage()

func (*FeatureAttachment) ProtoReflect

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

func (*FeatureAttachment) Reset

func (x *FeatureAttachment) Reset()

func (*FeatureAttachment) String

func (x *FeatureAttachment) String() string

type FeatureAttachment_AutoSave

type FeatureAttachment_AutoSave struct {
	AutoSave *AutoSave `protobuf:"bytes,8,opt,name=autoSave,proto3,oneof"`
}

type FeatureAttachment_FsnEndpoint

type FeatureAttachment_FsnEndpoint struct {
	FsnEndpoint *FSNEndpoint `protobuf:"bytes,1,opt,name=fsnEndpoint,proto3,oneof"`
}

type FeatureAttachment_GiftInfo

type FeatureAttachment_GiftInfo struct {
	GiftInfo *GiftInfo `protobuf:"bytes,7,opt,name=giftInfo,proto3,oneof"`
}

type FeatureAttachment_MentionInfo

type FeatureAttachment_MentionInfo struct {
	MentionInfo *MentionInfo `protobuf:"bytes,5,opt,name=mentionInfo,proto3,oneof"`
}

type FeatureAttachment_ReplyMessageInfo

type FeatureAttachment_ReplyMessageInfo struct {
	ReplyMessageInfo *ReplyMessageInfo `protobuf:"bytes,6,opt,name=replyMessageInfo,proto3,oneof"`
}

type FeatureAttachment_ShareInfo

type FeatureAttachment_ShareInfo struct {
	ShareInfo *StoryMentionInfo `protobuf:"bytes,3,opt,name=shareInfo,proto3,oneof"`
}

type FeatureAttachment_SnapStoryContent

type FeatureAttachment_SnapStoryContent struct {
	SnapStoryContent *SnapStoryId `protobuf:"bytes,2,opt,name=snapStoryContent,proto3,oneof"`
}

type FeatureAttachment_SnapViewability

type FeatureAttachment_SnapViewability struct {
	SnapViewability *SnapViewability `protobuf:"bytes,9,opt,name=snapViewability,proto3,oneof"`
}

type FeatureAttachment_StoryPostInfo

type FeatureAttachment_StoryPostInfo struct {
	StoryPostInfo *StoryPostInfo `protobuf:"bytes,4,opt,name=storyPostInfo,proto3,oneof"`
}

type FideliusEncryption

type FideliusEncryption struct {
	SnapKey               []byte                   `protobuf:"bytes,1,opt,name=snapKey,proto3" json:"snapKey,omitempty"`
	SnapIv                []byte                   `protobuf:"bytes,2,opt,name=snapIv,proto3" json:"snapIv,omitempty"`
	Retried               bool                     `protobuf:"varint,3,opt,name=retried,proto3" json:"retried,omitempty"`
	Version               int32                    `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	SenderOutBeta         []byte                   `protobuf:"bytes,5,opt,name=senderOutBeta,proto3" json:"senderOutBeta,omitempty"`
	FideliusRecipientInfo []*FideliusRecipientInfo `protobuf:"bytes,6,rep,name=fideliusRecipientInfo,proto3" json:"fideliusRecipientInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*FideliusEncryption) Descriptor deprecated

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

Deprecated: Use FideliusEncryption.ProtoReflect.Descriptor instead.

func (*FideliusEncryption) GetFideliusRecipientInfo

func (x *FideliusEncryption) GetFideliusRecipientInfo() []*FideliusRecipientInfo

func (*FideliusEncryption) GetRetried

func (x *FideliusEncryption) GetRetried() bool

func (*FideliusEncryption) GetSenderOutBeta

func (x *FideliusEncryption) GetSenderOutBeta() []byte

func (*FideliusEncryption) GetSnapIv

func (x *FideliusEncryption) GetSnapIv() []byte

func (*FideliusEncryption) GetSnapKey

func (x *FideliusEncryption) GetSnapKey() []byte

func (*FideliusEncryption) GetVersion

func (x *FideliusEncryption) GetVersion() int32

func (*FideliusEncryption) ProtoMessage

func (*FideliusEncryption) ProtoMessage()

func (*FideliusEncryption) ProtoReflect

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

func (*FideliusEncryption) Reset

func (x *FideliusEncryption) Reset()

func (*FideliusEncryption) String

func (x *FideliusEncryption) String() string

type FideliusGetFriendKeys

type FideliusGetFriendKeys struct {
	// contains filtered or unexported fields
}

func (*FideliusGetFriendKeys) Descriptor deprecated

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

Deprecated: Use FideliusGetFriendKeys.ProtoReflect.Descriptor instead.

func (*FideliusGetFriendKeys) ProtoMessage

func (*FideliusGetFriendKeys) ProtoMessage()

func (*FideliusGetFriendKeys) ProtoReflect

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

func (*FideliusGetFriendKeys) Reset

func (x *FideliusGetFriendKeys) Reset()

func (*FideliusGetFriendKeys) String

func (x *FideliusGetFriendKeys) String() string

type FideliusRecipientInfo

type FideliusRecipientInfo struct {
	RecipientKey     []byte `protobuf:"bytes,1,opt,name=recipientKey,proto3" json:"recipientKey,omitempty"`
	Na               []byte `protobuf:"bytes,2,opt,name=na,proto3" json:"na,omitempty"`
	Phi              []byte `protobuf:"bytes,3,opt,name=phi,proto3" json:"phi,omitempty"`
	Tag              []byte `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	SenderUserId     *UUID  `protobuf:"bytes,5,opt,name=senderUserId,proto3" json:"senderUserId,omitempty"`
	RecipientUserId  *UUID  `protobuf:"bytes,6,opt,name=recipientUserId,proto3" json:"recipientUserId,omitempty"`
	RecipientVersion int32  `protobuf:"varint,7,opt,name=recipientVersion,proto3" json:"recipientVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*FideliusRecipientInfo) Descriptor deprecated

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

Deprecated: Use FideliusRecipientInfo.ProtoReflect.Descriptor instead.

func (*FideliusRecipientInfo) GetNa

func (x *FideliusRecipientInfo) GetNa() []byte

func (*FideliusRecipientInfo) GetPhi

func (x *FideliusRecipientInfo) GetPhi() []byte

func (*FideliusRecipientInfo) GetRecipientKey

func (x *FideliusRecipientInfo) GetRecipientKey() []byte

func (*FideliusRecipientInfo) GetRecipientUserId

func (x *FideliusRecipientInfo) GetRecipientUserId() *UUID

func (*FideliusRecipientInfo) GetRecipientVersion

func (x *FideliusRecipientInfo) GetRecipientVersion() int32

func (*FideliusRecipientInfo) GetSenderUserId

func (x *FideliusRecipientInfo) GetSenderUserId() *UUID

func (*FideliusRecipientInfo) GetTag

func (x *FideliusRecipientInfo) GetTag() []byte

func (*FideliusRecipientInfo) ProtoMessage

func (*FideliusRecipientInfo) ProtoMessage()

func (*FideliusRecipientInfo) ProtoReflect

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

func (*FideliusRecipientInfo) Reset

func (x *FideliusRecipientInfo) Reset()

func (*FideliusRecipientInfo) String

func (x *FideliusRecipientInfo) String() string

type FideliusTentativeWebKey

type FideliusTentativeWebKey struct {
	UncompressedPubkey []byte `protobuf:"bytes,1,opt,name=uncompressedPubkey,proto3" json:"uncompressedPubkey,omitempty"` // EC public key uncompressed
	KeyPairId          []byte `protobuf:"bytes,2,opt,name=keyPairId,proto3" json:"keyPairId,omitempty"`                   // HMAC_SHA256_HASH (identity key)
	Rwk                []byte `protobuf:"bytes,3,opt,name=rwk,proto3" json:"rwk,omitempty"`                               // HMAC_SHA256_KEY
	Version            uint64 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*FideliusTentativeWebKey) Descriptor deprecated

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

Deprecated: Use FideliusTentativeWebKey.ProtoReflect.Descriptor instead.

func (*FideliusTentativeWebKey) GetKeyPairId

func (x *FideliusTentativeWebKey) GetKeyPairId() []byte

func (*FideliusTentativeWebKey) GetRwk

func (x *FideliusTentativeWebKey) GetRwk() []byte

func (*FideliusTentativeWebKey) GetUncompressedPubkey

func (x *FideliusTentativeWebKey) GetUncompressedPubkey() []byte

func (*FideliusTentativeWebKey) GetVersion

func (x *FideliusTentativeWebKey) GetVersion() uint64

func (*FideliusTentativeWebKey) ProtoMessage

func (*FideliusTentativeWebKey) ProtoMessage()

func (*FideliusTentativeWebKey) ProtoReflect

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

func (*FideliusTentativeWebKey) Reset

func (x *FideliusTentativeWebKey) Reset()

func (*FideliusTentativeWebKey) String

func (x *FideliusTentativeWebKey) String() string

type FilterInfo

type FilterInfo struct {
	UnlockableId int64 `protobuf:"varint,1,opt,name=unlockableId,proto3" json:"unlockableId,omitempty"`
	IsUco        bool  `protobuf:"varint,2,opt,name=isUco,proto3" json:"isUco,omitempty"`
	// contains filtered or unexported fields
}

func (*FilterInfo) Descriptor deprecated

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

Deprecated: Use FilterInfo.ProtoReflect.Descriptor instead.

func (*FilterInfo) GetIsUco

func (x *FilterInfo) GetIsUco() bool

func (*FilterInfo) GetUnlockableId

func (x *FilterInfo) GetUnlockableId() int64

func (*FilterInfo) ProtoMessage

func (*FilterInfo) ProtoMessage()

func (*FilterInfo) ProtoReflect

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

func (*FilterInfo) Reset

func (x *FilterInfo) Reset()

func (*FilterInfo) String

func (x *FilterInfo) String() string

type Flavor

type Flavor int32
const (
	Flavor_UNKNOWN    Flavor = 0
	Flavor_DEBUG      Flavor = 1
	Flavor_MASTER     Flavor = 2
	Flavor_ALPHA      Flavor = 3
	Flavor_PRODUCTION Flavor = 4
	Flavor_BETA       Flavor = 5
	Flavor_GOLD       Flavor = 6
)

func (Flavor) Descriptor

func (Flavor) Descriptor() protoreflect.EnumDescriptor

func (Flavor) Enum

func (x Flavor) Enum() *Flavor

func (Flavor) EnumDescriptor deprecated

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

Deprecated: Use Flavor.Descriptor instead.

func (Flavor) Number

func (x Flavor) Number() protoreflect.EnumNumber

func (Flavor) String

func (x Flavor) String() string

func (Flavor) Type

func (Flavor) Type() protoreflect.EnumType

type GameClosedStatusMessage

type GameClosedStatusMessage struct {
	AppId        string  `protobuf:"bytes,1,opt,name=appId,proto3" json:"appId,omitempty"`
	Participants []*UUID `protobuf:"bytes,2,rep,name=participants,proto3" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*GameClosedStatusMessage) Descriptor deprecated

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

Deprecated: Use GameClosedStatusMessage.ProtoReflect.Descriptor instead.

func (*GameClosedStatusMessage) GetAppId

func (x *GameClosedStatusMessage) GetAppId() string

func (*GameClosedStatusMessage) GetParticipants

func (x *GameClosedStatusMessage) GetParticipants() []*UUID

func (*GameClosedStatusMessage) ProtoMessage

func (*GameClosedStatusMessage) ProtoMessage()

func (*GameClosedStatusMessage) ProtoReflect

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

func (*GameClosedStatusMessage) Reset

func (x *GameClosedStatusMessage) Reset()

func (*GameClosedStatusMessage) String

func (x *GameClosedStatusMessage) String() string

type GeoAddress

type GeoAddress struct {
	Country      string `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"`
	State        string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	City         string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	Neighborhood string `protobuf:"bytes,6,opt,name=neighborhood,proto3" json:"neighborhood,omitempty"`
	CountryCode  string `protobuf:"bytes,10,opt,name=countryCode,proto3" json:"countryCode,omitempty"`
	// contains filtered or unexported fields
}

func (*GeoAddress) Descriptor deprecated

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

Deprecated: Use GeoAddress.ProtoReflect.Descriptor instead.

func (*GeoAddress) GetCity

func (x *GeoAddress) GetCity() string

func (*GeoAddress) GetCountry

func (x *GeoAddress) GetCountry() string

func (*GeoAddress) GetCountryCode

func (x *GeoAddress) GetCountryCode() string

func (*GeoAddress) GetNeighborhood

func (x *GeoAddress) GetNeighborhood() string

func (*GeoAddress) GetState

func (x *GeoAddress) GetState() string

func (*GeoAddress) ProtoMessage

func (*GeoAddress) ProtoMessage()

func (*GeoAddress) ProtoReflect

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

func (*GeoAddress) Reset

func (x *GeoAddress) Reset()

func (*GeoAddress) String

func (x *GeoAddress) String() string

type GetGroupsRequest

type GetGroupsRequest struct {
	SelfUserId *UUID `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupsRequest) Descriptor deprecated

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

Deprecated: Use GetGroupsRequest.ProtoReflect.Descriptor instead.

func (*GetGroupsRequest) GetSelfUserId

func (x *GetGroupsRequest) GetSelfUserId() *UUID

func (*GetGroupsRequest) ProtoMessage

func (*GetGroupsRequest) ProtoMessage()

func (*GetGroupsRequest) ProtoReflect

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

func (*GetGroupsRequest) Reset

func (x *GetGroupsRequest) Reset()

func (*GetGroupsRequest) String

func (x *GetGroupsRequest) String() string

type GetGroupsResponse

type GetGroupsResponse struct {
	Group               *Conversation `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	LastUpdateEventTime int64         `protobuf:"varint,2,opt,name=lastUpdateEventTime,proto3" json:"lastUpdateEventTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupsResponse) Descriptor deprecated

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

Deprecated: Use GetGroupsResponse.ProtoReflect.Descriptor instead.

func (*GetGroupsResponse) GetGroup

func (x *GetGroupsResponse) GetGroup() *Conversation

func (*GetGroupsResponse) GetLastUpdateEventTime

func (x *GetGroupsResponse) GetLastUpdateEventTime() int64

func (*GetGroupsResponse) ProtoMessage

func (*GetGroupsResponse) ProtoMessage()

func (*GetGroupsResponse) ProtoReflect

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

func (*GetGroupsResponse) Reset

func (x *GetGroupsResponse) Reset()

func (*GetGroupsResponse) String

func (x *GetGroupsResponse) String() string

type GetGroupsResponseWrapper

type GetGroupsResponseWrapper struct {
	Response []*GetGroupsResponse `protobuf:"bytes,1,rep,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupsResponseWrapper) Descriptor deprecated

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

Deprecated: Use GetGroupsResponseWrapper.ProtoReflect.Descriptor instead.

func (*GetGroupsResponseWrapper) GetResponse

func (x *GetGroupsResponseWrapper) GetResponse() []*GetGroupsResponse

func (*GetGroupsResponseWrapper) ProtoMessage

func (*GetGroupsResponseWrapper) ProtoMessage()

func (*GetGroupsResponseWrapper) ProtoReflect

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

func (*GetGroupsResponseWrapper) Reset

func (x *GetGroupsResponseWrapper) Reset()

func (*GetGroupsResponseWrapper) String

func (x *GetGroupsResponseWrapper) String() string

type GiftInfo

type GiftInfo struct {
	OrderReferenceId *UUID `protobuf:"bytes,1,opt,name=orderReferenceId,proto3" json:"orderReferenceId,omitempty"`
	GiftId           *UUID `protobuf:"bytes,2,opt,name=giftId,proto3" json:"giftId,omitempty"`
	// contains filtered or unexported fields
}

func (*GiftInfo) Descriptor deprecated

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

Deprecated: Use GiftInfo.ProtoReflect.Descriptor instead.

func (*GiftInfo) GetGiftId

func (x *GiftInfo) GetGiftId() *UUID

func (*GiftInfo) GetOrderReferenceId

func (x *GiftInfo) GetOrderReferenceId() *UUID

func (*GiftInfo) ProtoMessage

func (*GiftInfo) ProtoMessage()

func (*GiftInfo) ProtoReflect

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

func (*GiftInfo) Reset

func (x *GiftInfo) Reset()

func (*GiftInfo) String

func (x *GiftInfo) String() string

type GroupChatCreatedStatusMessage

type GroupChatCreatedStatusMessage struct {
	InitiatingUser *UUID   `protobuf:"bytes,1,opt,name=initiatingUser,proto3" json:"initiatingUser,omitempty"`
	Participants   []*UUID `protobuf:"bytes,2,rep,name=participants,proto3" json:"participants,omitempty"`
	GroupChatName  string  `protobuf:"bytes,3,opt,name=groupChatName,proto3" json:"groupChatName,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupChatCreatedStatusMessage) Descriptor deprecated

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

Deprecated: Use GroupChatCreatedStatusMessage.ProtoReflect.Descriptor instead.

func (*GroupChatCreatedStatusMessage) GetGroupChatName

func (x *GroupChatCreatedStatusMessage) GetGroupChatName() string

func (*GroupChatCreatedStatusMessage) GetInitiatingUser

func (x *GroupChatCreatedStatusMessage) GetInitiatingUser() *UUID

func (*GroupChatCreatedStatusMessage) GetParticipants

func (x *GroupChatCreatedStatusMessage) GetParticipants() []*UUID

func (*GroupChatCreatedStatusMessage) ProtoMessage

func (*GroupChatCreatedStatusMessage) ProtoMessage()

func (*GroupChatCreatedStatusMessage) ProtoReflect

func (*GroupChatCreatedStatusMessage) Reset

func (x *GroupChatCreatedStatusMessage) Reset()

func (*GroupChatCreatedStatusMessage) String

type GroupInviteStickerJoinTextPromptStatusMessage

type GroupInviteStickerJoinTextPromptStatusMessage struct {
	InviteGroupId   *UUID  `protobuf:"bytes,1,opt,name=inviteGroupId,proto3" json:"inviteGroupId,omitempty"`
	InviteGroupName string `protobuf:"bytes,2,opt,name=inviteGroupName,proto3" json:"inviteGroupName,omitempty"`
	InviteId        *UUID  `protobuf:"bytes,3,opt,name=inviteId,proto3" json:"inviteId,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInviteStickerJoinTextPromptStatusMessage) Descriptor deprecated

Deprecated: Use GroupInviteStickerJoinTextPromptStatusMessage.ProtoReflect.Descriptor instead.

func (*GroupInviteStickerJoinTextPromptStatusMessage) GetInviteGroupId

func (x *GroupInviteStickerJoinTextPromptStatusMessage) GetInviteGroupId() *UUID

func (*GroupInviteStickerJoinTextPromptStatusMessage) GetInviteGroupName

func (x *GroupInviteStickerJoinTextPromptStatusMessage) GetInviteGroupName() string

func (*GroupInviteStickerJoinTextPromptStatusMessage) GetInviteId

func (*GroupInviteStickerJoinTextPromptStatusMessage) ProtoMessage

func (*GroupInviteStickerJoinTextPromptStatusMessage) ProtoReflect

func (*GroupInviteStickerJoinTextPromptStatusMessage) Reset

func (*GroupInviteStickerJoinTextPromptStatusMessage) String

type HighWatermark

type HighWatermark struct {
	HighWatermarkType HighWatermark_WatermarkType `` /* 134-byte string literal not displayed */
	// Types that are assignable to WatermarkToken:
	//
	//	*HighWatermark_MessageId
	//	*HighWatermark_ConversationVersion
	WatermarkToken isHighWatermark_WatermarkToken `protobuf_oneof:"watermarkToken"`
	// contains filtered or unexported fields
}

func (*HighWatermark) Descriptor deprecated

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

Deprecated: Use HighWatermark.ProtoReflect.Descriptor instead.

func (*HighWatermark) GetConversationVersion

func (x *HighWatermark) GetConversationVersion() uint64

func (*HighWatermark) GetHighWatermarkType

func (x *HighWatermark) GetHighWatermarkType() HighWatermark_WatermarkType

func (*HighWatermark) GetMessageId

func (x *HighWatermark) GetMessageId() uint64

func (*HighWatermark) GetWatermarkToken

func (m *HighWatermark) GetWatermarkToken() isHighWatermark_WatermarkToken

func (*HighWatermark) ProtoMessage

func (*HighWatermark) ProtoMessage()

func (*HighWatermark) ProtoReflect

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

func (*HighWatermark) Reset

func (x *HighWatermark) Reset()

func (*HighWatermark) String

func (x *HighWatermark) String() string

type HighWatermark_ConversationVersion

type HighWatermark_ConversationVersion struct {
	ConversationVersion uint64 `protobuf:"varint,3,opt,name=conversationVersion,proto3,oneof"`
}

type HighWatermark_MessageId

type HighWatermark_MessageId struct {
	MessageId uint64 `protobuf:"varint,2,opt,name=messageId,proto3,oneof"`
}

type HighWatermark_WatermarkType

type HighWatermark_WatermarkType int32
const (
	HighWatermark_WatermarkType_READ         HighWatermark_WatermarkType = 0
	HighWatermark_WatermarkType_RELEASE      HighWatermark_WatermarkType = 1
	HighWatermark_WatermarkType_SNAP_RELEASE HighWatermark_WatermarkType = 2
)

func (HighWatermark_WatermarkType) Descriptor

func (HighWatermark_WatermarkType) Enum

func (HighWatermark_WatermarkType) EnumDescriptor deprecated

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

Deprecated: Use HighWatermark_WatermarkType.Descriptor instead.

func (HighWatermark_WatermarkType) Number

func (HighWatermark_WatermarkType) String

func (HighWatermark_WatermarkType) Type

type ImageCodecFormat

type ImageCodecFormat int32
const (
	ImageCodecFormat_IMAGE_CODEC_UNSET ImageCodecFormat = 0
	ImageCodecFormat_IMAGE_CODEC_JPEG  ImageCodecFormat = 1
	ImageCodecFormat_IMAGE_CODEC_PNG   ImageCodecFormat = 2
	ImageCodecFormat_IMAGE_CODEC_WEBP  ImageCodecFormat = 3
	ImageCodecFormat_IMAGE_CODEC_HEIF  ImageCodecFormat = 4
	ImageCodecFormat_IMAGE_CODEC_AWEBP ImageCodecFormat = 5
	ImageCodecFormat_IMAGE_CODEC_GIF   ImageCodecFormat = 6
)

func (ImageCodecFormat) Descriptor

func (ImageCodecFormat) Enum

func (ImageCodecFormat) EnumDescriptor deprecated

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

Deprecated: Use ImageCodecFormat.Descriptor instead.

func (ImageCodecFormat) Number

func (ImageCodecFormat) String

func (x ImageCodecFormat) String() string

func (ImageCodecFormat) Type

type ImageMetadata

type ImageMetadata struct {
	CodecFormat ImageCodecFormat `protobuf:"varint,1,opt,name=codecFormat,proto3,enum=media.ImageCodecFormat" json:"codecFormat,omitempty"` // enum
	// contains filtered or unexported fields
}

func (*ImageMetadata) Descriptor deprecated

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

Deprecated: Use ImageMetadata.ProtoReflect.Descriptor instead.

func (*ImageMetadata) GetCodecFormat

func (x *ImageMetadata) GetCodecFormat() ImageCodecFormat

func (*ImageMetadata) ProtoMessage

func (*ImageMetadata) ProtoMessage()

func (*ImageMetadata) ProtoReflect

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

func (*ImageMetadata) Reset

func (x *ImageMetadata) Reset()

func (*ImageMetadata) String

func (x *ImageMetadata) String() string

type InMyContactsStatusMessage

type InMyContactsStatusMessage struct {
	// contains filtered or unexported fields
}

func (*InMyContactsStatusMessage) Descriptor deprecated

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

Deprecated: Use InMyContactsStatusMessage.ProtoReflect.Descriptor instead.

func (*InMyContactsStatusMessage) ProtoMessage

func (*InMyContactsStatusMessage) ProtoMessage()

func (*InMyContactsStatusMessage) ProtoReflect

func (*InMyContactsStatusMessage) Reset

func (x *InMyContactsStatusMessage) Reset()

func (*InMyContactsStatusMessage) String

func (x *InMyContactsStatusMessage) String() string

type InitializeWebKeyRequest

type InitializeWebKeyRequest struct {
	OnDeviceKeyPairIds [][]byte                 `protobuf:"bytes,1,rep,name=onDeviceKeyPairIds,proto3" json:"onDeviceKeyPairIds,omitempty"`
	TentativeWebKey    *FideliusTentativeWebKey `protobuf:"bytes,2,opt,name=tentativeWebKey,proto3" json:"tentativeWebKey,omitempty"`
	// contains filtered or unexported fields
}

func (*InitializeWebKeyRequest) Descriptor deprecated

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

Deprecated: Use InitializeWebKeyRequest.ProtoReflect.Descriptor instead.

func (*InitializeWebKeyRequest) GetOnDeviceKeyPairIds

func (x *InitializeWebKeyRequest) GetOnDeviceKeyPairIds() [][]byte

func (*InitializeWebKeyRequest) GetTentativeWebKey

func (x *InitializeWebKeyRequest) GetTentativeWebKey() *FideliusTentativeWebKey

func (*InitializeWebKeyRequest) ProtoMessage

func (*InitializeWebKeyRequest) ProtoMessage()

func (*InitializeWebKeyRequest) ProtoReflect

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

func (*InitializeWebKeyRequest) Reset

func (x *InitializeWebKeyRequest) Reset()

func (*InitializeWebKeyRequest) String

func (x *InitializeWebKeyRequest) String() string

type InitializeWebKeyResponse

type InitializeWebKeyResponse struct {
	Rwk       []byte `protobuf:"bytes,1,opt,name=rwk,proto3" json:"rwk,omitempty"`
	KeyPairId []byte `protobuf:"bytes,2,opt,name=keyPairId,proto3" json:"keyPairId,omitempty"`
	// contains filtered or unexported fields
}

func (*InitializeWebKeyResponse) Descriptor deprecated

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

Deprecated: Use InitializeWebKeyResponse.ProtoReflect.Descriptor instead.

func (*InitializeWebKeyResponse) GetKeyPairId

func (x *InitializeWebKeyResponse) GetKeyPairId() []byte

func (*InitializeWebKeyResponse) GetRwk

func (x *InitializeWebKeyResponse) GetRwk() []byte

func (*InitializeWebKeyResponse) ProtoMessage

func (*InitializeWebKeyResponse) ProtoMessage()

func (*InitializeWebKeyResponse) ProtoReflect

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

func (*InitializeWebKeyResponse) Reset

func (x *InitializeWebKeyResponse) Reset()

func (*InitializeWebKeyResponse) String

func (x *InitializeWebKeyResponse) String() string

type InviteLinkStatus

type InviteLinkStatus int32
const (
	InviteLinkStatus_INVITE_LINK_STATUS_UNSET   InviteLinkStatus = 0
	InviteLinkStatus_INVITE_LINK_STATUS_CREATED InviteLinkStatus = 1
	InviteLinkStatus_INVITE_LINK_STATUS_DELETED InviteLinkStatus = 2
)

func (InviteLinkStatus) Descriptor

func (InviteLinkStatus) Enum

func (InviteLinkStatus) EnumDescriptor deprecated

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

Deprecated: Use InviteLinkStatus.Descriptor instead.

func (InviteLinkStatus) Number

func (InviteLinkStatus) String

func (x InviteLinkStatus) String() string

func (InviteLinkStatus) Type

type InviteLinkStatusMessage

type InviteLinkStatusMessage struct {
	InitiatingUserId *UUID            `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	InviteLinkStatus InviteLinkStatus `protobuf:"varint,2,opt,name=inviteLinkStatus,proto3,enum=status.InviteLinkStatus" json:"inviteLinkStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*InviteLinkStatusMessage) Descriptor deprecated

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

Deprecated: Use InviteLinkStatusMessage.ProtoReflect.Descriptor instead.

func (*InviteLinkStatusMessage) GetInitiatingUserId

func (x *InviteLinkStatusMessage) GetInitiatingUserId() *UUID

func (*InviteLinkStatusMessage) GetInviteLinkStatus

func (x *InviteLinkStatusMessage) GetInviteLinkStatus() InviteLinkStatus

func (*InviteLinkStatusMessage) ProtoMessage

func (*InviteLinkStatusMessage) ProtoMessage()

func (*InviteLinkStatusMessage) ProtoReflect

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

func (*InviteLinkStatusMessage) Reset

func (x *InviteLinkStatusMessage) Reset()

func (*InviteLinkStatusMessage) String

func (x *InviteLinkStatusMessage) String() string

type IvStoreEntry

type IvStoreEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*IvStoreEntry) Descriptor deprecated

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

Deprecated: Use IvStoreEntry.ProtoReflect.Descriptor instead.

func (*IvStoreEntry) GetKey

func (x *IvStoreEntry) GetKey() string

func (*IvStoreEntry) GetValue

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

func (*IvStoreEntry) ProtoMessage

func (*IvStoreEntry) ProtoMessage()

func (*IvStoreEntry) ProtoReflect

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

func (*IvStoreEntry) Reset

func (x *IvStoreEntry) Reset()

func (*IvStoreEntry) String

func (x *IvStoreEntry) String() string

type KickedParticipant

type KickedParticipant struct {
	UserId     *UUID `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	ForDisplay bool  `protobuf:"varint,2,opt,name=forDisplay,proto3" json:"forDisplay,omitempty"`
	// contains filtered or unexported fields
}

func (*KickedParticipant) Descriptor deprecated

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

Deprecated: Use KickedParticipant.ProtoReflect.Descriptor instead.

func (*KickedParticipant) GetForDisplay

func (x *KickedParticipant) GetForDisplay() bool

func (*KickedParticipant) GetUserId

func (x *KickedParticipant) GetUserId() *UUID

func (*KickedParticipant) ProtoMessage

func (*KickedParticipant) ProtoMessage()

func (*KickedParticipant) ProtoReflect

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

func (*KickedParticipant) Reset

func (x *KickedParticipant) Reset()

func (*KickedParticipant) String

func (x *KickedParticipant) String() string

type LastConversationIndicator

type LastConversationIndicator struct {
	OldestConversationOrderTimestamp int64 `protobuf:"varint,1,opt,name=oldestConversationOrderTimestamp,proto3" json:"oldestConversationOrderTimestamp,omitempty"`
	OldestConversationId             *UUID `protobuf:"bytes,2,opt,name=oldestConversationId,proto3" json:"oldestConversationId,omitempty"`
	// contains filtered or unexported fields
}

func (*LastConversationIndicator) Descriptor deprecated

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

Deprecated: Use LastConversationIndicator.ProtoReflect.Descriptor instead.

func (*LastConversationIndicator) GetOldestConversationId

func (x *LastConversationIndicator) GetOldestConversationId() *UUID

func (*LastConversationIndicator) GetOldestConversationOrderTimestamp

func (x *LastConversationIndicator) GetOldestConversationOrderTimestamp() int64

func (*LastConversationIndicator) ProtoMessage

func (*LastConversationIndicator) ProtoMessage()

func (*LastConversationIndicator) ProtoReflect

func (*LastConversationIndicator) Reset

func (x *LastConversationIndicator) Reset()

func (*LastConversationIndicator) String

func (x *LastConversationIndicator) String() string

type LeaveFamilyCenterStatusMessage

type LeaveFamilyCenterStatusMessage struct {
	// contains filtered or unexported fields
}

func (*LeaveFamilyCenterStatusMessage) Descriptor deprecated

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

Deprecated: Use LeaveFamilyCenterStatusMessage.ProtoReflect.Descriptor instead.

func (*LeaveFamilyCenterStatusMessage) ProtoMessage

func (*LeaveFamilyCenterStatusMessage) ProtoMessage()

func (*LeaveFamilyCenterStatusMessage) ProtoReflect

func (*LeaveFamilyCenterStatusMessage) Reset

func (x *LeaveFamilyCenterStatusMessage) Reset()

func (*LeaveFamilyCenterStatusMessage) String

type LegacyConversationInfo

type LegacyConversationInfo struct {

	// Types that are assignable to LegacyInfo:
	//
	//	*LegacyConversationInfo_LegacyOneOnOneConversationInfo
	//	*LegacyConversationInfo_LegacyGroupConversationInfo
	LegacyInfo isLegacyConversationInfo_LegacyInfo `protobuf_oneof:"legacyInfo"`
	// contains filtered or unexported fields
}

func (*LegacyConversationInfo) Descriptor deprecated

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

Deprecated: Use LegacyConversationInfo.ProtoReflect.Descriptor instead.

func (*LegacyConversationInfo) GetLegacyGroupConversationInfo

func (x *LegacyConversationInfo) GetLegacyGroupConversationInfo() *LegacyGroupConversationInfo

func (*LegacyConversationInfo) GetLegacyInfo

func (m *LegacyConversationInfo) GetLegacyInfo() isLegacyConversationInfo_LegacyInfo

func (*LegacyConversationInfo) GetLegacyOneOnOneConversationInfo

func (x *LegacyConversationInfo) GetLegacyOneOnOneConversationInfo() *LegacyOneOnOneConversationInfo

func (*LegacyConversationInfo) ProtoMessage

func (*LegacyConversationInfo) ProtoMessage()

func (*LegacyConversationInfo) ProtoReflect

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

func (*LegacyConversationInfo) Reset

func (x *LegacyConversationInfo) Reset()

func (*LegacyConversationInfo) String

func (x *LegacyConversationInfo) String() string

type LegacyConversationInfo_LegacyGroupConversationInfo

type LegacyConversationInfo_LegacyGroupConversationInfo struct {
	LegacyGroupConversationInfo *LegacyGroupConversationInfo `protobuf:"bytes,2,opt,name=legacyGroupConversationInfo,proto3,oneof"`
}

type LegacyConversationInfo_LegacyOneOnOneConversationInfo

type LegacyConversationInfo_LegacyOneOnOneConversationInfo struct {
	LegacyOneOnOneConversationInfo *LegacyOneOnOneConversationInfo `protobuf:"bytes,1,opt,name=legacyOneOnOneConversationInfo,proto3,oneof"`
}

type LegacyDirectDownloadUrl

type LegacyDirectDownloadUrl struct {
	Url           string       `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	ExpirySeconds uint64       `protobuf:"varint,2,opt,name=expirySeconds,proto3" json:"expirySeconds,omitempty"`
	Type          MediaUrlType `protobuf:"varint,3,opt,name=type,proto3,enum=media.MediaUrlType" json:"type,omitempty"`
	Region        string       `protobuf:"bytes,4,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyDirectDownloadUrl) Descriptor deprecated

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

Deprecated: Use LegacyDirectDownloadUrl.ProtoReflect.Descriptor instead.

func (*LegacyDirectDownloadUrl) GetExpirySeconds

func (x *LegacyDirectDownloadUrl) GetExpirySeconds() uint64

func (*LegacyDirectDownloadUrl) GetRegion

func (x *LegacyDirectDownloadUrl) GetRegion() string

func (*LegacyDirectDownloadUrl) GetType

func (*LegacyDirectDownloadUrl) GetUrl

func (x *LegacyDirectDownloadUrl) GetUrl() string

func (*LegacyDirectDownloadUrl) ProtoMessage

func (*LegacyDirectDownloadUrl) ProtoMessage()

func (*LegacyDirectDownloadUrl) ProtoReflect

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

func (*LegacyDirectDownloadUrl) Reset

func (x *LegacyDirectDownloadUrl) Reset()

func (*LegacyDirectDownloadUrl) String

func (x *LegacyDirectDownloadUrl) String() string

type LegacyGroupConversationInfo

type LegacyGroupConversationInfo struct {
	// contains filtered or unexported fields
}

func (*LegacyGroupConversationInfo) Descriptor deprecated

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

Deprecated: Use LegacyGroupConversationInfo.ProtoReflect.Descriptor instead.

func (*LegacyGroupConversationInfo) ProtoMessage

func (*LegacyGroupConversationInfo) ProtoMessage()

func (*LegacyGroupConversationInfo) ProtoReflect

func (*LegacyGroupConversationInfo) Reset

func (x *LegacyGroupConversationInfo) Reset()

func (*LegacyGroupConversationInfo) String

func (x *LegacyGroupConversationInfo) String() string

type LegacyMediaSource

type LegacyMediaSource struct {
	SourceMediaId     string                   `protobuf:"bytes,1,opt,name=sourceMediaId,proto3" json:"sourceMediaId,omitempty"`
	DirectDownloadUrl *LegacyDirectDownloadUrl `protobuf:"bytes,2,opt,name=directDownloadUrl,proto3" json:"directDownloadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyMediaSource) Descriptor deprecated

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

Deprecated: Use LegacyMediaSource.ProtoReflect.Descriptor instead.

func (*LegacyMediaSource) GetDirectDownloadUrl

func (x *LegacyMediaSource) GetDirectDownloadUrl() *LegacyDirectDownloadUrl

func (*LegacyMediaSource) GetSourceMediaId

func (x *LegacyMediaSource) GetSourceMediaId() string

func (*LegacyMediaSource) ProtoMessage

func (*LegacyMediaSource) ProtoMessage()

func (*LegacyMediaSource) ProtoReflect

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

func (*LegacyMediaSource) Reset

func (x *LegacyMediaSource) Reset()

func (*LegacyMediaSource) String

func (x *LegacyMediaSource) String() string

type LegacyMessageId

type LegacyMessageId struct {

	// Types that are assignable to LegacyMessageId:
	//
	//	*LegacyMessageId_ChatMessageId
	//	*LegacyMessageId_OneOnOneSnapId
	//	*LegacyMessageId_StringMessageId
	LegacyMessageId isLegacyMessageId_LegacyMessageId `protobuf_oneof:"legacyMessageId"`
	IsLowerCase     bool                              `protobuf:"varint,4,opt,name=isLowerCase,proto3" json:"isLowerCase,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyMessageId) Descriptor deprecated

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

Deprecated: Use LegacyMessageId.ProtoReflect.Descriptor instead.

func (*LegacyMessageId) GetChatMessageId

func (x *LegacyMessageId) GetChatMessageId() *UUID

func (*LegacyMessageId) GetIsLowerCase

func (x *LegacyMessageId) GetIsLowerCase() bool

func (*LegacyMessageId) GetLegacyMessageId

func (m *LegacyMessageId) GetLegacyMessageId() isLegacyMessageId_LegacyMessageId

func (*LegacyMessageId) GetOneOnOneSnapId

func (x *LegacyMessageId) GetOneOnOneSnapId() int64

func (*LegacyMessageId) GetStringMessageId

func (x *LegacyMessageId) GetStringMessageId() string

func (*LegacyMessageId) ProtoMessage

func (*LegacyMessageId) ProtoMessage()

func (*LegacyMessageId) ProtoReflect

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

func (*LegacyMessageId) Reset

func (x *LegacyMessageId) Reset()

func (*LegacyMessageId) String

func (x *LegacyMessageId) String() string

type LegacyMessageId_ChatMessageId

type LegacyMessageId_ChatMessageId struct {
	ChatMessageId *UUID `protobuf:"bytes,1,opt,name=chatMessageId,proto3,oneof"`
}

type LegacyMessageId_OneOnOneSnapId

type LegacyMessageId_OneOnOneSnapId struct {
	OneOnOneSnapId int64 `protobuf:"varint,2,opt,name=oneOnOneSnapId,proto3,oneof"`
}

type LegacyMessageId_StringMessageId

type LegacyMessageId_StringMessageId struct {
	StringMessageId string `protobuf:"bytes,3,opt,name=stringMessageId,proto3,oneof"`
}

type LegacyOneOnOneConversationInfo

type LegacyOneOnOneConversationInfo struct {
	SequenceNumbers       *LegacyOneOnOneSequenceNumbers                         `protobuf:"bytes,2,opt,name=sequenceNumbers,proto3" json:"sequenceNumbers,omitempty"`
	UnviewedReceivedSnaps []*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap `protobuf:"bytes,3,rep,name=unviewedReceivedSnaps,proto3" json:"unviewedReceivedSnaps,omitempty"`
	UnexpiredSentSnaps    []*LegacyOneOnOneConversationInfo_UnexpiredSentSnap    `protobuf:"bytes,4,rep,name=unexpiredSentSnaps,proto3" json:"unexpiredSentSnaps,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyOneOnOneConversationInfo) Descriptor deprecated

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

Deprecated: Use LegacyOneOnOneConversationInfo.ProtoReflect.Descriptor instead.

func (*LegacyOneOnOneConversationInfo) GetSequenceNumbers

func (*LegacyOneOnOneConversationInfo) GetUnexpiredSentSnaps

func (*LegacyOneOnOneConversationInfo) GetUnviewedReceivedSnaps

func (*LegacyOneOnOneConversationInfo) ProtoMessage

func (*LegacyOneOnOneConversationInfo) ProtoMessage()

func (*LegacyOneOnOneConversationInfo) ProtoReflect

func (*LegacyOneOnOneConversationInfo) Reset

func (x *LegacyOneOnOneConversationInfo) Reset()

func (*LegacyOneOnOneConversationInfo) String

type LegacyOneOnOneConversationInfo_UnexpiredSentSnap

type LegacyOneOnOneConversationInfo_UnexpiredSentSnap struct {
	SnapId               int64 `protobuf:"varint,1,opt,name=snapId,proto3" json:"snapId,omitempty"`
	HasBeenViewed        bool  `protobuf:"varint,2,opt,name=hasBeenViewed,proto3" json:"hasBeenViewed,omitempty"`
	HasBeenReplayed      bool  `protobuf:"varint,3,opt,name=hasBeenReplayed,proto3" json:"hasBeenReplayed,omitempty"`
	HasBeenScreenshotted bool  `protobuf:"varint,4,opt,name=hasBeenScreenshotted,proto3" json:"hasBeenScreenshotted,omitempty"`
	HasBeenRecorded      bool  `protobuf:"varint,5,opt,name=hasBeenRecorded,proto3" json:"hasBeenRecorded,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) Descriptor deprecated

Deprecated: Use LegacyOneOnOneConversationInfo_UnexpiredSentSnap.ProtoReflect.Descriptor instead.

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetHasBeenRecorded

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetHasBeenReplayed

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetHasBeenScreenshotted

func (x *LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetHasBeenScreenshotted() bool

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetHasBeenViewed

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) GetSnapId

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) ProtoMessage

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) ProtoReflect

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) Reset

func (*LegacyOneOnOneConversationInfo_UnexpiredSentSnap) String

type LegacyOneOnOneConversationInfo_UnviewedReceivedSnap

type LegacyOneOnOneConversationInfo_UnviewedReceivedSnap struct {
	SnapId int64 `protobuf:"varint,1,opt,name=snapId,proto3" json:"snapId,omitempty"` // very confusing
	// contains filtered or unexported fields
}

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) Descriptor deprecated

Deprecated: Use LegacyOneOnOneConversationInfo_UnviewedReceivedSnap.ProtoReflect.Descriptor instead.

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) GetSnapId

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) ProtoMessage

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) ProtoReflect

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) Reset

func (*LegacyOneOnOneConversationInfo_UnviewedReceivedSnap) String

type LegacyOneOnOneSequenceNumbers

type LegacyOneOnOneSequenceNumbers struct {
	RequesterSequenceNumber        *LegacyOneOnOneSequenceNumbers_SequenceNumber `protobuf:"bytes,1,opt,name=requesterSequenceNumber,proto3" json:"requesterSequenceNumber,omitempty"`
	OtherParticipantSequenceNumber *LegacyOneOnOneSequenceNumbers_SequenceNumber `protobuf:"bytes,2,opt,name=otherParticipantSequenceNumber,proto3" json:"otherParticipantSequenceNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyOneOnOneSequenceNumbers) Descriptor deprecated

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

Deprecated: Use LegacyOneOnOneSequenceNumbers.ProtoReflect.Descriptor instead.

func (*LegacyOneOnOneSequenceNumbers) GetOtherParticipantSequenceNumber

func (x *LegacyOneOnOneSequenceNumbers) GetOtherParticipantSequenceNumber() *LegacyOneOnOneSequenceNumbers_SequenceNumber

func (*LegacyOneOnOneSequenceNumbers) GetRequesterSequenceNumber

func (*LegacyOneOnOneSequenceNumbers) ProtoMessage

func (*LegacyOneOnOneSequenceNumbers) ProtoMessage()

func (*LegacyOneOnOneSequenceNumbers) ProtoReflect

func (*LegacyOneOnOneSequenceNumbers) Reset

func (x *LegacyOneOnOneSequenceNumbers) Reset()

func (*LegacyOneOnOneSequenceNumbers) String

type LegacyOneOnOneSequenceNumbers_SequenceNumber

type LegacyOneOnOneSequenceNumbers_SequenceNumber struct {
	MessageSequenceNumber int64 `protobuf:"varint,1,opt,name=messageSequenceNumber,proto3" json:"messageSequenceNumber,omitempty"`
	UpdateSequenceNumber  int64 `protobuf:"varint,2,opt,name=updateSequenceNumber,proto3" json:"updateSequenceNumber,omitempty"`
	SnapTimestamp         int64 `protobuf:"varint,3,opt,name=snapTimestamp,proto3" json:"snapTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) Descriptor deprecated

Deprecated: Use LegacyOneOnOneSequenceNumbers_SequenceNumber.ProtoReflect.Descriptor instead.

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) GetMessageSequenceNumber

func (x *LegacyOneOnOneSequenceNumbers_SequenceNumber) GetMessageSequenceNumber() int64

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) GetSnapTimestamp

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) GetUpdateSequenceNumber

func (x *LegacyOneOnOneSequenceNumbers_SequenceNumber) GetUpdateSequenceNumber() int64

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) ProtoMessage

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) ProtoReflect

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) Reset

func (*LegacyOneOnOneSequenceNumbers_SequenceNumber) String

type LensInfo

type LensInfo struct {
	UnlockableId int64      `protobuf:"varint,1,opt,name=unlockableId,proto3" json:"unlockableId,omitempty"`
	OptionId     int64      `protobuf:"varint,2,opt,name=optionId,proto3" json:"optionId,omitempty"`
	Source       LensSource `protobuf:"varint,3,opt,name=source,proto3,enum=unlockables.LensSource" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*LensInfo) Descriptor deprecated

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

Deprecated: Use LensInfo.ProtoReflect.Descriptor instead.

func (*LensInfo) GetOptionId

func (x *LensInfo) GetOptionId() int64

func (*LensInfo) GetSource

func (x *LensInfo) GetSource() LensSource

func (*LensInfo) GetUnlockableId

func (x *LensInfo) GetUnlockableId() int64

func (*LensInfo) ProtoMessage

func (*LensInfo) ProtoMessage()

func (*LensInfo) ProtoReflect

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

func (*LensInfo) Reset

func (x *LensInfo) Reset()

func (*LensInfo) String

func (x *LensInfo) String() string

type LensSource

type LensSource int32
const (
	LensSource_LENS_SOURCE_UNKNOWN      LensSource = 0
	LensSource_LENS_SOURCE_CAMERA       LensSource = 1
	LensSource_LENS_SOURCE_VIDEOCHAT    LensSource = 2
	LensSource_LENS_SOURCE_SNAPCODE     LensSource = 3
	LensSource_LENS_SOURCE_LOGIN_CAMERA LensSource = 4
	LensSource_LENS_SOURCE_PREVIEW      LensSource = 5
	LensSource_LENS_SOURCE_MEMORIES     LensSource = 6
	LensSource_LENS_SOURCE_ON_DEMAND    LensSource = 7
	LensSource_LENS_SOURCE_DISCOVER     LensSource = 8
	LensSource_LENS_SOURCE_STORY        LensSource = 9
)

func (LensSource) Descriptor

func (LensSource) Descriptor() protoreflect.EnumDescriptor

func (LensSource) Enum

func (x LensSource) Enum() *LensSource

func (LensSource) EnumDescriptor deprecated

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

Deprecated: Use LensSource.Descriptor instead.

func (LensSource) Number

func (x LensSource) Number() protoreflect.EnumNumber

func (LensSource) String

func (x LensSource) String() string

func (LensSource) Type

type LightweightConversation

type LightweightConversation struct {
	ConversationId     *UUID                    `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	Version            int64                    `protobuf:"varint,2,opt,name=version,proto3" json:"version,omitempty"`
	StreakMetadata     *StreakMetadata          `protobuf:"bytes,3,opt,name=streakMetadata,proto3" json:"streakMetadata,omitempty"`
	ActiveParticipants []*ActiveParticipantData `protobuf:"bytes,4,rep,name=activeParticipants,proto3" json:"activeParticipants,omitempty"`
	// contains filtered or unexported fields
}

func (*LightweightConversation) Descriptor deprecated

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

Deprecated: Use LightweightConversation.ProtoReflect.Descriptor instead.

func (*LightweightConversation) GetActiveParticipants

func (x *LightweightConversation) GetActiveParticipants() []*ActiveParticipantData

func (*LightweightConversation) GetConversationId

func (x *LightweightConversation) GetConversationId() *UUID

func (*LightweightConversation) GetStreakMetadata

func (x *LightweightConversation) GetStreakMetadata() *StreakMetadata

func (*LightweightConversation) GetVersion

func (x *LightweightConversation) GetVersion() int64

func (*LightweightConversation) ProtoMessage

func (*LightweightConversation) ProtoMessage()

func (*LightweightConversation) ProtoReflect

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

func (*LightweightConversation) Reset

func (x *LightweightConversation) Reset()

func (*LightweightConversation) String

func (x *LightweightConversation) String() string

type LiveLocationGroupShareStatusMessage

type LiveLocationGroupShareStatusMessage struct {
	// contains filtered or unexported fields
}

func (*LiveLocationGroupShareStatusMessage) Descriptor deprecated

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

Deprecated: Use LiveLocationGroupShareStatusMessage.ProtoReflect.Descriptor instead.

func (*LiveLocationGroupShareStatusMessage) ProtoMessage

func (*LiveLocationGroupShareStatusMessage) ProtoMessage()

func (*LiveLocationGroupShareStatusMessage) ProtoReflect

func (*LiveLocationGroupShareStatusMessage) Reset

func (*LiveLocationGroupShareStatusMessage) String

type LiveLocationShareTerminatedStatusMessage

type LiveLocationShareTerminatedStatusMessage struct {
	InitiatingUserId *UUID `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	TerminateReason  int32 `protobuf:"varint,2,opt,name=terminateReason,proto3" json:"terminateReason,omitempty"`
	// contains filtered or unexported fields
}

func (*LiveLocationShareTerminatedStatusMessage) Descriptor deprecated

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

Deprecated: Use LiveLocationShareTerminatedStatusMessage.ProtoReflect.Descriptor instead.

func (*LiveLocationShareTerminatedStatusMessage) GetInitiatingUserId

func (x *LiveLocationShareTerminatedStatusMessage) GetInitiatingUserId() *UUID

func (*LiveLocationShareTerminatedStatusMessage) GetTerminateReason

func (x *LiveLocationShareTerminatedStatusMessage) GetTerminateReason() int32

func (*LiveLocationShareTerminatedStatusMessage) ProtoMessage

func (*LiveLocationShareTerminatedStatusMessage) ProtoReflect

func (*LiveLocationShareTerminatedStatusMessage) Reset

func (*LiveLocationShareTerminatedStatusMessage) String

type Location

type Location struct {

	// Types that are assignable to Location:
	//
	//	*Location_Request
	//	*Location_Coordinates
	Location isLocation_Location `protobuf_oneof:"location"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetCoordinates

func (x *Location) GetCoordinates() *LocationCoordinates

func (*Location) GetLocation

func (m *Location) GetLocation() isLocation_Location

func (*Location) GetRequest

func (x *Location) GetRequest() *LocationRequest

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type LocationCoordinates

type LocationCoordinates struct {
	Latitude  float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationCoordinates) Descriptor deprecated

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

Deprecated: Use LocationCoordinates.ProtoReflect.Descriptor instead.

func (*LocationCoordinates) GetLatitude

func (x *LocationCoordinates) GetLatitude() float64

func (*LocationCoordinates) GetLongitude

func (x *LocationCoordinates) GetLongitude() float64

func (*LocationCoordinates) ProtoMessage

func (*LocationCoordinates) ProtoMessage()

func (*LocationCoordinates) ProtoReflect

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

func (*LocationCoordinates) Reset

func (x *LocationCoordinates) Reset()

func (*LocationCoordinates) String

func (x *LocationCoordinates) String() string

type LocationRequest

type LocationRequest struct {
	// contains filtered or unexported fields
}

func (*LocationRequest) Descriptor deprecated

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

Deprecated: Use LocationRequest.ProtoReflect.Descriptor instead.

func (*LocationRequest) ProtoMessage

func (*LocationRequest) ProtoMessage()

func (*LocationRequest) ProtoReflect

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

func (*LocationRequest) Reset

func (x *LocationRequest) Reset()

func (*LocationRequest) String

func (x *LocationRequest) String() string

type Location_Coordinates

type Location_Coordinates struct {
	Coordinates *LocationCoordinates `protobuf:"bytes,2,opt,name=coordinates,proto3,oneof"`
}

type Location_Request

type Location_Request struct {
	Request *LocationRequest `protobuf:"bytes,1,opt,name=request,proto3,oneof"`
}

type MediaEncryptionInfo

type MediaEncryptionInfo struct {
	Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Iv  []byte `protobuf:"bytes,2,opt,name=iv,proto3" json:"iv,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaEncryptionInfo) Descriptor deprecated

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

Deprecated: Use MediaEncryptionInfo.ProtoReflect.Descriptor instead.

func (*MediaEncryptionInfo) GetIv

func (x *MediaEncryptionInfo) GetIv() []byte

func (*MediaEncryptionInfo) GetKey

func (x *MediaEncryptionInfo) GetKey() []byte

func (*MediaEncryptionInfo) ProtoMessage

func (*MediaEncryptionInfo) ProtoMessage()

func (*MediaEncryptionInfo) ProtoReflect

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

func (*MediaEncryptionInfo) Reset

func (x *MediaEncryptionInfo) Reset()

func (*MediaEncryptionInfo) String

func (x *MediaEncryptionInfo) String() string

type MediaId

type MediaId struct {
	MediaListId uint64 `protobuf:"varint,1,opt,name=mediaListId,proto3" json:"mediaListId,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaId) Descriptor deprecated

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

Deprecated: Use MediaId.ProtoReflect.Descriptor instead.

func (*MediaId) GetMediaListId

func (x *MediaId) GetMediaListId() uint64

func (*MediaId) ProtoMessage

func (*MediaId) ProtoMessage()

func (*MediaId) ProtoReflect

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

func (*MediaId) Reset

func (x *MediaId) Reset()

func (*MediaId) String

func (x *MediaId) String() string

type MediaMetadata

type MediaMetadata struct {
	Type             Metadata_MediaType             `protobuf:"varint,2,opt,name=type,proto3,enum=media.Metadata_MediaType" json:"type,omitempty"`
	Orientation      Orientation                    `protobuf:"varint,3,opt,name=orientation,proto3,enum=media.Orientation" json:"orientation,omitempty"`
	EncryptionInfoV1 *MediaEncryptionInfo           `protobuf:"bytes,4,opt,name=encryptionInfoV1,proto3" json:"encryptionInfoV1,omitempty"`
	Dimensions       *MediaMetadata_MediaDimensions `protobuf:"bytes,5,opt,name=dimensions,proto3" json:"dimensions,omitempty"`
	// *
	// Media duration for videos. This differs than the value in the Duration envelope;
	// which is about playback characteristics. E.g. for videos the Duration envelope might
	// contain "play_once"; whereas MediaMetadata.duration_ms might be 1230 ms.
	//
	// See duration.proto or playback_characteristics.proto for the full documentation of how this works.
	//
	// Clients can use this information to display:
	//  1. Total time information of a progress bar on the fullscreen video player (though
	//     that should really be based on the video itself; not this value)
	//  2. Show total time on media before it's clicked (this *should* use this information; to
	//     avoid having to download the media).
	//
	// TODO (@ricky-leatham): consider renaming "Duration" to something like "Playback"
	//
	// Types that are assignable to SourceMedia:
	//
	//	*MediaMetadata_LegacyMediaSource
	//	*MediaMetadata_ContentDescriptor
	SourceMedia            isMediaMetadata_SourceMedia `protobuf_oneof:"sourceMedia"`
	MediaUrl               string                      `protobuf:"bytes,9,opt,name=mediaUrl,proto3" json:"mediaUrl,omitempty"`
	HasSound               bool                        `protobuf:"varint,12,opt,name=hasSound,proto3" json:"hasSound,omitempty"`
	Zipped                 bool                        `protobuf:"varint,13,opt,name=zipped,proto3" json:"zipped,omitempty"`
	FrontFacing            bool                        `protobuf:"varint,14,opt,name=frontFacing,proto3" json:"frontFacing,omitempty"`
	MediaReference         *MediaReference             `protobuf:"bytes,17,opt,name=mediaReference,proto3" json:"mediaReference,omitempty"`
	MediaId                *MediaId                    `protobuf:"bytes,18,opt,name=mediaId,proto3" json:"mediaId,omitempty"`
	EncryptionInfoV2       *MediaEncryptionInfo        `protobuf:"bytes,19,opt,name=encryptionInfoV2,proto3" json:"encryptionInfoV2,omitempty"`
	AssetType              AssetType                   `protobuf:"varint,20,opt,name=assetType,proto3,enum=common.AssetType" json:"assetType,omitempty"` // enum
	CaptureCharacteristics *CaptureCharacteristics     `protobuf:"bytes,21,opt,name=captureCharacteristics,proto3" json:"captureCharacteristics,omitempty"`
	DisplayOrientation     DisplayOrientation          `protobuf:"varint,22,opt,name=displayOrientation,proto3,enum=media.DisplayOrientation" json:"displayOrientation,omitempty"`
	Audio                  *AudioMetadata              `protobuf:"bytes,23,opt,name=audio,proto3" json:"audio,omitempty"`
	Image                  *ImageMetadata              `protobuf:"bytes,24,opt,name=image,proto3" json:"image,omitempty"`
	Video                  *VideoMetadata              `protobuf:"bytes,25,opt,name=video,proto3" json:"video,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaMetadata) Descriptor deprecated

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

Deprecated: Use MediaMetadata.ProtoReflect.Descriptor instead.

func (*MediaMetadata) GetAssetType

func (x *MediaMetadata) GetAssetType() AssetType

func (*MediaMetadata) GetAudio

func (x *MediaMetadata) GetAudio() *AudioMetadata

func (*MediaMetadata) GetCaptureCharacteristics

func (x *MediaMetadata) GetCaptureCharacteristics() *CaptureCharacteristics

func (*MediaMetadata) GetContentDescriptor

func (x *MediaMetadata) GetContentDescriptor() []byte

func (*MediaMetadata) GetDimensions

func (x *MediaMetadata) GetDimensions() *MediaMetadata_MediaDimensions

func (*MediaMetadata) GetDisplayOrientation

func (x *MediaMetadata) GetDisplayOrientation() DisplayOrientation

func (*MediaMetadata) GetEncryptionInfoV1

func (x *MediaMetadata) GetEncryptionInfoV1() *MediaEncryptionInfo

func (*MediaMetadata) GetEncryptionInfoV2

func (x *MediaMetadata) GetEncryptionInfoV2() *MediaEncryptionInfo

func (*MediaMetadata) GetFrontFacing

func (x *MediaMetadata) GetFrontFacing() bool

func (*MediaMetadata) GetHasSound

func (x *MediaMetadata) GetHasSound() bool

func (*MediaMetadata) GetImage

func (x *MediaMetadata) GetImage() *ImageMetadata

func (*MediaMetadata) GetLegacyMediaSource

func (x *MediaMetadata) GetLegacyMediaSource() *LegacyMediaSource

func (*MediaMetadata) GetMediaId

func (x *MediaMetadata) GetMediaId() *MediaId

func (*MediaMetadata) GetMediaReference

func (x *MediaMetadata) GetMediaReference() *MediaReference

func (*MediaMetadata) GetMediaUrl

func (x *MediaMetadata) GetMediaUrl() string

func (*MediaMetadata) GetOrientation

func (x *MediaMetadata) GetOrientation() Orientation

func (*MediaMetadata) GetSourceMedia

func (m *MediaMetadata) GetSourceMedia() isMediaMetadata_SourceMedia

func (*MediaMetadata) GetType

func (x *MediaMetadata) GetType() Metadata_MediaType

func (*MediaMetadata) GetVideo

func (x *MediaMetadata) GetVideo() *VideoMetadata

func (*MediaMetadata) GetZipped

func (x *MediaMetadata) GetZipped() bool

func (*MediaMetadata) ProtoMessage

func (*MediaMetadata) ProtoMessage()

func (*MediaMetadata) ProtoReflect

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

func (*MediaMetadata) Reset

func (x *MediaMetadata) Reset()

func (*MediaMetadata) String

func (x *MediaMetadata) String() string

type MediaMetadata_ContentDescriptor

type MediaMetadata_ContentDescriptor struct {
	ContentDescriptor []byte `protobuf:"bytes,7,opt,name=contentDescriptor,proto3,oneof"`
}

type MediaMetadata_LegacyMediaSource

type MediaMetadata_LegacyMediaSource struct {
	LegacyMediaSource *LegacyMediaSource `protobuf:"bytes,6,opt,name=legacyMediaSource,proto3,oneof"`
}

type MediaMetadata_MediaDimensions

type MediaMetadata_MediaDimensions struct {
	Width  int32 `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height int32 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

* Height and width of the referenced

func (*MediaMetadata_MediaDimensions) Descriptor deprecated

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

Deprecated: Use MediaMetadata_MediaDimensions.ProtoReflect.Descriptor instead.

func (*MediaMetadata_MediaDimensions) GetHeight

func (x *MediaMetadata_MediaDimensions) GetHeight() int32

func (*MediaMetadata_MediaDimensions) GetWidth

func (x *MediaMetadata_MediaDimensions) GetWidth() int32

func (*MediaMetadata_MediaDimensions) ProtoMessage

func (*MediaMetadata_MediaDimensions) ProtoMessage()

func (*MediaMetadata_MediaDimensions) ProtoReflect

func (*MediaMetadata_MediaDimensions) Reset

func (x *MediaMetadata_MediaDimensions) Reset()

func (*MediaMetadata_MediaDimensions) String

type MediaReference

type MediaReference struct {
	Url              string                       `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	ContentObject    []byte                       `protobuf:"bytes,3,opt,name=contentObject,proto3" json:"contentObject,omitempty"`
	VideoDescription *VideoDescription            `protobuf:"bytes,5,opt,name=videoDescription,proto3" json:"videoDescription,omitempty"`
	MediaListId      uint64                       `protobuf:"varint,6,opt,name=mediaListId,proto3" json:"mediaListId,omitempty"`
	ClaimBehavior    MediaReference_ClaimBehavior `protobuf:"varint,7,opt,name=claimBehavior,proto3,enum=media.MediaReference_ClaimBehavior" json:"claimBehavior,omitempty"`
	MediaType        MediaType                    `protobuf:"varint,8,opt,name=mediaType,proto3,enum=media.MediaType" json:"mediaType,omitempty"` // enum
	LocalContentKey  string                       `protobuf:"bytes,9,opt,name=localContentKey,proto3" json:"localContentKey,omitempty"`
	LocalCacheKey    string                       `protobuf:"bytes,10,opt,name=localCacheKey,proto3" json:"localCacheKey,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaReference) Descriptor deprecated

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

Deprecated: Use MediaReference.ProtoReflect.Descriptor instead.

func (*MediaReference) GetClaimBehavior

func (x *MediaReference) GetClaimBehavior() MediaReference_ClaimBehavior

func (*MediaReference) GetContentObject

func (x *MediaReference) GetContentObject() []byte

func (*MediaReference) GetLocalCacheKey

func (x *MediaReference) GetLocalCacheKey() string

func (*MediaReference) GetLocalContentKey

func (x *MediaReference) GetLocalContentKey() string

func (*MediaReference) GetMediaListId

func (x *MediaReference) GetMediaListId() uint64

func (*MediaReference) GetMediaType

func (x *MediaReference) GetMediaType() MediaType

func (*MediaReference) GetUrl

func (x *MediaReference) GetUrl() string

func (*MediaReference) GetVideoDescription

func (x *MediaReference) GetVideoDescription() *VideoDescription

func (*MediaReference) ProtoMessage

func (*MediaReference) ProtoMessage()

func (*MediaReference) ProtoReflect

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

func (*MediaReference) Reset

func (x *MediaReference) Reset()

func (*MediaReference) String

func (x *MediaReference) String() string

type MediaReference_ClaimBehavior

type MediaReference_ClaimBehavior int32

* The "DO_NOT_CLAIM" means that the media, once initially referenced, should have a fixed ttl, and thus it should not be re-claimed on a go-forward basis. For CAN_EXTEND_MEDIA_CLAIM cases, the party delivering the Snap in context should be responsible for making sure there's a claim matching the life cycle of this snap/snapdoc.

const (
	MediaReference_ClaimBehavior_REFERENCE_CAN_EXTEND_MEDIA_CLAIM MediaReference_ClaimBehavior = 0
	MediaReference_ClaimBehavior_REFERENCE_DO_NOT_CLAIM           MediaReference_ClaimBehavior = 1
)

func (MediaReference_ClaimBehavior) Descriptor

func (MediaReference_ClaimBehavior) Enum

func (MediaReference_ClaimBehavior) EnumDescriptor deprecated

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

Deprecated: Use MediaReference_ClaimBehavior.Descriptor instead.

func (MediaReference_ClaimBehavior) Number

func (MediaReference_ClaimBehavior) String

func (MediaReference_ClaimBehavior) Type

type MediaReferences

type MediaReferences struct {
	MediaReferenceLists []*ContentEnvelope_MediaReferenceList `protobuf:"bytes,1,rep,name=mediaReferenceLists,proto3" json:"mediaReferenceLists,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaReferences) Descriptor deprecated

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

Deprecated: Use MediaReferences.ProtoReflect.Descriptor instead.

func (*MediaReferences) GetMediaReferenceLists

func (x *MediaReferences) GetMediaReferenceLists() []*ContentEnvelope_MediaReferenceList

func (*MediaReferences) ProtoMessage

func (*MediaReferences) ProtoMessage()

func (*MediaReferences) ProtoReflect

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

func (*MediaReferences) Reset

func (x *MediaReferences) Reset()

func (*MediaReferences) String

func (x *MediaReferences) String() string

type MediaType

type MediaType int32
const (
	MediaType_MEDIA_TYPE_UNASSIGNED     MediaType = 0
	MediaType_MEDIA_TYPE_OVERLAY        MediaType = 1
	MediaType_MEDIA_TYPE_IMAGE          MediaType = 2
	MediaType_MEDIA_TYPE_VIDEO          MediaType = 3
	MediaType_MEDIA_TYPE_ASSETBUNDLE    MediaType = 4
	MediaType_MEDIA_TYPE_AUDIO          MediaType = 5
	MediaType_MEDIA_TYPE_ANIMATEDIMAGE  MediaType = 6
	MediaType_MEDIA_TYPE_FONT           MediaType = 7
	MediaType_MEDIA_TYPE_WEBVIEWCONTENT MediaType = 8
	MediaType_MEDIA_TYPE_VIDEONOAUDIO   MediaType = 9
	MediaType_MEDIA_TYPE_SUBTITLES      MediaType = 10
	MediaType_MEDIA_TYPE_DATABLOB       MediaType = 11
)

func (MediaType) Descriptor

func (MediaType) Descriptor() protoreflect.EnumDescriptor

func (MediaType) Enum

func (x MediaType) Enum() *MediaType

func (MediaType) EnumDescriptor deprecated

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

Deprecated: Use MediaType.Descriptor instead.

func (MediaType) Number

func (x MediaType) Number() protoreflect.EnumNumber

func (MediaType) String

func (x MediaType) String() string

func (MediaType) Type

type MediaTypeToCount

type MediaTypeToCount struct {
	MediaType MediaTypeToCountStatus_Type `protobuf:"varint,1,opt,name=mediaType,proto3,enum=status.MediaTypeToCountStatus_Type" json:"mediaType,omitempty"`
	Count     int64                       `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaTypeToCount) Descriptor deprecated

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

Deprecated: Use MediaTypeToCount.ProtoReflect.Descriptor instead.

func (*MediaTypeToCount) GetCount

func (x *MediaTypeToCount) GetCount() int64

func (*MediaTypeToCount) GetMediaType

func (*MediaTypeToCount) ProtoMessage

func (*MediaTypeToCount) ProtoMessage()

func (*MediaTypeToCount) ProtoReflect

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

func (*MediaTypeToCount) Reset

func (x *MediaTypeToCount) Reset()

func (*MediaTypeToCount) String

func (x *MediaTypeToCount) String() string

type MediaTypeToCountStatus_Type

type MediaTypeToCountStatus_Type int32
const (
	MediaTypeToCountStatus_Type_UNKNOWN_MEDIA_COUNT_STATUS MediaTypeToCountStatus_Type = 0
	MediaTypeToCountStatus_Type_IMAGE_MEDIA_COUNT_STATUS   MediaTypeToCountStatus_Type = 1
	MediaTypeToCountStatus_Type_VIDEO_MEDIA_COUNT_STATUS   MediaTypeToCountStatus_Type = 2
)

func (MediaTypeToCountStatus_Type) Descriptor

func (MediaTypeToCountStatus_Type) Enum

func (MediaTypeToCountStatus_Type) EnumDescriptor deprecated

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

Deprecated: Use MediaTypeToCountStatus_Type.Descriptor instead.

func (MediaTypeToCountStatus_Type) Number

func (MediaTypeToCountStatus_Type) String

func (MediaTypeToCountStatus_Type) Type

type MediaUrlType

type MediaUrlType int32
const (
	MediaUrlType_MEDIA_URL_TYPE_GCS                MediaUrlType = 0
	MediaUrlType_MEDIA_URL_TYPE_S3                 MediaUrlType = 1
	MediaUrlType_MEDIA_URL_TYPE_UNRECOGNIZED_VALUE MediaUrlType = 2
)

func (MediaUrlType) Descriptor

func (MediaUrlType) Enum

func (x MediaUrlType) Enum() *MediaUrlType

func (MediaUrlType) EnumDescriptor deprecated

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

Deprecated: Use MediaUrlType.Descriptor instead.

func (MediaUrlType) Number

func (MediaUrlType) String

func (x MediaUrlType) String() string

func (MediaUrlType) Type

type MentionAttribute

type MentionAttribute struct {
	UserId *UUID `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	// contains filtered or unexported fields
}

* Holds any user id that is mentioned by sender (i.e @bobby). This should be used to identify the user mentioned, especially in the case of a user name change after the message has been sent, to handle actions performed on the message (e.g. clicking on mentioned user).

func (*MentionAttribute) Descriptor deprecated

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

Deprecated: Use MentionAttribute.ProtoReflect.Descriptor instead.

func (*MentionAttribute) GetUserId

func (x *MentionAttribute) GetUserId() *UUID

func (*MentionAttribute) ProtoMessage

func (*MentionAttribute) ProtoMessage()

func (*MentionAttribute) ProtoReflect

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

func (*MentionAttribute) Reset

func (x *MentionAttribute) Reset()

func (*MentionAttribute) String

func (x *MentionAttribute) String() string

type MentionInfo

type MentionInfo struct {
	MentionedUserIds []*UUID `protobuf:"bytes,1,rep,name=mentionedUserIds,proto3" json:"mentionedUserIds,omitempty"`
	// contains filtered or unexported fields
}

func (*MentionInfo) Descriptor deprecated

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

Deprecated: Use MentionInfo.ProtoReflect.Descriptor instead.

func (*MentionInfo) GetMentionedUserIds

func (x *MentionInfo) GetMentionedUserIds() []*UUID

func (*MentionInfo) ProtoMessage

func (*MentionInfo) ProtoMessage()

func (*MentionInfo) ProtoReflect

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

func (*MentionInfo) Reset

func (x *MentionInfo) Reset()

func (*MentionInfo) String

func (x *MentionInfo) String() string

type MerlinWelcomeStatusMessage

type MerlinWelcomeStatusMessage struct {
	// contains filtered or unexported fields
}

func (*MerlinWelcomeStatusMessage) Descriptor deprecated

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

Deprecated: Use MerlinWelcomeStatusMessage.ProtoReflect.Descriptor instead.

func (*MerlinWelcomeStatusMessage) ProtoMessage

func (*MerlinWelcomeStatusMessage) ProtoMessage()

func (*MerlinWelcomeStatusMessage) ProtoReflect

func (*MerlinWelcomeStatusMessage) Reset

func (x *MerlinWelcomeStatusMessage) Reset()

func (*MerlinWelcomeStatusMessage) String

func (x *MerlinWelcomeStatusMessage) String() string

type MessageEraseStatusMessage

type MessageEraseStatusMessage struct {
	UserId      *UUID            `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	MessageType MessageEraseType `protobuf:"varint,2,opt,name=messageType,proto3,enum=status.MessageEraseType" json:"messageType,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageEraseStatusMessage) Descriptor deprecated

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

Deprecated: Use MessageEraseStatusMessage.ProtoReflect.Descriptor instead.

func (*MessageEraseStatusMessage) GetMessageType

func (x *MessageEraseStatusMessage) GetMessageType() MessageEraseType

func (*MessageEraseStatusMessage) GetUserId

func (x *MessageEraseStatusMessage) GetUserId() *UUID

func (*MessageEraseStatusMessage) ProtoMessage

func (*MessageEraseStatusMessage) ProtoMessage()

func (*MessageEraseStatusMessage) ProtoReflect

func (*MessageEraseStatusMessage) Reset

func (x *MessageEraseStatusMessage) Reset()

func (*MessageEraseStatusMessage) String

func (x *MessageEraseStatusMessage) String() string

type MessageEraseType

type MessageEraseType int32
const (
	MessageEraseType_MESSAGE_TYPE_UNSET MessageEraseType = 0
	MessageEraseType_MESSAGE_TYPE_CHAT  MessageEraseType = 1
	MessageEraseType_MESSAGE_TYPE_SNAP  MessageEraseType = 2
)

func (MessageEraseType) Descriptor

func (MessageEraseType) Enum

func (MessageEraseType) EnumDescriptor deprecated

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

Deprecated: Use MessageEraseType.Descriptor instead.

func (MessageEraseType) Number

func (MessageEraseType) String

func (x MessageEraseType) String() string

func (MessageEraseType) Type

type MessageMetadata

type MessageMetadata struct {
	ServerCreatedAt     int64   `protobuf:"varint,1,opt,name=serverCreatedAt,proto3" json:"serverCreatedAt,omitempty"`
	ReadTimestamp       int64   `protobuf:"varint,2,opt,name=readTimestamp,proto3" json:"readTimestamp,omitempty"`
	Tombstone           bool    `protobuf:"varint,3,opt,name=tombstone,proto3" json:"tombstone,omitempty"`
	ReadBy              []*UUID `protobuf:"bytes,4,rep,name=readBy,proto3" json:"readBy,omitempty"`
	ReleasedBy          []*UUID `protobuf:"bytes,5,rep,name=releasedBy,proto3" json:"releasedBy,omitempty"`
	SavedBy             []*UUID `protobuf:"bytes,6,rep,name=savedBy,proto3" json:"savedBy,omitempty"`
	MentionedUserIds    []*UUID `protobuf:"bytes,7,rep,name=mentionedUserIds,proto3" json:"mentionedUserIds,omitempty"`
	ScreenshottedBy     []*UUID `protobuf:"bytes,8,rep,name=screenshottedBy,proto3" json:"screenshottedBy,omitempty"`
	ScreenRecordedBy    []*UUID `protobuf:"bytes,9,rep,name=screenRecordedBy,proto3" json:"screenRecordedBy,omitempty"`
	ReplayedBy          []*UUID `protobuf:"bytes,10,rep,name=replayedBy,proto3" json:"replayedBy,omitempty"`
	ConversationVersion int64   `protobuf:"varint,11,opt,name=conversationVersion,proto3" json:"conversationVersion,omitempty"`
	// Types that are assignable to QuotedMessageInfo:
	//
	//	*MessageMetadata_QuotedMetadata
	//	*MessageMetadata_HiddenReason
	QuotedMessageInfo                     isMessageMetadata_QuotedMessageInfo   `protobuf_oneof:"quotedMessageInfo"`
	Reactions                             []*Reaction                           `protobuf:"bytes,14,rep,name=reactions,proto3" json:"reactions,omitempty"`
	LastReactionUpdateConversationVersion int64                                 `` /* 129-byte string literal not displayed */
	EelReEncryptionInits                  []*EelReEncryptionInit                `protobuf:"bytes,16,rep,name=eelReEncryptionInits,proto3" json:"eelReEncryptionInits,omitempty"`
	SnapPostOpenViewingPolicy             SnapPostOpenViewingPolicy             `` /* 143-byte string literal not displayed */
	ReplayedByUsers                       []*MessageMetadata_ReplayUserMetadata `protobuf:"bytes,18,rep,name=replayedByUsers,proto3" json:"replayedByUsers,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageMetadata) Descriptor deprecated

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

Deprecated: Use MessageMetadata.ProtoReflect.Descriptor instead.

func (*MessageMetadata) GetConversationVersion

func (x *MessageMetadata) GetConversationVersion() int64

func (*MessageMetadata) GetEelReEncryptionInits

func (x *MessageMetadata) GetEelReEncryptionInits() []*EelReEncryptionInit

func (*MessageMetadata) GetHiddenReason

func (x *MessageMetadata) GetHiddenReason() int32

func (*MessageMetadata) GetLastReactionUpdateConversationVersion

func (x *MessageMetadata) GetLastReactionUpdateConversationVersion() int64

func (*MessageMetadata) GetMentionedUserIds

func (x *MessageMetadata) GetMentionedUserIds() []*UUID

func (*MessageMetadata) GetQuotedMessageInfo

func (m *MessageMetadata) GetQuotedMessageInfo() isMessageMetadata_QuotedMessageInfo

func (*MessageMetadata) GetQuotedMetadata

func (*MessageMetadata) GetReactions

func (x *MessageMetadata) GetReactions() []*Reaction

func (*MessageMetadata) GetReadBy

func (x *MessageMetadata) GetReadBy() []*UUID

func (*MessageMetadata) GetReadTimestamp

func (x *MessageMetadata) GetReadTimestamp() int64

func (*MessageMetadata) GetReleasedBy

func (x *MessageMetadata) GetReleasedBy() []*UUID

func (*MessageMetadata) GetReplayedBy

func (x *MessageMetadata) GetReplayedBy() []*UUID

func (*MessageMetadata) GetReplayedByUsers

func (x *MessageMetadata) GetReplayedByUsers() []*MessageMetadata_ReplayUserMetadata

func (*MessageMetadata) GetSavedBy

func (x *MessageMetadata) GetSavedBy() []*UUID

func (*MessageMetadata) GetScreenRecordedBy

func (x *MessageMetadata) GetScreenRecordedBy() []*UUID

func (*MessageMetadata) GetScreenshottedBy

func (x *MessageMetadata) GetScreenshottedBy() []*UUID

func (*MessageMetadata) GetServerCreatedAt

func (x *MessageMetadata) GetServerCreatedAt() int64

func (*MessageMetadata) GetSnapPostOpenViewingPolicy

func (x *MessageMetadata) GetSnapPostOpenViewingPolicy() SnapPostOpenViewingPolicy

func (*MessageMetadata) GetTombstone

func (x *MessageMetadata) GetTombstone() bool

func (*MessageMetadata) ProtoMessage

func (*MessageMetadata) ProtoMessage()

func (*MessageMetadata) ProtoReflect

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

func (*MessageMetadata) Reset

func (x *MessageMetadata) Reset()

func (*MessageMetadata) String

func (x *MessageMetadata) String() string

type MessageMetadata_HiddenReason

type MessageMetadata_HiddenReason struct {
	HiddenReason int32 `protobuf:"varint,13,opt,name=hiddenReason,proto3,oneof"`
}

type MessageMetadata_QuotedMessageMetadata

type MessageMetadata_QuotedMessageMetadata struct {
	QuotedMessageId int64 `protobuf:"varint,1,opt,name=quotedMessageId,proto3" json:"quotedMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageMetadata_QuotedMessageMetadata) Descriptor deprecated

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

Deprecated: Use MessageMetadata_QuotedMessageMetadata.ProtoReflect.Descriptor instead.

func (*MessageMetadata_QuotedMessageMetadata) GetQuotedMessageId

func (x *MessageMetadata_QuotedMessageMetadata) GetQuotedMessageId() int64

func (*MessageMetadata_QuotedMessageMetadata) ProtoMessage

func (*MessageMetadata_QuotedMessageMetadata) ProtoMessage()

func (*MessageMetadata_QuotedMessageMetadata) ProtoReflect

func (*MessageMetadata_QuotedMessageMetadata) Reset

func (*MessageMetadata_QuotedMessageMetadata) String

type MessageMetadata_QuotedMetadata

type MessageMetadata_QuotedMetadata struct {
	QuotedMetadata *MessageMetadata_QuotedMessageMetadata `protobuf:"bytes,12,opt,name=quotedMetadata,proto3,oneof"`
}

type MessageMetadata_ReplayUserMetadata

type MessageMetadata_ReplayUserMetadata struct {
	UserId *UUID `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Count  int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageMetadata_ReplayUserMetadata) Descriptor deprecated

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

Deprecated: Use MessageMetadata_ReplayUserMetadata.ProtoReflect.Descriptor instead.

func (*MessageMetadata_ReplayUserMetadata) GetCount

func (*MessageMetadata_ReplayUserMetadata) GetUserId

func (x *MessageMetadata_ReplayUserMetadata) GetUserId() *UUID

func (*MessageMetadata_ReplayUserMetadata) ProtoMessage

func (*MessageMetadata_ReplayUserMetadata) ProtoMessage()

func (*MessageMetadata_ReplayUserMetadata) ProtoReflect

func (*MessageMetadata_ReplayUserMetadata) Reset

func (*MessageMetadata_ReplayUserMetadata) String

type Metadata_MediaType

type Metadata_MediaType int32
const (
	Metadata_MediaType_META_DATA_MEDIA_TYPE_IMAGE Metadata_MediaType = 0
	Metadata_MediaType_META_DATA_MEDIA_TYPE_VIDEO Metadata_MediaType = 1
	Metadata_MediaType_META_DATA_MEDIA_TYPE_GIF   Metadata_MediaType = 2
	Metadata_MediaType_META_DATA_MEDIA_TYPE_AUDIO Metadata_MediaType = 3
	// *
	// UNKNOWN - Some legacy messages do not specify a media type - rather than make an assumption about what they are; we model them explicitly as UNKNOWN.
	// New messages should absolutely not use this value.
	Metadata_MediaType_META_DATA_MEDIA_TYPE_UNKNOWN Metadata_MediaType = 4
)

func (Metadata_MediaType) Descriptor

func (Metadata_MediaType) Enum

func (Metadata_MediaType) EnumDescriptor deprecated

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

Deprecated: Use Metadata_MediaType.Descriptor instead.

func (Metadata_MediaType) Number

func (Metadata_MediaType) String

func (x Metadata_MediaType) String() string

func (Metadata_MediaType) Type

type MigrationInfo

type MigrationInfo struct {
	MigrationSate MigrationState `protobuf:"varint,1,opt,name=migrationSate,proto3,enum=states.MigrationState" json:"migrationSate,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrationInfo) Descriptor deprecated

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

Deprecated: Use MigrationInfo.ProtoReflect.Descriptor instead.

func (*MigrationInfo) GetMigrationSate

func (x *MigrationInfo) GetMigrationSate() MigrationState

func (*MigrationInfo) ProtoMessage

func (*MigrationInfo) ProtoMessage()

func (*MigrationInfo) ProtoReflect

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

func (*MigrationInfo) Reset

func (x *MigrationInfo) Reset()

func (*MigrationInfo) String

func (x *MigrationInfo) String() string

type MigrationState

type MigrationState int32
const (
	MigrationState_LEGACY            MigrationState = 0
	MigrationState_ARROYO_DEPRECATED MigrationState = 1
	MigrationState_ARROYO            MigrationState = 2
)

func (MigrationState) Descriptor

func (MigrationState) Enum

func (x MigrationState) Enum() *MigrationState

func (MigrationState) EnumDescriptor deprecated

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

Deprecated: Use MigrationState.Descriptor instead.

func (MigrationState) Number

func (MigrationState) String

func (x MigrationState) String() string

func (MigrationState) Type

type MyStoryDestinationMetadata

type MyStoryDestinationMetadata struct {
	PrivacyOverride int32          `protobuf:"varint,1,opt,name=privacyOverride,proto3" json:"privacyOverride,omitempty"`
	CustomizedTtl   CustomizedTTL  `protobuf:"varint,2,opt,name=customizedTtl,proto3,enum=common.CustomizedTTL" json:"customizedTtl,omitempty"`
	Variant         MyStoryVariant `protobuf:"varint,3,opt,name=variant,proto3,enum=story.MyStoryVariant" json:"variant,omitempty"`
	// contains filtered or unexported fields
}

func (*MyStoryDestinationMetadata) Descriptor deprecated

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

Deprecated: Use MyStoryDestinationMetadata.ProtoReflect.Descriptor instead.

func (*MyStoryDestinationMetadata) GetCustomizedTtl

func (x *MyStoryDestinationMetadata) GetCustomizedTtl() CustomizedTTL

func (*MyStoryDestinationMetadata) GetPrivacyOverride

func (x *MyStoryDestinationMetadata) GetPrivacyOverride() int32

func (*MyStoryDestinationMetadata) GetVariant

func (*MyStoryDestinationMetadata) ProtoMessage

func (*MyStoryDestinationMetadata) ProtoMessage()

func (*MyStoryDestinationMetadata) ProtoReflect

func (*MyStoryDestinationMetadata) Reset

func (x *MyStoryDestinationMetadata) Reset()

func (*MyStoryDestinationMetadata) String

func (x *MyStoryDestinationMetadata) String() string

type MyStoryVariant

type MyStoryVariant int32
const (
	MyStoryVariant_MYSTORY_VARIANT_UNSET MyStoryVariant = 0
	MyStoryVariant_AFTER_DARK            MyStoryVariant = 1
)

func (MyStoryVariant) Descriptor

func (MyStoryVariant) Enum

func (x MyStoryVariant) Enum() *MyStoryVariant

func (MyStoryVariant) EnumDescriptor deprecated

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

Deprecated: Use MyStoryVariant.Descriptor instead.

func (MyStoryVariant) Number

func (MyStoryVariant) String

func (x MyStoryVariant) String() string

func (MyStoryVariant) Type

type NameChangeStatusMessage

type NameChangeStatusMessage struct {
	InitiatingUserId *UUID  `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	OldName          string `protobuf:"bytes,2,opt,name=oldName,proto3" json:"oldName,omitempty"`
	NewName          string `protobuf:"bytes,3,opt,name=newName,proto3" json:"newName,omitempty"`
	// contains filtered or unexported fields
}

func (*NameChangeStatusMessage) Descriptor deprecated

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

Deprecated: Use NameChangeStatusMessage.ProtoReflect.Descriptor instead.

func (*NameChangeStatusMessage) GetInitiatingUserId

func (x *NameChangeStatusMessage) GetInitiatingUserId() *UUID

func (*NameChangeStatusMessage) GetNewName

func (x *NameChangeStatusMessage) GetNewName() string

func (*NameChangeStatusMessage) GetOldName

func (x *NameChangeStatusMessage) GetOldName() string

func (*NameChangeStatusMessage) ProtoMessage

func (*NameChangeStatusMessage) ProtoMessage()

func (*NameChangeStatusMessage) ProtoReflect

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

func (*NameChangeStatusMessage) Reset

func (x *NameChangeStatusMessage) Reset()

func (*NameChangeStatusMessage) String

func (x *NameChangeStatusMessage) String() string

type NewReaction

type NewReaction struct {
	Reaction *ReactionType `protobuf:"bytes,1,opt,name=reaction,proto3" json:"reaction,omitempty"`
	// contains filtered or unexported fields
}

func (*NewReaction) Descriptor deprecated

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

Deprecated: Use NewReaction.ProtoReflect.Descriptor instead.

func (*NewReaction) GetReaction

func (x *NewReaction) GetReaction() *ReactionType

func (*NewReaction) ProtoMessage

func (*NewReaction) ProtoMessage()

func (*NewReaction) ProtoReflect

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

func (*NewReaction) Reset

func (x *NewReaction) Reset()

func (*NewReaction) String

func (x *NewReaction) String() string

type OSInfo

type OSInfo struct {
	OsType    OsType `protobuf:"varint,1,opt,name=osType,proto3,enum=device.OsType" json:"osType,omitempty"`
	OsVersion string `protobuf:"bytes,2,opt,name=osVersion,proto3" json:"osVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*OSInfo) Descriptor deprecated

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

Deprecated: Use OSInfo.ProtoReflect.Descriptor instead.

func (*OSInfo) GetOsType

func (x *OSInfo) GetOsType() OsType

func (*OSInfo) GetOsVersion

func (x *OSInfo) GetOsVersion() string

func (*OSInfo) ProtoMessage

func (*OSInfo) ProtoMessage()

func (*OSInfo) ProtoReflect

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

func (*OSInfo) Reset

func (x *OSInfo) Reset()

func (*OSInfo) String

func (x *OSInfo) String() string

type Orientation

type Orientation int32

* DEPRECATED. Please use DisplayOrientation to specify the display orientation. Orientation for display on the client. Defaults to VERTICAL. Need to continue being populated for supporting backward compatibility.

const (
	Orientation_ORIENTATION_VERTICAL   Orientation = 0
	Orientation_ORIENTATION_HORIZONTAL Orientation = 1
)

func (Orientation) Descriptor

func (Orientation) Enum

func (x Orientation) Enum() *Orientation

func (Orientation) EnumDescriptor deprecated

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

Deprecated: Use Orientation.Descriptor instead.

func (Orientation) Number

func (x Orientation) Number() protoreflect.EnumNumber

func (Orientation) String

func (x Orientation) String() string

func (Orientation) Type

type OsType

type OsType int32
const (
	OsType_UNSET         OsType = 0
	OsType_IOS           OsType = 1
	OsType_ANDROID       OsType = 2
	OsType_WINDOWS       OsType = 3
	OsType_MAC_OS_X      OsType = 4
	OsType_LINUX         OsType = 5
	OsType_CHROME_OS     OsType = 6
	OsType_OS_TYPE_OTHER OsType = 7
)

func (OsType) Descriptor

func (OsType) Descriptor() protoreflect.EnumDescriptor

func (OsType) Enum

func (x OsType) Enum() *OsType

func (OsType) EnumDescriptor deprecated

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

Deprecated: Use OsType.Descriptor instead.

func (OsType) Number

func (x OsType) Number() protoreflect.EnumNumber

func (OsType) String

func (x OsType) String() string

func (OsType) Type

func (OsType) Type() protoreflect.EnumType

type OverrideEncryptorInfo

type OverrideEncryptorInfo struct {
	EncryptorPublicKey  []byte                 `protobuf:"bytes,1,opt,name=encryptorPublicKey,proto3" json:"encryptorPublicKey,omitempty"`
	EncryptorVersion    int32                  `protobuf:"varint,2,opt,name=encryptorVersion,proto3" json:"encryptorVersion,omitempty"`
	EelDeviceEncryption []*EelDeviceEncryption `protobuf:"bytes,3,rep,name=eelDeviceEncryption,proto3" json:"eelDeviceEncryption,omitempty"`
	EncryptorUserId     *UUID                  `protobuf:"bytes,4,opt,name=encryptorUserId,proto3" json:"encryptorUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*OverrideEncryptorInfo) Descriptor deprecated

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

Deprecated: Use OverrideEncryptorInfo.ProtoReflect.Descriptor instead.

func (*OverrideEncryptorInfo) GetEelDeviceEncryption

func (x *OverrideEncryptorInfo) GetEelDeviceEncryption() []*EelDeviceEncryption

func (*OverrideEncryptorInfo) GetEncryptorPublicKey

func (x *OverrideEncryptorInfo) GetEncryptorPublicKey() []byte

func (*OverrideEncryptorInfo) GetEncryptorUserId

func (x *OverrideEncryptorInfo) GetEncryptorUserId() *UUID

func (*OverrideEncryptorInfo) GetEncryptorVersion

func (x *OverrideEncryptorInfo) GetEncryptorVersion() int32

func (*OverrideEncryptorInfo) ProtoMessage

func (*OverrideEncryptorInfo) ProtoMessage()

func (*OverrideEncryptorInfo) ProtoReflect

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

func (*OverrideEncryptorInfo) Reset

func (x *OverrideEncryptorInfo) Reset()

func (*OverrideEncryptorInfo) String

func (x *OverrideEncryptorInfo) String() string

type Participant

type Participant struct {
	UserId                            *UUID  `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Color                             int32  `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"`
	NotificationsEnabled              bool   `protobuf:"varint,3,opt,name=notificationsEnabled,proto3" json:"notificationsEnabled,omitempty"`
	ReadHighWatermark                 int64  `protobuf:"varint,4,opt,name=readHighWatermark,proto3" json:"readHighWatermark,omitempty"`
	ReleaseHighWatermark              int64  `protobuf:"varint,5,opt,name=releaseHighWatermark,proto3" json:"releaseHighWatermark,omitempty"`
	VideoChatUserId                   uint64 `protobuf:"varint,6,opt,name=videoChatUserId,proto3" json:"videoChatUserId,omitempty"`
	JoinedConversationLatestMessageId int64  `protobuf:"varint,7,opt,name=joinedConversationLatestMessageId,proto3" json:"joinedConversationLatestMessageId,omitempty"`
	SnapReleaseHighWatermark          int64  `protobuf:"varint,8,opt,name=snapReleaseHighWatermark,proto3" json:"snapReleaseHighWatermark,omitempty"`
	ReactionReadHighWatermark         int64  `protobuf:"varint,9,opt,name=reactionReadHighWatermark,proto3" json:"reactionReadHighWatermark,omitempty"`
	// contains filtered or unexported fields
}

func (*Participant) Descriptor deprecated

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

Deprecated: Use Participant.ProtoReflect.Descriptor instead.

func (*Participant) GetColor

func (x *Participant) GetColor() int32

func (*Participant) GetJoinedConversationLatestMessageId

func (x *Participant) GetJoinedConversationLatestMessageId() int64

func (*Participant) GetNotificationsEnabled

func (x *Participant) GetNotificationsEnabled() bool

func (*Participant) GetReactionReadHighWatermark

func (x *Participant) GetReactionReadHighWatermark() int64

func (*Participant) GetReadHighWatermark

func (x *Participant) GetReadHighWatermark() int64

func (*Participant) GetReleaseHighWatermark

func (x *Participant) GetReleaseHighWatermark() int64

func (*Participant) GetSnapReleaseHighWatermark

func (x *Participant) GetSnapReleaseHighWatermark() int64

func (*Participant) GetUserId

func (x *Participant) GetUserId() *UUID

func (*Participant) GetVideoChatUserId

func (x *Participant) GetVideoChatUserId() uint64

func (*Participant) ProtoMessage

func (*Participant) ProtoMessage()

func (*Participant) ProtoReflect

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

func (*Participant) Reset

func (x *Participant) Reset()

func (*Participant) String

func (x *Participant) String() string

type ParticipantChangeStatusMessage

type ParticipantChangeStatusMessage struct {
	StatusChanges            []*ParticipantChangeStatusMessage_Entry `protobuf:"bytes,1,rep,name=statusChanges,proto3" json:"statusChanges,omitempty"`
	InitiatingUserDeprecated *UUID                                   `protobuf:"bytes,2,opt,name=initiatingUserDeprecated,proto3" json:"initiatingUserDeprecated,omitempty"`
	InitiatingUser           *UUID                                   `protobuf:"bytes,3,opt,name=initiatingUser,proto3" json:"initiatingUser,omitempty"`
	// contains filtered or unexported fields
}

func (*ParticipantChangeStatusMessage) Descriptor deprecated

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

Deprecated: Use ParticipantChangeStatusMessage.ProtoReflect.Descriptor instead.

func (*ParticipantChangeStatusMessage) GetInitiatingUser

func (x *ParticipantChangeStatusMessage) GetInitiatingUser() *UUID

func (*ParticipantChangeStatusMessage) GetInitiatingUserDeprecated

func (x *ParticipantChangeStatusMessage) GetInitiatingUserDeprecated() *UUID

func (*ParticipantChangeStatusMessage) GetStatusChanges

func (*ParticipantChangeStatusMessage) ProtoMessage

func (*ParticipantChangeStatusMessage) ProtoMessage()

func (*ParticipantChangeStatusMessage) ProtoReflect

func (*ParticipantChangeStatusMessage) Reset

func (x *ParticipantChangeStatusMessage) Reset()

func (*ParticipantChangeStatusMessage) String

type ParticipantChangeStatusMessage_Entry

type ParticipantChangeStatusMessage_Entry struct {
	AffectedUser *UUID                   `protobuf:"bytes,1,opt,name=affectedUser,proto3" json:"affectedUser,omitempty"`
	StatusChange ParticipantStatusChange `protobuf:"varint,2,opt,name=statusChange,proto3,enum=status.ParticipantStatusChange" json:"statusChange,omitempty"`
	ChangeOrigin int32                   `protobuf:"varint,3,opt,name=changeOrigin,proto3" json:"changeOrigin,omitempty"`
	LeaveReason  ParticipantLeaveReason  `protobuf:"varint,4,opt,name=leaveReason,proto3,enum=status.ParticipantLeaveReason" json:"leaveReason,omitempty"`
	// contains filtered or unexported fields
}

func (*ParticipantChangeStatusMessage_Entry) Descriptor deprecated

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

Deprecated: Use ParticipantChangeStatusMessage_Entry.ProtoReflect.Descriptor instead.

func (*ParticipantChangeStatusMessage_Entry) GetAffectedUser

func (x *ParticipantChangeStatusMessage_Entry) GetAffectedUser() *UUID

func (*ParticipantChangeStatusMessage_Entry) GetChangeOrigin

func (x *ParticipantChangeStatusMessage_Entry) GetChangeOrigin() int32

func (*ParticipantChangeStatusMessage_Entry) GetLeaveReason

func (*ParticipantChangeStatusMessage_Entry) GetStatusChange

func (*ParticipantChangeStatusMessage_Entry) ProtoMessage

func (*ParticipantChangeStatusMessage_Entry) ProtoMessage()

func (*ParticipantChangeStatusMessage_Entry) ProtoReflect

func (*ParticipantChangeStatusMessage_Entry) Reset

func (*ParticipantChangeStatusMessage_Entry) String

type ParticipantLeaveReason

type ParticipantLeaveReason int32
const (
	ParticipantLeaveReason_LEAVE_REASON_UNSET          ParticipantLeaveReason = 0
	ParticipantLeaveReason_LEAVE_REASON_SELF_INITIATED ParticipantLeaveReason = 1
	ParticipantLeaveReason_LEAVE_REASON_KICKED         ParticipantLeaveReason = 2
)

func (ParticipantLeaveReason) Descriptor

func (ParticipantLeaveReason) Enum

func (ParticipantLeaveReason) EnumDescriptor deprecated

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

Deprecated: Use ParticipantLeaveReason.Descriptor instead.

func (ParticipantLeaveReason) Number

func (ParticipantLeaveReason) String

func (x ParticipantLeaveReason) String() string

func (ParticipantLeaveReason) Type

type ParticipantStatusChange

type ParticipantStatusChange int32
const (
	ParticipantStatusChange_STATUS_ADDED   ParticipantStatusChange = 0
	ParticipantStatusChange_STATUS_CREATED ParticipantStatusChange = 1
	ParticipantStatusChange_STATUS_LEFT    ParticipantStatusChange = 2
)

func (ParticipantStatusChange) Descriptor

func (ParticipantStatusChange) Enum

func (ParticipantStatusChange) EnumDescriptor deprecated

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

Deprecated: Use ParticipantStatusChange.Descriptor instead.

func (ParticipantStatusChange) Number

func (ParticipantStatusChange) String

func (x ParticipantStatusChange) String() string

func (ParticipantStatusChange) Type

type PhoneNumberDestination

type PhoneNumberDestination struct {
	PhoneNumber string `protobuf:"bytes,1,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*PhoneNumberDestination) Descriptor deprecated

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

Deprecated: Use PhoneNumberDestination.ProtoReflect.Descriptor instead.

func (*PhoneNumberDestination) GetPhoneNumber

func (x *PhoneNumberDestination) GetPhoneNumber() string

func (*PhoneNumberDestination) ProtoMessage

func (*PhoneNumberDestination) ProtoMessage()

func (*PhoneNumberDestination) ProtoReflect

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

func (*PhoneNumberDestination) Reset

func (x *PhoneNumberDestination) Reset()

func (*PhoneNumberDestination) String

func (x *PhoneNumberDestination) String() string

type PhoneNumberDestinationResult

type PhoneNumberDestinationResult struct {
	PhoneNumber string `protobuf:"bytes,1,opt,name=phoneNumber,proto3" json:"phoneNumber,omitempty"`
	UserId      *UUID  `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	// Types that are assignable to Info:
	//
	//	*PhoneNumberDestinationResult_ConversationId
	//	*PhoneNumberDestinationResult_IsTemporaryUser
	Info isPhoneNumberDestinationResult_Info `protobuf_oneof:"info"`
	// contains filtered or unexported fields
}

func (*PhoneNumberDestinationResult) Descriptor deprecated

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

Deprecated: Use PhoneNumberDestinationResult.ProtoReflect.Descriptor instead.

func (*PhoneNumberDestinationResult) GetConversationId

func (x *PhoneNumberDestinationResult) GetConversationId() *UUID

func (*PhoneNumberDestinationResult) GetInfo

func (m *PhoneNumberDestinationResult) GetInfo() isPhoneNumberDestinationResult_Info

func (*PhoneNumberDestinationResult) GetIsTemporaryUser

func (x *PhoneNumberDestinationResult) GetIsTemporaryUser() bool

func (*PhoneNumberDestinationResult) GetPhoneNumber

func (x *PhoneNumberDestinationResult) GetPhoneNumber() string

func (*PhoneNumberDestinationResult) GetUserId

func (x *PhoneNumberDestinationResult) GetUserId() *UUID

func (*PhoneNumberDestinationResult) ProtoMessage

func (*PhoneNumberDestinationResult) ProtoMessage()

func (*PhoneNumberDestinationResult) ProtoReflect

func (*PhoneNumberDestinationResult) Reset

func (x *PhoneNumberDestinationResult) Reset()

func (*PhoneNumberDestinationResult) String

type PhoneNumberDestinationResult_ConversationId

type PhoneNumberDestinationResult_ConversationId struct {
	ConversationId *UUID `protobuf:"bytes,3,opt,name=conversationId,proto3,oneof"`
}

type PhoneNumberDestinationResult_IsTemporaryUser

type PhoneNumberDestinationResult_IsTemporaryUser struct {
	IsTemporaryUser bool `protobuf:"varint,4,opt,name=isTemporaryUser,proto3,oneof"`
}

type PlayerData

type PlayerData struct {
	Store           []*StoreEntry `protobuf:"bytes,1,rep,name=store,proto3" json:"store,omitempty"`
	SerializedStore []byte        `protobuf:"bytes,2,opt,name=serializedStore,proto3" json:"serializedStore,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerData) Descriptor deprecated

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

Deprecated: Use PlayerData.ProtoReflect.Descriptor instead.

func (*PlayerData) GetSerializedStore

func (x *PlayerData) GetSerializedStore() []byte

func (*PlayerData) GetStore

func (x *PlayerData) GetStore() []*StoreEntry

func (*PlayerData) ProtoMessage

func (*PlayerData) ProtoMessage()

func (*PlayerData) ProtoReflect

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

func (*PlayerData) Reset

func (x *PlayerData) Reset()

func (*PlayerData) String

func (x *PlayerData) String() string

type PlayerDataEntry

type PlayerDataEntry struct {
	Key   string      `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *PlayerData `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerDataEntry) Descriptor deprecated

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

Deprecated: Use PlayerDataEntry.ProtoReflect.Descriptor instead.

func (*PlayerDataEntry) GetKey

func (x *PlayerDataEntry) GetKey() string

func (*PlayerDataEntry) GetValue

func (x *PlayerDataEntry) GetValue() *PlayerData

func (*PlayerDataEntry) ProtoMessage

func (*PlayerDataEntry) ProtoMessage()

func (*PlayerDataEntry) ProtoReflect

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

func (*PlayerDataEntry) Reset

func (x *PlayerDataEntry) Reset()

func (*PlayerDataEntry) String

func (x *PlayerDataEntry) String() string

type PlusGiftStatusMessage

type PlusGiftStatusMessage struct {
	// contains filtered or unexported fields
}

func (*PlusGiftStatusMessage) Descriptor deprecated

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

Deprecated: Use PlusGiftStatusMessage.ProtoReflect.Descriptor instead.

func (*PlusGiftStatusMessage) ProtoMessage

func (*PlusGiftStatusMessage) ProtoMessage()

func (*PlusGiftStatusMessage) ProtoReflect

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

func (*PlusGiftStatusMessage) Reset

func (x *PlusGiftStatusMessage) Reset()

func (*PlusGiftStatusMessage) String

func (x *PlusGiftStatusMessage) String() string

type PostingStoryType

type PostingStoryType int32
const (
	PostingStoryType_UNKNOWN_POSTING_STORY_TYPE   PostingStoryType = 0
	PostingStoryType_POSTING_STORY_TYPE_OUR       PostingStoryType = 1
	PostingStoryType_POSTING_STORY_TYPE_MY        PostingStoryType = 2
	PostingStoryType_POSTING_STORY_TYPE_CUSTOM    PostingStoryType = 3
	PostingStoryType_POSTING_STORY_TYPE_SNAPPRO   PostingStoryType = 4
	PostingStoryType_POSTING_STORY_TYPE_APP       PostingStoryType = 5
	PostingStoryType_POSTING_STORY_TYPE_SAVED     PostingStoryType = 6
	PostingStoryType_POSTING_STORY_TYPE_PUBLISHER PostingStoryType = 7
)

func (PostingStoryType) Descriptor

func (PostingStoryType) Enum

func (PostingStoryType) EnumDescriptor deprecated

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

Deprecated: Use PostingStoryType.Descriptor instead.

func (PostingStoryType) Number

func (PostingStoryType) String

func (x PostingStoryType) String() string

func (PostingStoryType) Type

type QueryConversationsRequest

type QueryConversationsRequest struct {
	SelfUserId        *UUID                                     `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	StartingTimestamp int64                                     `protobuf:"varint,2,opt,name=startingTimestamp,proto3" json:"startingTimestamp,omitempty"` // not required
	RequestedPageSize int32                                     `protobuf:"varint,3,opt,name=requestedPageSize,proto3" json:"requestedPageSize,omitempty"`
	PaginationInfo    *QueryConversationsRequest_PaginationInfo `protobuf:"bytes,4,opt,name=paginationInfo,proto3" json:"paginationInfo,omitempty"`
	// dont dwell on it too much.
	// it looks like a lot of data, but it's just being sent back and forth as bytes
	SyncToken []byte `protobuf:"bytes,5,opt,name=syncToken,proto3" json:"syncToken,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryConversationsRequest) Descriptor deprecated

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

Deprecated: Use QueryConversationsRequest.ProtoReflect.Descriptor instead.

func (*QueryConversationsRequest) GetPaginationInfo

func (*QueryConversationsRequest) GetRequestedPageSize

func (x *QueryConversationsRequest) GetRequestedPageSize() int32

func (*QueryConversationsRequest) GetSelfUserId

func (x *QueryConversationsRequest) GetSelfUserId() *UUID

func (*QueryConversationsRequest) GetStartingTimestamp

func (x *QueryConversationsRequest) GetStartingTimestamp() int64

func (*QueryConversationsRequest) GetSyncToken

func (x *QueryConversationsRequest) GetSyncToken() []byte

func (*QueryConversationsRequest) ProtoMessage

func (*QueryConversationsRequest) ProtoMessage()

func (*QueryConversationsRequest) ProtoReflect

func (*QueryConversationsRequest) Reset

func (x *QueryConversationsRequest) Reset()

func (*QueryConversationsRequest) String

func (x *QueryConversationsRequest) String() string

type QueryConversationsRequest_PaginationInfo

type QueryConversationsRequest_PaginationInfo struct {
	OldestConversationOrderTimestamp int64 `protobuf:"varint,1,opt,name=oldestConversationOrderTimestamp,proto3" json:"oldestConversationOrderTimestamp,omitempty"`
	OldestConversationId             *UUID `protobuf:"bytes,2,opt,name=oldestConversationId,proto3" json:"oldestConversationId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryConversationsRequest_PaginationInfo) Descriptor deprecated

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

Deprecated: Use QueryConversationsRequest_PaginationInfo.ProtoReflect.Descriptor instead.

func (*QueryConversationsRequest_PaginationInfo) GetOldestConversationId

func (x *QueryConversationsRequest_PaginationInfo) GetOldestConversationId() *UUID

func (*QueryConversationsRequest_PaginationInfo) GetOldestConversationOrderTimestamp

func (x *QueryConversationsRequest_PaginationInfo) GetOldestConversationOrderTimestamp() int64

func (*QueryConversationsRequest_PaginationInfo) ProtoMessage

func (*QueryConversationsRequest_PaginationInfo) ProtoReflect

func (*QueryConversationsRequest_PaginationInfo) Reset

func (*QueryConversationsRequest_PaginationInfo) String

type QueryConversationsResponse

type QueryConversationsResponse struct {
	Conversations    []*ConversationEntry       `protobuf:"bytes,1,rep,name=conversations,proto3" json:"conversations,omitempty"`
	NoMore           bool                       `protobuf:"varint,2,opt,name=noMore,proto3" json:"noMore,omitempty"`
	SyncToken        []byte                     `protobuf:"bytes,3,opt,name=syncToken,proto3" json:"syncToken,omitempty"`
	LastConversation *LastConversationIndicator `protobuf:"bytes,4,opt,name=lastConversation,proto3" json:"lastConversation,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryConversationsResponse) Descriptor deprecated

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

Deprecated: Use QueryConversationsResponse.ProtoReflect.Descriptor instead.

func (*QueryConversationsResponse) GetConversations

func (x *QueryConversationsResponse) GetConversations() []*ConversationEntry

func (*QueryConversationsResponse) GetLastConversation

func (x *QueryConversationsResponse) GetLastConversation() *LastConversationIndicator

func (*QueryConversationsResponse) GetNoMore

func (x *QueryConversationsResponse) GetNoMore() bool

func (*QueryConversationsResponse) GetSyncToken

func (x *QueryConversationsResponse) GetSyncToken() []byte

func (*QueryConversationsResponse) ProtoMessage

func (*QueryConversationsResponse) ProtoMessage()

func (*QueryConversationsResponse) ProtoReflect

func (*QueryConversationsResponse) Reset

func (x *QueryConversationsResponse) Reset()

func (*QueryConversationsResponse) String

func (x *QueryConversationsResponse) String() string

type QueryMessagesRequest

type QueryMessagesRequest struct {

	// THIS IS ALSO THE CURSOR, YOU FETCH NEW MESSAGES BY SUPPLYING THE CONVERSATION VERSION RELATIVE TO THE LATEST MESSAGES YOU WOULD LIKE TO FETCH
	CurrentVersion     int64 `protobuf:"varint,1,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	ConversationId     *UUID `protobuf:"bytes,2,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	RequestedCountSize int32 `protobuf:"varint,3,opt,name=requestedCountSize,proto3" json:"requestedCountSize,omitempty"` // MAX 100
	SelfUserId         *UUID `protobuf:"bytes,4,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryMessagesRequest) Descriptor deprecated

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

Deprecated: Use QueryMessagesRequest.ProtoReflect.Descriptor instead.

func (*QueryMessagesRequest) GetConversationId

func (x *QueryMessagesRequest) GetConversationId() *UUID

func (*QueryMessagesRequest) GetCurrentVersion

func (x *QueryMessagesRequest) GetCurrentVersion() int64

func (*QueryMessagesRequest) GetRequestedCountSize

func (x *QueryMessagesRequest) GetRequestedCountSize() int32

func (*QueryMessagesRequest) GetSelfUserId

func (x *QueryMessagesRequest) GetSelfUserId() *UUID

func (*QueryMessagesRequest) ProtoMessage

func (*QueryMessagesRequest) ProtoMessage()

func (*QueryMessagesRequest) ProtoReflect

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

func (*QueryMessagesRequest) Reset

func (x *QueryMessagesRequest) Reset()

func (*QueryMessagesRequest) String

func (x *QueryMessagesRequest) String() string

type QueryMessagesResponse

type QueryMessagesResponse struct {
	Messages []*ContentMessage `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	NoMore   bool              `protobuf:"varint,2,opt,name=noMore,proto3" json:"noMore,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryMessagesResponse) Descriptor deprecated

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

Deprecated: Use QueryMessagesResponse.ProtoReflect.Descriptor instead.

func (*QueryMessagesResponse) GetMessages

func (x *QueryMessagesResponse) GetMessages() []*ContentMessage

func (*QueryMessagesResponse) GetNoMore

func (x *QueryMessagesResponse) GetNoMore() bool

func (*QueryMessagesResponse) ProtoMessage

func (*QueryMessagesResponse) ProtoMessage()

func (*QueryMessagesResponse) ProtoReflect

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

func (*QueryMessagesResponse) Reset

func (x *QueryMessagesResponse) Reset()

func (*QueryMessagesResponse) String

func (x *QueryMessagesResponse) String() string

type QuoteReplyShareStatusMessage

type QuoteReplyShareStatusMessage struct {
	// contains filtered or unexported fields
}

func (*QuoteReplyShareStatusMessage) Descriptor deprecated

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

Deprecated: Use QuoteReplyShareStatusMessage.ProtoReflect.Descriptor instead.

func (*QuoteReplyShareStatusMessage) ProtoMessage

func (*QuoteReplyShareStatusMessage) ProtoMessage()

func (*QuoteReplyShareStatusMessage) ProtoReflect

func (*QuoteReplyShareStatusMessage) Reset

func (x *QuoteReplyShareStatusMessage) Reset()

func (*QuoteReplyShareStatusMessage) String

type Range

type Range struct {
	Location int32 `protobuf:"varint,1,opt,name=location,proto3" json:"location,omitempty"`
	Length   int32 `protobuf:"varint,2,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*Range) Descriptor deprecated

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

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetLength

func (x *Range) GetLength() int32

func (*Range) GetLocation

func (x *Range) GetLocation() int32

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

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

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type RankingMetadata

type RankingMetadata struct {
	PostedToUserStory bool                `protobuf:"varint,1,opt,name=postedToUserStory,proto3" json:"postedToUserStory,omitempty"`
	ClientMetadata    *SnapClientMetadata `protobuf:"bytes,2,opt,name=clientMetadata,proto3" json:"clientMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*RankingMetadata) Descriptor deprecated

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

Deprecated: Use RankingMetadata.ProtoReflect.Descriptor instead.

func (*RankingMetadata) GetClientMetadata

func (x *RankingMetadata) GetClientMetadata() *SnapClientMetadata

func (*RankingMetadata) GetPostedToUserStory

func (x *RankingMetadata) GetPostedToUserStory() bool

func (*RankingMetadata) ProtoMessage

func (*RankingMetadata) ProtoMessage()

func (*RankingMetadata) ProtoReflect

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

func (*RankingMetadata) Reset

func (x *RankingMetadata) Reset()

func (*RankingMetadata) String

func (x *RankingMetadata) String() string

type Reaction

type Reaction struct {
	UserId              *UUID         `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	ReactionType        *ReactionType `protobuf:"bytes,2,opt,name=reactionType,proto3" json:"reactionType,omitempty"`
	ConversationVersion int64         `protobuf:"varint,3,opt,name=conversationVersion,proto3" json:"conversationVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*Reaction) Descriptor deprecated

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

Deprecated: Use Reaction.ProtoReflect.Descriptor instead.

func (*Reaction) GetConversationVersion

func (x *Reaction) GetConversationVersion() int64

func (*Reaction) GetReactionType

func (x *Reaction) GetReactionType() *ReactionType

func (*Reaction) GetUserId

func (x *Reaction) GetUserId() *UUID

func (*Reaction) ProtoMessage

func (*Reaction) ProtoMessage()

func (*Reaction) ProtoReflect

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

func (*Reaction) Reset

func (x *Reaction) Reset()

func (*Reaction) String

func (x *Reaction) String() string

type ReactionRequest

type ReactionRequest struct {
	NewReaction *NewReaction `protobuf:"bytes,1,opt,name=newReaction,proto3" json:"newReaction,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactionRequest) Descriptor deprecated

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

Deprecated: Use ReactionRequest.ProtoReflect.Descriptor instead.

func (*ReactionRequest) GetNewReaction

func (x *ReactionRequest) GetNewReaction() *NewReaction

func (*ReactionRequest) ProtoMessage

func (*ReactionRequest) ProtoMessage()

func (*ReactionRequest) ProtoReflect

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

func (*ReactionRequest) Reset

func (x *ReactionRequest) Reset()

func (*ReactionRequest) String

func (x *ReactionRequest) String() string

type ReactionResult

type ReactionResult struct {
	NewReaction          *NewReaction `protobuf:"bytes,1,opt,name=newReaction,proto3" json:"newReaction,omitempty"`
	VersionReactionSetAt int64        `protobuf:"varint,2,opt,name=versionReactionSetAt,proto3" json:"versionReactionSetAt,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactionResult) Descriptor deprecated

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

Deprecated: Use ReactionResult.ProtoReflect.Descriptor instead.

func (*ReactionResult) GetNewReaction

func (x *ReactionResult) GetNewReaction() *NewReaction

func (*ReactionResult) GetVersionReactionSetAt

func (x *ReactionResult) GetVersionReactionSetAt() int64

func (*ReactionResult) ProtoMessage

func (*ReactionResult) ProtoMessage()

func (*ReactionResult) ProtoReflect

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

func (*ReactionResult) Reset

func (x *ReactionResult) Reset()

func (*ReactionResult) String

func (x *ReactionResult) String() string

type ReactionType

type ReactionType struct {

	// Types that are assignable to Reaction:
	//
	//	*ReactionType_IntentType
	Reaction isReactionType_Reaction `protobuf_oneof:"reaction"`
	// contains filtered or unexported fields
}

func (*ReactionType) Descriptor deprecated

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

Deprecated: Use ReactionType.ProtoReflect.Descriptor instead.

func (*ReactionType) GetIntentType

func (x *ReactionType) GetIntentType() int64

func (*ReactionType) GetReaction

func (m *ReactionType) GetReaction() isReactionType_Reaction

func (*ReactionType) ProtoMessage

func (*ReactionType) ProtoMessage()

func (*ReactionType) ProtoReflect

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

func (*ReactionType) Reset

func (x *ReactionType) Reset()

func (*ReactionType) String

func (x *ReactionType) String() string

type ReactionType_IntentType

type ReactionType_IntentType struct {
	IntentType int64 `protobuf:"varint,1,opt,name=intentType,proto3,oneof"`
}

type Read

type Read struct {
	// contains filtered or unexported fields
}

func (*Read) Descriptor deprecated

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

Deprecated: Use Read.ProtoReflect.Descriptor instead.

func (*Read) ProtoMessage

func (*Read) ProtoMessage()

func (*Read) ProtoReflect

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

func (*Read) Reset

func (x *Read) Reset()

func (*Read) String

func (x *Read) String() string

type ReadConversationMessageData

type ReadConversationMessageData struct {
	LastMessageId int64 `protobuf:"varint,2,opt,name=lastMessageId,proto3" json:"lastMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadConversationMessageData) Descriptor deprecated

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

Deprecated: Use ReadConversationMessageData.ProtoReflect.Descriptor instead.

func (*ReadConversationMessageData) GetLastMessageId

func (x *ReadConversationMessageData) GetLastMessageId() int64

func (*ReadConversationMessageData) ProtoMessage

func (*ReadConversationMessageData) ProtoMessage()

func (*ReadConversationMessageData) ProtoReflect

func (*ReadConversationMessageData) Reset

func (x *ReadConversationMessageData) Reset()

func (*ReadConversationMessageData) String

func (x *ReadConversationMessageData) String() string

type ReadResult

type ReadResult struct {
	ReadTimestamp int64 `protobuf:"varint,1,opt,name=readTimestamp,proto3" json:"readTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadResult) Descriptor deprecated

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

Deprecated: Use ReadResult.ProtoReflect.Descriptor instead.

func (*ReadResult) GetReadTimestamp

func (x *ReadResult) GetReadTimestamp() int64

func (*ReadResult) ProtoMessage

func (*ReadResult) ProtoMessage()

func (*ReadResult) ProtoReflect

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

func (*ReadResult) Reset

func (x *ReadResult) Reset()

func (*ReadResult) String

func (x *ReadResult) String() string

type Release

type Release struct {
	// contains filtered or unexported fields
}

func (*Release) Descriptor deprecated

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

Deprecated: Use Release.ProtoReflect.Descriptor instead.

func (*Release) ProtoMessage

func (*Release) ProtoMessage()

func (*Release) ProtoReflect

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

func (*Release) Reset

func (x *Release) Reset()

func (*Release) String

func (x *Release) String() string

type ReleaseResult

type ReleaseResult struct {
	// contains filtered or unexported fields
}

func (*ReleaseResult) Descriptor deprecated

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

Deprecated: Use ReleaseResult.ProtoReflect.Descriptor instead.

func (*ReleaseResult) ProtoMessage

func (*ReleaseResult) ProtoMessage()

func (*ReleaseResult) ProtoReflect

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

func (*ReleaseResult) Reset

func (x *ReleaseResult) Reset()

func (*ReleaseResult) String

func (x *ReleaseResult) String() string

type RemoveReactionRequest

type RemoveReactionRequest struct {
	// contains filtered or unexported fields
}

func (*RemoveReactionRequest) Descriptor deprecated

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

Deprecated: Use RemoveReactionRequest.ProtoReflect.Descriptor instead.

func (*RemoveReactionRequest) ProtoMessage

func (*RemoveReactionRequest) ProtoMessage()

func (*RemoveReactionRequest) ProtoReflect

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

func (*RemoveReactionRequest) Reset

func (x *RemoveReactionRequest) Reset()

func (*RemoveReactionRequest) String

func (x *RemoveReactionRequest) String() string

type RemoveReactionResult

type RemoveReactionResult struct {
	// contains filtered or unexported fields
}

func (*RemoveReactionResult) Descriptor deprecated

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

Deprecated: Use RemoveReactionResult.ProtoReflect.Descriptor instead.

func (*RemoveReactionResult) ProtoMessage

func (*RemoveReactionResult) ProtoMessage()

func (*RemoveReactionResult) ProtoReflect

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

func (*RemoveReactionResult) Reset

func (x *RemoveReactionResult) Reset()

func (*RemoveReactionResult) String

func (x *RemoveReactionResult) String() string

type Replay

type Replay struct {
	CurrentReplayCount int32 `protobuf:"varint,1,opt,name=currentReplayCount,proto3" json:"currentReplayCount,omitempty"`
	// contains filtered or unexported fields
}

func (*Replay) Descriptor deprecated

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

Deprecated: Use Replay.ProtoReflect.Descriptor instead.

func (*Replay) GetCurrentReplayCount

func (x *Replay) GetCurrentReplayCount() int32

func (*Replay) ProtoMessage

func (*Replay) ProtoMessage()

func (*Replay) ProtoReflect

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

func (*Replay) Reset

func (x *Replay) Reset()

func (*Replay) String

func (x *Replay) String() string

type ReplayResult

type ReplayResult struct {
	ReplayCount int32 `protobuf:"varint,1,opt,name=replayCount,proto3" json:"replayCount,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayResult) Descriptor deprecated

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

Deprecated: Use ReplayResult.ProtoReflect.Descriptor instead.

func (*ReplayResult) GetReplayCount

func (x *ReplayResult) GetReplayCount() int32

func (*ReplayResult) ProtoMessage

func (*ReplayResult) ProtoMessage()

func (*ReplayResult) ProtoReflect

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

func (*ReplayResult) Reset

func (x *ReplayResult) Reset()

func (*ReplayResult) String

func (x *ReplayResult) String() string

type ReplyMessageInfo

type ReplyMessageInfo struct {
	QuotedMessageId int64 `protobuf:"varint,1,opt,name=quotedMessageId,proto3" json:"quotedMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplyMessageInfo) Descriptor deprecated

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

Deprecated: Use ReplyMessageInfo.ProtoReflect.Descriptor instead.

func (*ReplyMessageInfo) GetQuotedMessageId

func (x *ReplyMessageInfo) GetQuotedMessageId() int64

func (*ReplyMessageInfo) ProtoMessage

func (*ReplyMessageInfo) ProtoMessage()

func (*ReplyMessageInfo) ProtoReflect

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

func (*ReplyMessageInfo) Reset

func (x *ReplyMessageInfo) Reset()

func (*ReplyMessageInfo) String

func (x *ReplyMessageInfo) String() string

type ReplySuggestion

type ReplySuggestion struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplySuggestion) Descriptor deprecated

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

Deprecated: Use ReplySuggestion.ProtoReflect.Descriptor instead.

func (*ReplySuggestion) GetText

func (x *ReplySuggestion) GetText() string

func (*ReplySuggestion) ProtoMessage

func (*ReplySuggestion) ProtoMessage()

func (*ReplySuggestion) ProtoReflect

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

func (*ReplySuggestion) Reset

func (x *ReplySuggestion) Reset()

func (*ReplySuggestion) String

func (x *ReplySuggestion) String() string

type ReplyType

type ReplyType int32
const (
	ReplyType_REPLY_TYPE_NOT_APPLICABLE ReplyType = 0
	ReplyType_REPLY_TYPE_CONTEXT        ReplyType = 1
	ReplyType_REPLY_TYPE_INTERSTITIAL   ReplyType = 2
)

func (ReplyType) Descriptor

func (ReplyType) Descriptor() protoreflect.EnumDescriptor

func (ReplyType) Enum

func (x ReplyType) Enum() *ReplyType

func (ReplyType) EnumDescriptor deprecated

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

Deprecated: Use ReplyType.Descriptor instead.

func (ReplyType) Number

func (x ReplyType) Number() protoreflect.EnumNumber

func (ReplyType) String

func (x ReplyType) String() string

func (ReplyType) Type

type RetentionPolicy

type RetentionPolicy struct {

	// Types that are assignable to Policy:
	//
	//	*RetentionPolicy_Dynamic
	Policy isRetentionPolicy_Policy `protobuf_oneof:"policy"`
	// contains filtered or unexported fields
}

func (*RetentionPolicy) Descriptor deprecated

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

Deprecated: Use RetentionPolicy.ProtoReflect.Descriptor instead.

func (*RetentionPolicy) GetDynamic

func (x *RetentionPolicy) GetDynamic() *DynamicRetentionPolicy

func (*RetentionPolicy) GetPolicy

func (m *RetentionPolicy) GetPolicy() isRetentionPolicy_Policy

func (*RetentionPolicy) ProtoMessage

func (*RetentionPolicy) ProtoMessage()

func (*RetentionPolicy) ProtoReflect

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

func (*RetentionPolicy) Reset

func (x *RetentionPolicy) Reset()

func (*RetentionPolicy) String

func (x *RetentionPolicy) String() string

type RetentionPolicy_Dynamic

type RetentionPolicy_Dynamic struct {
	Dynamic *DynamicRetentionPolicy `protobuf:"bytes,1,opt,name=dynamic,proto3,oneof"`
}

type RetryPolicy

type RetryPolicy struct {
	BackoffTimeMs int64 `protobuf:"varint,1,opt,name=backoffTimeMs,proto3" json:"backoffTimeMs,omitempty"`
	ShouldRetry   bool  `protobuf:"varint,2,opt,name=shouldRetry,proto3" json:"shouldRetry,omitempty"`
	// contains filtered or unexported fields
}

func (*RetryPolicy) Descriptor deprecated

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

Deprecated: Use RetryPolicy.ProtoReflect.Descriptor instead.

func (*RetryPolicy) GetBackoffTimeMs

func (x *RetryPolicy) GetBackoffTimeMs() int64

func (*RetryPolicy) GetShouldRetry

func (x *RetryPolicy) GetShouldRetry() bool

func (*RetryPolicy) ProtoMessage

func (*RetryPolicy) ProtoMessage()

func (*RetryPolicy) ProtoReflect

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

func (*RetryPolicy) Reset

func (x *RetryPolicy) Reset()

func (*RetryPolicy) String

func (x *RetryPolicy) String() string

type Save

type Save struct {
	EnvelopeEncryption *EnvelopeEncryption `protobuf:"bytes,1,opt,name=envelopeEncryption,proto3" json:"envelopeEncryption,omitempty"`
	// contains filtered or unexported fields
}

func (*Save) Descriptor deprecated

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

Deprecated: Use Save.ProtoReflect.Descriptor instead.

func (*Save) GetEnvelopeEncryption

func (x *Save) GetEnvelopeEncryption() *EnvelopeEncryption

func (*Save) ProtoMessage

func (*Save) ProtoMessage()

func (*Save) ProtoReflect

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

func (*Save) Reset

func (x *Save) Reset()

func (*Save) String

func (x *Save) String() string

type SaveResult

type SaveResult struct {
	EnvelopeEncryption *EnvelopeEncryption         `protobuf:"bytes,1,opt,name=envelopeEncryption,proto3" json:"envelopeEncryption,omitempty"`
	MediaReferences    *MediaReferences            `protobuf:"bytes,2,opt,name=mediaReferences,proto3" json:"mediaReferences,omitempty"`
	Thumbnails         *ContentEnvelope_Thumbnails `protobuf:"bytes,3,opt,name=thumbnails,proto3" json:"thumbnails,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveResult) Descriptor deprecated

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

Deprecated: Use SaveResult.ProtoReflect.Descriptor instead.

func (*SaveResult) GetEnvelopeEncryption

func (x *SaveResult) GetEnvelopeEncryption() *EnvelopeEncryption

func (*SaveResult) GetMediaReferences

func (x *SaveResult) GetMediaReferences() *MediaReferences

func (*SaveResult) GetThumbnails

func (x *SaveResult) GetThumbnails() *ContentEnvelope_Thumbnails

func (*SaveResult) ProtoMessage

func (*SaveResult) ProtoMessage()

func (*SaveResult) ProtoReflect

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

func (*SaveResult) Reset

func (x *SaveResult) Reset()

func (*SaveResult) String

func (x *SaveResult) String() string

type SaveToCameraRoll

type SaveToCameraRoll struct {
	// contains filtered or unexported fields
}

func (*SaveToCameraRoll) Descriptor deprecated

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

Deprecated: Use SaveToCameraRoll.ProtoReflect.Descriptor instead.

func (*SaveToCameraRoll) ProtoMessage

func (*SaveToCameraRoll) ProtoMessage()

func (*SaveToCameraRoll) ProtoReflect

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

func (*SaveToCameraRoll) Reset

func (x *SaveToCameraRoll) Reset()

func (*SaveToCameraRoll) String

func (x *SaveToCameraRoll) String() string

type SaveToCameraRollResult

type SaveToCameraRollResult struct {
	// contains filtered or unexported fields
}

func (*SaveToCameraRollResult) Descriptor deprecated

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

Deprecated: Use SaveToCameraRollResult.ProtoReflect.Descriptor instead.

func (*SaveToCameraRollResult) ProtoMessage

func (*SaveToCameraRollResult) ProtoMessage()

func (*SaveToCameraRollResult) ProtoReflect

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

func (*SaveToCameraRollResult) Reset

func (x *SaveToCameraRollResult) Reset()

func (*SaveToCameraRollResult) String

func (x *SaveToCameraRollResult) String() string

type SaveToCameraRollStatusMessage

type SaveToCameraRollStatusMessage struct {
	UserId           *UUID               `protobuf:"bytes,1,opt,name=userId,proto3" json:"userId,omitempty"`
	MessageId        int64               `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	MediaTypeToCount []*MediaTypeToCount `protobuf:"bytes,3,rep,name=mediaTypeToCount,proto3" json:"mediaTypeToCount,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveToCameraRollStatusMessage) Descriptor deprecated

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

Deprecated: Use SaveToCameraRollStatusMessage.ProtoReflect.Descriptor instead.

func (*SaveToCameraRollStatusMessage) GetMediaTypeToCount

func (x *SaveToCameraRollStatusMessage) GetMediaTypeToCount() []*MediaTypeToCount

func (*SaveToCameraRollStatusMessage) GetMessageId

func (x *SaveToCameraRollStatusMessage) GetMessageId() int64

func (*SaveToCameraRollStatusMessage) GetUserId

func (x *SaveToCameraRollStatusMessage) GetUserId() *UUID

func (*SaveToCameraRollStatusMessage) ProtoMessage

func (*SaveToCameraRollStatusMessage) ProtoMessage()

func (*SaveToCameraRollStatusMessage) ProtoReflect

func (*SaveToCameraRollStatusMessage) Reset

func (x *SaveToCameraRollStatusMessage) Reset()

func (*SaveToCameraRollStatusMessage) String

type ScreenCaptureStatusMessage

type ScreenCaptureStatusMessage struct {
	CapturingUser     *UUID             `protobuf:"bytes,1,opt,name=capturingUser,proto3" json:"capturingUser,omitempty"`
	CaptureType       ScreenCaptureType `protobuf:"varint,2,opt,name=captureType,proto3,enum=status.ScreenCaptureType" json:"captureType,omitempty"`
	CaptureSource     int32             `protobuf:"varint,3,opt,name=captureSource,proto3" json:"captureSource,omitempty"`
	CapturingUserInfo int32             `protobuf:"varint,4,opt,name=capturingUserInfo,proto3" json:"capturingUserInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ScreenCaptureStatusMessage) Descriptor deprecated

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

Deprecated: Use ScreenCaptureStatusMessage.ProtoReflect.Descriptor instead.

func (*ScreenCaptureStatusMessage) GetCaptureSource

func (x *ScreenCaptureStatusMessage) GetCaptureSource() int32

func (*ScreenCaptureStatusMessage) GetCaptureType

func (x *ScreenCaptureStatusMessage) GetCaptureType() ScreenCaptureType

func (*ScreenCaptureStatusMessage) GetCapturingUser

func (x *ScreenCaptureStatusMessage) GetCapturingUser() *UUID

func (*ScreenCaptureStatusMessage) GetCapturingUserInfo

func (x *ScreenCaptureStatusMessage) GetCapturingUserInfo() int32

func (*ScreenCaptureStatusMessage) ProtoMessage

func (*ScreenCaptureStatusMessage) ProtoMessage()

func (*ScreenCaptureStatusMessage) ProtoReflect

func (*ScreenCaptureStatusMessage) Reset

func (x *ScreenCaptureStatusMessage) Reset()

func (*ScreenCaptureStatusMessage) String

func (x *ScreenCaptureStatusMessage) String() string

type ScreenCaptureType

type ScreenCaptureType int32
const (
	ScreenCaptureType_SCREEN_SHOT   ScreenCaptureType = 0
	ScreenCaptureType_SCREEN_RECORD ScreenCaptureType = 1
)

func (ScreenCaptureType) Descriptor

func (ScreenCaptureType) Enum

func (ScreenCaptureType) EnumDescriptor deprecated

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

Deprecated: Use ScreenCaptureType.Descriptor instead.

func (ScreenCaptureType) Number

func (ScreenCaptureType) String

func (x ScreenCaptureType) String() string

func (ScreenCaptureType) Type

type ScreenRecord

type ScreenRecord struct {
	// contains filtered or unexported fields
}

func (*ScreenRecord) Descriptor deprecated

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

Deprecated: Use ScreenRecord.ProtoReflect.Descriptor instead.

func (*ScreenRecord) ProtoMessage

func (*ScreenRecord) ProtoMessage()

func (*ScreenRecord) ProtoReflect

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

func (*ScreenRecord) Reset

func (x *ScreenRecord) Reset()

func (*ScreenRecord) String

func (x *ScreenRecord) String() string

type ScreenRecordResult

type ScreenRecordResult struct {
	// contains filtered or unexported fields
}

func (*ScreenRecordResult) Descriptor deprecated

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

Deprecated: Use ScreenRecordResult.ProtoReflect.Descriptor instead.

func (*ScreenRecordResult) ProtoMessage

func (*ScreenRecordResult) ProtoMessage()

func (*ScreenRecordResult) ProtoReflect

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

func (*ScreenRecordResult) Reset

func (x *ScreenRecordResult) Reset()

func (*ScreenRecordResult) String

func (x *ScreenRecordResult) String() string

type Screenshot

type Screenshot struct {
	// contains filtered or unexported fields
}

func (*Screenshot) Descriptor deprecated

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

Deprecated: Use Screenshot.ProtoReflect.Descriptor instead.

func (*Screenshot) ProtoMessage

func (*Screenshot) ProtoMessage()

func (*Screenshot) ProtoReflect

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

func (*Screenshot) Reset

func (x *Screenshot) Reset()

func (*Screenshot) String

func (x *Screenshot) String() string

type ScreenshotResult

type ScreenshotResult struct {
	// contains filtered or unexported fields
}

func (*ScreenshotResult) Descriptor deprecated

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

Deprecated: Use ScreenshotResult.ProtoReflect.Descriptor instead.

func (*ScreenshotResult) ProtoMessage

func (*ScreenshotResult) ProtoMessage()

func (*ScreenshotResult) ProtoReflect

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

func (*ScreenshotResult) Reset

func (x *ScreenshotResult) Reset()

func (*ScreenshotResult) String

func (x *ScreenshotResult) String() string

type SelfUserInfo

type SelfUserInfo struct {
	GameNotificationsPreference  int32                      `protobuf:"varint,1,opt,name=gameNotificationsPreference,proto3" json:"gameNotificationsPreference,omitempty"`
	BlockedParticipantExceptions []*UUID                    `protobuf:"bytes,2,rep,name=blockedParticipantExceptions,proto3" json:"blockedParticipantExceptions,omitempty"`
	ChatNotificationsPreference  ChatNotificationPreference `` /* 153-byte string literal not displayed */
	JoinTimestampMs              int64                      `protobuf:"varint,4,opt,name=joinTimestampMs,proto3" json:"joinTimestampMs,omitempty"`
	PendingWatermark             int64                      `protobuf:"varint,5,opt,name=pendingWatermark,proto3" json:"pendingWatermark,omitempty"`
	FriendFeedVisibility         int32                      `protobuf:"varint,6,opt,name=friendFeedVisibility,proto3" json:"friendFeedVisibility,omitempty"`
	PinnedTimestamp              int64                      `protobuf:"varint,7,opt,name=pinnedTimestamp,proto3" json:"pinnedTimestamp,omitempty"`
	NotificationSound            int32                      `protobuf:"varint,8,opt,name=notificationSound,proto3" json:"notificationSound,omitempty"`
	// contains filtered or unexported fields
}

func (*SelfUserInfo) Descriptor deprecated

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

Deprecated: Use SelfUserInfo.ProtoReflect.Descriptor instead.

func (*SelfUserInfo) GetBlockedParticipantExceptions

func (x *SelfUserInfo) GetBlockedParticipantExceptions() []*UUID

func (*SelfUserInfo) GetChatNotificationsPreference

func (x *SelfUserInfo) GetChatNotificationsPreference() ChatNotificationPreference

func (*SelfUserInfo) GetFriendFeedVisibility

func (x *SelfUserInfo) GetFriendFeedVisibility() int32

func (*SelfUserInfo) GetGameNotificationsPreference

func (x *SelfUserInfo) GetGameNotificationsPreference() int32

func (*SelfUserInfo) GetJoinTimestampMs

func (x *SelfUserInfo) GetJoinTimestampMs() int64

func (*SelfUserInfo) GetNotificationSound

func (x *SelfUserInfo) GetNotificationSound() int32

func (*SelfUserInfo) GetPendingWatermark

func (x *SelfUserInfo) GetPendingWatermark() int64

func (*SelfUserInfo) GetPinnedTimestamp

func (x *SelfUserInfo) GetPinnedTimestamp() int64

func (*SelfUserInfo) ProtoMessage

func (*SelfUserInfo) ProtoMessage()

func (*SelfUserInfo) ProtoReflect

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

func (*SelfUserInfo) Reset

func (x *SelfUserInfo) Reset()

func (*SelfUserInfo) String

func (x *SelfUserInfo) String() string

type SendTypingNotificationRequest

type SendTypingNotificationRequest struct {
	SelfUserId           *UUID `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	ConversationId       *UUID `protobuf:"bytes,2,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	LastCreatedMessageId int64 `protobuf:"varint,3,opt,name=lastCreatedMessageId,proto3" json:"lastCreatedMessageId,omitempty"` // this is not needed if there is no messages
	// contains filtered or unexported fields
}

func (*SendTypingNotificationRequest) Descriptor deprecated

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

Deprecated: Use SendTypingNotificationRequest.ProtoReflect.Descriptor instead.

func (*SendTypingNotificationRequest) GetConversationId

func (x *SendTypingNotificationRequest) GetConversationId() *UUID

func (*SendTypingNotificationRequest) GetLastCreatedMessageId

func (x *SendTypingNotificationRequest) GetLastCreatedMessageId() int64

func (*SendTypingNotificationRequest) GetSelfUserId

func (x *SendTypingNotificationRequest) GetSelfUserId() *UUID

func (*SendTypingNotificationRequest) ProtoMessage

func (*SendTypingNotificationRequest) ProtoMessage()

func (*SendTypingNotificationRequest) ProtoReflect

func (*SendTypingNotificationRequest) Reset

func (x *SendTypingNotificationRequest) Reset()

func (*SendTypingNotificationRequest) String

type SendTypingNotificationResponse

type SendTypingNotificationResponse struct {
	// contains filtered or unexported fields
}

func (*SendTypingNotificationResponse) Descriptor deprecated

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

Deprecated: Use SendTypingNotificationResponse.ProtoReflect.Descriptor instead.

func (*SendTypingNotificationResponse) ProtoMessage

func (*SendTypingNotificationResponse) ProtoMessage()

func (*SendTypingNotificationResponse) ProtoReflect

func (*SendTypingNotificationResponse) Reset

func (x *SendTypingNotificationResponse) Reset()

func (*SendTypingNotificationResponse) String

type ServerFailureInfo

type ServerFailureInfo struct {
	RateLimited        bool  `protobuf:"varint,1,opt,name=rateLimited,proto3" json:"rateLimited,omitempty"`
	ErrorRegion        int32 `protobuf:"varint,2,opt,name=errorRegion,proto3" json:"errorRegion,omitempty"`
	IsIntentionalError bool  `protobuf:"varint,3,opt,name=isIntentionalError,proto3" json:"isIntentionalError,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerFailureInfo) Descriptor deprecated

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

Deprecated: Use ServerFailureInfo.ProtoReflect.Descriptor instead.

func (*ServerFailureInfo) GetErrorRegion

func (x *ServerFailureInfo) GetErrorRegion() int32

func (*ServerFailureInfo) GetIsIntentionalError

func (x *ServerFailureInfo) GetIsIntentionalError() bool

func (*ServerFailureInfo) GetRateLimited

func (x *ServerFailureInfo) GetRateLimited() bool

func (*ServerFailureInfo) ProtoMessage

func (*ServerFailureInfo) ProtoMessage()

func (*ServerFailureInfo) ProtoReflect

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

func (*ServerFailureInfo) Reset

func (x *ServerFailureInfo) Reset()

func (*ServerFailureInfo) String

func (x *ServerFailureInfo) String() string

type SessionData

type SessionData struct {
	PlayerData []*PlayerDataEntry `protobuf:"bytes,1,rep,name=playerData,proto3" json:"playerData,omitempty"`
	// contains filtered or unexported fields
}

func (*SessionData) Descriptor deprecated

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

Deprecated: Use SessionData.ProtoReflect.Descriptor instead.

func (*SessionData) GetPlayerData

func (x *SessionData) GetPlayerData() []*PlayerDataEntry

func (*SessionData) ProtoMessage

func (*SessionData) ProtoMessage()

func (*SessionData) ProtoReflect

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

func (*SessionData) Reset

func (x *SessionData) Reset()

func (*SessionData) String

func (x *SessionData) String() string

type ShareDisplayInfo

type ShareDisplayInfo struct {

	// Types that are assignable to Share:
	//
	//	*ShareDisplayInfo_SavedStory
	Share isShareDisplayInfo_Share `protobuf_oneof:"share"`
	// contains filtered or unexported fields
}

func (*ShareDisplayInfo) Descriptor deprecated

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

Deprecated: Use ShareDisplayInfo.ProtoReflect.Descriptor instead.

func (*ShareDisplayInfo) GetSavedStory

func (x *ShareDisplayInfo) GetSavedStory() *ShareSavedStoryDisplayInfo

func (*ShareDisplayInfo) GetShare

func (m *ShareDisplayInfo) GetShare() isShareDisplayInfo_Share

func (*ShareDisplayInfo) ProtoMessage

func (*ShareDisplayInfo) ProtoMessage()

func (*ShareDisplayInfo) ProtoReflect

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

func (*ShareDisplayInfo) Reset

func (x *ShareDisplayInfo) Reset()

func (*ShareDisplayInfo) String

func (x *ShareDisplayInfo) String() string

type ShareDisplayInfo_SavedStory

type ShareDisplayInfo_SavedStory struct {
	SavedStory *ShareSavedStoryDisplayInfo `protobuf:"bytes,1,opt,name=savedStory,proto3,oneof"`
}

type ShareMetadata

type ShareMetadata struct {
	StoryMediaState int32 `protobuf:"varint,1,opt,name=storyMediaState,proto3" json:"storyMediaState,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareMetadata) Descriptor deprecated

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

Deprecated: Use ShareMetadata.ProtoReflect.Descriptor instead.

func (*ShareMetadata) GetStoryMediaState

func (x *ShareMetadata) GetStoryMediaState() int32

func (*ShareMetadata) ProtoMessage

func (*ShareMetadata) ProtoMessage()

func (*ShareMetadata) ProtoReflect

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

func (*ShareMetadata) Reset

func (x *ShareMetadata) Reset()

func (*ShareMetadata) String

func (x *ShareMetadata) String() string

type ShareSavedStoryDisplayInfo

type ShareSavedStoryDisplayInfo struct {
	HasAudio bool `protobuf:"varint,1,opt,name=hasAudio,proto3" json:"hasAudio,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareSavedStoryDisplayInfo) Descriptor deprecated

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

Deprecated: Use ShareSavedStoryDisplayInfo.ProtoReflect.Descriptor instead.

func (*ShareSavedStoryDisplayInfo) GetHasAudio

func (x *ShareSavedStoryDisplayInfo) GetHasAudio() bool

func (*ShareSavedStoryDisplayInfo) ProtoMessage

func (*ShareSavedStoryDisplayInfo) ProtoMessage()

func (*ShareSavedStoryDisplayInfo) ProtoReflect

func (*ShareSavedStoryDisplayInfo) Reset

func (x *ShareSavedStoryDisplayInfo) Reset()

func (*ShareSavedStoryDisplayInfo) String

func (x *ShareSavedStoryDisplayInfo) String() string

type Snap3DData

type Snap3DData struct {
	AllowZippedMedia bool `protobuf:"varint,1,opt,name=allowZippedMedia,proto3" json:"allowZippedMedia,omitempty"`
	// contains filtered or unexported fields
}

func (*Snap3DData) Descriptor deprecated

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

Deprecated: Use Snap3DData.ProtoReflect.Descriptor instead.

func (*Snap3DData) GetAllowZippedMedia

func (x *Snap3DData) GetAllowZippedMedia() bool

func (*Snap3DData) ProtoMessage

func (*Snap3DData) ProtoMessage()

func (*Snap3DData) ProtoReflect

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

func (*Snap3DData) Reset

func (x *Snap3DData) Reset()

func (*Snap3DData) String

func (x *Snap3DData) String() string

type SnapClientMetadata

type SnapClientMetadata struct {
	ClientEditTimeBeforeSend  uint64  `protobuf:"varint,1,opt,name=clientEditTimeBeforeSend,proto3" json:"clientEditTimeBeforeSend,omitempty"`
	SavedToMemoriesBeforeSend bool    `protobuf:"varint,2,opt,name=savedToMemoriesBeforeSend,proto3" json:"savedToMemoriesBeforeSend,omitempty"`
	IsLoadedFromCameraRoll    bool    `protobuf:"varint,3,opt,name=isLoadedFromCameraRoll,proto3" json:"isLoadedFromCameraRoll,omitempty"`
	RetakeTrials              int32   `protobuf:"varint,4,opt,name=retakeTrials,proto3" json:"retakeTrials,omitempty"`
	ZoomLevelSamples          []int32 `protobuf:"varint,5,rep,packed,name=zoomLevelSamples,proto3" json:"zoomLevelSamples,omitempty"`
	ConnectionType            int32   `protobuf:"varint,6,opt,name=connectionType,proto3" json:"connectionType,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapClientMetadata) Descriptor deprecated

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

Deprecated: Use SnapClientMetadata.ProtoReflect.Descriptor instead.

func (*SnapClientMetadata) GetClientEditTimeBeforeSend

func (x *SnapClientMetadata) GetClientEditTimeBeforeSend() uint64

func (*SnapClientMetadata) GetConnectionType

func (x *SnapClientMetadata) GetConnectionType() int32

func (*SnapClientMetadata) GetIsLoadedFromCameraRoll

func (x *SnapClientMetadata) GetIsLoadedFromCameraRoll() bool

func (*SnapClientMetadata) GetRetakeTrials

func (x *SnapClientMetadata) GetRetakeTrials() int32

func (*SnapClientMetadata) GetSavedToMemoriesBeforeSend

func (x *SnapClientMetadata) GetSavedToMemoriesBeforeSend() bool

func (*SnapClientMetadata) GetZoomLevelSamples

func (x *SnapClientMetadata) GetZoomLevelSamples() []int32

func (*SnapClientMetadata) ProtoMessage

func (*SnapClientMetadata) ProtoMessage()

func (*SnapClientMetadata) ProtoReflect

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

func (*SnapClientMetadata) Reset

func (x *SnapClientMetadata) Reset()

func (*SnapClientMetadata) String

func (x *SnapClientMetadata) String() string

type SnapDisplayInfo

type SnapDisplayInfo struct {
	HasAudio    bool `protobuf:"varint,1,opt,name=hasAudio,proto3" json:"hasAudio,omitempty"`
	NotViewable bool `protobuf:"varint,2,opt,name=notViewable,proto3" json:"notViewable,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapDisplayInfo) Descriptor deprecated

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

Deprecated: Use SnapDisplayInfo.ProtoReflect.Descriptor instead.

func (*SnapDisplayInfo) GetHasAudio

func (x *SnapDisplayInfo) GetHasAudio() bool

func (*SnapDisplayInfo) GetNotViewable

func (x *SnapDisplayInfo) GetNotViewable() bool

func (*SnapDisplayInfo) ProtoMessage

func (*SnapDisplayInfo) ProtoMessage()

func (*SnapDisplayInfo) ProtoReflect

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

func (*SnapDisplayInfo) Reset

func (x *SnapDisplayInfo) Reset()

func (*SnapDisplayInfo) String

func (x *SnapDisplayInfo) String() string

type SnapDoc_Unlockables

type SnapDoc_Unlockables struct {
	UnlockablesSnapInfo *UnlockablesSnapInfo `protobuf:"bytes,1,opt,name=unlockablesSnapInfo,proto3" json:"unlockablesSnapInfo,omitempty"`
	EncryptedGeoData    []byte               `protobuf:"bytes,2,opt,name=encryptedGeoData,proto3" json:"encryptedGeoData,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapDoc_Unlockables) Descriptor deprecated

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

Deprecated: Use SnapDoc_Unlockables.ProtoReflect.Descriptor instead.

func (*SnapDoc_Unlockables) GetEncryptedGeoData

func (x *SnapDoc_Unlockables) GetEncryptedGeoData() []byte

func (*SnapDoc_Unlockables) GetUnlockablesSnapInfo

func (x *SnapDoc_Unlockables) GetUnlockablesSnapInfo() *UnlockablesSnapInfo

func (*SnapDoc_Unlockables) ProtoMessage

func (*SnapDoc_Unlockables) ProtoMessage()

func (*SnapDoc_Unlockables) ProtoReflect

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

func (*SnapDoc_Unlockables) Reset

func (x *SnapDoc_Unlockables) Reset()

func (*SnapDoc_Unlockables) String

func (x *SnapDoc_Unlockables) String() string

type SnapItem

type SnapItem struct {
	State    SnapItemState `protobuf:"varint,1,opt,name=state,proto3,enum=states.SnapItemState" json:"state,omitempty"`
	HasAudio bool          `protobuf:"varint,2,opt,name=hasAudio,proto3" json:"hasAudio,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapItem) Descriptor deprecated

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

Deprecated: Use SnapItem.ProtoReflect.Descriptor instead.

func (*SnapItem) GetHasAudio

func (x *SnapItem) GetHasAudio() bool

func (*SnapItem) GetState

func (x *SnapItem) GetState() SnapItemState

func (*SnapItem) ProtoMessage

func (*SnapItem) ProtoMessage()

func (*SnapItem) ProtoReflect

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

func (*SnapItem) Reset

func (x *SnapItem) Reset()

func (*SnapItem) String

func (x *SnapItem) String() string

type SnapItemState

type SnapItemState int32
const (
	SnapItemState_UNKNOWN_SNAP_STATE SnapItemState = 0
	SnapItemState_VIEWED             SnapItemState = 1
	SnapItemState_UNVIEWED           SnapItemState = 2
	SnapItemState_SCREENSHOTTED      SnapItemState = 3
	SnapItemState_RECORDED           SnapItemState = 4
	SnapItemState_REPLAYED           SnapItemState = 5
)

func (SnapItemState) Descriptor

func (SnapItemState) Enum

func (x SnapItemState) Enum() *SnapItemState

func (SnapItemState) EnumDescriptor deprecated

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

Deprecated: Use SnapItemState.Descriptor instead.

func (SnapItemState) Number

func (SnapItemState) String

func (x SnapItemState) String() string

func (SnapItemState) Type

type SnapPostOpenViewingPolicy

type SnapPostOpenViewingPolicy int32
const (
	SnapPostOpenViewingPolicy_POLICY_UNSET_OR_ENVELOPE SnapPostOpenViewingPolicy = 0
	SnapPostOpenViewingPolicy_POLICY_MEDIA             SnapPostOpenViewingPolicy = 1
)

func (SnapPostOpenViewingPolicy) Descriptor

func (SnapPostOpenViewingPolicy) Enum

func (SnapPostOpenViewingPolicy) EnumDescriptor deprecated

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

Deprecated: Use SnapPostOpenViewingPolicy.Descriptor instead.

func (SnapPostOpenViewingPolicy) Number

func (SnapPostOpenViewingPolicy) String

func (x SnapPostOpenViewingPolicy) String() string

func (SnapPostOpenViewingPolicy) Type

type SnapPostOpenViewingPolicyStatusMessage

type SnapPostOpenViewingPolicyStatusMessage struct {
	InitiatingUserId          *UUID                     `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	SnapPostOpenViewingPolicy SnapPostOpenViewingPolicy `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SnapPostOpenViewingPolicyStatusMessage) Descriptor deprecated

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

Deprecated: Use SnapPostOpenViewingPolicyStatusMessage.ProtoReflect.Descriptor instead.

func (*SnapPostOpenViewingPolicyStatusMessage) GetInitiatingUserId

func (x *SnapPostOpenViewingPolicyStatusMessage) GetInitiatingUserId() *UUID

func (*SnapPostOpenViewingPolicyStatusMessage) GetSnapPostOpenViewingPolicy

func (x *SnapPostOpenViewingPolicyStatusMessage) GetSnapPostOpenViewingPolicy() SnapPostOpenViewingPolicy

func (*SnapPostOpenViewingPolicyStatusMessage) ProtoMessage

func (*SnapPostOpenViewingPolicyStatusMessage) ProtoReflect

func (*SnapPostOpenViewingPolicyStatusMessage) Reset

func (*SnapPostOpenViewingPolicyStatusMessage) String

type SnapReplyMetadata

type SnapReplyMetadata struct {
	StoryMediaState int32 `protobuf:"varint,1,opt,name=storyMediaState,proto3" json:"storyMediaState,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapReplyMetadata) Descriptor deprecated

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

Deprecated: Use SnapReplyMetadata.ProtoReflect.Descriptor instead.

func (*SnapReplyMetadata) GetStoryMediaState

func (x *SnapReplyMetadata) GetStoryMediaState() int32

func (*SnapReplyMetadata) ProtoMessage

func (*SnapReplyMetadata) ProtoMessage()

func (*SnapReplyMetadata) ProtoReflect

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

func (*SnapReplyMetadata) Reset

func (x *SnapReplyMetadata) Reset()

func (*SnapReplyMetadata) String

func (x *SnapReplyMetadata) String() string

type SnapSource

type SnapSource int32
const (
	SnapSource_SNAP_SOURCE_UNKNOWN SnapSource = 0
	SnapSource_SNAP_SOURCE_CAMERA  SnapSource = 1
	SnapSource_SNAP_SOURCE_MEMORY  SnapSource = 2
)

func (SnapSource) Descriptor

func (SnapSource) Descriptor() protoreflect.EnumDescriptor

func (SnapSource) Enum

func (x SnapSource) Enum() *SnapSource

func (SnapSource) EnumDescriptor deprecated

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

Deprecated: Use SnapSource.Descriptor instead.

func (SnapSource) Number

func (x SnapSource) Number() protoreflect.EnumNumber

func (SnapSource) String

func (x SnapSource) String() string

func (SnapSource) Type

type SnapStoryId

type SnapStoryId struct {
	CompositeStoryId *CompositeStoryId `protobuf:"bytes,1,opt,name=compositeStoryId,proto3" json:"compositeStoryId,omitempty"`
	LegacyStoryId    string            `protobuf:"bytes,2,opt,name=legacyStoryId,proto3" json:"legacyStoryId,omitempty"`
	PosterOwnerId    string            `protobuf:"bytes,3,opt,name=posterOwnerId,proto3" json:"posterOwnerId,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapStoryId) Descriptor deprecated

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

Deprecated: Use SnapStoryId.ProtoReflect.Descriptor instead.

func (*SnapStoryId) GetCompositeStoryId

func (x *SnapStoryId) GetCompositeStoryId() *CompositeStoryId

func (*SnapStoryId) GetLegacyStoryId

func (x *SnapStoryId) GetLegacyStoryId() string

func (*SnapStoryId) GetPosterOwnerId

func (x *SnapStoryId) GetPosterOwnerId() string

func (*SnapStoryId) ProtoMessage

func (*SnapStoryId) ProtoMessage()

func (*SnapStoryId) ProtoReflect

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

func (*SnapStoryId) Reset

func (x *SnapStoryId) Reset()

func (*SnapStoryId) String

func (x *SnapStoryId) String() string

type SnapViewability

type SnapViewability struct {
	SnapPostOpenViewingPolicy SnapPostOpenViewingPolicy `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SnapViewability) Descriptor deprecated

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

Deprecated: Use SnapViewability.ProtoReflect.Descriptor instead.

func (*SnapViewability) GetSnapPostOpenViewingPolicy

func (x *SnapViewability) GetSnapPostOpenViewingPolicy() SnapPostOpenViewingPolicy

func (*SnapViewability) ProtoMessage

func (*SnapViewability) ProtoMessage()

func (*SnapViewability) ProtoReflect

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

func (*SnapViewability) Reset

func (x *SnapViewability) Reset()

func (*SnapViewability) String

func (x *SnapViewability) String() string

type Snappable

type Snappable struct {
	Id             string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SessionId      string          `protobuf:"bytes,2,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	PlayerId       string          `protobuf:"bytes,3,opt,name=playerId,proto3" json:"playerId,omitempty"`
	SessionData    *SessionData    `protobuf:"bytes,4,opt,name=sessionData,proto3" json:"sessionData,omitempty"`
	CreatedTime    int64           `protobuf:"varint,5,opt,name=createdTime,proto3" json:"createdTime,omitempty"`
	ExpireTime     int64           `protobuf:"varint,6,opt,name=expireTime,proto3" json:"expireTime,omitempty"`
	Version        int32           `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"`
	EncryptionData *EncryptionData `protobuf:"bytes,8,opt,name=encryptionData,proto3" json:"encryptionData,omitempty"`
	SessionDepth   int32           `protobuf:"varint,9,opt,name=sessionDepth,proto3" json:"sessionDepth,omitempty"`
	// contains filtered or unexported fields
}

func (*Snappable) Descriptor deprecated

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

Deprecated: Use Snappable.ProtoReflect.Descriptor instead.

func (*Snappable) GetCreatedTime

func (x *Snappable) GetCreatedTime() int64

func (*Snappable) GetEncryptionData

func (x *Snappable) GetEncryptionData() *EncryptionData

func (*Snappable) GetExpireTime

func (x *Snappable) GetExpireTime() int64

func (*Snappable) GetId

func (x *Snappable) GetId() string

func (*Snappable) GetPlayerId

func (x *Snappable) GetPlayerId() string

func (*Snappable) GetSessionData

func (x *Snappable) GetSessionData() *SessionData

func (*Snappable) GetSessionDepth

func (x *Snappable) GetSessionDepth() int32

func (*Snappable) GetSessionId

func (x *Snappable) GetSessionId() string

func (*Snappable) GetVersion

func (x *Snappable) GetVersion() int32

func (*Snappable) ProtoMessage

func (*Snappable) ProtoMessage()

func (*Snappable) ProtoReflect

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

func (*Snappable) Reset

func (x *Snappable) Reset()

func (*Snappable) String

func (x *Snappable) String() string

type SnappableMedia

type SnappableMedia struct {
	SessionId   string `protobuf:"bytes,1,opt,name=sessionId,proto3" json:"sessionId,omitempty"`
	PlayerId    string `protobuf:"bytes,2,opt,name=playerId,proto3" json:"playerId,omitempty"`
	Url         string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"`
	Key         string `protobuf:"bytes,4,opt,name=key,proto3" json:"key,omitempty"`
	CreatedTime int64  `protobuf:"varint,5,opt,name=createdTime,proto3" json:"createdTime,omitempty"`
	// contains filtered or unexported fields
}

func (*SnappableMedia) Descriptor deprecated

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

Deprecated: Use SnappableMedia.ProtoReflect.Descriptor instead.

func (*SnappableMedia) GetCreatedTime

func (x *SnappableMedia) GetCreatedTime() int64

func (*SnappableMedia) GetKey

func (x *SnappableMedia) GetKey() string

func (*SnappableMedia) GetPlayerId

func (x *SnappableMedia) GetPlayerId() string

func (*SnappableMedia) GetSessionId

func (x *SnappableMedia) GetSessionId() string

func (*SnappableMedia) GetUrl

func (x *SnappableMedia) GetUrl() string

func (*SnappableMedia) ProtoMessage

func (*SnappableMedia) ProtoMessage()

func (*SnappableMedia) ProtoReflect

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

func (*SnappableMedia) Reset

func (x *SnappableMedia) Reset()

func (*SnappableMedia) String

func (x *SnappableMedia) String() string

type SnappableMessage

type SnappableMessage struct {
	Snappable          *Snappable        `protobuf:"bytes,1,opt,name=snappable,proto3" json:"snappable,omitempty"`
	Media              []*SnappableMedia `protobuf:"bytes,2,rep,name=media,proto3" json:"media,omitempty"`
	EffectId           string            `protobuf:"bytes,3,opt,name=effectId,proto3" json:"effectId,omitempty"`
	UserIds            []string          `protobuf:"bytes,4,rep,name=userIds,proto3" json:"userIds,omitempty"`
	FocusPointX        float64           `protobuf:"fixed64,5,opt,name=focusPointX,proto3" json:"focusPointX,omitempty"`
	FocusPointY        float64           `protobuf:"fixed64,6,opt,name=focusPointY,proto3" json:"focusPointY,omitempty"`
	FocusPointWidth    float64           `protobuf:"fixed64,7,opt,name=focusPointWidth,proto3" json:"focusPointWidth,omitempty"`
	ReplyType          ReplyType         `protobuf:"varint,8,opt,name=replyType,proto3,enum=snappable.ReplyType" json:"replyType,omitempty"`
	Snap3DData         *Snap3DData       `protobuf:"bytes,9,opt,name=snap3dData,proto3" json:"snap3dData,omitempty"`
	UsesCameraRollData *UsesCameraRoll   `protobuf:"bytes,10,opt,name=usesCameraRollData,proto3" json:"usesCameraRollData,omitempty"`
	AssetBatchId       string            `protobuf:"bytes,500,opt,name=assetBatchId,proto3" json:"assetBatchId,omitempty"`
	// contains filtered or unexported fields
}

func (*SnappableMessage) Descriptor deprecated

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

Deprecated: Use SnappableMessage.ProtoReflect.Descriptor instead.

func (*SnappableMessage) GetAssetBatchId

func (x *SnappableMessage) GetAssetBatchId() string

func (*SnappableMessage) GetEffectId

func (x *SnappableMessage) GetEffectId() string

func (*SnappableMessage) GetFocusPointWidth

func (x *SnappableMessage) GetFocusPointWidth() float64

func (*SnappableMessage) GetFocusPointX

func (x *SnappableMessage) GetFocusPointX() float64

func (*SnappableMessage) GetFocusPointY

func (x *SnappableMessage) GetFocusPointY() float64

func (*SnappableMessage) GetMedia

func (x *SnappableMessage) GetMedia() []*SnappableMedia

func (*SnappableMessage) GetReplyType

func (x *SnappableMessage) GetReplyType() ReplyType

func (*SnappableMessage) GetSnap3DData

func (x *SnappableMessage) GetSnap3DData() *Snap3DData

func (*SnappableMessage) GetSnappable

func (x *SnappableMessage) GetSnappable() *Snappable

func (*SnappableMessage) GetUserIds

func (x *SnappableMessage) GetUserIds() []string

func (*SnappableMessage) GetUsesCameraRollData

func (x *SnappableMessage) GetUsesCameraRollData() *UsesCameraRoll

func (*SnappableMessage) ProtoMessage

func (*SnappableMessage) ProtoMessage()

func (*SnappableMessage) ProtoReflect

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

func (*SnappableMessage) Reset

func (x *SnappableMessage) Reset()

func (*SnappableMessage) String

func (x *SnappableMessage) String() string

type StatusCallingStatusDisplayInfo

type StatusCallingStatusDisplayInfo struct {
	CallStatus CallStatus `protobuf:"varint,1,opt,name=callStatus,proto3,enum=status.CallStatus" json:"callStatus,omitempty"`
	CallType   CallType   `protobuf:"varint,2,opt,name=callType,proto3,enum=status.CallType" json:"callType,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusCallingStatusDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusCallingStatusDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusCallingStatusDisplayInfo) GetCallStatus

func (x *StatusCallingStatusDisplayInfo) GetCallStatus() CallStatus

func (*StatusCallingStatusDisplayInfo) GetCallType

func (x *StatusCallingStatusDisplayInfo) GetCallType() CallType

func (*StatusCallingStatusDisplayInfo) ProtoMessage

func (*StatusCallingStatusDisplayInfo) ProtoMessage()

func (*StatusCallingStatusDisplayInfo) ProtoReflect

func (*StatusCallingStatusDisplayInfo) Reset

func (x *StatusCallingStatusDisplayInfo) Reset()

func (*StatusCallingStatusDisplayInfo) String

type StatusGenericChat

type StatusGenericChat struct {
	// contains filtered or unexported fields
}

func (*StatusGenericChat) Descriptor deprecated

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

Deprecated: Use StatusGenericChat.ProtoReflect.Descriptor instead.

func (*StatusGenericChat) ProtoMessage

func (*StatusGenericChat) ProtoMessage()

func (*StatusGenericChat) ProtoReflect

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

func (*StatusGenericChat) Reset

func (x *StatusGenericChat) Reset()

func (*StatusGenericChat) String

func (x *StatusGenericChat) String() string

type StatusGroupChatCreatedDisplayInfo

type StatusGroupChatCreatedDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*StatusGroupChatCreatedDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusGroupChatCreatedDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusGroupChatCreatedDisplayInfo) ProtoMessage

func (*StatusGroupChatCreatedDisplayInfo) ProtoMessage()

func (*StatusGroupChatCreatedDisplayInfo) ProtoReflect

func (*StatusGroupChatCreatedDisplayInfo) Reset

func (*StatusGroupChatCreatedDisplayInfo) String

type StatusInMyContactsDisplayInfo

type StatusInMyContactsDisplayInfo struct {
	RecentlyJoinedUserId *UUID `protobuf:"bytes,1,opt,name=recentlyJoinedUserId,proto3" json:"recentlyJoinedUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusInMyContactsDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusInMyContactsDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusInMyContactsDisplayInfo) GetRecentlyJoinedUserId

func (x *StatusInMyContactsDisplayInfo) GetRecentlyJoinedUserId() *UUID

func (*StatusInMyContactsDisplayInfo) ProtoMessage

func (*StatusInMyContactsDisplayInfo) ProtoMessage()

func (*StatusInMyContactsDisplayInfo) ProtoReflect

func (*StatusInMyContactsDisplayInfo) Reset

func (x *StatusInMyContactsDisplayInfo) Reset()

func (*StatusInMyContactsDisplayInfo) String

type StatusMessage

type StatusMessage struct {

	// Types that are assignable to Status:
	//
	//	*StatusMessage_ScreenCapture
	//	*StatusMessage_CallingStatus
	//	*StatusMessage_ParticipantChange
	//	*StatusMessage_NameStatusChange
	//	*StatusMessage_MessageErase
	//	*StatusMessage_GroupChatCreated
	//	*StatusMessage_SaveToCameraRoll
	//	*StatusMessage_ChangeConversationRetentionPolicy
	//	*StatusMessage_GameClosed
	//	*StatusMessage_InviteLink
	//	*StatusMessage_GroupInviteStickerJoinTextPrompt
	//	*StatusMessage_CanvasUpdate
	//	*StatusMessage_LiveLocationTerminated
	//	*StatusMessage_InMyContacts
	//	*StatusMessage_AcceptFamilyCenterInvite
	//	*StatusMessage_LeaveFamilyCenter
	//	*StatusMessage_DwebUpsell
	//	*StatusMessage_QuoteReplyShare
	//	*StatusMessage_UpdateChatWallpaperStatusMessage
	//	*StatusMessage_PlusGift
	//	*StatusMessage_Streak
	//	*StatusMessage_MerlinWelcome
	//	*StatusMessage_LiveLocationGroupMessage
	//	*StatusMessage_SnapPostOpenViewingPolicyStatusMessage
	Status isStatusMessage_Status `protobuf_oneof:"status"`
	// contains filtered or unexported fields
}

func (*StatusMessage) Descriptor deprecated

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

Deprecated: Use StatusMessage.ProtoReflect.Descriptor instead.

func (*StatusMessage) GetAcceptFamilyCenterInvite

func (x *StatusMessage) GetAcceptFamilyCenterInvite() *AcceptFamilyCenterInviteStatusMessage

func (*StatusMessage) GetCallingStatus

func (x *StatusMessage) GetCallingStatus() *CallingStatusMessage

func (*StatusMessage) GetCanvasUpdate

func (x *StatusMessage) GetCanvasUpdate() *CanvasCustomUpdateStatusMessage

func (*StatusMessage) GetChangeConversationRetentionPolicy

func (x *StatusMessage) GetChangeConversationRetentionPolicy() *ChangeConversationRetentionPolicyStatusMessage

func (*StatusMessage) GetDwebUpsell

func (x *StatusMessage) GetDwebUpsell() *DWebUpsellStatusMessage

func (*StatusMessage) GetGameClosed

func (x *StatusMessage) GetGameClosed() *GameClosedStatusMessage

func (*StatusMessage) GetGroupChatCreated

func (x *StatusMessage) GetGroupChatCreated() *GroupChatCreatedStatusMessage

func (*StatusMessage) GetGroupInviteStickerJoinTextPrompt

func (x *StatusMessage) GetGroupInviteStickerJoinTextPrompt() *GroupInviteStickerJoinTextPromptStatusMessage

func (*StatusMessage) GetInMyContacts

func (x *StatusMessage) GetInMyContacts() *InMyContactsStatusMessage
func (x *StatusMessage) GetInviteLink() *InviteLinkStatusMessage

func (*StatusMessage) GetLeaveFamilyCenter

func (x *StatusMessage) GetLeaveFamilyCenter() *LeaveFamilyCenterStatusMessage

func (*StatusMessage) GetLiveLocationGroupMessage

func (x *StatusMessage) GetLiveLocationGroupMessage() *LiveLocationGroupShareStatusMessage

func (*StatusMessage) GetLiveLocationTerminated

func (x *StatusMessage) GetLiveLocationTerminated() *LiveLocationShareTerminatedStatusMessage

func (*StatusMessage) GetMerlinWelcome

func (x *StatusMessage) GetMerlinWelcome() *MerlinWelcomeStatusMessage

func (*StatusMessage) GetMessageErase

func (x *StatusMessage) GetMessageErase() *MessageEraseStatusMessage

func (*StatusMessage) GetNameStatusChange

func (x *StatusMessage) GetNameStatusChange() *NameChangeStatusMessage

func (*StatusMessage) GetParticipantChange

func (x *StatusMessage) GetParticipantChange() *ParticipantChangeStatusMessage

func (*StatusMessage) GetPlusGift

func (x *StatusMessage) GetPlusGift() *PlusGiftStatusMessage

func (*StatusMessage) GetQuoteReplyShare

func (x *StatusMessage) GetQuoteReplyShare() *QuoteReplyShareStatusMessage

func (*StatusMessage) GetSaveToCameraRoll

func (x *StatusMessage) GetSaveToCameraRoll() *SaveToCameraRollStatusMessage

func (*StatusMessage) GetScreenCapture

func (x *StatusMessage) GetScreenCapture() *ScreenCaptureStatusMessage

func (*StatusMessage) GetSnapPostOpenViewingPolicyStatusMessage

func (x *StatusMessage) GetSnapPostOpenViewingPolicyStatusMessage() *SnapPostOpenViewingPolicyStatusMessage

func (*StatusMessage) GetStatus

func (m *StatusMessage) GetStatus() isStatusMessage_Status

func (*StatusMessage) GetStreak

func (x *StatusMessage) GetStreak() *StreakStatusMessage

func (*StatusMessage) GetUpdateChatWallpaperStatusMessage

func (x *StatusMessage) GetUpdateChatWallpaperStatusMessage() *UpdateChatWallpaperStatusMessage

func (*StatusMessage) ProtoMessage

func (*StatusMessage) ProtoMessage()

func (*StatusMessage) ProtoReflect

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

func (*StatusMessage) Reset

func (x *StatusMessage) Reset()

func (*StatusMessage) String

func (x *StatusMessage) String() string

type StatusMessageDisplayInfo

type StatusMessageDisplayInfo struct {

	// Types that are assignable to Status:
	//
	//	*StatusMessageDisplayInfo_ScreenCapture
	//	*StatusMessageDisplayInfo_CallingStatus
	//	*StatusMessageDisplayInfo_ChangeParticipant
	//	*StatusMessageDisplayInfo_NameChange
	//	*StatusMessageDisplayInfo_SaveToCameraRoll
	//	*StatusMessageDisplayInfo_InMyContacts
	//	*StatusMessageDisplayInfo_GenericChat
	//	*StatusMessageDisplayInfo_KickParticipant
	//	*StatusMessageDisplayInfo_GroupCreated
	Status isStatusMessageDisplayInfo_Status `protobuf_oneof:"status"`
	// contains filtered or unexported fields
}

func (*StatusMessageDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusMessageDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusMessageDisplayInfo) GetCallingStatus

func (*StatusMessageDisplayInfo) GetChangeParticipant

func (x *StatusMessageDisplayInfo) GetChangeParticipant() *StatusParticipantAddDisplayInfo

func (*StatusMessageDisplayInfo) GetGenericChat

func (x *StatusMessageDisplayInfo) GetGenericChat() *StatusGenericChat

func (*StatusMessageDisplayInfo) GetGroupCreated

func (*StatusMessageDisplayInfo) GetInMyContacts

func (*StatusMessageDisplayInfo) GetKickParticipant

func (*StatusMessageDisplayInfo) GetNameChange

func (*StatusMessageDisplayInfo) GetSaveToCameraRoll

func (*StatusMessageDisplayInfo) GetScreenCapture

func (*StatusMessageDisplayInfo) GetStatus

func (m *StatusMessageDisplayInfo) GetStatus() isStatusMessageDisplayInfo_Status

func (*StatusMessageDisplayInfo) ProtoMessage

func (*StatusMessageDisplayInfo) ProtoMessage()

func (*StatusMessageDisplayInfo) ProtoReflect

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

func (*StatusMessageDisplayInfo) Reset

func (x *StatusMessageDisplayInfo) Reset()

func (*StatusMessageDisplayInfo) String

func (x *StatusMessageDisplayInfo) String() string

type StatusMessageDisplayInfo_CallingStatus

type StatusMessageDisplayInfo_CallingStatus struct {
	CallingStatus *StatusCallingStatusDisplayInfo `protobuf:"bytes,2,opt,name=callingStatus,proto3,oneof"`
}

type StatusMessageDisplayInfo_ChangeParticipant

type StatusMessageDisplayInfo_ChangeParticipant struct {
	ChangeParticipant *StatusParticipantAddDisplayInfo `protobuf:"bytes,3,opt,name=changeParticipant,proto3,oneof"`
}

type StatusMessageDisplayInfo_GenericChat

type StatusMessageDisplayInfo_GenericChat struct {
	GenericChat *StatusGenericChat `protobuf:"bytes,7,opt,name=genericChat,proto3,oneof"`
}

type StatusMessageDisplayInfo_GroupCreated

type StatusMessageDisplayInfo_GroupCreated struct {
	GroupCreated *StatusGroupChatCreatedDisplayInfo `protobuf:"bytes,9,opt,name=groupCreated,proto3,oneof"`
}

type StatusMessageDisplayInfo_InMyContacts

type StatusMessageDisplayInfo_InMyContacts struct {
	InMyContacts *StatusInMyContactsDisplayInfo `protobuf:"bytes,6,opt,name=inMyContacts,proto3,oneof"`
}

type StatusMessageDisplayInfo_KickParticipant

type StatusMessageDisplayInfo_KickParticipant struct {
	KickParticipant *StatusParticipantKickDisplayInfo `protobuf:"bytes,8,opt,name=kickParticipant,proto3,oneof"`
}

type StatusMessageDisplayInfo_NameChange

type StatusMessageDisplayInfo_NameChange struct {
	NameChange *StatusNameChangeDisplayInfo `protobuf:"bytes,4,opt,name=nameChange,proto3,oneof"`
}

type StatusMessageDisplayInfo_SaveToCameraRoll

type StatusMessageDisplayInfo_SaveToCameraRoll struct {
	SaveToCameraRoll *StatusSaveToCameraRollDisplayInfo `protobuf:"bytes,5,opt,name=saveToCameraRoll,proto3,oneof"`
}

type StatusMessageDisplayInfo_ScreenCapture

type StatusMessageDisplayInfo_ScreenCapture struct {
	ScreenCapture *StatusScreenCaptureDisplayInfo `protobuf:"bytes,1,opt,name=screenCapture,proto3,oneof"`
}

type StatusMessage_AcceptFamilyCenterInvite

type StatusMessage_AcceptFamilyCenterInvite struct {
	AcceptFamilyCenterInvite *AcceptFamilyCenterInviteStatusMessage `protobuf:"bytes,15,opt,name=acceptFamilyCenterInvite,proto3,oneof"`
}

type StatusMessage_CallingStatus

type StatusMessage_CallingStatus struct {
	CallingStatus *CallingStatusMessage `protobuf:"bytes,2,opt,name=callingStatus,proto3,oneof"`
}

type StatusMessage_CanvasUpdate

type StatusMessage_CanvasUpdate struct {
	CanvasUpdate *CanvasCustomUpdateStatusMessage `protobuf:"bytes,12,opt,name=canvasUpdate,proto3,oneof"`
}

type StatusMessage_ChangeConversationRetentionPolicy

type StatusMessage_ChangeConversationRetentionPolicy struct {
	ChangeConversationRetentionPolicy *ChangeConversationRetentionPolicyStatusMessage `protobuf:"bytes,8,opt,name=changeConversationRetentionPolicy,proto3,oneof"`
}

type StatusMessage_DwebUpsell

type StatusMessage_DwebUpsell struct {
	DwebUpsell *DWebUpsellStatusMessage `protobuf:"bytes,17,opt,name=dwebUpsell,proto3,oneof"`
}

type StatusMessage_GameClosed

type StatusMessage_GameClosed struct {
	GameClosed *GameClosedStatusMessage `protobuf:"bytes,9,opt,name=gameClosed,proto3,oneof"`
}

type StatusMessage_GroupChatCreated

type StatusMessage_GroupChatCreated struct {
	GroupChatCreated *GroupChatCreatedStatusMessage `protobuf:"bytes,6,opt,name=groupChatCreated,proto3,oneof"`
}

type StatusMessage_GroupInviteStickerJoinTextPrompt

type StatusMessage_GroupInviteStickerJoinTextPrompt struct {
	GroupInviteStickerJoinTextPrompt *GroupInviteStickerJoinTextPromptStatusMessage `protobuf:"bytes,11,opt,name=groupInviteStickerJoinTextPrompt,proto3,oneof"`
}

type StatusMessage_InMyContacts

type StatusMessage_InMyContacts struct {
	InMyContacts *InMyContactsStatusMessage `protobuf:"bytes,14,opt,name=inMyContacts,proto3,oneof"`
}
type StatusMessage_InviteLink struct {
	InviteLink *InviteLinkStatusMessage `protobuf:"bytes,10,opt,name=inviteLink,proto3,oneof"`
}

type StatusMessage_LeaveFamilyCenter

type StatusMessage_LeaveFamilyCenter struct {
	LeaveFamilyCenter *LeaveFamilyCenterStatusMessage `protobuf:"bytes,16,opt,name=leaveFamilyCenter,proto3,oneof"`
}

type StatusMessage_LiveLocationGroupMessage

type StatusMessage_LiveLocationGroupMessage struct {
	LiveLocationGroupMessage *LiveLocationGroupShareStatusMessage `protobuf:"bytes,23,opt,name=liveLocationGroupMessage,proto3,oneof"`
}

type StatusMessage_LiveLocationTerminated

type StatusMessage_LiveLocationTerminated struct {
	LiveLocationTerminated *LiveLocationShareTerminatedStatusMessage `protobuf:"bytes,13,opt,name=liveLocationTerminated,proto3,oneof"`
}

type StatusMessage_MerlinWelcome

type StatusMessage_MerlinWelcome struct {
	MerlinWelcome *MerlinWelcomeStatusMessage `protobuf:"bytes,22,opt,name=merlinWelcome,proto3,oneof"`
}

type StatusMessage_MessageErase

type StatusMessage_MessageErase struct {
	MessageErase *MessageEraseStatusMessage `protobuf:"bytes,5,opt,name=messageErase,proto3,oneof"`
}

type StatusMessage_NameStatusChange

type StatusMessage_NameStatusChange struct {
	NameStatusChange *NameChangeStatusMessage `protobuf:"bytes,4,opt,name=nameStatusChange,proto3,oneof"`
}

type StatusMessage_ParticipantChange

type StatusMessage_ParticipantChange struct {
	ParticipantChange *ParticipantChangeStatusMessage `protobuf:"bytes,3,opt,name=participantChange,proto3,oneof"`
}

type StatusMessage_PlusGift

type StatusMessage_PlusGift struct {
	PlusGift *PlusGiftStatusMessage `protobuf:"bytes,20,opt,name=plusGift,proto3,oneof"`
}

type StatusMessage_QuoteReplyShare

type StatusMessage_QuoteReplyShare struct {
	QuoteReplyShare *QuoteReplyShareStatusMessage `protobuf:"bytes,18,opt,name=quoteReplyShare,proto3,oneof"`
}

type StatusMessage_SaveToCameraRoll

type StatusMessage_SaveToCameraRoll struct {
	SaveToCameraRoll *SaveToCameraRollStatusMessage `protobuf:"bytes,7,opt,name=saveToCameraRoll,proto3,oneof"`
}

type StatusMessage_ScreenCapture

type StatusMessage_ScreenCapture struct {
	ScreenCapture *ScreenCaptureStatusMessage `protobuf:"bytes,1,opt,name=screenCapture,proto3,oneof"`
}

type StatusMessage_SnapPostOpenViewingPolicyStatusMessage

type StatusMessage_SnapPostOpenViewingPolicyStatusMessage struct {
	SnapPostOpenViewingPolicyStatusMessage *SnapPostOpenViewingPolicyStatusMessage `protobuf:"bytes,24,opt,name=snapPostOpenViewingPolicyStatusMessage,proto3,oneof"`
}

type StatusMessage_Streak

type StatusMessage_Streak struct {
	Streak *StreakStatusMessage `protobuf:"bytes,21,opt,name=streak,proto3,oneof"`
}

type StatusMessage_UpdateChatWallpaperStatusMessage

type StatusMessage_UpdateChatWallpaperStatusMessage struct {
	UpdateChatWallpaperStatusMessage *UpdateChatWallpaperStatusMessage `protobuf:"bytes,19,opt,name=updateChatWallpaperStatusMessage,proto3,oneof"`
}

type StatusNameChangeDisplayInfo

type StatusNameChangeDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*StatusNameChangeDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusNameChangeDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusNameChangeDisplayInfo) ProtoMessage

func (*StatusNameChangeDisplayInfo) ProtoMessage()

func (*StatusNameChangeDisplayInfo) ProtoReflect

func (*StatusNameChangeDisplayInfo) Reset

func (x *StatusNameChangeDisplayInfo) Reset()

func (*StatusNameChangeDisplayInfo) String

func (x *StatusNameChangeDisplayInfo) String() string

type StatusParticipantAddDisplayInfo

type StatusParticipantAddDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*StatusParticipantAddDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusParticipantAddDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusParticipantAddDisplayInfo) ProtoMessage

func (*StatusParticipantAddDisplayInfo) ProtoMessage()

func (*StatusParticipantAddDisplayInfo) ProtoReflect

func (*StatusParticipantAddDisplayInfo) Reset

func (*StatusParticipantAddDisplayInfo) String

type StatusParticipantKickDisplayInfo

type StatusParticipantKickDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*StatusParticipantKickDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusParticipantKickDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusParticipantKickDisplayInfo) ProtoMessage

func (*StatusParticipantKickDisplayInfo) ProtoMessage()

func (*StatusParticipantKickDisplayInfo) ProtoReflect

func (*StatusParticipantKickDisplayInfo) Reset

func (*StatusParticipantKickDisplayInfo) String

type StatusSaveToCameraRollDisplayInfo

type StatusSaveToCameraRollDisplayInfo struct {
	// contains filtered or unexported fields
}

func (*StatusSaveToCameraRollDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusSaveToCameraRollDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusSaveToCameraRollDisplayInfo) ProtoMessage

func (*StatusSaveToCameraRollDisplayInfo) ProtoMessage()

func (*StatusSaveToCameraRollDisplayInfo) ProtoReflect

func (*StatusSaveToCameraRollDisplayInfo) Reset

func (*StatusSaveToCameraRollDisplayInfo) String

type StatusScreenCaptureDisplayInfo

type StatusScreenCaptureDisplayInfo struct {
	CaptureType ScreenCaptureType `protobuf:"varint,1,opt,name=captureType,proto3,enum=status.ScreenCaptureType" json:"captureType,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusScreenCaptureDisplayInfo) Descriptor deprecated

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

Deprecated: Use StatusScreenCaptureDisplayInfo.ProtoReflect.Descriptor instead.

func (*StatusScreenCaptureDisplayInfo) GetCaptureType

func (*StatusScreenCaptureDisplayInfo) ProtoMessage

func (*StatusScreenCaptureDisplayInfo) ProtoMessage()

func (*StatusScreenCaptureDisplayInfo) ProtoReflect

func (*StatusScreenCaptureDisplayInfo) Reset

func (x *StatusScreenCaptureDisplayInfo) Reset()

func (*StatusScreenCaptureDisplayInfo) String

type StickerInfo

type StickerInfo struct {
	UnlockableId int64 `protobuf:"varint,1,opt,name=unlockableId,proto3" json:"unlockableId,omitempty"`
	StickerId    int64 `protobuf:"varint,2,opt,name=stickerId,proto3" json:"stickerId,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerInfo) Descriptor deprecated

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

Deprecated: Use StickerInfo.ProtoReflect.Descriptor instead.

func (*StickerInfo) GetStickerId

func (x *StickerInfo) GetStickerId() int64

func (*StickerInfo) GetUnlockableId

func (x *StickerInfo) GetUnlockableId() int64

func (*StickerInfo) ProtoMessage

func (*StickerInfo) ProtoMessage()

func (*StickerInfo) ProtoReflect

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

func (*StickerInfo) Reset

func (x *StickerInfo) Reset()

func (*StickerInfo) String

func (x *StickerInfo) String() string

type StoreEntry

type StoreEntry struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreEntry) Descriptor deprecated

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

Deprecated: Use StoreEntry.ProtoReflect.Descriptor instead.

func (*StoreEntry) GetKey

func (x *StoreEntry) GetKey() string

func (*StoreEntry) GetValue

func (x *StoreEntry) GetValue() string

func (*StoreEntry) ProtoMessage

func (*StoreEntry) ProtoMessage()

func (*StoreEntry) ProtoReflect

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

func (*StoreEntry) Reset

func (x *StoreEntry) Reset()

func (*StoreEntry) String

func (x *StoreEntry) String() string

type StoryDestination

type StoryDestination struct {
	StoryDestinationId           *UUID                         `protobuf:"bytes,1,opt,name=storyDestinationId,proto3" json:"storyDestinationId,omitempty"`
	StoryPostDestinationMetadata *StoryPostDestinationMetadata `protobuf:"bytes,2,opt,name=storyPostDestinationMetadata,proto3" json:"storyPostDestinationMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryDestination) Descriptor deprecated

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

Deprecated: Use StoryDestination.ProtoReflect.Descriptor instead.

func (*StoryDestination) GetStoryDestinationId

func (x *StoryDestination) GetStoryDestinationId() *UUID

func (*StoryDestination) GetStoryPostDestinationMetadata

func (x *StoryDestination) GetStoryPostDestinationMetadata() *StoryPostDestinationMetadata

func (*StoryDestination) ProtoMessage

func (*StoryDestination) ProtoMessage()

func (*StoryDestination) ProtoReflect

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

func (*StoryDestination) Reset

func (x *StoryDestination) Reset()

func (*StoryDestination) String

func (x *StoryDestination) String() string

type StoryDestinationResult

type StoryDestinationResult struct {
	StoryDestinationId *UUID  `protobuf:"bytes,1,opt,name=storyDestinationId,proto3" json:"storyDestinationId,omitempty"`
	StoryId            []byte `protobuf:"bytes,2,opt,name=storyId,proto3" json:"storyId,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryDestinationResult) Descriptor deprecated

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

Deprecated: Use StoryDestinationResult.ProtoReflect.Descriptor instead.

func (*StoryDestinationResult) GetStoryDestinationId

func (x *StoryDestinationResult) GetStoryDestinationId() *UUID

func (*StoryDestinationResult) GetStoryId

func (x *StoryDestinationResult) GetStoryId() []byte

func (*StoryDestinationResult) ProtoMessage

func (*StoryDestinationResult) ProtoMessage()

func (*StoryDestinationResult) ProtoReflect

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

func (*StoryDestinationResult) Reset

func (x *StoryDestinationResult) Reset()

func (*StoryDestinationResult) String

func (x *StoryDestinationResult) String() string

type StoryMentionInfo

type StoryMentionInfo struct {
	IsUserTagged bool `protobuf:"varint,1,opt,name=isUserTagged,proto3" json:"isUserTagged,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryMentionInfo) Descriptor deprecated

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

Deprecated: Use StoryMentionInfo.ProtoReflect.Descriptor instead.

func (*StoryMentionInfo) GetIsUserTagged

func (x *StoryMentionInfo) GetIsUserTagged() bool

func (*StoryMentionInfo) ProtoMessage

func (*StoryMentionInfo) ProtoMessage()

func (*StoryMentionInfo) ProtoReflect

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

func (*StoryMentionInfo) Reset

func (x *StoryMentionInfo) Reset()

func (*StoryMentionInfo) String

func (x *StoryMentionInfo) String() string

type StoryMetadata

type StoryMetadata struct {
	ClientId             string                `protobuf:"bytes,1,opt,name=clientId,proto3" json:"clientId,omitempty"`
	RankingMetadata      *RankingMetadata      `protobuf:"bytes,3,opt,name=rankingMetadata,proto3" json:"rankingMetadata,omitempty"`
	ExperimentalMetadata *ExperimentalMetadata `protobuf:"bytes,4,opt,name=experimentalMetadata,proto3" json:"experimentalMetadata,omitempty"`
	Location             *Location             `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	ThumbnailData        []byte                `protobuf:"bytes,6,opt,name=thumbnailData,proto3" json:"thumbnailData,omitempty"`
	CaptionMetadata      *CaptionMetadata      `protobuf:"bytes,7,opt,name=captionMetadata,proto3" json:"captionMetadata,omitempty"`
	CaptionText          string                `protobuf:"bytes,8,opt,name=captionText,proto3" json:"captionText,omitempty"`
	GeoAddressFromIp     *GeoAddress           `protobuf:"bytes,9,opt,name=geoAddressFromIp,proto3" json:"geoAddressFromIp,omitempty"`
	Orientation          int32                 `protobuf:"varint,11,opt,name=orientation,proto3" json:"orientation,omitempty"`
	Locale               string                `protobuf:"bytes,12,opt,name=locale,proto3" json:"locale,omitempty"`
	Timezone             *TimeZone             `protobuf:"bytes,13,opt,name=timezone,proto3" json:"timezone,omitempty"`
	GoLiveTsMs           int64                 `protobuf:"varint,14,opt,name=goLiveTsMs,proto3" json:"goLiveTsMs,omitempty"`
	RouteTag             string                `protobuf:"bytes,100,opt,name=routeTag,proto3" json:"routeTag,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryMetadata) Descriptor deprecated

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

Deprecated: Use StoryMetadata.ProtoReflect.Descriptor instead.

func (*StoryMetadata) GetCaptionMetadata

func (x *StoryMetadata) GetCaptionMetadata() *CaptionMetadata

func (*StoryMetadata) GetCaptionText

func (x *StoryMetadata) GetCaptionText() string

func (*StoryMetadata) GetClientId

func (x *StoryMetadata) GetClientId() string

func (*StoryMetadata) GetExperimentalMetadata

func (x *StoryMetadata) GetExperimentalMetadata() *ExperimentalMetadata

func (*StoryMetadata) GetGeoAddressFromIp

func (x *StoryMetadata) GetGeoAddressFromIp() *GeoAddress

func (*StoryMetadata) GetGoLiveTsMs

func (x *StoryMetadata) GetGoLiveTsMs() int64

func (*StoryMetadata) GetLocale

func (x *StoryMetadata) GetLocale() string

func (*StoryMetadata) GetLocation

func (x *StoryMetadata) GetLocation() *Location

func (*StoryMetadata) GetOrientation

func (x *StoryMetadata) GetOrientation() int32

func (*StoryMetadata) GetRankingMetadata

func (x *StoryMetadata) GetRankingMetadata() *RankingMetadata

func (*StoryMetadata) GetRouteTag

func (x *StoryMetadata) GetRouteTag() string

func (*StoryMetadata) GetThumbnailData

func (x *StoryMetadata) GetThumbnailData() []byte

func (*StoryMetadata) GetTimezone

func (x *StoryMetadata) GetTimezone() *TimeZone

func (*StoryMetadata) ProtoMessage

func (*StoryMetadata) ProtoMessage()

func (*StoryMetadata) ProtoReflect

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

func (*StoryMetadata) Reset

func (x *StoryMetadata) Reset()

func (*StoryMetadata) String

func (x *StoryMetadata) String() string

type StoryPostDestinationMetadata

type StoryPostDestinationMetadata struct {

	// Types that are assignable to MetaData:
	//
	//	*StoryPostDestinationMetadata_MyStory
	//	*StoryPostDestinationMetadata_CustomStory
	MetaData               isStoryPostDestinationMetadata_MetaData `protobuf_oneof:"metaData"`
	MessagingDestinationId []byte                                  `protobuf:"bytes,7,opt,name=messagingDestinationId,proto3" json:"messagingDestinationId,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryPostDestinationMetadata) Descriptor deprecated

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

Deprecated: Use StoryPostDestinationMetadata.ProtoReflect.Descriptor instead.

func (*StoryPostDestinationMetadata) GetCustomStory

func (*StoryPostDestinationMetadata) GetMessagingDestinationId

func (x *StoryPostDestinationMetadata) GetMessagingDestinationId() []byte

func (*StoryPostDestinationMetadata) GetMetaData

func (m *StoryPostDestinationMetadata) GetMetaData() isStoryPostDestinationMetadata_MetaData

func (*StoryPostDestinationMetadata) GetMyStory

func (*StoryPostDestinationMetadata) ProtoMessage

func (*StoryPostDestinationMetadata) ProtoMessage()

func (*StoryPostDestinationMetadata) ProtoReflect

func (*StoryPostDestinationMetadata) Reset

func (x *StoryPostDestinationMetadata) Reset()

func (*StoryPostDestinationMetadata) String

type StoryPostDestinationMetadata_CustomStory

type StoryPostDestinationMetadata_CustomStory struct {
	CustomStory *CustomStoryDestinationMetadata `protobuf:"bytes,2,opt,name=customStory,proto3,oneof"`
}

type StoryPostDestinationMetadata_MyStory

type StoryPostDestinationMetadata_MyStory struct {
	MyStory *MyStoryDestinationMetadata `protobuf:"bytes,1,opt,name=myStory,proto3,oneof"`
}

type StoryPostInfo

type StoryPostInfo struct {
	StoryMetadata *StoryMetadata `protobuf:"bytes,1,opt,name=storyMetadata,proto3" json:"storyMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StoryPostInfo) Descriptor deprecated

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

Deprecated: Use StoryPostInfo.ProtoReflect.Descriptor instead.

func (*StoryPostInfo) GetStoryMetadata

func (x *StoryPostInfo) GetStoryMetadata() *StoryMetadata

func (*StoryPostInfo) ProtoMessage

func (*StoryPostInfo) ProtoMessage()

func (*StoryPostInfo) ProtoReflect

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

func (*StoryPostInfo) Reset

func (x *StoryPostInfo) Reset()

func (*StoryPostInfo) String

func (x *StoryPostInfo) String() string

type StreakMetadata

type StreakMetadata struct {
	StreakCount                              int32 `protobuf:"varint,1,opt,name=streakCount,proto3" json:"streakCount,omitempty"`
	StreakExpirationTimestampMs              int64 `protobuf:"varint,2,opt,name=streakExpirationTimestampMs,proto3" json:"streakExpirationTimestampMs,omitempty"`
	LatestExpiredStreakCount                 int32 `protobuf:"varint,3,opt,name=latestExpiredStreakCount,proto3" json:"latestExpiredStreakCount,omitempty"`
	LatestExpiredStreakExpirationTimestampMs int64 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StreakMetadata) Descriptor deprecated

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

Deprecated: Use StreakMetadata.ProtoReflect.Descriptor instead.

func (*StreakMetadata) GetLatestExpiredStreakCount

func (x *StreakMetadata) GetLatestExpiredStreakCount() int32

func (*StreakMetadata) GetLatestExpiredStreakExpirationTimestampMs

func (x *StreakMetadata) GetLatestExpiredStreakExpirationTimestampMs() int64

func (*StreakMetadata) GetStreakCount

func (x *StreakMetadata) GetStreakCount() int32

func (*StreakMetadata) GetStreakExpirationTimestampMs

func (x *StreakMetadata) GetStreakExpirationTimestampMs() int64

func (*StreakMetadata) ProtoMessage

func (*StreakMetadata) ProtoMessage()

func (*StreakMetadata) ProtoReflect

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

func (*StreakMetadata) Reset

func (x *StreakMetadata) Reset()

func (*StreakMetadata) String

func (x *StreakMetadata) String() string

type StreakStatus

type StreakStatus int32
const (
	StreakStatus_STREAK_STATUS_UNSET StreakStatus = 0
	StreakStatus_STREAK_STATUS_START StreakStatus = 1
	StreakStatus_STREAK_STATUS_END   StreakStatus = 2
)

func (StreakStatus) Descriptor

func (StreakStatus) Enum

func (x StreakStatus) Enum() *StreakStatus

func (StreakStatus) EnumDescriptor deprecated

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

Deprecated: Use StreakStatus.Descriptor instead.

func (StreakStatus) Number

func (StreakStatus) String

func (x StreakStatus) String() string

func (StreakStatus) Type

type StreakStatusMessage

type StreakStatusMessage struct {
	StreakStatus StreakStatus `protobuf:"varint,1,opt,name=streakStatus,proto3,enum=status.StreakStatus" json:"streakStatus,omitempty"`
	StreakCount  int32        `protobuf:"varint,2,opt,name=streakCount,proto3" json:"streakCount,omitempty"`
	// contains filtered or unexported fields
}

func (*StreakStatusMessage) Descriptor deprecated

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

Deprecated: Use StreakStatusMessage.ProtoReflect.Descriptor instead.

func (*StreakStatusMessage) GetStreakCount

func (x *StreakStatusMessage) GetStreakCount() int32

func (*StreakStatusMessage) GetStreakStatus

func (x *StreakStatusMessage) GetStreakStatus() StreakStatus

func (*StreakStatusMessage) ProtoMessage

func (*StreakStatusMessage) ProtoMessage()

func (*StreakStatusMessage) ProtoReflect

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

func (*StreakStatusMessage) Reset

func (x *StreakStatusMessage) Reset()

func (*StreakStatusMessage) String

func (x *StreakStatusMessage) String() string

type SyncConversationsBlizzardData

type SyncConversationsBlizzardData struct {
	TivTransactionId string     `protobuf:"bytes,1,opt,name=tivTransactionId,proto3" json:"tivTransactionId,omitempty"`
	SyncReason       SyncReason `protobuf:"varint,2,opt,name=syncReason,proto3,enum=blizzard.SyncReason" json:"syncReason,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncConversationsBlizzardData) Descriptor deprecated

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

Deprecated: Use SyncConversationsBlizzardData.ProtoReflect.Descriptor instead.

func (*SyncConversationsBlizzardData) GetSyncReason

func (x *SyncConversationsBlizzardData) GetSyncReason() SyncReason

func (*SyncConversationsBlizzardData) GetTivTransactionId

func (x *SyncConversationsBlizzardData) GetTivTransactionId() string

func (*SyncConversationsBlizzardData) ProtoMessage

func (*SyncConversationsBlizzardData) ProtoMessage()

func (*SyncConversationsBlizzardData) ProtoReflect

func (*SyncConversationsBlizzardData) Reset

func (x *SyncConversationsBlizzardData) Reset()

func (*SyncConversationsBlizzardData) String

type SyncConversationsRequest

type SyncConversationsRequest struct {
	SelfUserId   *UUID                          `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	SyncToken    []byte                         `protobuf:"bytes,2,opt,name=syncToken,proto3" json:"syncToken,omitempty"` // this is the sync token you receive OR "useV3" in bytes if you have not gotten a syncToken at all yet / want a new one
	VersionInfos []*ConversationVersionInfo     `protobuf:"bytes,3,rep,name=versionInfos,proto3" json:"versionInfos,omitempty"`
	BlizzardData *SyncConversationsBlizzardData `protobuf:"bytes,4,opt,name=blizzardData,proto3" json:"blizzardData,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncConversationsRequest) Descriptor deprecated

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

Deprecated: Use SyncConversationsRequest.ProtoReflect.Descriptor instead.

func (*SyncConversationsRequest) GetBlizzardData

func (*SyncConversationsRequest) GetSelfUserId

func (x *SyncConversationsRequest) GetSelfUserId() *UUID

func (*SyncConversationsRequest) GetSyncToken

func (x *SyncConversationsRequest) GetSyncToken() []byte

func (*SyncConversationsRequest) GetVersionInfos

func (x *SyncConversationsRequest) GetVersionInfos() []*ConversationVersionInfo

func (*SyncConversationsRequest) ProtoMessage

func (*SyncConversationsRequest) ProtoMessage()

func (*SyncConversationsRequest) ProtoReflect

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

func (*SyncConversationsRequest) Reset

func (x *SyncConversationsRequest) Reset()

func (*SyncConversationsRequest) String

func (x *SyncConversationsRequest) String() string

type SyncConversationsResponse

type SyncConversationsResponse struct {
	Conversations     []*ConversationEntry       `protobuf:"bytes,1,rep,name=conversations,proto3" json:"conversations,omitempty"`
	SyncToken         []byte                     `protobuf:"bytes,2,opt,name=syncToken,proto3" json:"syncToken,omitempty"`
	ResetFeed         bool                       `protobuf:"varint,3,opt,name=resetFeed,proto3" json:"resetFeed,omitempty"`
	CurrentServerTime int64                      `protobuf:"varint,4,opt,name=currentServerTime,proto3" json:"currentServerTime,omitempty"`
	Incomplete        bool                       `protobuf:"varint,5,opt,name=incomplete,proto3" json:"incomplete,omitempty"`
	LastConversation  *LastConversationIndicator `protobuf:"bytes,6,opt,name=lastConversation,proto3" json:"lastConversation,omitempty"` // 7 = DeltaSyncResponse ?
	// contains filtered or unexported fields
}

func (*SyncConversationsResponse) Descriptor deprecated

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

Deprecated: Use SyncConversationsResponse.ProtoReflect.Descriptor instead.

func (*SyncConversationsResponse) GetConversations

func (x *SyncConversationsResponse) GetConversations() []*ConversationEntry

func (*SyncConversationsResponse) GetCurrentServerTime

func (x *SyncConversationsResponse) GetCurrentServerTime() int64

func (*SyncConversationsResponse) GetIncomplete

func (x *SyncConversationsResponse) GetIncomplete() bool

func (*SyncConversationsResponse) GetLastConversation

func (x *SyncConversationsResponse) GetLastConversation() *LastConversationIndicator

func (*SyncConversationsResponse) GetResetFeed

func (x *SyncConversationsResponse) GetResetFeed() bool

func (*SyncConversationsResponse) GetSyncToken

func (x *SyncConversationsResponse) GetSyncToken() []byte

func (*SyncConversationsResponse) ProtoMessage

func (*SyncConversationsResponse) ProtoMessage()

func (*SyncConversationsResponse) ProtoReflect

func (*SyncConversationsResponse) Reset

func (x *SyncConversationsResponse) Reset()

func (*SyncConversationsResponse) String

func (x *SyncConversationsResponse) String() string

type SyncReason

type SyncReason int32
const (
	SyncReason_UNSET             SyncReason = 0
	SyncReason_PAGE_LOAD         SyncReason = 1
	SyncReason_PAGE_FOCUS        SyncReason = 2
	SyncReason_ONLINE            SyncReason = 3
	SyncReason_VISIBILITY_CHANGE SyncReason = 4
)

func (SyncReason) Descriptor

func (SyncReason) Descriptor() protoreflect.EnumDescriptor

func (SyncReason) Enum

func (x SyncReason) Enum() *SyncReason

func (SyncReason) EnumDescriptor deprecated

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

Deprecated: Use SyncReason.Descriptor instead.

func (SyncReason) Number

func (x SyncReason) Number() protoreflect.EnumNumber

func (SyncReason) String

func (x SyncReason) String() string

func (SyncReason) Type

type Text

type Text struct {
	Text       string           `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Attributes []*TextAttribute `protobuf:"bytes,2,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Text) Descriptor deprecated

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

Deprecated: Use Text.ProtoReflect.Descriptor instead.

func (*Text) GetAttributes

func (x *Text) GetAttributes() []*TextAttribute

func (*Text) GetText

func (x *Text) GetText() string

func (*Text) ProtoMessage

func (*Text) ProtoMessage()

func (*Text) ProtoReflect

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

func (*Text) Reset

func (x *Text) Reset()

func (*Text) String

func (x *Text) String() string

type TextAttribute

type TextAttribute struct {
	Range *Range `protobuf:"bytes,1,opt,name=range,proto3" json:"range,omitempty"`
	// Types that are assignable to Attribute:
	//
	//	*TextAttribute_FormatAttribute
	//	*TextAttribute_MediaAttribute
	//	*TextAttribute_UrlAttribute
	//	*TextAttribute_Mention
	//	*TextAttribute_ScaleAttribute
	Attribute isTextAttribute_Attribute `protobuf_oneof:"attribute"`
	// contains filtered or unexported fields
}

func (*TextAttribute) Descriptor deprecated

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

Deprecated: Use TextAttribute.ProtoReflect.Descriptor instead.

func (*TextAttribute) GetAttribute

func (m *TextAttribute) GetAttribute() isTextAttribute_Attribute

func (*TextAttribute) GetFormatAttribute

func (x *TextAttribute) GetFormatAttribute() *TextFormatAttribute

func (*TextAttribute) GetMediaAttribute

func (x *TextAttribute) GetMediaAttribute() *TextMediaAttribute

func (*TextAttribute) GetMention

func (x *TextAttribute) GetMention() *MentionAttribute

func (*TextAttribute) GetRange

func (x *TextAttribute) GetRange() *Range

func (*TextAttribute) GetScaleAttribute

func (x *TextAttribute) GetScaleAttribute() *TextScaleAttribute

func (*TextAttribute) GetUrlAttribute

func (x *TextAttribute) GetUrlAttribute() *TextUrlAttribute

func (*TextAttribute) ProtoMessage

func (*TextAttribute) ProtoMessage()

func (*TextAttribute) ProtoReflect

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

func (*TextAttribute) Reset

func (x *TextAttribute) Reset()

func (*TextAttribute) String

func (x *TextAttribute) String() string

type TextAttribute_FormatAttribute

type TextAttribute_FormatAttribute struct {
	FormatAttribute *TextFormatAttribute `protobuf:"bytes,2,opt,name=formatAttribute,proto3,oneof"`
}

type TextAttribute_MediaAttribute

type TextAttribute_MediaAttribute struct {
	MediaAttribute *TextMediaAttribute `protobuf:"bytes,3,opt,name=mediaAttribute,proto3,oneof"`
}

type TextAttribute_Mention

type TextAttribute_Mention struct {
	Mention *MentionAttribute `protobuf:"bytes,5,opt,name=mention,proto3,oneof"`
}

type TextAttribute_ScaleAttribute

type TextAttribute_ScaleAttribute struct {
	ScaleAttribute *TextScaleAttribute `protobuf:"bytes,6,opt,name=scaleAttribute,proto3,oneof"`
}

type TextAttribute_UrlAttribute

type TextAttribute_UrlAttribute struct {
	UrlAttribute *TextUrlAttribute `protobuf:"bytes,4,opt,name=urlAttribute,proto3,oneof"`
}

type TextFormatAttribute

type TextFormatAttribute struct {
	TextFormatAttributeType TextFormatAttribute_TextFormatAttributeType `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TextFormatAttribute) Descriptor deprecated

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

Deprecated: Use TextFormatAttribute.ProtoReflect.Descriptor instead.

func (*TextFormatAttribute) GetTextFormatAttributeType

func (x *TextFormatAttribute) GetTextFormatAttributeType() TextFormatAttribute_TextFormatAttributeType

func (*TextFormatAttribute) ProtoMessage

func (*TextFormatAttribute) ProtoMessage()

func (*TextFormatAttribute) ProtoReflect

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

func (*TextFormatAttribute) Reset

func (x *TextFormatAttribute) Reset()

func (*TextFormatAttribute) String

func (x *TextFormatAttribute) String() string

type TextFormatAttribute_TextFormatAttributeType

type TextFormatAttribute_TextFormatAttributeType int32
const (
	TextFormatAttribute_TextFormatAttributeType_BOLD      TextFormatAttribute_TextFormatAttributeType = 0
	TextFormatAttribute_TextFormatAttributeType_ITALICS   TextFormatAttribute_TextFormatAttributeType = 1
	TextFormatAttribute_TextFormatAttributeType_UNDERLINE TextFormatAttribute_TextFormatAttributeType = 2
)

func (TextFormatAttribute_TextFormatAttributeType) Descriptor

func (TextFormatAttribute_TextFormatAttributeType) Enum

func (TextFormatAttribute_TextFormatAttributeType) EnumDescriptor deprecated

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

Deprecated: Use TextFormatAttribute_TextFormatAttributeType.Descriptor instead.

func (TextFormatAttribute_TextFormatAttributeType) Number

func (TextFormatAttribute_TextFormatAttributeType) String

func (TextFormatAttribute_TextFormatAttributeType) Type

type TextMediaAttribute

type TextMediaAttribute struct {
	TextMediaAttributeType TextMediaAttribute_TextMediaAttributeType `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

* Holds any "media" parsing attributes we found. Those could include phone numbers, emails, mentions. They are rendered as media cards within chat and require a range and type

func (*TextMediaAttribute) Descriptor deprecated

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

Deprecated: Use TextMediaAttribute.ProtoReflect.Descriptor instead.

func (*TextMediaAttribute) GetTextMediaAttributeType

func (x *TextMediaAttribute) GetTextMediaAttributeType() TextMediaAttribute_TextMediaAttributeType

func (*TextMediaAttribute) ProtoMessage

func (*TextMediaAttribute) ProtoMessage()

func (*TextMediaAttribute) ProtoReflect

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

func (*TextMediaAttribute) Reset

func (x *TextMediaAttribute) Reset()

func (*TextMediaAttribute) String

func (x *TextMediaAttribute) String() string

type TextMediaAttribute_TextMediaAttributeType

type TextMediaAttribute_TextMediaAttributeType int32
const (
	// * ADDRESS - P. Sherman, 42 Wallaby Way, Sydney
	TextMediaAttribute_TextMediaAttributeType_ADDRESS TextMediaAttribute_TextMediaAttributeType = 0
	// * PHONE - 867-5309
	TextMediaAttribute_TextMediaAttributeType_PHONE TextMediaAttribute_TextMediaAttributeType = 1
	// * EMAIL - steve@apple.com
	TextMediaAttribute_TextMediaAttributeType_EMAIL TextMediaAttribute_TextMediaAttributeType = 2
	// * MENTION - @evan
	TextMediaAttribute_TextMediaAttributeType_MENTION TextMediaAttribute_TextMediaAttributeType = 3
)

func (TextMediaAttribute_TextMediaAttributeType) Descriptor

func (TextMediaAttribute_TextMediaAttributeType) Enum

func (TextMediaAttribute_TextMediaAttributeType) EnumDescriptor deprecated

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

Deprecated: Use TextMediaAttribute_TextMediaAttributeType.Descriptor instead.

func (TextMediaAttribute_TextMediaAttributeType) Number

func (TextMediaAttribute_TextMediaAttributeType) String

func (TextMediaAttribute_TextMediaAttributeType) Type

type TextScaleAttribute

type TextScaleAttribute struct {
	Scale float64 `protobuf:"fixed64,1,opt,name=scale,proto3" json:"scale,omitempty"`
	// contains filtered or unexported fields
}

* Holds information for scaling the text message font size up or down by the given double scale. This is used for the Expressive Text feature: https://snapchat.quip.com/EL7UAqDvJ2L0

func (*TextScaleAttribute) Descriptor deprecated

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

Deprecated: Use TextScaleAttribute.ProtoReflect.Descriptor instead.

func (*TextScaleAttribute) GetScale

func (x *TextScaleAttribute) GetScale() float64

func (*TextScaleAttribute) ProtoMessage

func (*TextScaleAttribute) ProtoMessage()

func (*TextScaleAttribute) ProtoReflect

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

func (*TextScaleAttribute) Reset

func (x *TextScaleAttribute) Reset()

func (*TextScaleAttribute) String

func (x *TextScaleAttribute) String() string

type TextUrlAttribute

type TextUrlAttribute struct {

	// * https://www.apple.com, snapchat://maps/los_angeles
	Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

* Holds any url attributes we found through parsing the message. These are either deeplinks or regular URLs

func (*TextUrlAttribute) Descriptor deprecated

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

Deprecated: Use TextUrlAttribute.ProtoReflect.Descriptor instead.

func (*TextUrlAttribute) GetUrl

func (x *TextUrlAttribute) GetUrl() string

func (*TextUrlAttribute) ProtoMessage

func (*TextUrlAttribute) ProtoMessage()

func (*TextUrlAttribute) ProtoReflect

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

func (*TextUrlAttribute) Reset

func (x *TextUrlAttribute) Reset()

func (*TextUrlAttribute) String

func (x *TextUrlAttribute) String() string

type ThumbnailInfo

type ThumbnailInfo struct {
	MediaId                 *MediaId `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId,omitempty"`
	MediaReferenceListIndex int32    `protobuf:"varint,2,opt,name=mediaReferenceListIndex,proto3" json:"mediaReferenceListIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*ThumbnailInfo) Descriptor deprecated

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

Deprecated: Use ThumbnailInfo.ProtoReflect.Descriptor instead.

func (*ThumbnailInfo) GetMediaId

func (x *ThumbnailInfo) GetMediaId() *MediaId

func (*ThumbnailInfo) GetMediaReferenceListIndex

func (x *ThumbnailInfo) GetMediaReferenceListIndex() int32

func (*ThumbnailInfo) ProtoMessage

func (*ThumbnailInfo) ProtoMessage()

func (*ThumbnailInfo) ProtoReflect

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

func (*ThumbnailInfo) Reset

func (x *ThumbnailInfo) Reset()

func (*ThumbnailInfo) String

func (x *ThumbnailInfo) String() string

type TimeZone

type TimeZone struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeZone) Descriptor deprecated

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

Deprecated: Use TimeZone.ProtoReflect.Descriptor instead.

func (*TimeZone) GetId

func (x *TimeZone) GetId() string

func (*TimeZone) ProtoMessage

func (*TimeZone) ProtoMessage()

func (*TimeZone) ProtoReflect

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

func (*TimeZone) Reset

func (x *TimeZone) Reset()

func (*TimeZone) String

func (x *TimeZone) String() string

type Timestamp

type Timestamp struct {
	TimestampMs int64 `protobuf:"varint,2,opt,name=timestampMs,proto3" json:"timestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*Timestamp) Descriptor deprecated

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

Deprecated: Use Timestamp.ProtoReflect.Descriptor instead.

func (*Timestamp) GetTimestampMs

func (x *Timestamp) GetTimestampMs() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) ProtoReflect

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

func (*Timestamp) Reset

func (x *Timestamp) Reset()

func (*Timestamp) String

func (x *Timestamp) String() string

type TimestampGoogle

type TimestampGoogle struct {
	Seconds int64 `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanos   int32 `protobuf:"varint,2,opt,name=nanos,proto3" json:"nanos,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGoogle) Descriptor deprecated

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

Deprecated: Use TimestampGoogle.ProtoReflect.Descriptor instead.

func (*TimestampGoogle) GetNanos

func (x *TimestampGoogle) GetNanos() int32

func (*TimestampGoogle) GetSeconds

func (x *TimestampGoogle) GetSeconds() int64

func (*TimestampGoogle) ProtoMessage

func (*TimestampGoogle) ProtoMessage()

func (*TimestampGoogle) ProtoReflect

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

func (*TimestampGoogle) Reset

func (x *TimestampGoogle) Reset()

func (*TimestampGoogle) String

func (x *TimestampGoogle) String() string

type Tombstone

type Tombstone struct {
	// contains filtered or unexported fields
}

func (*Tombstone) Descriptor deprecated

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

Deprecated: Use Tombstone.ProtoReflect.Descriptor instead.

func (*Tombstone) ProtoMessage

func (*Tombstone) ProtoMessage()

func (*Tombstone) ProtoReflect

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

func (*Tombstone) Reset

func (x *Tombstone) Reset()

func (*Tombstone) String

func (x *Tombstone) String() string

type TombstoneResult

type TombstoneResult struct {
	// contains filtered or unexported fields
}

func (*TombstoneResult) Descriptor deprecated

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

Deprecated: Use TombstoneResult.ProtoReflect.Descriptor instead.

func (*TombstoneResult) ProtoMessage

func (*TombstoneResult) ProtoMessage()

func (*TombstoneResult) ProtoReflect

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

func (*TombstoneResult) Reset

func (x *TombstoneResult) Reset()

func (*TombstoneResult) String

func (x *TombstoneResult) String() string

type TranscriptionInfo

type TranscriptionInfo struct {
	MediaId                 *MediaId `protobuf:"bytes,1,opt,name=mediaId,proto3" json:"mediaId,omitempty"`
	MediaReferenceListIndex int32    `protobuf:"varint,2,opt,name=mediaReferenceListIndex,proto3" json:"mediaReferenceListIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*TranscriptionInfo) Descriptor deprecated

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

Deprecated: Use TranscriptionInfo.ProtoReflect.Descriptor instead.

func (*TranscriptionInfo) GetMediaId

func (x *TranscriptionInfo) GetMediaId() *MediaId

func (*TranscriptionInfo) GetMediaReferenceListIndex

func (x *TranscriptionInfo) GetMediaReferenceListIndex() int32

func (*TranscriptionInfo) ProtoMessage

func (*TranscriptionInfo) ProtoMessage()

func (*TranscriptionInfo) ProtoReflect

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

func (*TranscriptionInfo) Reset

func (x *TranscriptionInfo) Reset()

func (*TranscriptionInfo) String

func (x *TranscriptionInfo) String() string

type Transcriptions

type Transcriptions struct {
	Transcriptions []*TranscriptionInfo `protobuf:"bytes,1,rep,name=transcriptions,proto3" json:"transcriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*Transcriptions) Descriptor deprecated

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

Deprecated: Use Transcriptions.ProtoReflect.Descriptor instead.

func (*Transcriptions) GetTranscriptions

func (x *Transcriptions) GetTranscriptions() []*TranscriptionInfo

func (*Transcriptions) ProtoMessage

func (*Transcriptions) ProtoMessage()

func (*Transcriptions) ProtoReflect

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

func (*Transcriptions) Reset

func (x *Transcriptions) Reset()

func (*Transcriptions) String

func (x *Transcriptions) String() string

type UUID

type UUID struct {
	EncodedId []byte `protobuf:"bytes,1,opt,name=encodedId,proto3" json:"encodedId,omitempty"`
	// contains filtered or unexported fields
}

func (*UUID) Descriptor deprecated

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

Deprecated: Use UUID.ProtoReflect.Descriptor instead.

func (*UUID) GetEncodedId

func (x *UUID) GetEncodedId() []byte

func (*UUID) ProtoMessage

func (*UUID) ProtoMessage()

func (*UUID) ProtoReflect

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

func (*UUID) Reset

func (x *UUID) Reset()

func (*UUID) String

func (x *UUID) String() string

type UUIDMobile

type UUIDMobile struct {
	HighBits int64 `protobuf:"fixed64,1,opt,name=highBits,proto3" json:"highBits,omitempty"`
	LowBits  int64 `protobuf:"fixed64,2,opt,name=lowBits,proto3" json:"lowBits,omitempty"`
	// contains filtered or unexported fields
}

func (*UUIDMobile) Descriptor deprecated

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

Deprecated: Use UUIDMobile.ProtoReflect.Descriptor instead.

func (*UUIDMobile) GetHighBits

func (x *UUIDMobile) GetHighBits() int64

func (*UUIDMobile) GetLowBits

func (x *UUIDMobile) GetLowBits() int64

func (*UUIDMobile) ProtoMessage

func (*UUIDMobile) ProtoMessage()

func (*UUIDMobile) ProtoReflect

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

func (*UUIDMobile) Reset

func (x *UUIDMobile) Reset()

func (*UUIDMobile) String

func (x *UUIDMobile) String() string

type UnlockablesSnapInfo

type UnlockablesSnapInfo struct {
	SnapSessionId string         `protobuf:"bytes,1,opt,name=snapSessionId,proto3" json:"snapSessionId,omitempty"`
	Filters       []*FilterInfo  `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	Lenses        []*LensInfo    `protobuf:"bytes,3,rep,name=lenses,proto3" json:"lenses,omitempty"`
	Stickers      []*StickerInfo `protobuf:"bytes,4,rep,name=stickers,proto3" json:"stickers,omitempty"`
	SnapSource    SnapSource     `protobuf:"varint,5,opt,name=snapSource,proto3,enum=unlockables.SnapSource" json:"snapSource,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockablesSnapInfo) Descriptor deprecated

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

Deprecated: Use UnlockablesSnapInfo.ProtoReflect.Descriptor instead.

func (*UnlockablesSnapInfo) GetFilters

func (x *UnlockablesSnapInfo) GetFilters() []*FilterInfo

func (*UnlockablesSnapInfo) GetLenses

func (x *UnlockablesSnapInfo) GetLenses() []*LensInfo

func (*UnlockablesSnapInfo) GetSnapSessionId

func (x *UnlockablesSnapInfo) GetSnapSessionId() string

func (*UnlockablesSnapInfo) GetSnapSource

func (x *UnlockablesSnapInfo) GetSnapSource() SnapSource

func (*UnlockablesSnapInfo) GetStickers

func (x *UnlockablesSnapInfo) GetStickers() []*StickerInfo

func (*UnlockablesSnapInfo) ProtoMessage

func (*UnlockablesSnapInfo) ProtoMessage()

func (*UnlockablesSnapInfo) ProtoReflect

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

func (*UnlockablesSnapInfo) Reset

func (x *UnlockablesSnapInfo) Reset()

func (*UnlockablesSnapInfo) String

func (x *UnlockablesSnapInfo) String() string

type Unsave

type Unsave struct {
	// contains filtered or unexported fields
}

func (*Unsave) Descriptor deprecated

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

Deprecated: Use Unsave.ProtoReflect.Descriptor instead.

func (*Unsave) ProtoMessage

func (*Unsave) ProtoMessage()

func (*Unsave) ProtoReflect

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

func (*Unsave) Reset

func (x *Unsave) Reset()

func (*Unsave) String

func (x *Unsave) String() string

type UnsaveResult

type UnsaveResult struct {
	// contains filtered or unexported fields
}

func (*UnsaveResult) Descriptor deprecated

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

Deprecated: Use UnsaveResult.ProtoReflect.Descriptor instead.

func (*UnsaveResult) ProtoMessage

func (*UnsaveResult) ProtoMessage()

func (*UnsaveResult) ProtoReflect

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

func (*UnsaveResult) Reset

func (x *UnsaveResult) Reset()

func (*UnsaveResult) String

func (x *UnsaveResult) String() string

type UpdateAction

type UpdateAction struct {
	SenderId       *UUID `protobuf:"bytes,1,opt,name=senderId,proto3" json:"senderId,omitempty"`
	MessageId      int64 `protobuf:"varint,2,opt,name=messageId,proto3" json:"messageId,omitempty"`
	ConversationId *UUID `protobuf:"bytes,3,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	// Types that are assignable to Update:
	//
	//	*UpdateAction_Read
	//	*UpdateAction_Release
	//	*UpdateAction_Save
	//	*UpdateAction_Unsave
	//	*UpdateAction_Erase
	//	*UpdateAction_SaveToCameraRoll
	//	*UpdateAction_Screenshot
	//	*UpdateAction_ScreenRecord
	//	*UpdateAction_Replay
	//	*UpdateAction_EncryptionUpdate
	//	*UpdateAction_MessageReaction
	//	*UpdateAction_RemoveReaction
	//	*UpdateAction_AddEelReEncryptionInit
	//	*UpdateAction_EelAppendReEncryptionDestination
	//	*UpdateAction_UpdateAllowsTranscription
	//	*UpdateAction_AttachTranscription
	//	*UpdateAction_EraseStoryMedia
	Update          isUpdateAction_Update `protobuf_oneof:"update"`
	UpdateTimestamp int64                 `protobuf:"varint,14,opt,name=updateTimestamp,proto3" json:"updateTimestamp,omitempty"` // now
	// contains filtered or unexported fields
}

func (*UpdateAction) Descriptor deprecated

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

Deprecated: Use UpdateAction.ProtoReflect.Descriptor instead.

func (*UpdateAction) GetAddEelReEncryptionInit

func (x *UpdateAction) GetAddEelReEncryptionInit() *AddEelReEncryptionInit

func (*UpdateAction) GetAttachTranscription

func (x *UpdateAction) GetAttachTranscription() *AttachTranscription

func (*UpdateAction) GetConversationId

func (x *UpdateAction) GetConversationId() *UUID

func (*UpdateAction) GetEelAppendReEncryptionDestination

func (x *UpdateAction) GetEelAppendReEncryptionDestination() *AppendEelReEncryptionDestination

func (*UpdateAction) GetEncryptionUpdate

func (x *UpdateAction) GetEncryptionUpdate() *UpdateEncryption

func (*UpdateAction) GetErase

func (x *UpdateAction) GetErase() *Erase

func (*UpdateAction) GetEraseStoryMedia

func (x *UpdateAction) GetEraseStoryMedia() *EraseStoryMedia

func (*UpdateAction) GetMessageId

func (x *UpdateAction) GetMessageId() int64

func (*UpdateAction) GetMessageReaction

func (x *UpdateAction) GetMessageReaction() *ReactionRequest

func (*UpdateAction) GetRead

func (x *UpdateAction) GetRead() *Read

func (*UpdateAction) GetRelease

func (x *UpdateAction) GetRelease() *Release

func (*UpdateAction) GetRemoveReaction

func (x *UpdateAction) GetRemoveReaction() *RemoveReactionRequest

func (*UpdateAction) GetReplay

func (x *UpdateAction) GetReplay() *Replay

func (*UpdateAction) GetSave

func (x *UpdateAction) GetSave() *Save

func (*UpdateAction) GetSaveToCameraRoll

func (x *UpdateAction) GetSaveToCameraRoll() *SaveToCameraRoll

func (*UpdateAction) GetScreenRecord

func (x *UpdateAction) GetScreenRecord() *ScreenRecord

func (*UpdateAction) GetScreenshot

func (x *UpdateAction) GetScreenshot() *Screenshot

func (*UpdateAction) GetSenderId

func (x *UpdateAction) GetSenderId() *UUID

func (*UpdateAction) GetUnsave

func (x *UpdateAction) GetUnsave() *Unsave

func (*UpdateAction) GetUpdate

func (m *UpdateAction) GetUpdate() isUpdateAction_Update

func (*UpdateAction) GetUpdateAllowsTranscription

func (x *UpdateAction) GetUpdateAllowsTranscription() *UpdateAllowsTranscription

func (*UpdateAction) GetUpdateTimestamp

func (x *UpdateAction) GetUpdateTimestamp() int64

func (*UpdateAction) ProtoMessage

func (*UpdateAction) ProtoMessage()

func (*UpdateAction) ProtoReflect

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

func (*UpdateAction) Reset

func (x *UpdateAction) Reset()

func (*UpdateAction) String

func (x *UpdateAction) String() string

type UpdateAction_AddEelReEncryptionInit

type UpdateAction_AddEelReEncryptionInit struct {
	AddEelReEncryptionInit *AddEelReEncryptionInit `protobuf:"bytes,18,opt,name=addEelReEncryptionInit,proto3,oneof"`
}

type UpdateAction_AttachTranscription

type UpdateAction_AttachTranscription struct {
	AttachTranscription *AttachTranscription `protobuf:"bytes,21,opt,name=attachTranscription,proto3,oneof"`
}

type UpdateAction_EelAppendReEncryptionDestination

type UpdateAction_EelAppendReEncryptionDestination struct {
	EelAppendReEncryptionDestination *AppendEelReEncryptionDestination `protobuf:"bytes,19,opt,name=eelAppendReEncryptionDestination,proto3,oneof"`
}

type UpdateAction_EncryptionUpdate

type UpdateAction_EncryptionUpdate struct {
	EncryptionUpdate *UpdateEncryption `protobuf:"bytes,15,opt,name=encryptionUpdate,proto3,oneof"`
}

type UpdateAction_Erase

type UpdateAction_Erase struct {
	Erase *Erase `protobuf:"bytes,8,opt,name=erase,proto3,oneof"`
}

type UpdateAction_EraseStoryMedia

type UpdateAction_EraseStoryMedia struct {
	EraseStoryMedia *EraseStoryMedia `protobuf:"bytes,22,opt,name=eraseStoryMedia,proto3,oneof"`
}

type UpdateAction_MessageReaction

type UpdateAction_MessageReaction struct {
	MessageReaction *ReactionRequest `protobuf:"bytes,16,opt,name=messageReaction,proto3,oneof"`
}

type UpdateAction_Read

type UpdateAction_Read struct {
	Read *Read `protobuf:"bytes,4,opt,name=read,proto3,oneof"`
}

type UpdateAction_Release

type UpdateAction_Release struct {
	Release *Release `protobuf:"bytes,5,opt,name=release,proto3,oneof"`
}

type UpdateAction_RemoveReaction

type UpdateAction_RemoveReaction struct {
	RemoveReaction *RemoveReactionRequest `protobuf:"bytes,17,opt,name=removeReaction,proto3,oneof"`
}

type UpdateAction_Replay

type UpdateAction_Replay struct {
	Replay *Replay `protobuf:"bytes,13,opt,name=replay,proto3,oneof"`
}

type UpdateAction_Save

type UpdateAction_Save struct {
	Save *Save `protobuf:"bytes,6,opt,name=save,proto3,oneof"`
}

type UpdateAction_SaveToCameraRoll

type UpdateAction_SaveToCameraRoll struct {
	SaveToCameraRoll *SaveToCameraRoll `protobuf:"bytes,10,opt,name=saveToCameraRoll,proto3,oneof"`
}

type UpdateAction_ScreenRecord

type UpdateAction_ScreenRecord struct {
	ScreenRecord *ScreenRecord `protobuf:"bytes,12,opt,name=screenRecord,proto3,oneof"`
}

type UpdateAction_Screenshot

type UpdateAction_Screenshot struct {
	Screenshot *Screenshot `protobuf:"bytes,11,opt,name=screenshot,proto3,oneof"`
}

type UpdateAction_Unsave

type UpdateAction_Unsave struct {
	Unsave *Unsave `protobuf:"bytes,7,opt,name=unsave,proto3,oneof"`
}

type UpdateAction_UpdateAllowsTranscription

type UpdateAction_UpdateAllowsTranscription struct {
	UpdateAllowsTranscription *UpdateAllowsTranscription `protobuf:"bytes,20,opt,name=updateAllowsTranscription,proto3,oneof"`
}

type UpdateAllowsTranscription

type UpdateAllowsTranscription struct {
	AllowsTranscription bool `protobuf:"varint,1,opt,name=allowsTranscription,proto3" json:"allowsTranscription,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAllowsTranscription) Descriptor deprecated

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

Deprecated: Use UpdateAllowsTranscription.ProtoReflect.Descriptor instead.

func (*UpdateAllowsTranscription) GetAllowsTranscription

func (x *UpdateAllowsTranscription) GetAllowsTranscription() bool

func (*UpdateAllowsTranscription) ProtoMessage

func (*UpdateAllowsTranscription) ProtoMessage()

func (*UpdateAllowsTranscription) ProtoReflect

func (*UpdateAllowsTranscription) Reset

func (x *UpdateAllowsTranscription) Reset()

func (*UpdateAllowsTranscription) String

func (x *UpdateAllowsTranscription) String() string

type UpdateAllowsTranscriptionResult

type UpdateAllowsTranscriptionResult struct {
	AllowsTranscription bool `protobuf:"varint,1,opt,name=allowsTranscription,proto3" json:"allowsTranscription,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAllowsTranscriptionResult) Descriptor deprecated

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

Deprecated: Use UpdateAllowsTranscriptionResult.ProtoReflect.Descriptor instead.

func (*UpdateAllowsTranscriptionResult) GetAllowsTranscription

func (x *UpdateAllowsTranscriptionResult) GetAllowsTranscription() bool

func (*UpdateAllowsTranscriptionResult) ProtoMessage

func (*UpdateAllowsTranscriptionResult) ProtoMessage()

func (*UpdateAllowsTranscriptionResult) ProtoReflect

func (*UpdateAllowsTranscriptionResult) Reset

func (*UpdateAllowsTranscriptionResult) String

type UpdateChatWallpaperStatusMessage

type UpdateChatWallpaperStatusMessage struct {
	// contains filtered or unexported fields
}

func (*UpdateChatWallpaperStatusMessage) Descriptor deprecated

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

Deprecated: Use UpdateChatWallpaperStatusMessage.ProtoReflect.Descriptor instead.

func (*UpdateChatWallpaperStatusMessage) ProtoMessage

func (*UpdateChatWallpaperStatusMessage) ProtoMessage()

func (*UpdateChatWallpaperStatusMessage) ProtoReflect

func (*UpdateChatWallpaperStatusMessage) Reset

func (*UpdateChatWallpaperStatusMessage) String

type UpdateContentMessageRequest

type UpdateContentMessageRequest struct {
	ClientResolutionId uint64        `protobuf:"varint,1,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	CurrentVersion     int64         `protobuf:"varint,2,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	Update             *UpdateAction `protobuf:"bytes,3,opt,name=update,proto3" json:"update,omitempty"`
	SelfUserId         *UUID         `protobuf:"bytes,4,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateContentMessageRequest) Descriptor deprecated

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

Deprecated: Use UpdateContentMessageRequest.ProtoReflect.Descriptor instead.

func (*UpdateContentMessageRequest) GetClientResolutionId

func (x *UpdateContentMessageRequest) GetClientResolutionId() uint64

func (*UpdateContentMessageRequest) GetCurrentVersion

func (x *UpdateContentMessageRequest) GetCurrentVersion() int64

func (*UpdateContentMessageRequest) GetSelfUserId

func (x *UpdateContentMessageRequest) GetSelfUserId() *UUID

func (*UpdateContentMessageRequest) GetUpdate

func (x *UpdateContentMessageRequest) GetUpdate() *UpdateAction

func (*UpdateContentMessageRequest) ProtoMessage

func (*UpdateContentMessageRequest) ProtoMessage()

func (*UpdateContentMessageRequest) ProtoReflect

func (*UpdateContentMessageRequest) Reset

func (x *UpdateContentMessageRequest) Reset()

func (*UpdateContentMessageRequest) String

func (x *UpdateContentMessageRequest) String() string

type UpdateContentMessageResponse

type UpdateContentMessageResponse struct {
	ClientResolutionId uint64          `protobuf:"varint,1,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	CurrentVersion     int64           `protobuf:"varint,2,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	Success            bool            `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	Retryable          bool            `protobuf:"varint,4,opt,name=retryable,proto3" json:"retryable,omitempty"`
	StatusMessage      *ContentMessage `protobuf:"bytes,5,opt,name=statusMessage,proto3" json:"statusMessage,omitempty"`
	// Types that are assignable to Update:
	//
	//	*UpdateContentMessageResponse_Read
	//	*UpdateContentMessageResponse_Save
	//	*UpdateContentMessageResponse_Erase
	//	*UpdateContentMessageResponse_AddEelReEncryptionInit
	//	*UpdateContentMessageResponse_AppendEelReEncryptionDestination
	//	*UpdateContentMessageResponse_EraseStoryMedia
	//	*UpdateContentMessageResponse_Replay
	Update isUpdateContentMessageResponse_Update `protobuf_oneof:"update"`
	Result *FailureReason                        `protobuf:"bytes,99,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateContentMessageResponse) Descriptor deprecated

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

Deprecated: Use UpdateContentMessageResponse.ProtoReflect.Descriptor instead.

func (*UpdateContentMessageResponse) GetAddEelReEncryptionInit

func (x *UpdateContentMessageResponse) GetAddEelReEncryptionInit() *AddEelReEncryptionInitResult

func (*UpdateContentMessageResponse) GetAppendEelReEncryptionDestination

func (x *UpdateContentMessageResponse) GetAppendEelReEncryptionDestination() *AppendEelReEncryptionDestinationResult

func (*UpdateContentMessageResponse) GetClientResolutionId

func (x *UpdateContentMessageResponse) GetClientResolutionId() uint64

func (*UpdateContentMessageResponse) GetCurrentVersion

func (x *UpdateContentMessageResponse) GetCurrentVersion() int64

func (*UpdateContentMessageResponse) GetErase

func (*UpdateContentMessageResponse) GetEraseStoryMedia

func (x *UpdateContentMessageResponse) GetEraseStoryMedia() *EraseStoryMediaResult

func (*UpdateContentMessageResponse) GetRead

func (*UpdateContentMessageResponse) GetReplay

func (*UpdateContentMessageResponse) GetResult

func (*UpdateContentMessageResponse) GetRetryable

func (x *UpdateContentMessageResponse) GetRetryable() bool

func (*UpdateContentMessageResponse) GetSave

func (*UpdateContentMessageResponse) GetStatusMessage

func (x *UpdateContentMessageResponse) GetStatusMessage() *ContentMessage

func (*UpdateContentMessageResponse) GetSuccess

func (x *UpdateContentMessageResponse) GetSuccess() bool

func (*UpdateContentMessageResponse) GetUpdate

func (m *UpdateContentMessageResponse) GetUpdate() isUpdateContentMessageResponse_Update

func (*UpdateContentMessageResponse) ProtoMessage

func (*UpdateContentMessageResponse) ProtoMessage()

func (*UpdateContentMessageResponse) ProtoReflect

func (*UpdateContentMessageResponse) Reset

func (x *UpdateContentMessageResponse) Reset()

func (*UpdateContentMessageResponse) String

type UpdateContentMessageResponse_AddEelReEncryptionInit

type UpdateContentMessageResponse_AddEelReEncryptionInit struct {
	AddEelReEncryptionInit *AddEelReEncryptionInitResult `protobuf:"bytes,9,opt,name=addEelReEncryptionInit,proto3,oneof"`
}

type UpdateContentMessageResponse_AppendEelReEncryptionDestination

type UpdateContentMessageResponse_AppendEelReEncryptionDestination struct {
	AppendEelReEncryptionDestination *AppendEelReEncryptionDestinationResult `protobuf:"bytes,10,opt,name=appendEelReEncryptionDestination,proto3,oneof"`
}

type UpdateContentMessageResponse_Erase

type UpdateContentMessageResponse_Erase struct {
	Erase *EraseResult `protobuf:"bytes,8,opt,name=erase,proto3,oneof"`
}

type UpdateContentMessageResponse_EraseStoryMedia

type UpdateContentMessageResponse_EraseStoryMedia struct {
	EraseStoryMedia *EraseStoryMediaResult `protobuf:"bytes,11,opt,name=eraseStoryMedia,proto3,oneof"`
}

type UpdateContentMessageResponse_Read

type UpdateContentMessageResponse_Read struct {
	Read *ReadResult `protobuf:"bytes,6,opt,name=read,proto3,oneof"`
}

type UpdateContentMessageResponse_Replay

type UpdateContentMessageResponse_Replay struct {
	Replay *ReplayResult `protobuf:"bytes,12,opt,name=replay,proto3,oneof"`
}

type UpdateContentMessageResponse_Save

type UpdateContentMessageResponse_Save struct {
	Save *SaveResult `protobuf:"bytes,7,opt,name=save,proto3,oneof"`
}

type UpdateConversationActionResult

type UpdateConversationActionResult struct {
	ConversationId *UUID           `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	CurrentVersion int64           `protobuf:"varint,2,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	StatusMessage  *ContentMessage `protobuf:"bytes,8,opt,name=statusMessage,proto3" json:"statusMessage,omitempty"`
	// Types that are assignable to Result:
	//
	//	*UpdateConversationActionResult_ConversationTitleResult
	//	*UpdateConversationActionResult_NewParticipants
	//	*UpdateConversationActionResult_LeaveResult
	//	*UpdateConversationActionResult_RetentionPolicyResult
	//	*UpdateConversationActionResult_ReadConversationResult
	//	*UpdateConversationActionResult_ClearFromFeedResult
	Result isUpdateConversationActionResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*UpdateConversationActionResult) Descriptor deprecated

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

Deprecated: Use UpdateConversationActionResult.ProtoReflect.Descriptor instead.

func (*UpdateConversationActionResult) GetClearFromFeedResult

func (*UpdateConversationActionResult) GetConversationId

func (x *UpdateConversationActionResult) GetConversationId() *UUID

func (*UpdateConversationActionResult) GetConversationTitleResult

func (x *UpdateConversationActionResult) GetConversationTitleResult() *UpdateConversationTitle

func (*UpdateConversationActionResult) GetCurrentVersion

func (x *UpdateConversationActionResult) GetCurrentVersion() int64

func (*UpdateConversationActionResult) GetLeaveResult

func (*UpdateConversationActionResult) GetNewParticipants

func (x *UpdateConversationActionResult) GetNewParticipants() *AddParticipantsResult

func (*UpdateConversationActionResult) GetReadConversationResult

func (x *UpdateConversationActionResult) GetReadConversationResult() *UpdateConversationRead

func (*UpdateConversationActionResult) GetResult

func (m *UpdateConversationActionResult) GetResult() isUpdateConversationActionResult_Result

func (*UpdateConversationActionResult) GetRetentionPolicyResult

func (*UpdateConversationActionResult) GetStatusMessage

func (x *UpdateConversationActionResult) GetStatusMessage() *ContentMessage

func (*UpdateConversationActionResult) ProtoMessage

func (*UpdateConversationActionResult) ProtoMessage()

func (*UpdateConversationActionResult) ProtoReflect

func (*UpdateConversationActionResult) Reset

func (x *UpdateConversationActionResult) Reset()

func (*UpdateConversationActionResult) String

type UpdateConversationActionResult_ClearFromFeedResult

type UpdateConversationActionResult_ClearFromFeedResult struct {
	ClearFromFeedResult *UpdateConversationClearFromFeedResult `protobuf:"bytes,9,opt,name=clearFromFeedResult,proto3,oneof"`
}

type UpdateConversationActionResult_ConversationTitleResult

type UpdateConversationActionResult_ConversationTitleResult struct {
	ConversationTitleResult *UpdateConversationTitle `protobuf:"bytes,3,opt,name=conversationTitleResult,proto3,oneof"`
}

type UpdateConversationActionResult_LeaveResult

type UpdateConversationActionResult_LeaveResult struct {
	LeaveResult *ConversationLeaveResult `protobuf:"bytes,5,opt,name=leaveResult,proto3,oneof"`
}

type UpdateConversationActionResult_NewParticipants

type UpdateConversationActionResult_NewParticipants struct {
	NewParticipants *AddParticipantsResult `protobuf:"bytes,4,opt,name=newParticipants,proto3,oneof"`
}

type UpdateConversationActionResult_ReadConversationResult

type UpdateConversationActionResult_ReadConversationResult struct {
	ReadConversationResult *UpdateConversationRead `protobuf:"bytes,7,opt,name=readConversationResult,proto3,oneof"`
}

type UpdateConversationActionResult_RetentionPolicyResult

type UpdateConversationActionResult_RetentionPolicyResult struct {
	RetentionPolicyResult *UpdateConversationRetentionPolicy `protobuf:"bytes,6,opt,name=retentionPolicyResult,proto3,oneof"`
}

type UpdateConversationAddParticipants

type UpdateConversationAddParticipants struct {
	SelfUserId   *UUID   `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	Participants []*UUID `protobuf:"bytes,2,rep,name=participants,proto3" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationAddParticipants) Descriptor deprecated

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

Deprecated: Use UpdateConversationAddParticipants.ProtoReflect.Descriptor instead.

func (*UpdateConversationAddParticipants) GetParticipants

func (x *UpdateConversationAddParticipants) GetParticipants() []*UUID

func (*UpdateConversationAddParticipants) GetSelfUserId

func (x *UpdateConversationAddParticipants) GetSelfUserId() *UUID

func (*UpdateConversationAddParticipants) ProtoMessage

func (*UpdateConversationAddParticipants) ProtoMessage()

func (*UpdateConversationAddParticipants) ProtoReflect

func (*UpdateConversationAddParticipants) Reset

func (*UpdateConversationAddParticipants) String

type UpdateConversationClearFromFeed

type UpdateConversationClearFromFeed struct {
	SelfUserId      *UUID `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	UpdateTimestamp int64 `protobuf:"varint,11,opt,name=updateTimestamp,proto3" json:"updateTimestamp,omitempty"` // nowTimestamp
	// contains filtered or unexported fields
}

func (*UpdateConversationClearFromFeed) Descriptor deprecated

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

Deprecated: Use UpdateConversationClearFromFeed.ProtoReflect.Descriptor instead.

func (*UpdateConversationClearFromFeed) GetSelfUserId

func (x *UpdateConversationClearFromFeed) GetSelfUserId() *UUID

func (*UpdateConversationClearFromFeed) GetUpdateTimestamp

func (x *UpdateConversationClearFromFeed) GetUpdateTimestamp() int64

func (*UpdateConversationClearFromFeed) ProtoMessage

func (*UpdateConversationClearFromFeed) ProtoMessage()

func (*UpdateConversationClearFromFeed) ProtoReflect

func (*UpdateConversationClearFromFeed) Reset

func (*UpdateConversationClearFromFeed) String

type UpdateConversationClearFromFeedResult

type UpdateConversationClearFromFeedResult struct {
	// contains filtered or unexported fields
}

func (*UpdateConversationClearFromFeedResult) Descriptor deprecated

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

Deprecated: Use UpdateConversationClearFromFeedResult.ProtoReflect.Descriptor instead.

func (*UpdateConversationClearFromFeedResult) ProtoMessage

func (*UpdateConversationClearFromFeedResult) ProtoMessage()

func (*UpdateConversationClearFromFeedResult) ProtoReflect

func (*UpdateConversationClearFromFeedResult) Reset

func (*UpdateConversationClearFromFeedResult) String

type UpdateConversationLeave

type UpdateConversationLeave struct {
	SelfUserId     *UUID `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	SelfUserIdLeft *UUID `protobuf:"bytes,2,opt,name=selfUserIdLeft,proto3" json:"selfUserIdLeft,omitempty"` // might be repeated participants? in the future, I think this will also be the way to "kick" participants
	// contains filtered or unexported fields
}

func (*UpdateConversationLeave) Descriptor deprecated

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

Deprecated: Use UpdateConversationLeave.ProtoReflect.Descriptor instead.

func (*UpdateConversationLeave) GetSelfUserId

func (x *UpdateConversationLeave) GetSelfUserId() *UUID

func (*UpdateConversationLeave) GetSelfUserIdLeft

func (x *UpdateConversationLeave) GetSelfUserIdLeft() *UUID

func (*UpdateConversationLeave) ProtoMessage

func (*UpdateConversationLeave) ProtoMessage()

func (*UpdateConversationLeave) ProtoReflect

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

func (*UpdateConversationLeave) Reset

func (x *UpdateConversationLeave) Reset()

func (*UpdateConversationLeave) String

func (x *UpdateConversationLeave) String() string

type UpdateConversationNotificationPreference

type UpdateConversationNotificationPreference struct {
	SelfUserId *UUID                      `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	SomeInt    int32                      `protobuf:"varint,2,opt,name=someInt,proto3" json:"someInt,omitempty"`   // only set when setting to all_messages?
	SomeInt2   int32                      `protobuf:"varint,3,opt,name=someInt2,proto3" json:"someInt2,omitempty"` // always set to 1? bool?
	Setting    ChatNotificationPreference `protobuf:"varint,4,opt,name=setting,proto3,enum=conversation.ChatNotificationPreference" json:"setting,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationNotificationPreference) Descriptor deprecated

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

Deprecated: Use UpdateConversationNotificationPreference.ProtoReflect.Descriptor instead.

func (*UpdateConversationNotificationPreference) GetSelfUserId

func (x *UpdateConversationNotificationPreference) GetSelfUserId() *UUID

func (*UpdateConversationNotificationPreference) GetSetting

func (*UpdateConversationNotificationPreference) GetSomeInt

func (*UpdateConversationNotificationPreference) GetSomeInt2

func (*UpdateConversationNotificationPreference) ProtoMessage

func (*UpdateConversationNotificationPreference) ProtoReflect

func (*UpdateConversationNotificationPreference) Reset

func (*UpdateConversationNotificationPreference) String

type UpdateConversationRead

type UpdateConversationRead struct {
	SelfUserId                  *UUID                        `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	ReadConversationMessageData *ReadConversationMessageData `protobuf:"bytes,2,opt,name=readConversationMessageData,proto3" json:"readConversationMessageData,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationRead) Descriptor deprecated

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

Deprecated: Use UpdateConversationRead.ProtoReflect.Descriptor instead.

func (*UpdateConversationRead) GetReadConversationMessageData

func (x *UpdateConversationRead) GetReadConversationMessageData() *ReadConversationMessageData

func (*UpdateConversationRead) GetSelfUserId

func (x *UpdateConversationRead) GetSelfUserId() *UUID

func (*UpdateConversationRead) ProtoMessage

func (*UpdateConversationRead) ProtoMessage()

func (*UpdateConversationRead) ProtoReflect

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

func (*UpdateConversationRead) Reset

func (x *UpdateConversationRead) Reset()

func (*UpdateConversationRead) String

func (x *UpdateConversationRead) String() string

type UpdateConversationRequest

type UpdateConversationRequest struct {
	ConversationId     *UUID  `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	ClientResolutionId uint64 `protobuf:"varint,2,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	CurrentVersion     int64  `protobuf:"varint,3,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	// Types that are assignable to UpdateConversationAction:
	//
	//	*UpdateConversationRequest_ConversationTitle
	//	*UpdateConversationRequest_AddParticipants
	//	*UpdateConversationRequest_LeaveConversation
	//	*UpdateConversationRequest_RetentionPolicy
	//	*UpdateConversationRequest_NotificationPreference
	//	*UpdateConversationRequest_Read
	//	*UpdateConversationRequest_ClearFromChatFeed
	UpdateConversationAction isUpdateConversationRequest_UpdateConversationAction `protobuf_oneof:"updateConversationAction"`
	// contains filtered or unexported fields
}

func (*UpdateConversationRequest) Descriptor deprecated

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

Deprecated: Use UpdateConversationRequest.ProtoReflect.Descriptor instead.

func (*UpdateConversationRequest) GetAddParticipants

func (*UpdateConversationRequest) GetClearFromChatFeed

func (*UpdateConversationRequest) GetClientResolutionId

func (x *UpdateConversationRequest) GetClientResolutionId() uint64

func (*UpdateConversationRequest) GetConversationId

func (x *UpdateConversationRequest) GetConversationId() *UUID

func (*UpdateConversationRequest) GetConversationTitle

func (x *UpdateConversationRequest) GetConversationTitle() *UpdateConversationTitle

func (*UpdateConversationRequest) GetCurrentVersion

func (x *UpdateConversationRequest) GetCurrentVersion() int64

func (*UpdateConversationRequest) GetLeaveConversation

func (x *UpdateConversationRequest) GetLeaveConversation() *UpdateConversationLeave

func (*UpdateConversationRequest) GetNotificationPreference

func (*UpdateConversationRequest) GetRead

func (*UpdateConversationRequest) GetRetentionPolicy

func (*UpdateConversationRequest) GetUpdateConversationAction

func (m *UpdateConversationRequest) GetUpdateConversationAction() isUpdateConversationRequest_UpdateConversationAction

func (*UpdateConversationRequest) ProtoMessage

func (*UpdateConversationRequest) ProtoMessage()

func (*UpdateConversationRequest) ProtoReflect

func (*UpdateConversationRequest) Reset

func (x *UpdateConversationRequest) Reset()

func (*UpdateConversationRequest) String

func (x *UpdateConversationRequest) String() string

type UpdateConversationRequest_AddParticipants

type UpdateConversationRequest_AddParticipants struct {
	AddParticipants *UpdateConversationAddParticipants `protobuf:"bytes,5,opt,name=addParticipants,proto3,oneof"`
}

type UpdateConversationRequest_ClearFromChatFeed

type UpdateConversationRequest_ClearFromChatFeed struct {
	ClearFromChatFeed *UpdateConversationClearFromFeed `protobuf:"bytes,11,opt,name=clearFromChatFeed,proto3,oneof"`
}

type UpdateConversationRequest_ConversationTitle

type UpdateConversationRequest_ConversationTitle struct {
	ConversationTitle *UpdateConversationTitle `protobuf:"bytes,4,opt,name=conversationTitle,proto3,oneof"`
}

type UpdateConversationRequest_LeaveConversation

type UpdateConversationRequest_LeaveConversation struct {
	LeaveConversation *UpdateConversationLeave `protobuf:"bytes,6,opt,name=leaveConversation,proto3,oneof"`
}

type UpdateConversationRequest_NotificationPreference

type UpdateConversationRequest_NotificationPreference struct {
	NotificationPreference *UpdateConversationNotificationPreference `protobuf:"bytes,8,opt,name=notificationPreference,proto3,oneof"`
}

type UpdateConversationRequest_Read

type UpdateConversationRequest_Read struct {
	Read *UpdateConversationRead `protobuf:"bytes,10,opt,name=read,proto3,oneof"`
}

type UpdateConversationRequest_RetentionPolicy

type UpdateConversationRequest_RetentionPolicy struct {
	RetentionPolicy *UpdateConversationRetentionPolicy `protobuf:"bytes,7,opt,name=retentionPolicy,proto3,oneof"`
}

type UpdateConversationResponse

type UpdateConversationResponse struct {
	ConversationId     *UUID                     `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	ClientResolutionId uint64                    `protobuf:"varint,2,opt,name=clientResolutionId,proto3" json:"clientResolutionId,omitempty"`
	UpdateData         *UpdateConversationResult `protobuf:"bytes,3,opt,name=updateData,proto3" json:"updateData,omitempty"`
	Result             *FailureReason            `protobuf:"bytes,99,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationResponse) Descriptor deprecated

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

Deprecated: Use UpdateConversationResponse.ProtoReflect.Descriptor instead.

func (*UpdateConversationResponse) GetClientResolutionId

func (x *UpdateConversationResponse) GetClientResolutionId() uint64

func (*UpdateConversationResponse) GetConversationId

func (x *UpdateConversationResponse) GetConversationId() *UUID

func (*UpdateConversationResponse) GetResult

func (x *UpdateConversationResponse) GetResult() *FailureReason

func (*UpdateConversationResponse) GetUpdateData

func (*UpdateConversationResponse) ProtoMessage

func (*UpdateConversationResponse) ProtoMessage()

func (*UpdateConversationResponse) ProtoReflect

func (*UpdateConversationResponse) Reset

func (x *UpdateConversationResponse) Reset()

func (*UpdateConversationResponse) String

func (x *UpdateConversationResponse) String() string

type UpdateConversationResult

type UpdateConversationResult struct {
	CurrentVersion int64                           `protobuf:"varint,1,opt,name=currentVersion,proto3" json:"currentVersion,omitempty"`
	Success        bool                            `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"`
	ActionResult   *UpdateConversationActionResult `protobuf:"bytes,4,opt,name=actionResult,proto3" json:"actionResult,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationResult) Descriptor deprecated

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

Deprecated: Use UpdateConversationResult.ProtoReflect.Descriptor instead.

func (*UpdateConversationResult) GetActionResult

func (*UpdateConversationResult) GetCurrentVersion

func (x *UpdateConversationResult) GetCurrentVersion() int64

func (*UpdateConversationResult) GetSuccess

func (x *UpdateConversationResult) GetSuccess() bool

func (*UpdateConversationResult) ProtoMessage

func (*UpdateConversationResult) ProtoMessage()

func (*UpdateConversationResult) ProtoReflect

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

func (*UpdateConversationResult) Reset

func (x *UpdateConversationResult) Reset()

func (*UpdateConversationResult) String

func (x *UpdateConversationResult) String() string

type UpdateConversationRetentionPolicy

type UpdateConversationRetentionPolicy struct {
	SelfUserId      *UUID            `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	RetentionPolicy *RetentionPolicy `protobuf:"bytes,2,opt,name=retentionPolicy,proto3" json:"retentionPolicy,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationRetentionPolicy) Descriptor deprecated

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

Deprecated: Use UpdateConversationRetentionPolicy.ProtoReflect.Descriptor instead.

func (*UpdateConversationRetentionPolicy) GetRetentionPolicy

func (x *UpdateConversationRetentionPolicy) GetRetentionPolicy() *RetentionPolicy

func (*UpdateConversationRetentionPolicy) GetSelfUserId

func (x *UpdateConversationRetentionPolicy) GetSelfUserId() *UUID

func (*UpdateConversationRetentionPolicy) ProtoMessage

func (*UpdateConversationRetentionPolicy) ProtoMessage()

func (*UpdateConversationRetentionPolicy) ProtoReflect

func (*UpdateConversationRetentionPolicy) Reset

func (*UpdateConversationRetentionPolicy) String

type UpdateConversationTitle

type UpdateConversationTitle struct {
	SelfUserId *UUID  `protobuf:"bytes,1,opt,name=selfUserId,proto3" json:"selfUserId,omitempty"`
	OldTitle   string `protobuf:"bytes,2,opt,name=oldTitle,proto3" json:"oldTitle,omitempty"`
	NewTitle   string `protobuf:"bytes,3,opt,name=newTitle,proto3" json:"newTitle,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConversationTitle) Descriptor deprecated

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

Deprecated: Use UpdateConversationTitle.ProtoReflect.Descriptor instead.

func (*UpdateConversationTitle) GetNewTitle

func (x *UpdateConversationTitle) GetNewTitle() string

func (*UpdateConversationTitle) GetOldTitle

func (x *UpdateConversationTitle) GetOldTitle() string

func (*UpdateConversationTitle) GetSelfUserId

func (x *UpdateConversationTitle) GetSelfUserId() *UUID

func (*UpdateConversationTitle) ProtoMessage

func (*UpdateConversationTitle) ProtoMessage()

func (*UpdateConversationTitle) ProtoReflect

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

func (*UpdateConversationTitle) Reset

func (x *UpdateConversationTitle) Reset()

func (*UpdateConversationTitle) String

func (x *UpdateConversationTitle) String() string

type UpdateEncryption

type UpdateEncryption struct {
	EnvelopeEncryption *EnvelopeEncryption `protobuf:"bytes,1,opt,name=envelopeEncryption,proto3" json:"envelopeEncryption,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEncryption) Descriptor deprecated

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

Deprecated: Use UpdateEncryption.ProtoReflect.Descriptor instead.

func (*UpdateEncryption) GetEnvelopeEncryption

func (x *UpdateEncryption) GetEnvelopeEncryption() *EnvelopeEncryption

func (*UpdateEncryption) ProtoMessage

func (*UpdateEncryption) ProtoMessage()

func (*UpdateEncryption) ProtoReflect

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

func (*UpdateEncryption) Reset

func (x *UpdateEncryption) Reset()

func (*UpdateEncryption) String

func (x *UpdateEncryption) String() string

type UpdateWatermarkResult

type UpdateWatermarkResult struct {
	InitiatingUserId *UUID          `protobuf:"bytes,1,opt,name=initiatingUserId,proto3" json:"initiatingUserId,omitempty"`
	Watermark        *HighWatermark `protobuf:"bytes,2,opt,name=watermark,proto3" json:"watermark,omitempty"`
	// Types that are assignable to ReadUpdate:
	//
	//	*UpdateWatermarkResult_ReadTimestamp
	ReadUpdate        isUpdateWatermarkResult_ReadUpdate `protobuf_oneof:"readUpdate"`
	ReadUpdateInfo    *UpdateWatermarkResult_ReadUpdate  `protobuf:"bytes,4,opt,name=readUpdateInfo,proto3" json:"readUpdateInfo,omitempty"`
	ReactionWatermark *HighWatermark                     `protobuf:"bytes,5,opt,name=reactionWatermark,proto3" json:"reactionWatermark,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWatermarkResult) Descriptor deprecated

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

Deprecated: Use UpdateWatermarkResult.ProtoReflect.Descriptor instead.

func (*UpdateWatermarkResult) GetInitiatingUserId

func (x *UpdateWatermarkResult) GetInitiatingUserId() *UUID

func (*UpdateWatermarkResult) GetReactionWatermark

func (x *UpdateWatermarkResult) GetReactionWatermark() *HighWatermark

func (*UpdateWatermarkResult) GetReadTimestamp

func (x *UpdateWatermarkResult) GetReadTimestamp() uint64

func (*UpdateWatermarkResult) GetReadUpdate

func (m *UpdateWatermarkResult) GetReadUpdate() isUpdateWatermarkResult_ReadUpdate

func (*UpdateWatermarkResult) GetReadUpdateInfo

func (*UpdateWatermarkResult) GetWatermark

func (x *UpdateWatermarkResult) GetWatermark() *HighWatermark

func (*UpdateWatermarkResult) ProtoMessage

func (*UpdateWatermarkResult) ProtoMessage()

func (*UpdateWatermarkResult) ProtoReflect

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

func (*UpdateWatermarkResult) Reset

func (x *UpdateWatermarkResult) Reset()

func (*UpdateWatermarkResult) String

func (x *UpdateWatermarkResult) String() string

type UpdateWatermarkResult_ReadTimestamp

type UpdateWatermarkResult_ReadTimestamp struct {
	ReadTimestamp uint64 `protobuf:"varint,3,opt,name=readTimestamp,proto3,oneof"`
}

type UpdateWatermarkResult_ReadUpdate

type UpdateWatermarkResult_ReadUpdate struct {
	ReadTimestamp          uint64 `protobuf:"varint,1,opt,name=readTimestamp,proto3" json:"readTimestamp,omitempty"`
	ReadTimestampMessageId uint64 `protobuf:"varint,2,opt,name=readTimestampMessageId,proto3" json:"readTimestampMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWatermarkResult_ReadUpdate) Descriptor deprecated

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

Deprecated: Use UpdateWatermarkResult_ReadUpdate.ProtoReflect.Descriptor instead.

func (*UpdateWatermarkResult_ReadUpdate) GetReadTimestamp

func (x *UpdateWatermarkResult_ReadUpdate) GetReadTimestamp() uint64

func (*UpdateWatermarkResult_ReadUpdate) GetReadTimestampMessageId

func (x *UpdateWatermarkResult_ReadUpdate) GetReadTimestampMessageId() uint64

func (*UpdateWatermarkResult_ReadUpdate) ProtoMessage

func (*UpdateWatermarkResult_ReadUpdate) ProtoMessage()

func (*UpdateWatermarkResult_ReadUpdate) ProtoReflect

func (*UpdateWatermarkResult_ReadUpdate) Reset

func (*UpdateWatermarkResult_ReadUpdate) String

type UserContext

type UserContext struct {
	UserCountry string `protobuf:"bytes,1,opt,name=userCountry,proto3" json:"userCountry,omitempty"`
	UserIp      string `protobuf:"bytes,2,opt,name=userIp,proto3" json:"userIp,omitempty"`
	UserId      string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"`
	UserRegion  string `protobuf:"bytes,4,opt,name=userRegion,proto3" json:"userRegion,omitempty"`
	AppVersion  string `protobuf:"bytes,10,opt,name=appVersion,proto3" json:"appVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*UserContext) Descriptor deprecated

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

Deprecated: Use UserContext.ProtoReflect.Descriptor instead.

func (*UserContext) GetAppVersion

func (x *UserContext) GetAppVersion() string

func (*UserContext) GetUserCountry

func (x *UserContext) GetUserCountry() string

func (*UserContext) GetUserId

func (x *UserContext) GetUserId() string

func (*UserContext) GetUserIp

func (x *UserContext) GetUserIp() string

func (*UserContext) GetUserRegion

func (x *UserContext) GetUserRegion() string

func (*UserContext) ProtoMessage

func (*UserContext) ProtoMessage()

func (*UserContext) ProtoReflect

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

func (*UserContext) Reset

func (x *UserContext) Reset()

func (*UserContext) String

func (x *UserContext) String() string

type UsesCameraRoll

type UsesCameraRoll struct {
	UsesCameraRoll bool `protobuf:"varint,1,opt,name=usesCameraRoll,proto3" json:"usesCameraRoll,omitempty"`
	// contains filtered or unexported fields
}

func (*UsesCameraRoll) Descriptor deprecated

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

Deprecated: Use UsesCameraRoll.ProtoReflect.Descriptor instead.

func (*UsesCameraRoll) GetUsesCameraRoll

func (x *UsesCameraRoll) GetUsesCameraRoll() bool

func (*UsesCameraRoll) ProtoMessage

func (*UsesCameraRoll) ProtoMessage()

func (*UsesCameraRoll) ProtoReflect

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

func (*UsesCameraRoll) Reset

func (x *UsesCameraRoll) Reset()

func (*UsesCameraRoll) String

func (x *UsesCameraRoll) String() string

type VersionNumber

type VersionNumber struct {
	Major int32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"`
	Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"`
	Patch int32 `protobuf:"varint,3,opt,name=patch,proto3" json:"patch,omitempty"`
	Build int32 `protobuf:"varint,4,opt,name=build,proto3" json:"build,omitempty"`
	// contains filtered or unexported fields
}

func (*VersionNumber) Descriptor deprecated

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

Deprecated: Use VersionNumber.ProtoReflect.Descriptor instead.

func (*VersionNumber) GetBuild

func (x *VersionNumber) GetBuild() int32

func (*VersionNumber) GetMajor

func (x *VersionNumber) GetMajor() int32

func (*VersionNumber) GetMinor

func (x *VersionNumber) GetMinor() int32

func (*VersionNumber) GetPatch

func (x *VersionNumber) GetPatch() int32

func (*VersionNumber) ProtoMessage

func (*VersionNumber) ProtoMessage()

func (*VersionNumber) ProtoReflect

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

func (*VersionNumber) Reset

func (x *VersionNumber) Reset()

func (*VersionNumber) String

func (x *VersionNumber) String() string

type VideoCodecFormat

type VideoCodecFormat int32
const (
	VideoCodecFormat_VIDEO_CODEC_UNSET VideoCodecFormat = 0
	VideoCodecFormat_VIDEO_CODEC_H264  VideoCodecFormat = 1
	VideoCodecFormat_VIDEO_CODEC_HEVC  VideoCodecFormat = 2
	VideoCodecFormat_VIDEO_CODEC_AV1   VideoCodecFormat = 3
	VideoCodecFormat_VIDEO_CODEC_VP9   VideoCodecFormat = 4
)

func (VideoCodecFormat) Descriptor

func (VideoCodecFormat) Enum

func (VideoCodecFormat) EnumDescriptor deprecated

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

Deprecated: Use VideoCodecFormat.Descriptor instead.

func (VideoCodecFormat) Number

func (VideoCodecFormat) String

func (x VideoCodecFormat) String() string

func (VideoCodecFormat) Type

type VideoDescription

type VideoDescription struct {
	VideoPlaybackType VideoDescription_VideoPlaybackType `` /* 134-byte string literal not displayed */
	MediaQualityType  VideoDescription_MediaQualityType  `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VideoDescription) Descriptor deprecated

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

Deprecated: Use VideoDescription.ProtoReflect.Descriptor instead.

func (*VideoDescription) GetMediaQualityType

func (x *VideoDescription) GetMediaQualityType() VideoDescription_MediaQualityType

func (*VideoDescription) GetVideoPlaybackType

func (x *VideoDescription) GetVideoPlaybackType() VideoDescription_VideoPlaybackType

func (*VideoDescription) ProtoMessage

func (*VideoDescription) ProtoMessage()

func (*VideoDescription) ProtoReflect

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

func (*VideoDescription) Reset

func (x *VideoDescription) Reset()

func (*VideoDescription) String

func (x *VideoDescription) String() string

type VideoDescription_MediaQualityType

type VideoDescription_MediaQualityType int32

* The higher the value, the higher the media quality.

const (
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_UNKNOWN   VideoDescription_MediaQualityType = 0
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_1   VideoDescription_MediaQualityType = 100
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2   VideoDescription_MediaQualityType = 200
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3   VideoDescription_MediaQualityType = 300
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4   VideoDescription_MediaQualityType = 400
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_5   VideoDescription_MediaQualityType = 500
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6   VideoDescription_MediaQualityType = 600
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_7   VideoDescription_MediaQualityType = 700
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_MAX VideoDescription_MediaQualityType = 5000
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_4_5 VideoDescription_MediaQualityType = 450
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_1 VideoDescription_MediaQualityType = 210
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_2 VideoDescription_MediaQualityType = 220
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_5 VideoDescription_MediaQualityType = 250
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_2 VideoDescription_MediaQualityType = 320
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_3_5 VideoDescription_MediaQualityType = 350
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_2_7 VideoDescription_MediaQualityType = 270
	VideoDescription_MediaQualityType_VIDEO_MEDIA_QUALITY_TYPE_LEVEL_6_5 VideoDescription_MediaQualityType = 650
)

func (VideoDescription_MediaQualityType) Descriptor

func (VideoDescription_MediaQualityType) Enum

func (VideoDescription_MediaQualityType) EnumDescriptor deprecated

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

Deprecated: Use VideoDescription_MediaQualityType.Descriptor instead.

func (VideoDescription_MediaQualityType) Number

func (VideoDescription_MediaQualityType) String

func (VideoDescription_MediaQualityType) Type

type VideoDescription_VideoPlaybackType

type VideoDescription_VideoPlaybackType int32
const (
	VideoDescription_VideoPlaybackType_VIDEO_UNKNOWN_PLAYBACK_TYPE VideoDescription_VideoPlaybackType = 0
	// * FASTSTART_DISABLED - Can’t progressively stream; since MOOV atom is at the end
	VideoDescription_VideoPlaybackType_VIDEO_FASTSTART_DISABLED VideoDescription_VideoPlaybackType = 1
	// * FASTSTART_ENABLED - Capable of progressive streaming; with MOOV atom at the front
	VideoDescription_VideoPlaybackType_VIDEO_FASTSTART_ENABLED   VideoDescription_VideoPlaybackType = 2
	VideoDescription_VideoPlaybackType_VIDEO_HTTP_STREAMING_DASH VideoDescription_VideoPlaybackType = 3
	VideoDescription_VideoPlaybackType_VIDEO_HTTP_STREAMING_HLS  VideoDescription_VideoPlaybackType = 4
)

func (VideoDescription_VideoPlaybackType) Descriptor

func (VideoDescription_VideoPlaybackType) Enum

func (VideoDescription_VideoPlaybackType) EnumDescriptor deprecated

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

Deprecated: Use VideoDescription_VideoPlaybackType.Descriptor instead.

func (VideoDescription_VideoPlaybackType) Number

func (VideoDescription_VideoPlaybackType) String

func (VideoDescription_VideoPlaybackType) Type

type VideoFileFormat

type VideoFileFormat int32
const (
	VideoFileFormat_VIDEO_FILE_UNSET VideoFileFormat = 0
	VideoFileFormat_VIDEO_FILE_MP4   VideoFileFormat = 1
	VideoFileFormat_VIDEO_FILE_FMP4  VideoFileFormat = 2
)

func (VideoFileFormat) Descriptor

func (VideoFileFormat) Enum

func (x VideoFileFormat) Enum() *VideoFileFormat

func (VideoFileFormat) EnumDescriptor deprecated

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

Deprecated: Use VideoFileFormat.Descriptor instead.

func (VideoFileFormat) Number

func (VideoFileFormat) String

func (x VideoFileFormat) String() string

func (VideoFileFormat) Type

type VideoMetadata

type VideoMetadata struct {
	CodecFormat     VideoCodecFormat `protobuf:"varint,1,opt,name=codecFormat,proto3,enum=media.VideoCodecFormat" json:"codecFormat,omitempty"`        // enum
	ContainerFormat VideoFileFormat  `protobuf:"varint,2,opt,name=containerFormat,proto3,enum=media.VideoFileFormat" json:"containerFormat,omitempty"` // enum
	// contains filtered or unexported fields
}

func (*VideoMetadata) Descriptor deprecated

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

Deprecated: Use VideoMetadata.ProtoReflect.Descriptor instead.

func (*VideoMetadata) GetCodecFormat

func (x *VideoMetadata) GetCodecFormat() VideoCodecFormat

func (*VideoMetadata) GetContainerFormat

func (x *VideoMetadata) GetContainerFormat() VideoFileFormat

func (*VideoMetadata) ProtoMessage

func (*VideoMetadata) ProtoMessage()

func (*VideoMetadata) ProtoReflect

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

func (*VideoMetadata) Reset

func (x *VideoMetadata) Reset()

func (*VideoMetadata) String

func (x *VideoMetadata) String() string

Jump to

Keyboard shortcuts

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