waE2E

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2026 License: MPL-2.0, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PollType_name = map[int32]string{
		0: "POLL",
		1: "QUIZ",
	}
	PollType_value = map[string]int32{
		"POLL": 0,
		"QUIZ": 1,
	}
)

Enum value maps for PollType.

View Source
var (
	PollContentType_name = map[int32]string{
		0: "UNKNOWN_POLL_CONTENT_TYPE",
		1: "TEXT",
		2: "IMAGE",
	}
	PollContentType_value = map[string]int32{
		"UNKNOWN_POLL_CONTENT_TYPE": 0,
		"TEXT":                      1,
		"IMAGE":                     2,
	}
)

Enum value maps for PollContentType.

View Source
var (
	InsightDeliveryState_name = map[int32]string{
		0: "SENT",
		1: "DELIVERED",
		2: "READ",
		3: "REPLIED",
		4: "QUICK_REPLIED",
	}
	InsightDeliveryState_value = map[string]int32{
		"SENT":          0,
		"DELIVERED":     1,
		"READ":          2,
		"REPLIED":       3,
		"QUICK_REPLIED": 4,
	}
)

Enum value maps for InsightDeliveryState.

View Source
var (
	PeerDataOperationRequestType_name = map[int32]string{
		0:  "UPLOAD_STICKER",
		1:  "SEND_RECENT_STICKER_BOOTSTRAP",
		2:  "GENERATE_LINK_PREVIEW",
		3:  "HISTORY_SYNC_ON_DEMAND",
		4:  "PLACEHOLDER_MESSAGE_RESEND",
		5:  "WAFFLE_LINKING_NONCE_FETCH",
		6:  "FULL_HISTORY_SYNC_ON_DEMAND",
		7:  "COMPANION_META_NONCE_FETCH",
		8:  "COMPANION_SYNCD_SNAPSHOT_FATAL_RECOVERY",
		9:  "COMPANION_CANONICAL_USER_NONCE_FETCH",
		10: "HISTORY_SYNC_CHUNK_RETRY",
		11: "GALAXY_FLOW_ACTION",
		12: "BUSINESS_BROADCAST_INSIGHTS_DELIVERED_TO",
		13: "BUSINESS_BROADCAST_INSIGHTS_REFRESH",
		14: "CONTACT_REFRESH_REQUEST",
	}
	PeerDataOperationRequestType_value = map[string]int32{
		"UPLOAD_STICKER":                           0,
		"SEND_RECENT_STICKER_BOOTSTRAP":            1,
		"GENERATE_LINK_PREVIEW":                    2,
		"HISTORY_SYNC_ON_DEMAND":                   3,
		"PLACEHOLDER_MESSAGE_RESEND":               4,
		"WAFFLE_LINKING_NONCE_FETCH":               5,
		"FULL_HISTORY_SYNC_ON_DEMAND":              6,
		"COMPANION_META_NONCE_FETCH":               7,
		"COMPANION_SYNCD_SNAPSHOT_FATAL_RECOVERY":  8,
		"COMPANION_CANONICAL_USER_NONCE_FETCH":     9,
		"HISTORY_SYNC_CHUNK_RETRY":                 10,
		"GALAXY_FLOW_ACTION":                       11,
		"BUSINESS_BROADCAST_INSIGHTS_DELIVERED_TO": 12,
		"BUSINESS_BROADCAST_INSIGHTS_REFRESH":      13,
		"CONTACT_REFRESH_REQUEST":                  14,
	}
)

Enum value maps for PeerDataOperationRequestType.

View Source
var (
	HistorySyncType_name = map[int32]string{
		0: "INITIAL_BOOTSTRAP",
		1: "INITIAL_STATUS_V3",
		2: "FULL",
		3: "RECENT",
		4: "PUSH_NAME",
		5: "NON_BLOCKING_DATA",
		6: "ON_DEMAND",
		7: "NO_HISTORY",
		8: "MESSAGE_ACCESS_STATUS",
	}
	HistorySyncType_value = map[string]int32{
		"INITIAL_BOOTSTRAP":     0,
		"INITIAL_STATUS_V3":     1,
		"FULL":                  2,
		"RECENT":                3,
		"PUSH_NAME":             4,
		"NON_BLOCKING_DATA":     5,
		"ON_DEMAND":             6,
		"NO_HISTORY":            7,
		"MESSAGE_ACCESS_STATUS": 8,
	}
)

Enum value maps for HistorySyncType.

View Source
var (
	MediaKeyDomain_name = map[int32]string{
		0: "MEDIA_KEY_DOMAIN_UNKNOWN",
		1: "MEDIA_KEY_DOMAIN_E2EE",
		2: "MEDIA_KEY_DOMAIN_NON_E2EE",
	}
	MediaKeyDomain_value = map[string]int32{
		"MEDIA_KEY_DOMAIN_UNKNOWN":  0,
		"MEDIA_KEY_DOMAIN_E2EE":     1,
		"MEDIA_KEY_DOMAIN_NON_E2EE": 2,
	}
)

Enum value maps for MediaKeyDomain.

View Source
var (
	WebLinkRenderConfig_name = map[int32]string{
		0: "WEBVIEW",
		1: "SYSTEM",
	}
	WebLinkRenderConfig_value = map[string]int32{
		"WEBVIEW": 0,
		"SYSTEM":  1,
	}
)

Enum value maps for WebLinkRenderConfig.

View Source
var (
	KeepType_name = map[int32]string{
		0: "UNKNOWN_KEEP_TYPE",
		1: "KEEP_FOR_ALL",
		2: "UNDO_KEEP_FOR_ALL",
	}
	KeepType_value = map[string]int32{
		"UNKNOWN_KEEP_TYPE": 0,
		"KEEP_FOR_ALL":      1,
		"UNDO_KEEP_FOR_ALL": 2,
	}
)

Enum value maps for KeepType.

View Source
var (
	StatusLinkPreviewMetadata_Style_name = map[int32]string{
		0: "AUTO",
		1: "COMPACT",
		2: "FULL",
		3: "IMMERSIVE",
	}
	StatusLinkPreviewMetadata_Style_value = map[string]int32{
		"AUTO":      0,
		"COMPACT":   1,
		"FULL":      2,
		"IMMERSIVE": 3,
	}
)

Enum value maps for StatusLinkPreviewMetadata_Style.

View Source
var (
	StickerPackMessage_StickerPackOrigin_name = map[int32]string{
		0: "FIRST_PARTY",
		1: "THIRD_PARTY",
		2: "USER_CREATED",
	}
	StickerPackMessage_StickerPackOrigin_value = map[string]int32{
		"FIRST_PARTY":  0,
		"THIRD_PARTY":  1,
		"USER_CREATED": 2,
	}
)

Enum value maps for StickerPackMessage_StickerPackOrigin.

View Source
var (
	PlaceholderMessage_PlaceholderType_name = map[int32]string{
		0: "MASK_LINKED_DEVICES",
	}
	PlaceholderMessage_PlaceholderType_value = map[string]int32{
		"MASK_LINKED_DEVICES": 0,
	}
)

Enum value maps for PlaceholderMessage_PlaceholderType.

View Source
var (
	BCallMessage_MediaType_name = map[int32]string{
		0: "UNKNOWN",
		1: "AUDIO",
		2: "VIDEO",
	}
	BCallMessage_MediaType_value = map[string]int32{
		"UNKNOWN": 0,
		"AUDIO":   1,
		"VIDEO":   2,
	}
)

Enum value maps for BCallMessage_MediaType.

View Source
var (
	CallLogMessage_CallOutcome_name = map[int32]string{
		0: "CONNECTED",
		1: "MISSED",
		2: "FAILED",
		3: "REJECTED",
		4: "ACCEPTED_ELSEWHERE",
		5: "ONGOING",
		6: "SILENCED_BY_DND",
		7: "SILENCED_UNKNOWN_CALLER",
	}
	CallLogMessage_CallOutcome_value = map[string]int32{
		"CONNECTED":               0,
		"MISSED":                  1,
		"FAILED":                  2,
		"REJECTED":                3,
		"ACCEPTED_ELSEWHERE":      4,
		"ONGOING":                 5,
		"SILENCED_BY_DND":         6,
		"SILENCED_UNKNOWN_CALLER": 7,
	}
)

Enum value maps for CallLogMessage_CallOutcome.

View Source
var (
	CallLogMessage_CallType_name = map[int32]string{
		0: "REGULAR",
		1: "SCHEDULED_CALL",
		2: "VOICE_CHAT",
	}
	CallLogMessage_CallType_value = map[string]int32{
		"REGULAR":        0,
		"SCHEDULED_CALL": 1,
		"VOICE_CHAT":     2,
	}
)

Enum value maps for CallLogMessage_CallType.

View Source
var (
	ScheduledCallEditMessage_EditType_name = map[int32]string{
		0: "UNKNOWN",
		1: "CANCEL",
	}
	ScheduledCallEditMessage_EditType_value = map[string]int32{
		"UNKNOWN": 0,
		"CANCEL":  1,
	}
)

Enum value maps for ScheduledCallEditMessage_EditType.

View Source
var (
	ScheduledCallCreationMessage_CallType_name = map[int32]string{
		0: "UNKNOWN",
		1: "VOICE",
		2: "VIDEO",
	}
	ScheduledCallCreationMessage_CallType_value = map[string]int32{
		"UNKNOWN": 0,
		"VOICE":   1,
		"VIDEO":   2,
	}
)

Enum value maps for ScheduledCallCreationMessage_CallType.

View Source
var (
	EventResponseMessage_EventResponseType_name = map[int32]string{
		0: "UNKNOWN",
		1: "GOING",
		2: "NOT_GOING",
		3: "MAYBE",
	}
	EventResponseMessage_EventResponseType_value = map[string]int32{
		"UNKNOWN":   0,
		"GOING":     1,
		"NOT_GOING": 2,
		"MAYBE":     3,
	}
)

Enum value maps for EventResponseMessage_EventResponseType.

View Source
var (
	PinInChatMessage_Type_name = map[int32]string{
		0: "UNKNOWN_TYPE",
		1: "PIN_FOR_ALL",
		2: "UNPIN_FOR_ALL",
	}
	PinInChatMessage_Type_value = map[string]int32{
		"UNKNOWN_TYPE":  0,
		"PIN_FOR_ALL":   1,
		"UNPIN_FOR_ALL": 2,
	}
)

Enum value maps for PinInChatMessage_Type.

View Source
var (
	StatusStickerInteractionMessage_StatusStickerType_name = map[int32]string{
		0: "UNKNOWN",
		1: "REACTION",
	}
	StatusStickerInteractionMessage_StatusStickerType_value = map[string]int32{
		"UNKNOWN":  0,
		"REACTION": 1,
	}
)

Enum value maps for StatusStickerInteractionMessage_StatusStickerType.

View Source
var (
	ButtonsResponseMessage_Type_name = map[int32]string{
		0: "UNKNOWN",
		1: "DISPLAY_TEXT",
	}
	ButtonsResponseMessage_Type_value = map[string]int32{
		"UNKNOWN":      0,
		"DISPLAY_TEXT": 1,
	}
)

Enum value maps for ButtonsResponseMessage_Type.

View Source
var (
	ButtonsMessage_HeaderType_name = map[int32]string{
		0: "UNKNOWN",
		1: "EMPTY",
		2: "TEXT",
		3: "DOCUMENT",
		4: "IMAGE",
		5: "VIDEO",
		6: "LOCATION",
	}
	ButtonsMessage_HeaderType_value = map[string]int32{
		"UNKNOWN":  0,
		"EMPTY":    1,
		"TEXT":     2,
		"DOCUMENT": 3,
		"IMAGE":    4,
		"VIDEO":    5,
		"LOCATION": 6,
	}
)

Enum value maps for ButtonsMessage_HeaderType.

View Source
var (
	ButtonsMessage_Button_Type_name = map[int32]string{
		0: "UNKNOWN",
		1: "RESPONSE",
		2: "NATIVE_FLOW",
	}
	ButtonsMessage_Button_Type_value = map[string]int32{
		"UNKNOWN":     0,
		"RESPONSE":    1,
		"NATIVE_FLOW": 2,
	}
)

Enum value maps for ButtonsMessage_Button_Type.

View Source
var (
	ConditionalRevealMessage_ConditionalRevealMessageType_name = map[int32]string{
		0: "UNKNOWN",
		1: "SCHEDULED_MESSAGE",
	}
	ConditionalRevealMessage_ConditionalRevealMessageType_value = map[string]int32{
		"UNKNOWN":           0,
		"SCHEDULED_MESSAGE": 1,
	}
)

Enum value maps for ConditionalRevealMessage_ConditionalRevealMessageType.

View Source
var (
	SecretEncryptedMessage_SecretEncType_name = map[int32]string{
		0: "UNKNOWN",
		1: "EVENT_EDIT",
		2: "MESSAGE_EDIT",
		3: "MESSAGE_SCHEDULE",
		4: "POLL_EDIT",
		5: "POLL_ADD_OPTION",
	}
	SecretEncryptedMessage_SecretEncType_value = map[string]int32{
		"UNKNOWN":          0,
		"EVENT_EDIT":       1,
		"MESSAGE_EDIT":     2,
		"MESSAGE_SCHEDULE": 3,
		"POLL_EDIT":        4,
		"POLL_ADD_OPTION":  5,
	}
)

Enum value maps for SecretEncryptedMessage_SecretEncType.

View Source
var (
	GroupInviteMessage_GroupType_name = map[int32]string{
		0: "DEFAULT",
		1: "PARENT",
	}
	GroupInviteMessage_GroupType_value = map[string]int32{
		"DEFAULT": 0,
		"PARENT":  1,
	}
)

Enum value maps for GroupInviteMessage_GroupType.

View Source
var (
	InteractiveResponseMessage_Body_Format_name = map[int32]string{
		0: "DEFAULT",
		1: "EXTENSIONS_1",
	}
	InteractiveResponseMessage_Body_Format_value = map[string]int32{
		"DEFAULT":      0,
		"EXTENSIONS_1": 1,
	}
)

Enum value maps for InteractiveResponseMessage_Body_Format.

View Source
var (
	InteractiveMessage_CarouselMessage_CarouselCardType_name = map[int32]string{
		0: "UNKNOWN",
		1: "HSCROLL_CARDS",
		2: "ALBUM_IMAGE",
	}
	InteractiveMessage_CarouselMessage_CarouselCardType_value = map[string]int32{
		"UNKNOWN":       0,
		"HSCROLL_CARDS": 1,
		"ALBUM_IMAGE":   2,
	}
)

Enum value maps for InteractiveMessage_CarouselMessage_CarouselCardType.

View Source
var (
	InteractiveMessage_ShopMessage_Surface_name = map[int32]string{
		0: "UNKNOWN_SURFACE",
		1: "FB",
		2: "IG",
		3: "WA",
	}
	InteractiveMessage_ShopMessage_Surface_value = map[string]int32{
		"UNKNOWN_SURFACE": 0,
		"FB":              1,
		"IG":              2,
		"WA":              3,
	}
)

Enum value maps for InteractiveMessage_ShopMessage_Surface.

View Source
var (
	ListResponseMessage_ListType_name = map[int32]string{
		0: "UNKNOWN",
		1: "SINGLE_SELECT",
	}
	ListResponseMessage_ListType_value = map[string]int32{
		"UNKNOWN":       0,
		"SINGLE_SELECT": 1,
	}
)

Enum value maps for ListResponseMessage_ListType.

View Source
var (
	ListMessage_ListType_name = map[int32]string{
		0: "UNKNOWN",
		1: "SINGLE_SELECT",
		2: "PRODUCT_LIST",
	}
	ListMessage_ListType_value = map[string]int32{
		"UNKNOWN":       0,
		"SINGLE_SELECT": 1,
		"PRODUCT_LIST":  2,
	}
)

Enum value maps for ListMessage_ListType.

View Source
var (
	OrderMessage_OrderSurface_name = map[int32]string{
		1: "CATALOG",
	}
	OrderMessage_OrderSurface_value = map[string]int32{
		"CATALOG": 1,
	}
)

Enum value maps for OrderMessage_OrderSurface.

View Source
var (
	OrderMessage_OrderStatus_name = map[int32]string{
		1: "INQUIRY",
		2: "ACCEPTED",
		3: "DECLINED",
	}
	OrderMessage_OrderStatus_value = map[string]int32{
		"INQUIRY":  1,
		"ACCEPTED": 2,
		"DECLINED": 3,
	}
)

Enum value maps for OrderMessage_OrderStatus.

View Source
var (
	StatusQuotedMessage_StatusQuotedMessageType_name = map[int32]string{
		1: "QUESTION_ANSWER",
	}
	StatusQuotedMessage_StatusQuotedMessageType_value = map[string]int32{
		"QUESTION_ANSWER": 1,
	}
)

Enum value maps for StatusQuotedMessage_StatusQuotedMessageType.

View Source
var (
	SplitPaymentParticipant_SplitPaymentStatus_name = map[int32]string{
		0: "PENDING",
		1: "PAID",
	}
	SplitPaymentParticipant_SplitPaymentStatus_value = map[string]int32{
		"PENDING": 0,
		"PAID":    1,
	}
)

Enum value maps for SplitPaymentParticipant_SplitPaymentStatus.

View Source
var (
	PaymentReminderMessage_ReminderStatus_name = map[int32]string{
		0: "REMINDER_STATUS_UNKNOWN",
		1: "ACTIVE",
		2: "CANCELLED_BY_CREATOR",
		3: "STOPPED_BY_RECEIVER",
		4: "EXPIRED",
		5: "PAID",
	}
	PaymentReminderMessage_ReminderStatus_value = map[string]int32{
		"REMINDER_STATUS_UNKNOWN": 0,
		"ACTIVE":                  1,
		"CANCELLED_BY_CREATOR":    2,
		"STOPPED_BY_RECEIVER":     3,
		"EXPIRED":                 4,
		"PAID":                    5,
	}
)

Enum value maps for PaymentReminderMessage_ReminderStatus.

View Source
var (
	PaymentReminderMessage_ReminderFrequency_name = map[int32]string{
		0: "REMINDER_FREQUENCY_UNKNOWN",
		1: "WEEKLY",
		2: "BI_WEEKLY",
		3: "MONTHLY",
		4: "QUARTERLY",
	}
	PaymentReminderMessage_ReminderFrequency_value = map[string]int32{
		"REMINDER_FREQUENCY_UNKNOWN": 0,
		"WEEKLY":                     1,
		"BI_WEEKLY":                  2,
		"MONTHLY":                    3,
		"QUARTERLY":                  4,
	}
)

Enum value maps for PaymentReminderMessage_ReminderFrequency.

View Source
var (
	PaymentInviteMessage_InviteType_name = map[int32]string{
		0: "DEFAULT",
		1: "MAPPER",
	}
	PaymentInviteMessage_InviteType_value = map[string]int32{
		"DEFAULT": 0,
		"MAPPER":  1,
	}
)

Enum value maps for PaymentInviteMessage_InviteType.

View Source
var (
	PaymentInviteMessage_ServiceType_name = map[int32]string{
		0: "UNKNOWN",
		1: "FBPAY",
		2: "NOVI",
		3: "UPI",
		4: "PIX",
	}
	PaymentInviteMessage_ServiceType_value = map[string]int32{
		"UNKNOWN": 0,
		"FBPAY":   1,
		"NOVI":    2,
		"UPI":     3,
		"PIX":     4,
	}
)

Enum value maps for PaymentInviteMessage_ServiceType.

View Source
var (
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_name = map[int32]string{
		1: "GREGORIAN",
		2: "SOLAR_HIJRI",
	}
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType_value = map[string]int32{
		"GREGORIAN":   1,
		"SOLAR_HIJRI": 2,
	}
)

Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.

View Source
var (
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_name = map[int32]string{
		1: "MONDAY",
		2: "TUESDAY",
		3: "WEDNESDAY",
		4: "THURSDAY",
		5: "FRIDAY",
		6: "SATURDAY",
		7: "SUNDAY",
	}
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType_value = map[string]int32{
		"MONDAY":    1,
		"TUESDAY":   2,
		"WEDNESDAY": 3,
		"THURSDAY":  4,
		"FRIDAY":    5,
		"SATURDAY":  6,
		"SUNDAY":    7,
	}
)

Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.

View Source
var (
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode_name = map[int32]string{
		1: "GENERATION_ERROR",
		2: "CHUNK_CONSUMED",
		3: "TIMEOUT",
		4: "SESSION_EXHAUSTED",
		5: "CHUNK_EXHAUSTED",
		6: "DUPLICATED_REQUEST",
	}
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode_value = map[string]int32{
		"GENERATION_ERROR":   1,
		"CHUNK_CONSUMED":     2,
		"TIMEOUT":            3,
		"SESSION_EXHAUSTED":  4,
		"CHUNK_EXHAUSTED":    5,
		"DUPLICATED_REQUEST": 6,
	}
)

Enum value maps for PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode.

View Source
var (
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode_name = map[int32]string{
		0: "REQUEST_SUCCESS",
		1: "REQUEST_TIME_EXPIRED",
		2: "DECLINED_SHARING_HISTORY",
		3: "GENERIC_ERROR",
		4: "ERROR_REQUEST_ON_NON_SMB_PRIMARY",
		5: "ERROR_HOSTED_DEVICE_NOT_CONNECTED",
		6: "ERROR_HOSTED_DEVICE_LOGIN_TIME_NOT_SET",
		7: "ERROR_MULTI_PROVIDER_NOT_CONFIGURED",
	}
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode_value = map[string]int32{
		"REQUEST_SUCCESS":                        0,
		"REQUEST_TIME_EXPIRED":                   1,
		"DECLINED_SHARING_HISTORY":               2,
		"GENERIC_ERROR":                          3,
		"ERROR_REQUEST_ON_NON_SMB_PRIMARY":       4,
		"ERROR_HOSTED_DEVICE_NOT_CONNECTED":      5,
		"ERROR_HOSTED_DEVICE_LOGIN_TIME_NOT_SET": 6,
		"ERROR_MULTI_PROVIDER_NOT_CONFIGURED":    7,
	}
)

Enum value maps for PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode.

View Source
var (
	PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType_name = map[int32]string{
		1: "NOTIFY_LAUNCH",
		2: "DOWNLOAD_RESPONSES",
	}
	PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType_value = map[string]int32{
		"NOTIFY_LAUNCH":      1,
		"DOWNLOAD_RESPONSES": 2,
	}
)

Enum value maps for PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType.

View Source
var (
	RequestWelcomeMessageMetadata_WelcomeTrigger_name = map[int32]string{
		0: "CHAT_OPEN",
		1: "COMPANION_PAIRING",
	}
	RequestWelcomeMessageMetadata_WelcomeTrigger_value = map[string]int32{
		"CHAT_OPEN":         0,
		"COMPANION_PAIRING": 1,
	}
)

Enum value maps for RequestWelcomeMessageMetadata_WelcomeTrigger.

View Source
var (
	RequestWelcomeMessageMetadata_LocalChatState_name = map[int32]string{
		0: "EMPTY",
		1: "NON_EMPTY",
	}
	RequestWelcomeMessageMetadata_LocalChatState_value = map[string]int32{
		"EMPTY":     0,
		"NON_EMPTY": 1,
	}
)

Enum value maps for RequestWelcomeMessageMetadata_LocalChatState.

View Source
var (
	ProtocolMessage_Type_name = map[int32]string{
		0:  "REVOKE",
		3:  "EPHEMERAL_SETTING",
		4:  "EPHEMERAL_SYNC_RESPONSE",
		5:  "HISTORY_SYNC_NOTIFICATION",
		6:  "APP_STATE_SYNC_KEY_SHARE",
		7:  "APP_STATE_SYNC_KEY_REQUEST",
		8:  "MSG_FANOUT_BACKFILL_REQUEST",
		9:  "INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC",
		10: "APP_STATE_FATAL_EXCEPTION_NOTIFICATION",
		11: "SHARE_PHONE_NUMBER",
		14: "MESSAGE_EDIT",
		16: "PEER_DATA_OPERATION_REQUEST_MESSAGE",
		17: "PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE",
		18: "REQUEST_WELCOME_MESSAGE",
		19: "BOT_FEEDBACK_MESSAGE",
		20: "MEDIA_NOTIFY_MESSAGE",
		21: "CLOUD_API_THREAD_CONTROL_NOTIFICATION",
		22: "LID_MIGRATION_MAPPING_SYNC",
		23: "REMINDER_MESSAGE",
		24: "BOT_MEMU_ONBOARDING_MESSAGE",
		25: "STATUS_MENTION_MESSAGE",
		26: "STOP_GENERATION_MESSAGE",
		27: "LIMIT_SHARING",
		28: "AI_PSI_METADATA",
		29: "AI_QUERY_FANOUT",
		30: "GROUP_MEMBER_LABEL_CHANGE",
		31: "AI_MEDIA_COLLECTION_MESSAGE",
		32: "MESSAGE_UNSCHEDULE",
		34: "CHAT_THEME_SETTING",
		35: "AI_METADATA_OPERATION",
		36: "MARK_AS_VERIFIED_ACTION",
		37: "COEX_STATE_SYNC",
	}
	ProtocolMessage_Type_value = map[string]int32{
		"REVOKE":                                       0,
		"EPHEMERAL_SETTING":                            3,
		"EPHEMERAL_SYNC_RESPONSE":                      4,
		"HISTORY_SYNC_NOTIFICATION":                    5,
		"APP_STATE_SYNC_KEY_SHARE":                     6,
		"APP_STATE_SYNC_KEY_REQUEST":                   7,
		"MSG_FANOUT_BACKFILL_REQUEST":                  8,
		"INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC":   9,
		"APP_STATE_FATAL_EXCEPTION_NOTIFICATION":       10,
		"SHARE_PHONE_NUMBER":                           11,
		"MESSAGE_EDIT":                                 14,
		"PEER_DATA_OPERATION_REQUEST_MESSAGE":          16,
		"PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE": 17,
		"REQUEST_WELCOME_MESSAGE":                      18,
		"BOT_FEEDBACK_MESSAGE":                         19,
		"MEDIA_NOTIFY_MESSAGE":                         20,
		"CLOUD_API_THREAD_CONTROL_NOTIFICATION":        21,
		"LID_MIGRATION_MAPPING_SYNC":                   22,
		"REMINDER_MESSAGE":                             23,
		"BOT_MEMU_ONBOARDING_MESSAGE":                  24,
		"STATUS_MENTION_MESSAGE":                       25,
		"STOP_GENERATION_MESSAGE":                      26,
		"LIMIT_SHARING":                                27,
		"AI_PSI_METADATA":                              28,
		"AI_QUERY_FANOUT":                              29,
		"GROUP_MEMBER_LABEL_CHANGE":                    30,
		"AI_MEDIA_COLLECTION_MESSAGE":                  31,
		"MESSAGE_UNSCHEDULE":                           32,
		"CHAT_THEME_SETTING":                           34,
		"AI_METADATA_OPERATION":                        35,
		"MARK_AS_VERIFIED_ACTION":                      36,
		"COEX_STATE_SYNC":                              37,
	}
)

Enum value maps for ProtocolMessage_Type.

View Source
var (
	CloudAPIThreadControlNotification_CloudAPIThreadControl_name = map[int32]string{
		0: "UNKNOWN",
		1: "CONTROL_PASSED",
		2: "CONTROL_TAKEN",
		3: "INFO",
	}
	CloudAPIThreadControlNotification_CloudAPIThreadControl_value = map[string]int32{
		"UNKNOWN":        0,
		"CONTROL_PASSED": 1,
		"CONTROL_TAKEN":  2,
		"INFO":           3,
	}
)

Enum value maps for CloudAPIThreadControlNotification_CloudAPIThreadControl.

View Source
var (
	VideoMessage_VideoSourceType_name = map[int32]string{
		0: "USER_VIDEO",
		1: "AI_GENERATED",
	}
	VideoMessage_VideoSourceType_value = map[string]int32{
		"USER_VIDEO":   0,
		"AI_GENERATED": 1,
	}
)

Enum value maps for VideoMessage_VideoSourceType.

View Source
var (
	VideoMessage_Attribution_name = map[int32]string{
		0: "NONE",
		1: "GIPHY",
		2: "TENOR",
		3: "KLIPY",
	}
	VideoMessage_Attribution_value = map[string]int32{
		"NONE":  0,
		"GIPHY": 1,
		"TENOR": 2,
		"KLIPY": 3,
	}
)

Enum value maps for VideoMessage_Attribution.

View Source
var (
	MusicMessage_MusicMessageStyle_name = map[int32]string{
		0: "UNKNOWN",
		1: "VINYL",
	}
	MusicMessage_MusicMessageStyle_value = map[string]int32{
		"UNKNOWN": 0,
		"VINYL":   1,
	}
)

Enum value maps for MusicMessage_MusicMessageStyle.

View Source
var (
	ExtendedTextMessage_InviteLinkGroupType_name = map[int32]string{
		0: "DEFAULT",
		1: "PARENT",
		2: "SUB",
		3: "DEFAULT_SUB",
	}
	ExtendedTextMessage_InviteLinkGroupType_value = map[string]int32{
		"DEFAULT":     0,
		"PARENT":      1,
		"SUB":         2,
		"DEFAULT_SUB": 3,
	}
)

Enum value maps for ExtendedTextMessage_InviteLinkGroupType.

View Source
var (
	ExtendedTextMessage_PreviewType_name = map[int32]string{
		0: "NONE",
		1: "VIDEO",
		4: "PLACEHOLDER",
		5: "IMAGE",
		6: "PAYMENT_LINKS",
		7: "PROFILE",
	}
	ExtendedTextMessage_PreviewType_value = map[string]int32{
		"NONE":          0,
		"VIDEO":         1,
		"PLACEHOLDER":   4,
		"IMAGE":         5,
		"PAYMENT_LINKS": 6,
		"PROFILE":       7,
	}
)

Enum value maps for ExtendedTextMessage_PreviewType.

View Source
var (
	ExtendedTextMessage_FontType_name = map[int32]string{
		0:  "SYSTEM",
		1:  "SYSTEM_TEXT",
		2:  "FB_SCRIPT",
		6:  "SYSTEM_BOLD",
		7:  "MORNINGBREEZE_REGULAR",
		8:  "CALISTOGA_REGULAR",
		9:  "EXO2_EXTRABOLD",
		10: "COURIERPRIME_BOLD",
	}
	ExtendedTextMessage_FontType_value = map[string]int32{
		"SYSTEM":                0,
		"SYSTEM_TEXT":           1,
		"FB_SCRIPT":             2,
		"SYSTEM_BOLD":           6,
		"MORNINGBREEZE_REGULAR": 7,
		"CALISTOGA_REGULAR":     8,
		"EXO2_EXTRABOLD":        9,
		"COURIERPRIME_BOLD":     10,
	}
)

Enum value maps for ExtendedTextMessage_FontType.

View Source
var (
	LinkPreviewMetadata_SocialMediaPostType_name = map[int32]string{
		0: "NONE",
		1: "REEL",
		2: "LIVE_VIDEO",
		3: "LONG_VIDEO",
		4: "SINGLE_IMAGE",
		5: "CAROUSEL",
	}
	LinkPreviewMetadata_SocialMediaPostType_value = map[string]int32{
		"NONE":         0,
		"REEL":         1,
		"LIVE_VIDEO":   2,
		"LONG_VIDEO":   3,
		"SINGLE_IMAGE": 4,
		"CAROUSEL":     5,
	}
)

Enum value maps for LinkPreviewMetadata_SocialMediaPostType.

View Source
var (
	PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType_name = map[int32]string{
		0: "LINK_PREVIEW",
		1: "ORDER",
	}
	PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType_value = map[string]int32{
		"LINK_PREVIEW": 0,
		"ORDER":        1,
	}
)

Enum value maps for PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType.

View Source
var (
	StatusNotificationMessage_StatusNotificationType_name = map[int32]string{
		0: "UNKNOWN",
		1: "STATUS_ADD_YOURS",
		2: "STATUS_RESHARE",
		3: "STATUS_QUESTION_ANSWER_RESHARE",
		4: "STATUS_GROUP_STATUS_REPLY",
	}
	StatusNotificationMessage_StatusNotificationType_value = map[string]int32{
		"UNKNOWN":                        0,
		"STATUS_ADD_YOURS":               1,
		"STATUS_RESHARE":                 2,
		"STATUS_QUESTION_ANSWER_RESHARE": 3,
		"STATUS_GROUP_STATUS_REPLY":      4,
	}
)

Enum value maps for StatusNotificationMessage_StatusNotificationType.

View Source
var (
	InvoiceMessage_AttachmentType_name = map[int32]string{
		0: "IMAGE",
		1: "PDF",
	}
	InvoiceMessage_AttachmentType_value = map[string]int32{
		"IMAGE": 0,
		"PDF":   1,
	}
)

Enum value maps for InvoiceMessage_AttachmentType.

View Source
var (
	ImageMessage_ImageSourceType_name = map[int32]string{
		0: "USER_IMAGE",
		1: "AI_GENERATED",
		2: "AI_MODIFIED",
		3: "RASTERIZED_TEXT_STATUS",
	}
	ImageMessage_ImageSourceType_value = map[string]int32{
		"USER_IMAGE":             0,
		"AI_GENERATED":           1,
		"AI_MODIFIED":            2,
		"RASTERIZED_TEXT_STATUS": 3,
	}
)

Enum value maps for ImageMessage_ImageSourceType.

View Source
var (
	ContextInfo_CrossAppSource_name = map[int32]string{
		0: "CROSS_APP_SOURCE_UNKNOWN",
		1: "CROSS_APP_SOURCE_INSTAGRAM",
		2: "CROSS_APP_SOURCE_FACEBOOK",
	}
	ContextInfo_CrossAppSource_value = map[string]int32{
		"CROSS_APP_SOURCE_UNKNOWN":   0,
		"CROSS_APP_SOURCE_INSTAGRAM": 1,
		"CROSS_APP_SOURCE_FACEBOOK":  2,
	}
)

Enum value maps for ContextInfo_CrossAppSource.

View Source
var (
	ContextInfo_QuotedType_name = map[int32]string{
		0: "EXPLICIT",
		1: "AUTO",
	}
	ContextInfo_QuotedType_value = map[string]int32{
		"EXPLICIT": 0,
		"AUTO":     1,
	}
)

Enum value maps for ContextInfo_QuotedType.

View Source
var (
	ContextInfo_ForwardOrigin_name = map[int32]string{
		0: "UNKNOWN",
		1: "CHAT",
		2: "STATUS",
		3: "CHANNELS",
		4: "META_AI",
		5: "UGC",
	}
	ContextInfo_ForwardOrigin_value = map[string]int32{
		"UNKNOWN":  0,
		"CHAT":     1,
		"STATUS":   2,
		"CHANNELS": 3,
		"META_AI":  4,
		"UGC":      5,
	}
)

Enum value maps for ContextInfo_ForwardOrigin.

View Source
var (
	ContextInfo_StatusSourceType_name = map[int32]string{
		0: "IMAGE",
		1: "VIDEO",
		2: "GIF",
		3: "AUDIO",
		4: "TEXT",
		5: "MUSIC_STANDALONE",
	}
	ContextInfo_StatusSourceType_value = map[string]int32{
		"IMAGE":            0,
		"VIDEO":            1,
		"GIF":              2,
		"AUDIO":            3,
		"TEXT":             4,
		"MUSIC_STANDALONE": 5,
	}
)

Enum value maps for ContextInfo_StatusSourceType.

View Source
var (
	ContextInfo_PairedMediaType_name = map[int32]string{
		0: "NOT_PAIRED_MEDIA",
		1: "SD_VIDEO_PARENT",
		2: "HD_VIDEO_CHILD",
		3: "SD_IMAGE_PARENT",
		4: "HD_IMAGE_CHILD",
		5: "MOTION_PHOTO_PARENT",
		6: "MOTION_PHOTO_CHILD",
		7: "HEVC_VIDEO_PARENT",
		8: "HEVC_VIDEO_CHILD",
	}
	ContextInfo_PairedMediaType_value = map[string]int32{
		"NOT_PAIRED_MEDIA":    0,
		"SD_VIDEO_PARENT":     1,
		"HD_VIDEO_CHILD":      2,
		"SD_IMAGE_PARENT":     3,
		"HD_IMAGE_CHILD":      4,
		"MOTION_PHOTO_PARENT": 5,
		"MOTION_PHOTO_CHILD":  6,
		"HEVC_VIDEO_PARENT":   7,
		"HEVC_VIDEO_CHILD":    8,
	}
)

Enum value maps for ContextInfo_PairedMediaType.

View Source
var (
	ContextInfo_StatusAttributionType_name = map[int32]string{
		0: "NONE",
		1: "RESHARED_FROM_MENTION",
		2: "RESHARED_FROM_POST",
		3: "RESHARED_FROM_POST_MANY_TIMES",
		4: "FORWARDED_FROM_STATUS",
	}
	ContextInfo_StatusAttributionType_value = map[string]int32{
		"NONE":                          0,
		"RESHARED_FROM_MENTION":         1,
		"RESHARED_FROM_POST":            2,
		"RESHARED_FROM_POST_MANY_TIMES": 3,
		"FORWARDED_FROM_STATUS":         4,
	}
)

Enum value maps for ContextInfo_StatusAttributionType.

View Source
var (
	ContextInfo_BusinessInteractionPills_EntryPoint_name = map[int32]string{
		0: "ENTRY_POINT_UNKNOWN",
		1: "P2P_LINK_SHARE",
		2: "CONTACT_CARD_SHARING",
		3: "PHONE_NUMBER",
		4: "STATUS",
		5: "IN_THREAD_CONTEXT_CARD",
	}
	ContextInfo_BusinessInteractionPills_EntryPoint_value = map[string]int32{
		"ENTRY_POINT_UNKNOWN":    0,
		"P2P_LINK_SHARE":         1,
		"CONTACT_CARD_SHARING":   2,
		"PHONE_NUMBER":           3,
		"STATUS":                 4,
		"IN_THREAD_CONTEXT_CARD": 5,
	}
)

Enum value maps for ContextInfo_BusinessInteractionPills_EntryPoint.

View Source
var (
	ContextInfo_BusinessInteractionPills_PillType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "VIEW_BUSINESS",
		2:  "CHAT",
		3:  "CALL",
		4:  "CATALOG",
		5:  "CHANNEL",
		6:  "BOOK_APPOINTMENT",
		7:  "OFFERS",
		8:  "BESTSELLERS",
		9:  "MENU",
		10: "ABOUT",
		11: "SHOP",
		12: "ORDER",
	}
	ContextInfo_BusinessInteractionPills_PillType_value = map[string]int32{
		"UNKNOWN":          0,
		"VIEW_BUSINESS":    1,
		"CHAT":             2,
		"CALL":             3,
		"CATALOG":          4,
		"CHANNEL":          5,
		"BOOK_APPOINTMENT": 6,
		"OFFERS":           7,
		"BESTSELLERS":      8,
		"MENU":             9,
		"ABOUT":            10,
		"SHOP":             11,
		"ORDER":            12,
	}
)

Enum value maps for ContextInfo_BusinessInteractionPills_PillType.

View Source
var (
	ContextInfo_StatusAudienceMetadata_AudienceType_name = map[int32]string{
		0: "UNKNOWN",
		1: "CLOSE_FRIENDS",
	}
	ContextInfo_StatusAudienceMetadata_AudienceType_value = map[string]int32{
		"UNKNOWN":       0,
		"CLOSE_FRIENDS": 1,
	}
)

Enum value maps for ContextInfo_StatusAudienceMetadata_AudienceType.

View Source
var (
	ContextInfo_DataSharingContext_DataSharingFlags_name = map[int32]string{
		1: "SHOW_MM_DISCLOSURE_ON_CLICK",
		2: "SHOW_MM_DISCLOSURE_ON_READ",
	}
	ContextInfo_DataSharingContext_DataSharingFlags_value = map[string]int32{
		"SHOW_MM_DISCLOSURE_ON_CLICK": 1,
		"SHOW_MM_DISCLOSURE_ON_READ":  2,
	}
)

Enum value maps for ContextInfo_DataSharingContext_DataSharingFlags.

View Source
var (
	ContextInfo_ForwardedNewsletterMessageInfo_ContentType_name = map[int32]string{
		1: "UPDATE",
		2: "UPDATE_CARD",
		3: "LINK_CARD",
	}
	ContextInfo_ForwardedNewsletterMessageInfo_ContentType_value = map[string]int32{
		"UPDATE":      1,
		"UPDATE_CARD": 2,
		"LINK_CARD":   3,
	}
)

Enum value maps for ContextInfo_ForwardedNewsletterMessageInfo_ContentType.

View Source
var (
	ContextInfo_ExternalAdReplyInfo_AdType_name = map[int32]string{
		0: "CTWA",
		1: "CAWC",
	}
	ContextInfo_ExternalAdReplyInfo_AdType_value = map[string]int32{
		"CTWA": 0,
		"CAWC": 1,
	}
)

Enum value maps for ContextInfo_ExternalAdReplyInfo_AdType.

View Source
var (
	ContextInfo_ExternalAdReplyInfo_MediaType_name = map[int32]string{
		0: "NONE",
		1: "IMAGE",
		2: "VIDEO",
	}
	ContextInfo_ExternalAdReplyInfo_MediaType_value = map[string]int32{
		"NONE":  0,
		"IMAGE": 1,
		"VIDEO": 2,
	}
)

Enum value maps for ContextInfo_ExternalAdReplyInfo_MediaType.

View Source
var (
	ContextInfo_AdReplyInfo_MediaType_name = map[int32]string{
		0: "NONE",
		1: "IMAGE",
		2: "VIDEO",
	}
	ContextInfo_AdReplyInfo_MediaType_value = map[string]int32{
		"NONE":  0,
		"IMAGE": 1,
		"VIDEO": 2,
	}
)

Enum value maps for ContextInfo_AdReplyInfo_MediaType.

View Source
var (
	MessageAssociation_AssociationType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "MEDIA_ALBUM",
		2:  "BOT_PLUGIN",
		3:  "EVENT_COVER_IMAGE",
		4:  "STATUS_POLL",
		5:  "HD_VIDEO_DUAL_UPLOAD",
		6:  "STATUS_EXTERNAL_RESHARE",
		7:  "MEDIA_POLL",
		8:  "STATUS_ADD_YOURS",
		9:  "STATUS_NOTIFICATION",
		10: "HD_IMAGE_DUAL_UPLOAD",
		11: "STICKER_ANNOTATION",
		12: "MOTION_PHOTO",
		13: "STATUS_LINK_ACTION",
		14: "VIEW_ALL_REPLIES",
		15: "STATUS_ADD_YOURS_AI_IMAGINE",
		16: "STATUS_QUESTION",
		17: "STATUS_ADD_YOURS_DIWALI",
		18: "STATUS_REACTION",
		19: "HEVC_VIDEO_DUAL_UPLOAD",
		20: "POLL_ADD_OPTION",
	}
	MessageAssociation_AssociationType_value = map[string]int32{
		"UNKNOWN":                     0,
		"MEDIA_ALBUM":                 1,
		"BOT_PLUGIN":                  2,
		"EVENT_COVER_IMAGE":           3,
		"STATUS_POLL":                 4,
		"HD_VIDEO_DUAL_UPLOAD":        5,
		"STATUS_EXTERNAL_RESHARE":     6,
		"MEDIA_POLL":                  7,
		"STATUS_ADD_YOURS":            8,
		"STATUS_NOTIFICATION":         9,
		"HD_IMAGE_DUAL_UPLOAD":        10,
		"STICKER_ANNOTATION":          11,
		"MOTION_PHOTO":                12,
		"STATUS_LINK_ACTION":          13,
		"VIEW_ALL_REPLIES":            14,
		"STATUS_ADD_YOURS_AI_IMAGINE": 15,
		"STATUS_QUESTION":             16,
		"STATUS_ADD_YOURS_DIWALI":     17,
		"STATUS_REACTION":             18,
		"HEVC_VIDEO_DUAL_UPLOAD":      19,
		"POLL_ADD_OPTION":             20,
	}
)

Enum value maps for MessageAssociation_AssociationType.

View Source
var (
	ThreadID_ThreadType_name = map[int32]string{
		0: "UNKNOWN",
		1: "VIEW_REPLIES",
		2: "AI_THREAD",
	}
	ThreadID_ThreadType_value = map[string]int32{
		"UNKNOWN":      0,
		"VIEW_REPLIES": 1,
		"AI_THREAD":    2,
	}
)

Enum value maps for ThreadID_ThreadType.

View Source
var (
	MessageContextInfo_MessageAddonExpiryType_name = map[int32]string{
		1: "STATIC",
		2: "DEPENDENT_ON_PARENT",
	}
	MessageContextInfo_MessageAddonExpiryType_value = map[string]int32{
		"STATIC":              1,
		"DEPENDENT_ON_PARENT": 2,
	}
)

Enum value maps for MessageContextInfo_MessageAddonExpiryType.

View Source
var (
	InteractiveAnnotation_StatusLinkType_name = map[int32]string{
		1: "RASTERIZED_LINK_PREVIEW",
		2: "RASTERIZED_LINK_TRUNCATED",
		3: "RASTERIZED_LINK_FULL_URL",
	}
	InteractiveAnnotation_StatusLinkType_value = map[string]int32{
		"RASTERIZED_LINK_PREVIEW":   1,
		"RASTERIZED_LINK_TRUNCATED": 2,
		"RASTERIZED_LINK_FULL_URL":  3,
	}
)

Enum value maps for InteractiveAnnotation_StatusLinkType.

View Source
var (
	HydratedTemplateButton_HydratedURLButton_WebviewPresentationType_name = map[int32]string{
		1: "FULL",
		2: "TALL",
		3: "COMPACT",
	}
	HydratedTemplateButton_HydratedURLButton_WebviewPresentationType_value = map[string]int32{
		"FULL":    1,
		"TALL":    2,
		"COMPACT": 3,
	}
)

Enum value maps for HydratedTemplateButton_HydratedURLButton_WebviewPresentationType.

View Source
var (
	PaymentBackground_Type_name = map[int32]string{
		0: "UNKNOWN",
		1: "DEFAULT",
	}
	PaymentBackground_Type_value = map[string]int32{
		"UNKNOWN": 0,
		"DEFAULT": 1,
	}
)

Enum value maps for PaymentBackground_Type.

View Source
var (
	DisappearingMode_Trigger_name = map[int32]string{
		0: "UNKNOWN",
		1: "CHAT_SETTING",
		2: "ACCOUNT_SETTING",
		3: "BULK_CHANGE",
		4: "BIZ_SUPPORTS_FB_HOSTING",
		5: "UNKNOWN_GROUPS",
	}
	DisappearingMode_Trigger_value = map[string]int32{
		"UNKNOWN":                 0,
		"CHAT_SETTING":            1,
		"ACCOUNT_SETTING":         2,
		"BULK_CHANGE":             3,
		"BIZ_SUPPORTS_FB_HOSTING": 4,
		"UNKNOWN_GROUPS":          5,
	}
)

Enum value maps for DisappearingMode_Trigger.

View Source
var (
	DisappearingMode_Initiator_name = map[int32]string{
		0: "CHANGED_IN_CHAT",
		1: "INITIATED_BY_ME",
		2: "INITIATED_BY_OTHER",
		3: "BIZ_UPGRADE_FB_HOSTING",
	}
	DisappearingMode_Initiator_value = map[string]int32{
		"CHANGED_IN_CHAT":        0,
		"INITIATED_BY_ME":        1,
		"INITIATED_BY_OTHER":     2,
		"BIZ_UPGRADE_FB_HOSTING": 3,
	}
)

Enum value maps for DisappearingMode_Initiator.

View Source
var (
	ProcessedVideo_VideoQuality_name = map[int32]string{
		0: "UNDEFINED",
		1: "LOW",
		2: "MID",
		3: "HIGH",
	}
	ProcessedVideo_VideoQuality_value = map[string]int32{
		"UNDEFINED": 0,
		"LOW":       1,
		"MID":       2,
		"HIGH":      3,
	}
)

Enum value maps for ProcessedVideo_VideoQuality.

View Source
var File_waE2E_WAWebProtobufsE2E_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AIQueryFanout

type AIQueryFanout struct {
	MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey" json:"messageKey,omitempty"`
	Message    *Message             `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Timestamp  *int64               `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*AIQueryFanout) Descriptor deprecated

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

Deprecated: Use AIQueryFanout.ProtoReflect.Descriptor instead.

func (*AIQueryFanout) GetMessage

func (x *AIQueryFanout) GetMessage() *Message

func (*AIQueryFanout) GetMessageKey

func (x *AIQueryFanout) GetMessageKey() *waCommon.MessageKey

func (*AIQueryFanout) GetTimestamp

func (x *AIQueryFanout) GetTimestamp() int64

func (*AIQueryFanout) ProtoMessage

func (*AIQueryFanout) ProtoMessage()

func (*AIQueryFanout) ProtoReflect

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

func (*AIQueryFanout) Reset

func (x *AIQueryFanout) Reset()

func (*AIQueryFanout) String

func (x *AIQueryFanout) String() string

type AIRichResponseMessage

type AIRichResponseMessage struct {
	MessageType     *waAICommonDeprecated.AIRichResponseMessageType  `protobuf:"varint,1,opt,name=messageType,enum=WAAICommonDeprecated.AIRichResponseMessageType" json:"messageType,omitempty"`
	Submessages     []*waAICommonDeprecated.AIRichResponseSubMessage `protobuf:"bytes,2,rep,name=submessages" json:"submessages,omitempty"`
	UnifiedResponse *waAICommon.AIRichResponseUnifiedResponse        `protobuf:"bytes,3,opt,name=unifiedResponse" json:"unifiedResponse,omitempty"`
	ContextInfo     *ContextInfo                                     `protobuf:"bytes,4,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*AIRichResponseMessage) Descriptor deprecated

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

Deprecated: Use AIRichResponseMessage.ProtoReflect.Descriptor instead.

func (*AIRichResponseMessage) GetContextInfo

func (x *AIRichResponseMessage) GetContextInfo() *ContextInfo

func (*AIRichResponseMessage) GetMessageType

func (*AIRichResponseMessage) GetSubmessages

func (*AIRichResponseMessage) GetUnifiedResponse

func (*AIRichResponseMessage) ProtoMessage

func (*AIRichResponseMessage) ProtoMessage()

func (*AIRichResponseMessage) ProtoReflect

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

func (*AIRichResponseMessage) Reset

func (x *AIRichResponseMessage) Reset()

func (*AIRichResponseMessage) String

func (x *AIRichResponseMessage) String() string
type ActionLink struct {
	URL         *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	ButtonTitle *string `protobuf:"bytes,2,opt,name=buttonTitle" json:"buttonTitle,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionLink) Descriptor deprecated

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

Deprecated: Use ActionLink.ProtoReflect.Descriptor instead.

func (*ActionLink) GetButtonTitle

func (x *ActionLink) GetButtonTitle() string

func (*ActionLink) GetURL

func (x *ActionLink) GetURL() string

func (*ActionLink) ProtoMessage

func (*ActionLink) ProtoMessage()

func (*ActionLink) ProtoReflect

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

func (*ActionLink) Reset

func (x *ActionLink) Reset()

func (*ActionLink) String

func (x *ActionLink) String() string

type AlbumMessage

type AlbumMessage struct {
	ExpectedImageCount *uint32      `protobuf:"varint,2,opt,name=expectedImageCount" json:"expectedImageCount,omitempty"`
	ExpectedVideoCount *uint32      `protobuf:"varint,3,opt,name=expectedVideoCount" json:"expectedVideoCount,omitempty"`
	ContextInfo        *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*AlbumMessage) Descriptor deprecated

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

Deprecated: Use AlbumMessage.ProtoReflect.Descriptor instead.

func (*AlbumMessage) GetContextInfo

func (x *AlbumMessage) GetContextInfo() *ContextInfo

func (*AlbumMessage) GetExpectedImageCount

func (x *AlbumMessage) GetExpectedImageCount() uint32

func (*AlbumMessage) GetExpectedVideoCount

func (x *AlbumMessage) GetExpectedVideoCount() uint32

func (*AlbumMessage) ProtoMessage

func (*AlbumMessage) ProtoMessage()

func (*AlbumMessage) ProtoReflect

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

func (*AlbumMessage) Reset

func (x *AlbumMessage) Reset()

func (*AlbumMessage) String

func (x *AlbumMessage) String() string

type AppStateFatalExceptionNotification

type AppStateFatalExceptionNotification struct {
	CollectionNames []string `protobuf:"bytes,1,rep,name=collectionNames" json:"collectionNames,omitempty"`
	Timestamp       *int64   `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateFatalExceptionNotification) Descriptor deprecated

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

Deprecated: Use AppStateFatalExceptionNotification.ProtoReflect.Descriptor instead.

func (*AppStateFatalExceptionNotification) GetCollectionNames

func (x *AppStateFatalExceptionNotification) GetCollectionNames() []string

func (*AppStateFatalExceptionNotification) GetTimestamp

func (x *AppStateFatalExceptionNotification) GetTimestamp() int64

func (*AppStateFatalExceptionNotification) ProtoMessage

func (*AppStateFatalExceptionNotification) ProtoMessage()

func (*AppStateFatalExceptionNotification) ProtoReflect

func (*AppStateFatalExceptionNotification) Reset

func (*AppStateFatalExceptionNotification) String

type AppStateSyncKey

type AppStateSyncKey struct {
	KeyID   *AppStateSyncKeyId   `protobuf:"bytes,1,opt,name=keyID" json:"keyID,omitempty"`
	KeyData *AppStateSyncKeyData `protobuf:"bytes,2,opt,name=keyData" json:"keyData,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKey) Descriptor deprecated

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

Deprecated: Use AppStateSyncKey.ProtoReflect.Descriptor instead.

func (*AppStateSyncKey) GetKeyData

func (x *AppStateSyncKey) GetKeyData() *AppStateSyncKeyData

func (*AppStateSyncKey) GetKeyID

func (x *AppStateSyncKey) GetKeyID() *AppStateSyncKeyId

func (*AppStateSyncKey) ProtoMessage

func (*AppStateSyncKey) ProtoMessage()

func (*AppStateSyncKey) ProtoReflect

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

func (*AppStateSyncKey) Reset

func (x *AppStateSyncKey) Reset()

func (*AppStateSyncKey) String

func (x *AppStateSyncKey) String() string

type AppStateSyncKeyData

type AppStateSyncKeyData struct {
	KeyData     []byte                      `protobuf:"bytes,1,opt,name=keyData" json:"keyData,omitempty"`
	Fingerprint *AppStateSyncKeyFingerprint `protobuf:"bytes,2,opt,name=fingerprint" json:"fingerprint,omitempty"`
	Timestamp   *int64                      `protobuf:"varint,3,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKeyData) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyData.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyData) GetFingerprint

func (x *AppStateSyncKeyData) GetFingerprint() *AppStateSyncKeyFingerprint

func (*AppStateSyncKeyData) GetKeyData

func (x *AppStateSyncKeyData) GetKeyData() []byte

func (*AppStateSyncKeyData) GetTimestamp

func (x *AppStateSyncKeyData) GetTimestamp() int64

func (*AppStateSyncKeyData) ProtoMessage

func (*AppStateSyncKeyData) ProtoMessage()

func (*AppStateSyncKeyData) ProtoReflect

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

func (*AppStateSyncKeyData) Reset

func (x *AppStateSyncKeyData) Reset()

func (*AppStateSyncKeyData) String

func (x *AppStateSyncKeyData) String() string

type AppStateSyncKeyFingerprint

type AppStateSyncKeyFingerprint struct {
	RawID         *uint32  `protobuf:"varint,1,opt,name=rawID" json:"rawID,omitempty"`
	CurrentIndex  *uint32  `protobuf:"varint,2,opt,name=currentIndex" json:"currentIndex,omitempty"`
	DeviceIndexes []uint32 `protobuf:"varint,3,rep,packed,name=deviceIndexes" json:"deviceIndexes,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKeyFingerprint) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyFingerprint.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyFingerprint) GetCurrentIndex

func (x *AppStateSyncKeyFingerprint) GetCurrentIndex() uint32

func (*AppStateSyncKeyFingerprint) GetDeviceIndexes

func (x *AppStateSyncKeyFingerprint) GetDeviceIndexes() []uint32

func (*AppStateSyncKeyFingerprint) GetRawID

func (x *AppStateSyncKeyFingerprint) GetRawID() uint32

func (*AppStateSyncKeyFingerprint) ProtoMessage

func (*AppStateSyncKeyFingerprint) ProtoMessage()

func (*AppStateSyncKeyFingerprint) ProtoReflect

func (*AppStateSyncKeyFingerprint) Reset

func (x *AppStateSyncKeyFingerprint) Reset()

func (*AppStateSyncKeyFingerprint) String

func (x *AppStateSyncKeyFingerprint) String() string

type AppStateSyncKeyId

type AppStateSyncKeyId struct {
	KeyID []byte `protobuf:"bytes,1,opt,name=keyID" json:"keyID,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKeyId) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyId.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyId) GetKeyID

func (x *AppStateSyncKeyId) GetKeyID() []byte

func (*AppStateSyncKeyId) ProtoMessage

func (*AppStateSyncKeyId) ProtoMessage()

func (*AppStateSyncKeyId) ProtoReflect

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

func (*AppStateSyncKeyId) Reset

func (x *AppStateSyncKeyId) Reset()

func (*AppStateSyncKeyId) String

func (x *AppStateSyncKeyId) String() string

type AppStateSyncKeyRequest

type AppStateSyncKeyRequest struct {
	KeyIDs []*AppStateSyncKeyId `protobuf:"bytes,1,rep,name=keyIDs" json:"keyIDs,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKeyRequest) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyRequest.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyRequest) GetKeyIDs

func (x *AppStateSyncKeyRequest) GetKeyIDs() []*AppStateSyncKeyId

func (*AppStateSyncKeyRequest) ProtoMessage

func (*AppStateSyncKeyRequest) ProtoMessage()

func (*AppStateSyncKeyRequest) ProtoReflect

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

func (*AppStateSyncKeyRequest) Reset

func (x *AppStateSyncKeyRequest) Reset()

func (*AppStateSyncKeyRequest) String

func (x *AppStateSyncKeyRequest) String() string

type AppStateSyncKeyShare

type AppStateSyncKeyShare struct {
	Keys []*AppStateSyncKey `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AppStateSyncKeyShare) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyShare.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyShare) GetKeys

func (x *AppStateSyncKeyShare) GetKeys() []*AppStateSyncKey

func (*AppStateSyncKeyShare) ProtoMessage

func (*AppStateSyncKeyShare) ProtoMessage()

func (*AppStateSyncKeyShare) ProtoReflect

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

func (*AppStateSyncKeyShare) Reset

func (x *AppStateSyncKeyShare) Reset()

func (*AppStateSyncKeyShare) String

func (x *AppStateSyncKeyShare) String() string

type AudioMessage

type AudioMessage struct {
	URL                *string      `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	Mimetype           *string      `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSHA256         []byte       `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileLength         *uint64      `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
	Seconds            *uint32      `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
	PTT                *bool        `protobuf:"varint,6,opt,name=PTT" json:"PTT,omitempty"`
	MediaKey           []byte       `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256      []byte       `protobuf:"bytes,8,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath         *string      `protobuf:"bytes,9,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp  *int64       `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContextInfo        *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar   []byte       `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	Waveform           []byte       `protobuf:"bytes,19,opt,name=waveform" json:"waveform,omitempty"`
	BackgroundArgb     *uint32      `protobuf:"fixed32,20,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
	ViewOnce           *bool        `protobuf:"varint,21,opt,name=viewOnce" json:"viewOnce,omitempty"`
	AccessibilityLabel *string      `protobuf:"bytes,22,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMessage) Descriptor deprecated

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

Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead.

func (*AudioMessage) GetAccessibilityLabel

func (x *AudioMessage) GetAccessibilityLabel() string

func (*AudioMessage) GetBackgroundArgb

func (x *AudioMessage) GetBackgroundArgb() uint32

func (*AudioMessage) GetContextInfo

func (x *AudioMessage) GetContextInfo() *ContextInfo

func (*AudioMessage) GetDirectPath

func (x *AudioMessage) GetDirectPath() string

func (*AudioMessage) GetFileEncSHA256

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

func (*AudioMessage) GetFileLength

func (x *AudioMessage) GetFileLength() uint64

func (*AudioMessage) GetFileSHA256

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

func (*AudioMessage) GetMediaKey

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

func (*AudioMessage) GetMediaKeyTimestamp

func (x *AudioMessage) GetMediaKeyTimestamp() int64

func (*AudioMessage) GetMimetype

func (x *AudioMessage) GetMimetype() string

func (*AudioMessage) GetPTT

func (x *AudioMessage) GetPTT() bool

func (*AudioMessage) GetSeconds

func (x *AudioMessage) GetSeconds() uint32

func (*AudioMessage) GetStreamingSidecar

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

func (*AudioMessage) GetURL

func (x *AudioMessage) GetURL() string

func (*AudioMessage) GetViewOnce

func (x *AudioMessage) GetViewOnce() bool

func (*AudioMessage) GetWaveform

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

func (*AudioMessage) ProtoMessage

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) ProtoReflect

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

func (*AudioMessage) Reset

func (x *AudioMessage) Reset()

func (*AudioMessage) String

func (x *AudioMessage) String() string

type BCallMessage

type BCallMessage struct {
	SessionID *string                 `protobuf:"bytes,1,opt,name=sessionID" json:"sessionID,omitempty"`
	MediaType *BCallMessage_MediaType `protobuf:"varint,2,opt,name=mediaType,enum=WAWebProtobufsE2E.BCallMessage_MediaType" json:"mediaType,omitempty"`
	MasterKey []byte                  `protobuf:"bytes,3,opt,name=masterKey" json:"masterKey,omitempty"`
	Caption   *string                 `protobuf:"bytes,4,opt,name=caption" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*BCallMessage) Descriptor deprecated

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

Deprecated: Use BCallMessage.ProtoReflect.Descriptor instead.

func (*BCallMessage) GetCaption

func (x *BCallMessage) GetCaption() string

func (*BCallMessage) GetMasterKey

func (x *BCallMessage) GetMasterKey() []byte

func (*BCallMessage) GetMediaType

func (x *BCallMessage) GetMediaType() BCallMessage_MediaType

func (*BCallMessage) GetSessionID

func (x *BCallMessage) GetSessionID() string

func (*BCallMessage) ProtoMessage

func (*BCallMessage) ProtoMessage()

func (*BCallMessage) ProtoReflect

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

func (*BCallMessage) Reset

func (x *BCallMessage) Reset()

func (*BCallMessage) String

func (x *BCallMessage) String() string

type BCallMessage_MediaType

type BCallMessage_MediaType int32
const (
	BCallMessage_UNKNOWN BCallMessage_MediaType = 0
	BCallMessage_AUDIO   BCallMessage_MediaType = 1
	BCallMessage_VIDEO   BCallMessage_MediaType = 2
)

func (BCallMessage_MediaType) Descriptor

func (BCallMessage_MediaType) Enum

func (BCallMessage_MediaType) EnumDescriptor deprecated

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

Deprecated: Use BCallMessage_MediaType.Descriptor instead.

func (BCallMessage_MediaType) Number

func (BCallMessage_MediaType) String

func (x BCallMessage_MediaType) String() string

func (BCallMessage_MediaType) Type

func (*BCallMessage_MediaType) UnmarshalJSON deprecated

func (x *BCallMessage_MediaType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type BotHistoryShareSyncMetadata

type BotHistoryShareSyncMetadata struct {
	BotJID                      *string                     `protobuf:"bytes,1,opt,name=botJID" json:"botJID,omitempty"`
	HistoryShareCutoffTimestamp *int64                      `protobuf:"varint,2,opt,name=historyShareCutoffTimestamp" json:"historyShareCutoffTimestamp,omitempty"`
	HistoryShareMessages        []*HistoryShareMessageEntry `protobuf:"bytes,3,rep,name=historyShareMessages" json:"historyShareMessages,omitempty"`
	// contains filtered or unexported fields
}

func (*BotHistoryShareSyncMetadata) Descriptor deprecated

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

Deprecated: Use BotHistoryShareSyncMetadata.ProtoReflect.Descriptor instead.

func (*BotHistoryShareSyncMetadata) GetBotJID

func (x *BotHistoryShareSyncMetadata) GetBotJID() string

func (*BotHistoryShareSyncMetadata) GetHistoryShareCutoffTimestamp

func (x *BotHistoryShareSyncMetadata) GetHistoryShareCutoffTimestamp() int64

func (*BotHistoryShareSyncMetadata) GetHistoryShareMessages

func (x *BotHistoryShareSyncMetadata) GetHistoryShareMessages() []*HistoryShareMessageEntry

func (*BotHistoryShareSyncMetadata) ProtoMessage

func (*BotHistoryShareSyncMetadata) ProtoMessage()

func (*BotHistoryShareSyncMetadata) ProtoReflect

func (*BotHistoryShareSyncMetadata) Reset

func (x *BotHistoryShareSyncMetadata) Reset()

func (*BotHistoryShareSyncMetadata) String

func (x *BotHistoryShareSyncMetadata) String() string

type ButtonsMessage

type ButtonsMessage struct {

	// Types that are valid to be assigned to Header:
	//
	//	*ButtonsMessage_Text
	//	*ButtonsMessage_DocumentMessage
	//	*ButtonsMessage_ImageMessage
	//	*ButtonsMessage_VideoMessage
	//	*ButtonsMessage_LocationMessage
	Header      isButtonsMessage_Header    `protobuf_oneof:"header"`
	ContentText *string                    `protobuf:"bytes,6,opt,name=contentText" json:"contentText,omitempty"`
	FooterText  *string                    `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
	ContextInfo *ContextInfo               `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Buttons     []*ButtonsMessage_Button   `protobuf:"bytes,9,rep,name=buttons" json:"buttons,omitempty"`
	HeaderType  *ButtonsMessage_HeaderType `protobuf:"varint,10,opt,name=headerType,enum=WAWebProtobufsE2E.ButtonsMessage_HeaderType" json:"headerType,omitempty"`
	// contains filtered or unexported fields
}

func (*ButtonsMessage) Descriptor deprecated

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

Deprecated: Use ButtonsMessage.ProtoReflect.Descriptor instead.

func (*ButtonsMessage) GetButtons

func (x *ButtonsMessage) GetButtons() []*ButtonsMessage_Button

func (*ButtonsMessage) GetContentText

func (x *ButtonsMessage) GetContentText() string

func (*ButtonsMessage) GetContextInfo

func (x *ButtonsMessage) GetContextInfo() *ContextInfo

func (*ButtonsMessage) GetDocumentMessage

func (x *ButtonsMessage) GetDocumentMessage() *DocumentMessage

func (*ButtonsMessage) GetFooterText

func (x *ButtonsMessage) GetFooterText() string

func (*ButtonsMessage) GetHeader

func (x *ButtonsMessage) GetHeader() isButtonsMessage_Header

func (*ButtonsMessage) GetHeaderType

func (x *ButtonsMessage) GetHeaderType() ButtonsMessage_HeaderType

func (*ButtonsMessage) GetImageMessage

func (x *ButtonsMessage) GetImageMessage() *ImageMessage

func (*ButtonsMessage) GetLocationMessage

func (x *ButtonsMessage) GetLocationMessage() *LocationMessage

func (*ButtonsMessage) GetText

func (x *ButtonsMessage) GetText() string

func (*ButtonsMessage) GetVideoMessage

func (x *ButtonsMessage) GetVideoMessage() *VideoMessage

func (*ButtonsMessage) ProtoMessage

func (*ButtonsMessage) ProtoMessage()

func (*ButtonsMessage) ProtoReflect

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

func (*ButtonsMessage) Reset

func (x *ButtonsMessage) Reset()

func (*ButtonsMessage) String

func (x *ButtonsMessage) String() string

type ButtonsMessage_Button

type ButtonsMessage_Button struct {
	ButtonID       *string                               `protobuf:"bytes,1,opt,name=buttonID" json:"buttonID,omitempty"`
	ButtonText     *ButtonsMessage_Button_ButtonText     `protobuf:"bytes,2,opt,name=buttonText" json:"buttonText,omitempty"`
	Type           *ButtonsMessage_Button_Type           `protobuf:"varint,3,opt,name=type,enum=WAWebProtobufsE2E.ButtonsMessage_Button_Type" json:"type,omitempty"`
	NativeFlowInfo *ButtonsMessage_Button_NativeFlowInfo `protobuf:"bytes,4,opt,name=nativeFlowInfo" json:"nativeFlowInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ButtonsMessage_Button) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button) GetButtonID

func (x *ButtonsMessage_Button) GetButtonID() string

func (*ButtonsMessage_Button) GetButtonText

func (*ButtonsMessage_Button) GetNativeFlowInfo

func (*ButtonsMessage_Button) GetType

func (*ButtonsMessage_Button) ProtoMessage

func (*ButtonsMessage_Button) ProtoMessage()

func (*ButtonsMessage_Button) ProtoReflect

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

func (*ButtonsMessage_Button) Reset

func (x *ButtonsMessage_Button) Reset()

func (*ButtonsMessage_Button) String

func (x *ButtonsMessage_Button) String() string

type ButtonsMessage_Button_ButtonText

type ButtonsMessage_Button_ButtonText struct {
	DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	// contains filtered or unexported fields
}

func (*ButtonsMessage_Button_ButtonText) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_ButtonText.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button_ButtonText) GetDisplayText

func (x *ButtonsMessage_Button_ButtonText) GetDisplayText() string

func (*ButtonsMessage_Button_ButtonText) ProtoMessage

func (*ButtonsMessage_Button_ButtonText) ProtoMessage()

func (*ButtonsMessage_Button_ButtonText) ProtoReflect

func (*ButtonsMessage_Button_ButtonText) Reset

func (*ButtonsMessage_Button_ButtonText) String

type ButtonsMessage_Button_NativeFlowInfo

type ButtonsMessage_Button_NativeFlowInfo struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ParamsJSON *string `protobuf:"bytes,2,opt,name=paramsJSON" json:"paramsJSON,omitempty"`
	// contains filtered or unexported fields
}

func (*ButtonsMessage_Button_NativeFlowInfo) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_NativeFlowInfo.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button_NativeFlowInfo) GetName

func (*ButtonsMessage_Button_NativeFlowInfo) GetParamsJSON

func (x *ButtonsMessage_Button_NativeFlowInfo) GetParamsJSON() string

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoMessage

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoMessage()

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoReflect

func (*ButtonsMessage_Button_NativeFlowInfo) Reset

func (*ButtonsMessage_Button_NativeFlowInfo) String

type ButtonsMessage_Button_Type

type ButtonsMessage_Button_Type int32
const (
	ButtonsMessage_Button_UNKNOWN     ButtonsMessage_Button_Type = 0
	ButtonsMessage_Button_RESPONSE    ButtonsMessage_Button_Type = 1
	ButtonsMessage_Button_NATIVE_FLOW ButtonsMessage_Button_Type = 2
)

func (ButtonsMessage_Button_Type) Descriptor

func (ButtonsMessage_Button_Type) Enum

func (ButtonsMessage_Button_Type) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_Type.Descriptor instead.

func (ButtonsMessage_Button_Type) Number

func (ButtonsMessage_Button_Type) String

func (ButtonsMessage_Button_Type) Type

func (*ButtonsMessage_Button_Type) UnmarshalJSON deprecated

func (x *ButtonsMessage_Button_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ButtonsMessage_DocumentMessage

type ButtonsMessage_DocumentMessage struct {
	DocumentMessage *DocumentMessage `protobuf:"bytes,2,opt,name=documentMessage,oneof"`
}

type ButtonsMessage_HeaderType

type ButtonsMessage_HeaderType int32
const (
	ButtonsMessage_UNKNOWN  ButtonsMessage_HeaderType = 0
	ButtonsMessage_EMPTY    ButtonsMessage_HeaderType = 1
	ButtonsMessage_TEXT     ButtonsMessage_HeaderType = 2
	ButtonsMessage_DOCUMENT ButtonsMessage_HeaderType = 3
	ButtonsMessage_IMAGE    ButtonsMessage_HeaderType = 4
	ButtonsMessage_VIDEO    ButtonsMessage_HeaderType = 5
	ButtonsMessage_LOCATION ButtonsMessage_HeaderType = 6
)

func (ButtonsMessage_HeaderType) Descriptor

func (ButtonsMessage_HeaderType) Enum

func (ButtonsMessage_HeaderType) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_HeaderType.Descriptor instead.

func (ButtonsMessage_HeaderType) Number

func (ButtonsMessage_HeaderType) String

func (x ButtonsMessage_HeaderType) String() string

func (ButtonsMessage_HeaderType) Type

func (*ButtonsMessage_HeaderType) UnmarshalJSON deprecated

func (x *ButtonsMessage_HeaderType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ButtonsMessage_ImageMessage

type ButtonsMessage_ImageMessage struct {
	ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
}

type ButtonsMessage_LocationMessage

type ButtonsMessage_LocationMessage struct {
	LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
}

type ButtonsMessage_Text

type ButtonsMessage_Text struct {
	Text string `protobuf:"bytes,1,opt,name=text,oneof"`
}

type ButtonsMessage_VideoMessage

type ButtonsMessage_VideoMessage struct {
	VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
}

type ButtonsResponseMessage

type ButtonsResponseMessage struct {

	// Types that are valid to be assigned to Response:
	//
	//	*ButtonsResponseMessage_SelectedDisplayText
	Response         isButtonsResponseMessage_Response `protobuf_oneof:"response"`
	SelectedButtonID *string                           `protobuf:"bytes,1,opt,name=selectedButtonID" json:"selectedButtonID,omitempty"`
	ContextInfo      *ContextInfo                      `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Type             *ButtonsResponseMessage_Type      `protobuf:"varint,4,opt,name=type,enum=WAWebProtobufsE2E.ButtonsResponseMessage_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ButtonsResponseMessage) Descriptor deprecated

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

Deprecated: Use ButtonsResponseMessage.ProtoReflect.Descriptor instead.

func (*ButtonsResponseMessage) GetContextInfo

func (x *ButtonsResponseMessage) GetContextInfo() *ContextInfo

func (*ButtonsResponseMessage) GetResponse

func (x *ButtonsResponseMessage) GetResponse() isButtonsResponseMessage_Response

func (*ButtonsResponseMessage) GetSelectedButtonID

func (x *ButtonsResponseMessage) GetSelectedButtonID() string

func (*ButtonsResponseMessage) GetSelectedDisplayText

func (x *ButtonsResponseMessage) GetSelectedDisplayText() string

func (*ButtonsResponseMessage) GetType

func (*ButtonsResponseMessage) ProtoMessage

func (*ButtonsResponseMessage) ProtoMessage()

func (*ButtonsResponseMessage) ProtoReflect

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

func (*ButtonsResponseMessage) Reset

func (x *ButtonsResponseMessage) Reset()

func (*ButtonsResponseMessage) String

func (x *ButtonsResponseMessage) String() string

type ButtonsResponseMessage_SelectedDisplayText

type ButtonsResponseMessage_SelectedDisplayText struct {
	SelectedDisplayText string `protobuf:"bytes,2,opt,name=selectedDisplayText,oneof"`
}

type ButtonsResponseMessage_Type

type ButtonsResponseMessage_Type int32
const (
	ButtonsResponseMessage_UNKNOWN      ButtonsResponseMessage_Type = 0
	ButtonsResponseMessage_DISPLAY_TEXT ButtonsResponseMessage_Type = 1
)

func (ButtonsResponseMessage_Type) Descriptor

func (ButtonsResponseMessage_Type) Enum

func (ButtonsResponseMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use ButtonsResponseMessage_Type.Descriptor instead.

func (ButtonsResponseMessage_Type) Number

func (ButtonsResponseMessage_Type) String

func (ButtonsResponseMessage_Type) Type

func (*ButtonsResponseMessage_Type) UnmarshalJSON deprecated

func (x *ButtonsResponseMessage_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Call

type Call struct {
	CallKey                     []byte              `protobuf:"bytes,1,opt,name=callKey" json:"callKey,omitempty"`
	ConversionSource            *string             `protobuf:"bytes,2,opt,name=conversionSource" json:"conversionSource,omitempty"`
	ConversionData              []byte              `protobuf:"bytes,3,opt,name=conversionData" json:"conversionData,omitempty"`
	ConversionDelaySeconds      *uint32             `protobuf:"varint,4,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
	CtwaSignals                 *string             `protobuf:"bytes,5,opt,name=ctwaSignals" json:"ctwaSignals,omitempty"`
	CtwaPayload                 []byte              `protobuf:"bytes,6,opt,name=ctwaPayload" json:"ctwaPayload,omitempty"`
	ContextInfo                 *ContextInfo        `protobuf:"bytes,7,opt,name=contextInfo" json:"contextInfo,omitempty"`
	NativeFlowCallButtonPayload *string             `protobuf:"bytes,8,opt,name=nativeFlowCallButtonPayload" json:"nativeFlowCallButtonPayload,omitempty"`
	DeeplinkPayload             *string             `protobuf:"bytes,9,opt,name=deeplinkPayload" json:"deeplinkPayload,omitempty"`
	MessageContextInfo          *MessageContextInfo `protobuf:"bytes,10,opt,name=messageContextInfo" json:"messageContextInfo,omitempty"`
	CallEntryPoint              *uint32             `protobuf:"varint,11,opt,name=callEntryPoint" json:"callEntryPoint,omitempty"`
	CallReason                  *string             `protobuf:"bytes,12,opt,name=callReason" json:"callReason,omitempty"`
	// contains filtered or unexported fields
}

func (*Call) Descriptor deprecated

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

Deprecated: Use Call.ProtoReflect.Descriptor instead.

func (*Call) GetCallEntryPoint

func (x *Call) GetCallEntryPoint() uint32

func (*Call) GetCallKey

func (x *Call) GetCallKey() []byte

func (*Call) GetCallReason

func (x *Call) GetCallReason() string

func (*Call) GetContextInfo

func (x *Call) GetContextInfo() *ContextInfo

func (*Call) GetConversionData

func (x *Call) GetConversionData() []byte

func (*Call) GetConversionDelaySeconds

func (x *Call) GetConversionDelaySeconds() uint32

func (*Call) GetConversionSource

func (x *Call) GetConversionSource() string

func (*Call) GetCtwaPayload

func (x *Call) GetCtwaPayload() []byte

func (*Call) GetCtwaSignals

func (x *Call) GetCtwaSignals() string

func (*Call) GetDeeplinkPayload

func (x *Call) GetDeeplinkPayload() string

func (*Call) GetMessageContextInfo

func (x *Call) GetMessageContextInfo() *MessageContextInfo

func (*Call) GetNativeFlowCallButtonPayload

func (x *Call) GetNativeFlowCallButtonPayload() string

func (*Call) ProtoMessage

func (*Call) ProtoMessage()

func (*Call) ProtoReflect

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

func (*Call) Reset

func (x *Call) Reset()

func (*Call) String

func (x *Call) String() string

type CallLogMessage

type CallLogMessage struct {
	IsVideo      *bool                             `protobuf:"varint,1,opt,name=isVideo" json:"isVideo,omitempty"`
	CallOutcome  *CallLogMessage_CallOutcome       `protobuf:"varint,2,opt,name=callOutcome,enum=WAWebProtobufsE2E.CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
	DurationSecs *int64                            `protobuf:"varint,3,opt,name=durationSecs" json:"durationSecs,omitempty"`
	CallType     *CallLogMessage_CallType          `protobuf:"varint,4,opt,name=callType,enum=WAWebProtobufsE2E.CallLogMessage_CallType" json:"callType,omitempty"`
	Participants []*CallLogMessage_CallParticipant `protobuf:"bytes,5,rep,name=participants" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogMessage) Descriptor deprecated

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

Deprecated: Use CallLogMessage.ProtoReflect.Descriptor instead.

func (*CallLogMessage) GetCallOutcome

func (x *CallLogMessage) GetCallOutcome() CallLogMessage_CallOutcome

func (*CallLogMessage) GetCallType

func (x *CallLogMessage) GetCallType() CallLogMessage_CallType

func (*CallLogMessage) GetDurationSecs

func (x *CallLogMessage) GetDurationSecs() int64

func (*CallLogMessage) GetIsVideo

func (x *CallLogMessage) GetIsVideo() bool

func (*CallLogMessage) GetParticipants

func (x *CallLogMessage) GetParticipants() []*CallLogMessage_CallParticipant

func (*CallLogMessage) ProtoMessage

func (*CallLogMessage) ProtoMessage()

func (*CallLogMessage) ProtoReflect

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

func (*CallLogMessage) Reset

func (x *CallLogMessage) Reset()

func (*CallLogMessage) String

func (x *CallLogMessage) String() string

type CallLogMessage_CallOutcome

type CallLogMessage_CallOutcome int32
const (
	CallLogMessage_CONNECTED               CallLogMessage_CallOutcome = 0
	CallLogMessage_MISSED                  CallLogMessage_CallOutcome = 1
	CallLogMessage_FAILED                  CallLogMessage_CallOutcome = 2
	CallLogMessage_REJECTED                CallLogMessage_CallOutcome = 3
	CallLogMessage_ACCEPTED_ELSEWHERE      CallLogMessage_CallOutcome = 4
	CallLogMessage_ONGOING                 CallLogMessage_CallOutcome = 5
	CallLogMessage_SILENCED_BY_DND         CallLogMessage_CallOutcome = 6
	CallLogMessage_SILENCED_UNKNOWN_CALLER CallLogMessage_CallOutcome = 7
)

func (CallLogMessage_CallOutcome) Descriptor

func (CallLogMessage_CallOutcome) Enum

func (CallLogMessage_CallOutcome) EnumDescriptor deprecated

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

Deprecated: Use CallLogMessage_CallOutcome.Descriptor instead.

func (CallLogMessage_CallOutcome) Number

func (CallLogMessage_CallOutcome) String

func (CallLogMessage_CallOutcome) Type

func (*CallLogMessage_CallOutcome) UnmarshalJSON deprecated

func (x *CallLogMessage_CallOutcome) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CallLogMessage_CallParticipant

type CallLogMessage_CallParticipant struct {
	JID         *string                     `protobuf:"bytes,1,opt,name=JID" json:"JID,omitempty"`
	CallOutcome *CallLogMessage_CallOutcome `protobuf:"varint,2,opt,name=callOutcome,enum=WAWebProtobufsE2E.CallLogMessage_CallOutcome" json:"callOutcome,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogMessage_CallParticipant) Descriptor deprecated

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

Deprecated: Use CallLogMessage_CallParticipant.ProtoReflect.Descriptor instead.

func (*CallLogMessage_CallParticipant) GetCallOutcome

func (*CallLogMessage_CallParticipant) GetJID

func (*CallLogMessage_CallParticipant) ProtoMessage

func (*CallLogMessage_CallParticipant) ProtoMessage()

func (*CallLogMessage_CallParticipant) ProtoReflect

func (*CallLogMessage_CallParticipant) Reset

func (x *CallLogMessage_CallParticipant) Reset()

func (*CallLogMessage_CallParticipant) String

type CallLogMessage_CallType

type CallLogMessage_CallType int32
const (
	CallLogMessage_REGULAR        CallLogMessage_CallType = 0
	CallLogMessage_SCHEDULED_CALL CallLogMessage_CallType = 1
	CallLogMessage_VOICE_CHAT     CallLogMessage_CallType = 2
)

func (CallLogMessage_CallType) Descriptor

func (CallLogMessage_CallType) Enum

func (CallLogMessage_CallType) EnumDescriptor deprecated

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

Deprecated: Use CallLogMessage_CallType.Descriptor instead.

func (CallLogMessage_CallType) Number

func (CallLogMessage_CallType) String

func (x CallLogMessage_CallType) String() string

func (CallLogMessage_CallType) Type

func (*CallLogMessage_CallType) UnmarshalJSON deprecated

func (x *CallLogMessage_CallType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type CancelPaymentRequestMessage

type CancelPaymentRequestMessage struct {
	Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelPaymentRequestMessage) Descriptor deprecated

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

Deprecated: Use CancelPaymentRequestMessage.ProtoReflect.Descriptor instead.

func (*CancelPaymentRequestMessage) GetKey

func (*CancelPaymentRequestMessage) ProtoMessage

func (*CancelPaymentRequestMessage) ProtoMessage()

func (*CancelPaymentRequestMessage) ProtoReflect

func (*CancelPaymentRequestMessage) Reset

func (x *CancelPaymentRequestMessage) Reset()

func (*CancelPaymentRequestMessage) String

func (x *CancelPaymentRequestMessage) String() string

type Chat

type Chat struct {
	DisplayName *string `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
	ID          *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*Chat) Descriptor deprecated

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

Deprecated: Use Chat.ProtoReflect.Descriptor instead.

func (*Chat) GetDisplayName

func (x *Chat) GetDisplayName() string

func (*Chat) GetID

func (x *Chat) GetID() string

func (*Chat) ProtoMessage

func (*Chat) ProtoMessage()

func (*Chat) ProtoReflect

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

func (*Chat) Reset

func (x *Chat) Reset()

func (*Chat) String

func (x *Chat) String() string

type ChatCustomImageWallpaper

type ChatCustomImageWallpaper struct {
	DirectPath    *string  `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
	MediaKey      []byte   `protobuf:"bytes,2,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256 []byte   `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	FileSHA256    []byte   `protobuf:"bytes,4,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	DimLevel      *float32 `protobuf:"fixed32,5,opt,name=dimLevel" json:"dimLevel,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatCustomImageWallpaper) Descriptor deprecated

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

Deprecated: Use ChatCustomImageWallpaper.ProtoReflect.Descriptor instead.

func (*ChatCustomImageWallpaper) GetDimLevel

func (x *ChatCustomImageWallpaper) GetDimLevel() float32

func (*ChatCustomImageWallpaper) GetDirectPath

func (x *ChatCustomImageWallpaper) GetDirectPath() string

func (*ChatCustomImageWallpaper) GetFileEncSHA256

func (x *ChatCustomImageWallpaper) GetFileEncSHA256() []byte

func (*ChatCustomImageWallpaper) GetFileSHA256

func (x *ChatCustomImageWallpaper) GetFileSHA256() []byte

func (*ChatCustomImageWallpaper) GetMediaKey

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

func (*ChatCustomImageWallpaper) ProtoMessage

func (*ChatCustomImageWallpaper) ProtoMessage()

func (*ChatCustomImageWallpaper) ProtoReflect

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

func (*ChatCustomImageWallpaper) Reset

func (x *ChatCustomImageWallpaper) Reset()

func (*ChatCustomImageWallpaper) String

func (x *ChatCustomImageWallpaper) String() string

type ChatDefaultWallpaper

type ChatDefaultWallpaper struct {
	IsDoodleEnabled *bool `protobuf:"varint,1,opt,name=isDoodleEnabled" json:"isDoodleEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatDefaultWallpaper) Descriptor deprecated

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

Deprecated: Use ChatDefaultWallpaper.ProtoReflect.Descriptor instead.

func (*ChatDefaultWallpaper) GetIsDoodleEnabled

func (x *ChatDefaultWallpaper) GetIsDoodleEnabled() bool

func (*ChatDefaultWallpaper) ProtoMessage

func (*ChatDefaultWallpaper) ProtoMessage()

func (*ChatDefaultWallpaper) ProtoReflect

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

func (*ChatDefaultWallpaper) Reset

func (x *ChatDefaultWallpaper) Reset()

func (*ChatDefaultWallpaper) String

func (x *ChatDefaultWallpaper) String() string

type ChatSolidColorWallpaper

type ChatSolidColorWallpaper struct {
	ColorLight      *string `protobuf:"bytes,1,opt,name=colorLight" json:"colorLight,omitempty"`
	ColorDark       *string `protobuf:"bytes,2,opt,name=colorDark" json:"colorDark,omitempty"`
	IsDoodleEnabled *bool   `protobuf:"varint,3,opt,name=isDoodleEnabled" json:"isDoodleEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatSolidColorWallpaper) Descriptor deprecated

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

Deprecated: Use ChatSolidColorWallpaper.ProtoReflect.Descriptor instead.

func (*ChatSolidColorWallpaper) GetColorDark

func (x *ChatSolidColorWallpaper) GetColorDark() string

func (*ChatSolidColorWallpaper) GetColorLight

func (x *ChatSolidColorWallpaper) GetColorLight() string

func (*ChatSolidColorWallpaper) GetIsDoodleEnabled

func (x *ChatSolidColorWallpaper) GetIsDoodleEnabled() bool

func (*ChatSolidColorWallpaper) ProtoMessage

func (*ChatSolidColorWallpaper) ProtoMessage()

func (*ChatSolidColorWallpaper) ProtoReflect

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

func (*ChatSolidColorWallpaper) Reset

func (x *ChatSolidColorWallpaper) Reset()

func (*ChatSolidColorWallpaper) String

func (x *ChatSolidColorWallpaper) String() string

type ChatStockImageWallpaper

type ChatStockImageWallpaper struct {
	StockImageID *string  `protobuf:"bytes,1,opt,name=stockImageID" json:"stockImageID,omitempty"`
	DimLevel     *float32 `protobuf:"fixed32,2,opt,name=dimLevel" json:"dimLevel,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatStockImageWallpaper) Descriptor deprecated

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

Deprecated: Use ChatStockImageWallpaper.ProtoReflect.Descriptor instead.

func (*ChatStockImageWallpaper) GetDimLevel

func (x *ChatStockImageWallpaper) GetDimLevel() float32

func (*ChatStockImageWallpaper) GetStockImageID

func (x *ChatStockImageWallpaper) GetStockImageID() string

func (*ChatStockImageWallpaper) ProtoMessage

func (*ChatStockImageWallpaper) ProtoMessage()

func (*ChatStockImageWallpaper) ProtoReflect

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

func (*ChatStockImageWallpaper) Reset

func (x *ChatStockImageWallpaper) Reset()

func (*ChatStockImageWallpaper) String

func (x *ChatStockImageWallpaper) String() string

type ChatThemeSetting

type ChatThemeSetting struct {

	// Types that are valid to be assigned to Wallpaper:
	//
	//	*ChatThemeSetting_DefaultWallpaper
	//	*ChatThemeSetting_SolidColor
	//	*ChatThemeSetting_StockImage
	//	*ChatThemeSetting_CustomImage
	Wallpaper          isChatThemeSetting_Wallpaper `protobuf_oneof:"wallpaper"`
	SettingTimestampMS *int64                       `protobuf:"varint,1,opt,name=settingTimestampMS" json:"settingTimestampMS,omitempty"`
	ClearTheme         *bool                        `protobuf:"varint,2,opt,name=clearTheme" json:"clearTheme,omitempty"`
	ColorSchemeID      *string                      `protobuf:"bytes,3,opt,name=colorSchemeID" json:"colorSchemeID,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatThemeSetting) Descriptor deprecated

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

Deprecated: Use ChatThemeSetting.ProtoReflect.Descriptor instead.

func (*ChatThemeSetting) GetClearTheme

func (x *ChatThemeSetting) GetClearTheme() bool

func (*ChatThemeSetting) GetColorSchemeID

func (x *ChatThemeSetting) GetColorSchemeID() string

func (*ChatThemeSetting) GetCustomImage

func (x *ChatThemeSetting) GetCustomImage() *ChatCustomImageWallpaper

func (*ChatThemeSetting) GetDefaultWallpaper

func (x *ChatThemeSetting) GetDefaultWallpaper() *ChatDefaultWallpaper

func (*ChatThemeSetting) GetSettingTimestampMS

func (x *ChatThemeSetting) GetSettingTimestampMS() int64

func (*ChatThemeSetting) GetSolidColor

func (x *ChatThemeSetting) GetSolidColor() *ChatSolidColorWallpaper

func (*ChatThemeSetting) GetStockImage

func (x *ChatThemeSetting) GetStockImage() *ChatStockImageWallpaper

func (*ChatThemeSetting) GetWallpaper

func (x *ChatThemeSetting) GetWallpaper() isChatThemeSetting_Wallpaper

func (*ChatThemeSetting) ProtoMessage

func (*ChatThemeSetting) ProtoMessage()

func (*ChatThemeSetting) ProtoReflect

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

func (*ChatThemeSetting) Reset

func (x *ChatThemeSetting) Reset()

func (*ChatThemeSetting) String

func (x *ChatThemeSetting) String() string

type ChatThemeSetting_CustomImage

type ChatThemeSetting_CustomImage struct {
	CustomImage *ChatCustomImageWallpaper `protobuf:"bytes,13,opt,name=customImage,oneof"`
}

type ChatThemeSetting_DefaultWallpaper

type ChatThemeSetting_DefaultWallpaper struct {
	DefaultWallpaper *ChatDefaultWallpaper `protobuf:"bytes,10,opt,name=defaultWallpaper,oneof"`
}

type ChatThemeSetting_SolidColor

type ChatThemeSetting_SolidColor struct {
	SolidColor *ChatSolidColorWallpaper `protobuf:"bytes,11,opt,name=solidColor,oneof"`
}

type ChatThemeSetting_StockImage

type ChatThemeSetting_StockImage struct {
	StockImage *ChatStockImageWallpaper `protobuf:"bytes,12,opt,name=stockImage,oneof"`
}

type CloudAPIThreadControlNotification

type CloudAPIThreadControlNotification struct {
	Status                        *CloudAPIThreadControlNotification_CloudAPIThreadControl                    `` /* 138-byte string literal not displayed */
	SenderNotificationTimestampMS *int64                                                                      `protobuf:"varint,2,opt,name=senderNotificationTimestampMS" json:"senderNotificationTimestampMS,omitempty"`
	ConsumerLid                   *string                                                                     `protobuf:"bytes,3,opt,name=consumerLid" json:"consumerLid,omitempty"`
	ConsumerPhoneNumber           *string                                                                     `protobuf:"bytes,4,opt,name=consumerPhoneNumber" json:"consumerPhoneNumber,omitempty"`
	NotificationContent           *CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent `protobuf:"bytes,5,opt,name=notificationContent" json:"notificationContent,omitempty"`
	ShouldSuppressNotification    *bool                                                                       `protobuf:"varint,6,opt,name=shouldSuppressNotification" json:"shouldSuppressNotification,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudAPIThreadControlNotification) Descriptor deprecated

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

Deprecated: Use CloudAPIThreadControlNotification.ProtoReflect.Descriptor instead.

func (*CloudAPIThreadControlNotification) GetConsumerLid

func (x *CloudAPIThreadControlNotification) GetConsumerLid() string

func (*CloudAPIThreadControlNotification) GetConsumerPhoneNumber

func (x *CloudAPIThreadControlNotification) GetConsumerPhoneNumber() string

func (*CloudAPIThreadControlNotification) GetSenderNotificationTimestampMS

func (x *CloudAPIThreadControlNotification) GetSenderNotificationTimestampMS() int64

func (*CloudAPIThreadControlNotification) GetShouldSuppressNotification

func (x *CloudAPIThreadControlNotification) GetShouldSuppressNotification() bool

func (*CloudAPIThreadControlNotification) GetStatus

func (*CloudAPIThreadControlNotification) ProtoMessage

func (*CloudAPIThreadControlNotification) ProtoMessage()

func (*CloudAPIThreadControlNotification) ProtoReflect

func (*CloudAPIThreadControlNotification) Reset

func (*CloudAPIThreadControlNotification) String

type CloudAPIThreadControlNotification_CloudAPIThreadControl

type CloudAPIThreadControlNotification_CloudAPIThreadControl int32
const (
	CloudAPIThreadControlNotification_UNKNOWN        CloudAPIThreadControlNotification_CloudAPIThreadControl = 0
	CloudAPIThreadControlNotification_CONTROL_PASSED CloudAPIThreadControlNotification_CloudAPIThreadControl = 1
	CloudAPIThreadControlNotification_CONTROL_TAKEN  CloudAPIThreadControlNotification_CloudAPIThreadControl = 2
	CloudAPIThreadControlNotification_INFO           CloudAPIThreadControlNotification_CloudAPIThreadControl = 3
)

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Descriptor

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Enum

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) EnumDescriptor deprecated

Deprecated: Use CloudAPIThreadControlNotification_CloudAPIThreadControl.Descriptor instead.

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Number

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) String

func (CloudAPIThreadControlNotification_CloudAPIThreadControl) Type

func (*CloudAPIThreadControlNotification_CloudAPIThreadControl) UnmarshalJSON deprecated

Deprecated: Do not use.

type CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent

type CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent struct {
	HandoffNotificationText *string `protobuf:"bytes,1,opt,name=handoffNotificationText" json:"handoffNotificationText,omitempty"`
	ExtraJSON               *string `protobuf:"bytes,2,opt,name=extraJSON" json:"extraJSON,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) Descriptor deprecated

Deprecated: Use CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent.ProtoReflect.Descriptor instead.

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) GetExtraJSON

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) GetHandoffNotificationText

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) ProtoMessage

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) ProtoReflect

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) Reset

func (*CloudAPIThreadControlNotification_CloudAPIThreadControlNotificationContent) String

type CommentMessage

type CommentMessage struct {
	Message          *Message             `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,2,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
	// contains filtered or unexported fields
}

func (*CommentMessage) Descriptor deprecated

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

Deprecated: Use CommentMessage.ProtoReflect.Descriptor instead.

func (*CommentMessage) GetMessage

func (x *CommentMessage) GetMessage() *Message

func (*CommentMessage) GetTargetMessageKey

func (x *CommentMessage) GetTargetMessageKey() *waCommon.MessageKey

func (*CommentMessage) ProtoMessage

func (*CommentMessage) ProtoMessage()

func (*CommentMessage) ProtoReflect

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

func (*CommentMessage) Reset

func (x *CommentMessage) Reset()

func (*CommentMessage) String

func (x *CommentMessage) String() string

type ConditionalRevealMessage

type ConditionalRevealMessage struct {
	EncPayload                   []byte                                                 `protobuf:"bytes,1,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV                        []byte                                                 `protobuf:"bytes,2,opt,name=encIV" json:"encIV,omitempty"`
	ConditionalRevealMessageType *ConditionalRevealMessage_ConditionalRevealMessageType `` /* 180-byte string literal not displayed */
	RevealKeyID                  *string                                                `protobuf:"bytes,4,opt,name=revealKeyID" json:"revealKeyID,omitempty"`
	// contains filtered or unexported fields
}

func (*ConditionalRevealMessage) Descriptor deprecated

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

Deprecated: Use ConditionalRevealMessage.ProtoReflect.Descriptor instead.

func (*ConditionalRevealMessage) GetConditionalRevealMessageType

func (*ConditionalRevealMessage) GetEncIV

func (x *ConditionalRevealMessage) GetEncIV() []byte

func (*ConditionalRevealMessage) GetEncPayload

func (x *ConditionalRevealMessage) GetEncPayload() []byte

func (*ConditionalRevealMessage) GetRevealKeyID

func (x *ConditionalRevealMessage) GetRevealKeyID() string

func (*ConditionalRevealMessage) ProtoMessage

func (*ConditionalRevealMessage) ProtoMessage()

func (*ConditionalRevealMessage) ProtoReflect

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

func (*ConditionalRevealMessage) Reset

func (x *ConditionalRevealMessage) Reset()

func (*ConditionalRevealMessage) String

func (x *ConditionalRevealMessage) String() string

type ConditionalRevealMessage_ConditionalRevealMessageType

type ConditionalRevealMessage_ConditionalRevealMessageType int32
const (
	ConditionalRevealMessage_UNKNOWN           ConditionalRevealMessage_ConditionalRevealMessageType = 0
	ConditionalRevealMessage_SCHEDULED_MESSAGE ConditionalRevealMessage_ConditionalRevealMessageType = 1
)

func (ConditionalRevealMessage_ConditionalRevealMessageType) Descriptor

func (ConditionalRevealMessage_ConditionalRevealMessageType) Enum

func (ConditionalRevealMessage_ConditionalRevealMessageType) EnumDescriptor deprecated

Deprecated: Use ConditionalRevealMessage_ConditionalRevealMessageType.Descriptor instead.

func (ConditionalRevealMessage_ConditionalRevealMessageType) Number

func (ConditionalRevealMessage_ConditionalRevealMessageType) String

func (ConditionalRevealMessage_ConditionalRevealMessageType) Type

func (*ConditionalRevealMessage_ConditionalRevealMessageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContactMessage

type ContactMessage struct {
	DisplayName   *string      `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
	Vcard         *string      `protobuf:"bytes,16,opt,name=vcard" json:"vcard,omitempty"`
	ContextInfo   *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	IsSelfContact *bool        `protobuf:"varint,18,opt,name=isSelfContact" json:"isSelfContact,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactMessage) Descriptor deprecated

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

Deprecated: Use ContactMessage.ProtoReflect.Descriptor instead.

func (*ContactMessage) GetContextInfo

func (x *ContactMessage) GetContextInfo() *ContextInfo

func (*ContactMessage) GetDisplayName

func (x *ContactMessage) GetDisplayName() string

func (*ContactMessage) GetIsSelfContact

func (x *ContactMessage) GetIsSelfContact() bool

func (*ContactMessage) GetVcard

func (x *ContactMessage) GetVcard() string

func (*ContactMessage) ProtoMessage

func (*ContactMessage) ProtoMessage()

func (*ContactMessage) ProtoReflect

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

func (*ContactMessage) Reset

func (x *ContactMessage) Reset()

func (*ContactMessage) String

func (x *ContactMessage) String() string

type ContactsArrayMessage

type ContactsArrayMessage struct {
	DisplayName *string           `protobuf:"bytes,1,opt,name=displayName" json:"displayName,omitempty"`
	Contacts    []*ContactMessage `protobuf:"bytes,2,rep,name=contacts" json:"contacts,omitempty"`
	ContextInfo *ContextInfo      `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactsArrayMessage) Descriptor deprecated

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

Deprecated: Use ContactsArrayMessage.ProtoReflect.Descriptor instead.

func (*ContactsArrayMessage) GetContacts

func (x *ContactsArrayMessage) GetContacts() []*ContactMessage

func (*ContactsArrayMessage) GetContextInfo

func (x *ContactsArrayMessage) GetContextInfo() *ContextInfo

func (*ContactsArrayMessage) GetDisplayName

func (x *ContactsArrayMessage) GetDisplayName() string

func (*ContactsArrayMessage) ProtoMessage

func (*ContactsArrayMessage) ProtoMessage()

func (*ContactsArrayMessage) ProtoReflect

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

func (*ContactsArrayMessage) Reset

func (x *ContactsArrayMessage) Reset()

func (*ContactsArrayMessage) String

func (x *ContactsArrayMessage) String() string

type ContextInfo

type ContextInfo struct {
	StanzaID                           *string                                     `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"`
	Participant                        *string                                     `protobuf:"bytes,2,opt,name=participant" json:"participant,omitempty"`
	QuotedMessage                      *Message                                    `protobuf:"bytes,3,opt,name=quotedMessage" json:"quotedMessage,omitempty"`
	RemoteJID                          *string                                     `protobuf:"bytes,4,opt,name=remoteJID" json:"remoteJID,omitempty"`
	MentionedJID                       []string                                    `protobuf:"bytes,15,rep,name=mentionedJID" json:"mentionedJID,omitempty"`
	ConversionSource                   *string                                     `protobuf:"bytes,18,opt,name=conversionSource" json:"conversionSource,omitempty"`
	ConversionData                     []byte                                      `protobuf:"bytes,19,opt,name=conversionData" json:"conversionData,omitempty"`
	ConversionDelaySeconds             *uint32                                     `protobuf:"varint,20,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
	ForwardingScore                    *uint32                                     `protobuf:"varint,21,opt,name=forwardingScore" json:"forwardingScore,omitempty"`
	IsForwarded                        *bool                                       `protobuf:"varint,22,opt,name=isForwarded" json:"isForwarded,omitempty"`
	QuotedAd                           *ContextInfo_AdReplyInfo                    `protobuf:"bytes,23,opt,name=quotedAd" json:"quotedAd,omitempty"`
	PlaceholderKey                     *waCommon.MessageKey                        `protobuf:"bytes,24,opt,name=placeholderKey" json:"placeholderKey,omitempty"`
	Expiration                         *uint32                                     `protobuf:"varint,25,opt,name=expiration" json:"expiration,omitempty"`
	EphemeralSettingTimestamp          *int64                                      `protobuf:"varint,26,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	EphemeralSharedSecret              []byte                                      `protobuf:"bytes,27,opt,name=ephemeralSharedSecret" json:"ephemeralSharedSecret,omitempty"`
	ExternalAdReply                    *ContextInfo_ExternalAdReplyInfo            `protobuf:"bytes,28,opt,name=externalAdReply" json:"externalAdReply,omitempty"`
	EntryPointConversionSource         *string                                     `protobuf:"bytes,29,opt,name=entryPointConversionSource" json:"entryPointConversionSource,omitempty"`
	EntryPointConversionApp            *string                                     `protobuf:"bytes,30,opt,name=entryPointConversionApp" json:"entryPointConversionApp,omitempty"`
	EntryPointConversionDelaySeconds   *uint32                                     `protobuf:"varint,31,opt,name=entryPointConversionDelaySeconds" json:"entryPointConversionDelaySeconds,omitempty"`
	DisappearingMode                   *DisappearingMode                           `protobuf:"bytes,32,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	ActionLink                         *ActionLink                                 `protobuf:"bytes,33,opt,name=actionLink" json:"actionLink,omitempty"`
	GroupSubject                       *string                                     `protobuf:"bytes,34,opt,name=groupSubject" json:"groupSubject,omitempty"`
	ParentGroupJID                     *string                                     `protobuf:"bytes,35,opt,name=parentGroupJID" json:"parentGroupJID,omitempty"`
	TrustBannerType                    *string                                     `protobuf:"bytes,37,opt,name=trustBannerType" json:"trustBannerType,omitempty"`
	TrustBannerAction                  *uint32                                     `protobuf:"varint,38,opt,name=trustBannerAction" json:"trustBannerAction,omitempty"`
	IsSampled                          *bool                                       `protobuf:"varint,39,opt,name=isSampled" json:"isSampled,omitempty"`
	GroupMentions                      []*GroupMention                             `protobuf:"bytes,40,rep,name=groupMentions" json:"groupMentions,omitempty"`
	Utm                                *ContextInfo_UTMInfo                        `protobuf:"bytes,41,opt,name=utm" json:"utm,omitempty"`
	ForwardedNewsletterMessageInfo     *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,43,opt,name=forwardedNewsletterMessageInfo" json:"forwardedNewsletterMessageInfo,omitempty"`
	BusinessMessageForwardInfo         *ContextInfo_BusinessMessageForwardInfo     `protobuf:"bytes,44,opt,name=businessMessageForwardInfo" json:"businessMessageForwardInfo,omitempty"`
	SmbClientCampaignID                *string                                     `protobuf:"bytes,45,opt,name=smbClientCampaignID" json:"smbClientCampaignID,omitempty"`
	SmbServerCampaignID                *string                                     `protobuf:"bytes,46,opt,name=smbServerCampaignID" json:"smbServerCampaignID,omitempty"`
	DataSharingContext                 *ContextInfo_DataSharingContext             `protobuf:"bytes,47,opt,name=dataSharingContext" json:"dataSharingContext,omitempty"`
	AlwaysShowAdAttribution            *bool                                       `protobuf:"varint,48,opt,name=alwaysShowAdAttribution" json:"alwaysShowAdAttribution,omitempty"`
	FeatureEligibilities               *ContextInfo_FeatureEligibilities           `protobuf:"bytes,49,opt,name=featureEligibilities" json:"featureEligibilities,omitempty"`
	EntryPointConversionExternalSource *string                                     `protobuf:"bytes,50,opt,name=entryPointConversionExternalSource" json:"entryPointConversionExternalSource,omitempty"`
	EntryPointConversionExternalMedium *string                                     `protobuf:"bytes,51,opt,name=entryPointConversionExternalMedium" json:"entryPointConversionExternalMedium,omitempty"`
	CtwaSignals                        *string                                     `protobuf:"bytes,54,opt,name=ctwaSignals" json:"ctwaSignals,omitempty"`
	CtwaPayload                        []byte                                      `protobuf:"bytes,55,opt,name=ctwaPayload" json:"ctwaPayload,omitempty"`
	ForwardedAiBotMessageInfo          *waAICommon.ForwardedAIBotMessageInfo       `protobuf:"bytes,56,opt,name=forwardedAiBotMessageInfo" json:"forwardedAiBotMessageInfo,omitempty"`
	StatusAttributionType              *ContextInfo_StatusAttributionType          `` /* 147-byte string literal not displayed */
	UrlTrackingMap                     *UrlTrackingMap                             `protobuf:"bytes,58,opt,name=urlTrackingMap" json:"urlTrackingMap,omitempty"`
	PairedMediaType                    *ContextInfo_PairedMediaType                `` /* 129-byte string literal not displayed */
	RankingVersion                     *uint32                                     `protobuf:"varint,60,opt,name=rankingVersion" json:"rankingVersion,omitempty"`
	MemberLabel                        *MemberLabel                                `protobuf:"bytes,62,opt,name=memberLabel" json:"memberLabel,omitempty"`
	IsQuestion                         *bool                                       `protobuf:"varint,63,opt,name=isQuestion" json:"isQuestion,omitempty"`
	StatusSourceType                   *ContextInfo_StatusSourceType               `` /* 132-byte string literal not displayed */
	StatusAttributions                 []*waStatusAttributions.StatusAttribution   `protobuf:"bytes,65,rep,name=statusAttributions" json:"statusAttributions,omitempty"`
	IsGroupStatus                      *bool                                       `protobuf:"varint,66,opt,name=isGroupStatus" json:"isGroupStatus,omitempty"`
	ForwardOrigin                      *ContextInfo_ForwardOrigin                  `protobuf:"varint,67,opt,name=forwardOrigin,enum=WAWebProtobufsE2E.ContextInfo_ForwardOrigin" json:"forwardOrigin,omitempty"`
	QuestionReplyQuotedMessage         *ContextInfo_QuestionReplyQuotedMessage     `protobuf:"bytes,68,opt,name=questionReplyQuotedMessage" json:"questionReplyQuotedMessage,omitempty"`
	StatusAudienceMetadata             *ContextInfo_StatusAudienceMetadata         `protobuf:"bytes,69,opt,name=statusAudienceMetadata" json:"statusAudienceMetadata,omitempty"`
	NonJIDMentions                     *uint32                                     `protobuf:"varint,70,opt,name=nonJIDMentions" json:"nonJIDMentions,omitempty"`
	QuotedType                         *ContextInfo_QuotedType                     `protobuf:"varint,71,opt,name=quotedType,enum=WAWebProtobufsE2E.ContextInfo_QuotedType" json:"quotedType,omitempty"`
	BotMessageSharingInfo              *waAICommon.BotMessageSharingInfo           `protobuf:"bytes,72,opt,name=botMessageSharingInfo" json:"botMessageSharingInfo,omitempty"`
	IsSpoiler                          *bool                                       `protobuf:"varint,73,opt,name=isSpoiler" json:"isSpoiler,omitempty"`
	MediaDomainInfo                    *MediaDomainInfo                            `protobuf:"bytes,74,opt,name=mediaDomainInfo" json:"mediaDomainInfo,omitempty"`
	PartiallySelectedContent           *ContextInfo_PartiallySelectedContent       `protobuf:"bytes,75,opt,name=partiallySelectedContent" json:"partiallySelectedContent,omitempty"`
	AfterReadDuration                  *uint32                                     `protobuf:"varint,76,opt,name=afterReadDuration" json:"afterReadDuration,omitempty"`
	CrossAppSource                     *ContextInfo_CrossAppSource                 `` /* 126-byte string literal not displayed */
	BusinessInteractionPills           *ContextInfo_BusinessInteractionPills       `protobuf:"bytes,78,opt,name=businessInteractionPills" json:"businessInteractionPills,omitempty"`
	PosterStatusID                     *string                                     `protobuf:"bytes,79,opt,name=posterStatusID" json:"posterStatusID,omitempty"`
	InstagramThreadLink                *ContextInfo_InstagramThreadLink            `protobuf:"bytes,80,opt,name=instagramThreadLink" json:"instagramThreadLink,omitempty"`
	AiProvenance                       *waAICommon.AIProvenance                    `protobuf:"bytes,81,opt,name=aiProvenance" json:"aiProvenance,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo.ProtoReflect.Descriptor instead.

func (x *ContextInfo) GetActionLink() *ActionLink

func (*ContextInfo) GetAfterReadDuration

func (x *ContextInfo) GetAfterReadDuration() uint32

func (*ContextInfo) GetAiProvenance

func (x *ContextInfo) GetAiProvenance() *waAICommon.AIProvenance

func (*ContextInfo) GetAlwaysShowAdAttribution

func (x *ContextInfo) GetAlwaysShowAdAttribution() bool

func (*ContextInfo) GetBotMessageSharingInfo

func (x *ContextInfo) GetBotMessageSharingInfo() *waAICommon.BotMessageSharingInfo

func (*ContextInfo) GetBusinessInteractionPills

func (x *ContextInfo) GetBusinessInteractionPills() *ContextInfo_BusinessInteractionPills

func (*ContextInfo) GetBusinessMessageForwardInfo

func (x *ContextInfo) GetBusinessMessageForwardInfo() *ContextInfo_BusinessMessageForwardInfo

func (*ContextInfo) GetConversionData

func (x *ContextInfo) GetConversionData() []byte

func (*ContextInfo) GetConversionDelaySeconds

func (x *ContextInfo) GetConversionDelaySeconds() uint32

func (*ContextInfo) GetConversionSource

func (x *ContextInfo) GetConversionSource() string

func (*ContextInfo) GetCrossAppSource

func (x *ContextInfo) GetCrossAppSource() ContextInfo_CrossAppSource

func (*ContextInfo) GetCtwaPayload

func (x *ContextInfo) GetCtwaPayload() []byte

func (*ContextInfo) GetCtwaSignals

func (x *ContextInfo) GetCtwaSignals() string

func (*ContextInfo) GetDataSharingContext

func (x *ContextInfo) GetDataSharingContext() *ContextInfo_DataSharingContext

func (*ContextInfo) GetDisappearingMode

func (x *ContextInfo) GetDisappearingMode() *DisappearingMode

func (*ContextInfo) GetEntryPointConversionApp

func (x *ContextInfo) GetEntryPointConversionApp() string

func (*ContextInfo) GetEntryPointConversionDelaySeconds

func (x *ContextInfo) GetEntryPointConversionDelaySeconds() uint32

func (*ContextInfo) GetEntryPointConversionExternalMedium

func (x *ContextInfo) GetEntryPointConversionExternalMedium() string

func (*ContextInfo) GetEntryPointConversionExternalSource

func (x *ContextInfo) GetEntryPointConversionExternalSource() string

func (*ContextInfo) GetEntryPointConversionSource

func (x *ContextInfo) GetEntryPointConversionSource() string

func (*ContextInfo) GetEphemeralSettingTimestamp

func (x *ContextInfo) GetEphemeralSettingTimestamp() int64

func (*ContextInfo) GetEphemeralSharedSecret

func (x *ContextInfo) GetEphemeralSharedSecret() []byte

func (*ContextInfo) GetExpiration

func (x *ContextInfo) GetExpiration() uint32

func (*ContextInfo) GetExternalAdReply

func (x *ContextInfo) GetExternalAdReply() *ContextInfo_ExternalAdReplyInfo

func (*ContextInfo) GetFeatureEligibilities

func (x *ContextInfo) GetFeatureEligibilities() *ContextInfo_FeatureEligibilities

func (*ContextInfo) GetForwardOrigin

func (x *ContextInfo) GetForwardOrigin() ContextInfo_ForwardOrigin

func (*ContextInfo) GetForwardedAiBotMessageInfo

func (x *ContextInfo) GetForwardedAiBotMessageInfo() *waAICommon.ForwardedAIBotMessageInfo

func (*ContextInfo) GetForwardedNewsletterMessageInfo

func (x *ContextInfo) GetForwardedNewsletterMessageInfo() *ContextInfo_ForwardedNewsletterMessageInfo

func (*ContextInfo) GetForwardingScore

func (x *ContextInfo) GetForwardingScore() uint32

func (*ContextInfo) GetGroupMentions

func (x *ContextInfo) GetGroupMentions() []*GroupMention

func (*ContextInfo) GetGroupSubject

func (x *ContextInfo) GetGroupSubject() string
func (x *ContextInfo) GetInstagramThreadLink() *ContextInfo_InstagramThreadLink

func (*ContextInfo) GetIsForwarded

func (x *ContextInfo) GetIsForwarded() bool

func (*ContextInfo) GetIsGroupStatus

func (x *ContextInfo) GetIsGroupStatus() bool

func (*ContextInfo) GetIsQuestion

func (x *ContextInfo) GetIsQuestion() bool

func (*ContextInfo) GetIsSampled

func (x *ContextInfo) GetIsSampled() bool

func (*ContextInfo) GetIsSpoiler

func (x *ContextInfo) GetIsSpoiler() bool

func (*ContextInfo) GetMediaDomainInfo

func (x *ContextInfo) GetMediaDomainInfo() *MediaDomainInfo

func (*ContextInfo) GetMemberLabel

func (x *ContextInfo) GetMemberLabel() *MemberLabel

func (*ContextInfo) GetMentionedJID

func (x *ContextInfo) GetMentionedJID() []string

func (*ContextInfo) GetNonJIDMentions

func (x *ContextInfo) GetNonJIDMentions() uint32

func (*ContextInfo) GetPairedMediaType

func (x *ContextInfo) GetPairedMediaType() ContextInfo_PairedMediaType

func (*ContextInfo) GetParentGroupJID

func (x *ContextInfo) GetParentGroupJID() string

func (*ContextInfo) GetPartiallySelectedContent

func (x *ContextInfo) GetPartiallySelectedContent() *ContextInfo_PartiallySelectedContent

func (*ContextInfo) GetParticipant

func (x *ContextInfo) GetParticipant() string

func (*ContextInfo) GetPlaceholderKey

func (x *ContextInfo) GetPlaceholderKey() *waCommon.MessageKey

func (*ContextInfo) GetPosterStatusID

func (x *ContextInfo) GetPosterStatusID() string

func (*ContextInfo) GetQuestionReplyQuotedMessage

func (x *ContextInfo) GetQuestionReplyQuotedMessage() *ContextInfo_QuestionReplyQuotedMessage

func (*ContextInfo) GetQuotedAd

func (x *ContextInfo) GetQuotedAd() *ContextInfo_AdReplyInfo

func (*ContextInfo) GetQuotedMessage

func (x *ContextInfo) GetQuotedMessage() *Message

func (*ContextInfo) GetQuotedType

func (x *ContextInfo) GetQuotedType() ContextInfo_QuotedType

func (*ContextInfo) GetRankingVersion

func (x *ContextInfo) GetRankingVersion() uint32

func (*ContextInfo) GetRemoteJID

func (x *ContextInfo) GetRemoteJID() string

func (*ContextInfo) GetSmbClientCampaignID

func (x *ContextInfo) GetSmbClientCampaignID() string

func (*ContextInfo) GetSmbServerCampaignID

func (x *ContextInfo) GetSmbServerCampaignID() string

func (*ContextInfo) GetStanzaID

func (x *ContextInfo) GetStanzaID() string

func (*ContextInfo) GetStatusAttributionType

func (x *ContextInfo) GetStatusAttributionType() ContextInfo_StatusAttributionType

func (*ContextInfo) GetStatusAttributions

func (x *ContextInfo) GetStatusAttributions() []*waStatusAttributions.StatusAttribution

func (*ContextInfo) GetStatusAudienceMetadata

func (x *ContextInfo) GetStatusAudienceMetadata() *ContextInfo_StatusAudienceMetadata

func (*ContextInfo) GetStatusSourceType

func (x *ContextInfo) GetStatusSourceType() ContextInfo_StatusSourceType

func (*ContextInfo) GetTrustBannerAction

func (x *ContextInfo) GetTrustBannerAction() uint32

func (*ContextInfo) GetTrustBannerType

func (x *ContextInfo) GetTrustBannerType() string

func (*ContextInfo) GetUrlTrackingMap

func (x *ContextInfo) GetUrlTrackingMap() *UrlTrackingMap

func (*ContextInfo) GetUtm

func (x *ContextInfo) GetUtm() *ContextInfo_UTMInfo

func (*ContextInfo) ProtoMessage

func (*ContextInfo) ProtoMessage()

func (*ContextInfo) ProtoReflect

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

func (*ContextInfo) Reset

func (x *ContextInfo) Reset()

func (*ContextInfo) String

func (x *ContextInfo) String() string

type ContextInfo_AdReplyInfo

type ContextInfo_AdReplyInfo struct {
	AdvertiserName *string                            `protobuf:"bytes,1,opt,name=advertiserName" json:"advertiserName,omitempty"`
	MediaType      *ContextInfo_AdReplyInfo_MediaType `protobuf:"varint,2,opt,name=mediaType,enum=WAWebProtobufsE2E.ContextInfo_AdReplyInfo_MediaType" json:"mediaType,omitempty"`
	JPEGThumbnail  []byte                             `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	Caption        *string                            `protobuf:"bytes,17,opt,name=caption" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_AdReplyInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_AdReplyInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_AdReplyInfo) GetAdvertiserName

func (x *ContextInfo_AdReplyInfo) GetAdvertiserName() string

func (*ContextInfo_AdReplyInfo) GetCaption

func (x *ContextInfo_AdReplyInfo) GetCaption() string

func (*ContextInfo_AdReplyInfo) GetJPEGThumbnail

func (x *ContextInfo_AdReplyInfo) GetJPEGThumbnail() []byte

func (*ContextInfo_AdReplyInfo) GetMediaType

func (*ContextInfo_AdReplyInfo) ProtoMessage

func (*ContextInfo_AdReplyInfo) ProtoMessage()

func (*ContextInfo_AdReplyInfo) ProtoReflect

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

func (*ContextInfo_AdReplyInfo) Reset

func (x *ContextInfo_AdReplyInfo) Reset()

func (*ContextInfo_AdReplyInfo) String

func (x *ContextInfo_AdReplyInfo) String() string

type ContextInfo_AdReplyInfo_MediaType

type ContextInfo_AdReplyInfo_MediaType int32
const (
	ContextInfo_AdReplyInfo_NONE  ContextInfo_AdReplyInfo_MediaType = 0
	ContextInfo_AdReplyInfo_IMAGE ContextInfo_AdReplyInfo_MediaType = 1
	ContextInfo_AdReplyInfo_VIDEO ContextInfo_AdReplyInfo_MediaType = 2
)

func (ContextInfo_AdReplyInfo_MediaType) Descriptor

func (ContextInfo_AdReplyInfo_MediaType) Enum

func (ContextInfo_AdReplyInfo_MediaType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_AdReplyInfo_MediaType.Descriptor instead.

func (ContextInfo_AdReplyInfo_MediaType) Number

func (ContextInfo_AdReplyInfo_MediaType) String

func (ContextInfo_AdReplyInfo_MediaType) Type

func (*ContextInfo_AdReplyInfo_MediaType) UnmarshalJSON deprecated

func (x *ContextInfo_AdReplyInfo_MediaType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_BusinessInteractionPills

type ContextInfo_BusinessInteractionPills struct {
	BusinessJID                     *string                                                               `protobuf:"bytes,1,opt,name=businessJID" json:"businessJID,omitempty"`
	Pills                           []*ContextInfo_BusinessInteractionPills_Pill                          `protobuf:"bytes,2,rep,name=pills" json:"pills,omitempty"`
	EntryPoint                      *ContextInfo_BusinessInteractionPills_EntryPoint                      `` /* 138-byte string literal not displayed */
	SignedPayload                   []byte                                                                `protobuf:"bytes,4,opt,name=signedPayload" json:"signedPayload,omitempty"`
	SignatureEnvelope               *waAICommon.BotSignatureVerificationMetadata                          `protobuf:"bytes,5,opt,name=signatureEnvelope" json:"signatureEnvelope,omitempty"`
	UnauthenticatedBusinessMetadata *ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata `protobuf:"bytes,6,opt,name=unauthenticatedBusinessMetadata" json:"unauthenticatedBusinessMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_BusinessInteractionPills) Descriptor deprecated

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

Deprecated: Use ContextInfo_BusinessInteractionPills.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessInteractionPills) GetBusinessJID

func (x *ContextInfo_BusinessInteractionPills) GetBusinessJID() string

func (*ContextInfo_BusinessInteractionPills) GetEntryPoint

func (*ContextInfo_BusinessInteractionPills) GetPills

func (*ContextInfo_BusinessInteractionPills) GetSignatureEnvelope

func (*ContextInfo_BusinessInteractionPills) GetSignedPayload

func (x *ContextInfo_BusinessInteractionPills) GetSignedPayload() []byte

func (*ContextInfo_BusinessInteractionPills) GetUnauthenticatedBusinessMetadata

func (*ContextInfo_BusinessInteractionPills) ProtoMessage

func (*ContextInfo_BusinessInteractionPills) ProtoMessage()

func (*ContextInfo_BusinessInteractionPills) ProtoReflect

func (*ContextInfo_BusinessInteractionPills) Reset

func (*ContextInfo_BusinessInteractionPills) String

type ContextInfo_BusinessInteractionPills_EntryPoint

type ContextInfo_BusinessInteractionPills_EntryPoint int32
const (
	ContextInfo_BusinessInteractionPills_ENTRY_POINT_UNKNOWN    ContextInfo_BusinessInteractionPills_EntryPoint = 0
	ContextInfo_BusinessInteractionPills_P2P_LINK_SHARE         ContextInfo_BusinessInteractionPills_EntryPoint = 1
	ContextInfo_BusinessInteractionPills_CONTACT_CARD_SHARING   ContextInfo_BusinessInteractionPills_EntryPoint = 2
	ContextInfo_BusinessInteractionPills_PHONE_NUMBER           ContextInfo_BusinessInteractionPills_EntryPoint = 3
	ContextInfo_BusinessInteractionPills_STATUS                 ContextInfo_BusinessInteractionPills_EntryPoint = 4
	ContextInfo_BusinessInteractionPills_IN_THREAD_CONTEXT_CARD ContextInfo_BusinessInteractionPills_EntryPoint = 5
)

func (ContextInfo_BusinessInteractionPills_EntryPoint) Descriptor

func (ContextInfo_BusinessInteractionPills_EntryPoint) Enum

func (ContextInfo_BusinessInteractionPills_EntryPoint) EnumDescriptor deprecated

Deprecated: Use ContextInfo_BusinessInteractionPills_EntryPoint.Descriptor instead.

func (ContextInfo_BusinessInteractionPills_EntryPoint) Number

func (ContextInfo_BusinessInteractionPills_EntryPoint) String

func (ContextInfo_BusinessInteractionPills_EntryPoint) Type

func (*ContextInfo_BusinessInteractionPills_EntryPoint) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_BusinessInteractionPills_Pill

type ContextInfo_BusinessInteractionPills_Pill struct {
	PillType  *ContextInfo_BusinessInteractionPills_PillType `` /* 132-byte string literal not displayed */
	ActionURL *string                                        `protobuf:"bytes,2,opt,name=actionURL" json:"actionURL,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_BusinessInteractionPills_Pill) Descriptor deprecated

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

Deprecated: Use ContextInfo_BusinessInteractionPills_Pill.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessInteractionPills_Pill) GetActionURL

func (*ContextInfo_BusinessInteractionPills_Pill) GetPillType

func (*ContextInfo_BusinessInteractionPills_Pill) ProtoMessage

func (*ContextInfo_BusinessInteractionPills_Pill) ProtoReflect

func (*ContextInfo_BusinessInteractionPills_Pill) Reset

func (*ContextInfo_BusinessInteractionPills_Pill) String

type ContextInfo_BusinessInteractionPills_PillType

type ContextInfo_BusinessInteractionPills_PillType int32
const (
	ContextInfo_BusinessInteractionPills_UNKNOWN          ContextInfo_BusinessInteractionPills_PillType = 0
	ContextInfo_BusinessInteractionPills_VIEW_BUSINESS    ContextInfo_BusinessInteractionPills_PillType = 1
	ContextInfo_BusinessInteractionPills_CHAT             ContextInfo_BusinessInteractionPills_PillType = 2
	ContextInfo_BusinessInteractionPills_CALL             ContextInfo_BusinessInteractionPills_PillType = 3
	ContextInfo_BusinessInteractionPills_CATALOG          ContextInfo_BusinessInteractionPills_PillType = 4
	ContextInfo_BusinessInteractionPills_CHANNEL          ContextInfo_BusinessInteractionPills_PillType = 5
	ContextInfo_BusinessInteractionPills_BOOK_APPOINTMENT ContextInfo_BusinessInteractionPills_PillType = 6
	ContextInfo_BusinessInteractionPills_OFFERS           ContextInfo_BusinessInteractionPills_PillType = 7
	ContextInfo_BusinessInteractionPills_BESTSELLERS      ContextInfo_BusinessInteractionPills_PillType = 8
	ContextInfo_BusinessInteractionPills_MENU             ContextInfo_BusinessInteractionPills_PillType = 9
	ContextInfo_BusinessInteractionPills_ABOUT            ContextInfo_BusinessInteractionPills_PillType = 10
	ContextInfo_BusinessInteractionPills_SHOP             ContextInfo_BusinessInteractionPills_PillType = 11
	ContextInfo_BusinessInteractionPills_ORDER            ContextInfo_BusinessInteractionPills_PillType = 12
)

func (ContextInfo_BusinessInteractionPills_PillType) Descriptor

func (ContextInfo_BusinessInteractionPills_PillType) Enum

func (ContextInfo_BusinessInteractionPills_PillType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_BusinessInteractionPills_PillType.Descriptor instead.

func (ContextInfo_BusinessInteractionPills_PillType) Number

func (ContextInfo_BusinessInteractionPills_PillType) String

func (ContextInfo_BusinessInteractionPills_PillType) Type

func (*ContextInfo_BusinessInteractionPills_PillType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_BusinessInteractionPills_SignedPayload

type ContextInfo_BusinessInteractionPills_SignedPayload struct {
	VerifiedName *string                                      `protobuf:"bytes,1,opt,name=verifiedName" json:"verifiedName,omitempty"`
	Pills        []*ContextInfo_BusinessInteractionPills_Pill `protobuf:"bytes,2,rep,name=pills" json:"pills,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_BusinessInteractionPills_SignedPayload) Descriptor deprecated

Deprecated: Use ContextInfo_BusinessInteractionPills_SignedPayload.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessInteractionPills_SignedPayload) GetPills

func (*ContextInfo_BusinessInteractionPills_SignedPayload) GetVerifiedName

func (*ContextInfo_BusinessInteractionPills_SignedPayload) ProtoMessage

func (*ContextInfo_BusinessInteractionPills_SignedPayload) ProtoReflect

func (*ContextInfo_BusinessInteractionPills_SignedPayload) Reset

func (*ContextInfo_BusinessInteractionPills_SignedPayload) String

type ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata

type ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata struct {
	BusinessName             *string `protobuf:"bytes,1,opt,name=businessName" json:"businessName,omitempty"`
	BusinessCategory         *string `protobuf:"bytes,2,opt,name=businessCategory" json:"businessCategory,omitempty"`
	BusinessIsOpen           *bool   `protobuf:"varint,3,opt,name=businessIsOpen" json:"businessIsOpen,omitempty"`
	BusinessIsOpenSnapshotMS *int64  `protobuf:"varint,4,opt,name=businessIsOpenSnapshotMS" json:"businessIsOpenSnapshotMS,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) Descriptor deprecated

Deprecated: Use ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) GetBusinessCategory

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) GetBusinessIsOpen

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) GetBusinessIsOpenSnapshotMS

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) GetBusinessName

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) ProtoMessage

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) ProtoReflect

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) Reset

func (*ContextInfo_BusinessInteractionPills_UnauthenticatedBusinessMetadata) String

type ContextInfo_BusinessMessageForwardInfo

type ContextInfo_BusinessMessageForwardInfo struct {
	BusinessOwnerJID *string `protobuf:"bytes,1,opt,name=businessOwnerJID" json:"businessOwnerJID,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_BusinessMessageForwardInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_BusinessMessageForwardInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJID

func (x *ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJID() string

func (*ContextInfo_BusinessMessageForwardInfo) ProtoMessage

func (*ContextInfo_BusinessMessageForwardInfo) ProtoReflect

func (*ContextInfo_BusinessMessageForwardInfo) Reset

func (*ContextInfo_BusinessMessageForwardInfo) String

type ContextInfo_CrossAppSource

type ContextInfo_CrossAppSource int32
const (
	ContextInfo_CROSS_APP_SOURCE_UNKNOWN   ContextInfo_CrossAppSource = 0
	ContextInfo_CROSS_APP_SOURCE_INSTAGRAM ContextInfo_CrossAppSource = 1
	ContextInfo_CROSS_APP_SOURCE_FACEBOOK  ContextInfo_CrossAppSource = 2
)

func (ContextInfo_CrossAppSource) Descriptor

func (ContextInfo_CrossAppSource) Enum

func (ContextInfo_CrossAppSource) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_CrossAppSource.Descriptor instead.

func (ContextInfo_CrossAppSource) Number

func (ContextInfo_CrossAppSource) String

func (ContextInfo_CrossAppSource) Type

func (*ContextInfo_CrossAppSource) UnmarshalJSON deprecated

func (x *ContextInfo_CrossAppSource) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_DataSharingContext

type ContextInfo_DataSharingContext struct {
	ShowMmDisclosure              *bool                                        `protobuf:"varint,1,opt,name=showMmDisclosure" json:"showMmDisclosure,omitempty"`
	EncryptedSignalTokenConsented *string                                      `protobuf:"bytes,2,opt,name=encryptedSignalTokenConsented" json:"encryptedSignalTokenConsented,omitempty"`
	Parameters                    []*ContextInfo_DataSharingContext_Parameters `protobuf:"bytes,3,rep,name=parameters" json:"parameters,omitempty"`
	DataSharingFlags              *int32                                       `protobuf:"varint,4,opt,name=dataSharingFlags" json:"dataSharingFlags,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_DataSharingContext) Descriptor deprecated

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

Deprecated: Use ContextInfo_DataSharingContext.ProtoReflect.Descriptor instead.

func (*ContextInfo_DataSharingContext) GetDataSharingFlags

func (x *ContextInfo_DataSharingContext) GetDataSharingFlags() int32

func (*ContextInfo_DataSharingContext) GetEncryptedSignalTokenConsented

func (x *ContextInfo_DataSharingContext) GetEncryptedSignalTokenConsented() string

func (*ContextInfo_DataSharingContext) GetParameters

func (*ContextInfo_DataSharingContext) GetShowMmDisclosure

func (x *ContextInfo_DataSharingContext) GetShowMmDisclosure() bool

func (*ContextInfo_DataSharingContext) ProtoMessage

func (*ContextInfo_DataSharingContext) ProtoMessage()

func (*ContextInfo_DataSharingContext) ProtoReflect

func (*ContextInfo_DataSharingContext) Reset

func (x *ContextInfo_DataSharingContext) Reset()

func (*ContextInfo_DataSharingContext) String

type ContextInfo_DataSharingContext_DataSharingFlags

type ContextInfo_DataSharingContext_DataSharingFlags int32
const (
	ContextInfo_DataSharingContext_SHOW_MM_DISCLOSURE_ON_CLICK ContextInfo_DataSharingContext_DataSharingFlags = 1
	ContextInfo_DataSharingContext_SHOW_MM_DISCLOSURE_ON_READ  ContextInfo_DataSharingContext_DataSharingFlags = 2
)

func (ContextInfo_DataSharingContext_DataSharingFlags) Descriptor

func (ContextInfo_DataSharingContext_DataSharingFlags) Enum

func (ContextInfo_DataSharingContext_DataSharingFlags) EnumDescriptor deprecated

Deprecated: Use ContextInfo_DataSharingContext_DataSharingFlags.Descriptor instead.

func (ContextInfo_DataSharingContext_DataSharingFlags) Number

func (ContextInfo_DataSharingContext_DataSharingFlags) String

func (ContextInfo_DataSharingContext_DataSharingFlags) Type

func (*ContextInfo_DataSharingContext_DataSharingFlags) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_DataSharingContext_Parameters

type ContextInfo_DataSharingContext_Parameters struct {
	Key        *string                                    `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	StringData *string                                    `protobuf:"bytes,2,opt,name=stringData" json:"stringData,omitempty"`
	IntData    *int64                                     `protobuf:"varint,3,opt,name=intData" json:"intData,omitempty"`
	FloatData  *float32                                   `protobuf:"fixed32,4,opt,name=floatData" json:"floatData,omitempty"`
	Contents   *ContextInfo_DataSharingContext_Parameters `protobuf:"bytes,5,opt,name=contents" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_DataSharingContext_Parameters) Descriptor deprecated

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

Deprecated: Use ContextInfo_DataSharingContext_Parameters.ProtoReflect.Descriptor instead.

func (*ContextInfo_DataSharingContext_Parameters) GetContents

func (*ContextInfo_DataSharingContext_Parameters) GetFloatData

func (*ContextInfo_DataSharingContext_Parameters) GetIntData

func (*ContextInfo_DataSharingContext_Parameters) GetKey

func (*ContextInfo_DataSharingContext_Parameters) GetStringData

func (*ContextInfo_DataSharingContext_Parameters) ProtoMessage

func (*ContextInfo_DataSharingContext_Parameters) ProtoReflect

func (*ContextInfo_DataSharingContext_Parameters) Reset

func (*ContextInfo_DataSharingContext_Parameters) String

type ContextInfo_ExternalAdReplyInfo

type ContextInfo_ExternalAdReplyInfo struct {
	Title                           *string                                    `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Body                            *string                                    `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
	MediaType                       *ContextInfo_ExternalAdReplyInfo_MediaType `` /* 130-byte string literal not displayed */
	ThumbnailURL                    *string                                    `protobuf:"bytes,4,opt,name=thumbnailURL" json:"thumbnailURL,omitempty"`
	MediaURL                        *string                                    `protobuf:"bytes,5,opt,name=mediaURL" json:"mediaURL,omitempty"`
	Thumbnail                       []byte                                     `protobuf:"bytes,6,opt,name=thumbnail" json:"thumbnail,omitempty"`
	SourceType                      *string                                    `protobuf:"bytes,7,opt,name=sourceType" json:"sourceType,omitempty"`
	SourceID                        *string                                    `protobuf:"bytes,8,opt,name=sourceID" json:"sourceID,omitempty"`
	SourceURL                       *string                                    `protobuf:"bytes,9,opt,name=sourceURL" json:"sourceURL,omitempty"`
	ContainsAutoReply               *bool                                      `protobuf:"varint,10,opt,name=containsAutoReply" json:"containsAutoReply,omitempty"`
	RenderLargerThumbnail           *bool                                      `protobuf:"varint,11,opt,name=renderLargerThumbnail" json:"renderLargerThumbnail,omitempty"`
	ShowAdAttribution               *bool                                      `protobuf:"varint,12,opt,name=showAdAttribution" json:"showAdAttribution,omitempty"`
	CtwaClid                        *string                                    `protobuf:"bytes,13,opt,name=ctwaClid" json:"ctwaClid,omitempty"`
	Ref                             *string                                    `protobuf:"bytes,14,opt,name=ref" json:"ref,omitempty"`
	ClickToWhatsappCall             *bool                                      `protobuf:"varint,15,opt,name=clickToWhatsappCall" json:"clickToWhatsappCall,omitempty"`
	AdContextPreviewDismissed       *bool                                      `protobuf:"varint,16,opt,name=adContextPreviewDismissed" json:"adContextPreviewDismissed,omitempty"`
	SourceApp                       *string                                    `protobuf:"bytes,17,opt,name=sourceApp" json:"sourceApp,omitempty"`
	AutomatedGreetingMessageShown   *bool                                      `protobuf:"varint,18,opt,name=automatedGreetingMessageShown" json:"automatedGreetingMessageShown,omitempty"`
	GreetingMessageBody             *string                                    `protobuf:"bytes,19,opt,name=greetingMessageBody" json:"greetingMessageBody,omitempty"`
	CtaPayload                      *string                                    `protobuf:"bytes,20,opt,name=ctaPayload" json:"ctaPayload,omitempty"`
	DisableNudge                    *bool                                      `protobuf:"varint,21,opt,name=disableNudge" json:"disableNudge,omitempty"`
	OriginalImageURL                *string                                    `protobuf:"bytes,22,opt,name=originalImageURL" json:"originalImageURL,omitempty"`
	AutomatedGreetingMessageCtaType *string                                    `protobuf:"bytes,23,opt,name=automatedGreetingMessageCtaType" json:"automatedGreetingMessageCtaType,omitempty"`
	WtwaAdFormat                    *bool                                      `protobuf:"varint,24,opt,name=wtwaAdFormat" json:"wtwaAdFormat,omitempty"`
	AdType                          *ContextInfo_ExternalAdReplyInfo_AdType    `protobuf:"varint,25,opt,name=adType,enum=WAWebProtobufsE2E.ContextInfo_ExternalAdReplyInfo_AdType" json:"adType,omitempty"`
	WtwaWebsiteURL                  *string                                    `protobuf:"bytes,26,opt,name=wtwaWebsiteURL" json:"wtwaWebsiteURL,omitempty"`
	AdPreviewURL                    *string                                    `protobuf:"bytes,27,opt,name=adPreviewURL" json:"adPreviewURL,omitempty"`
	ContainsCtwaFlowsAutoReply      *bool                                      `protobuf:"varint,28,opt,name=containsCtwaFlowsAutoReply" json:"containsCtwaFlowsAutoReply,omitempty"`
	AgmThumbnailStrategy            *int32                                     `protobuf:"varint,29,opt,name=agmThumbnailStrategy" json:"agmThumbnailStrategy,omitempty"`
	AgmTitleStrategy                *int32                                     `protobuf:"varint,30,opt,name=agmTitleStrategy" json:"agmTitleStrategy,omitempty"`
	AgmSubtitleStrategy             *int32                                     `protobuf:"varint,31,opt,name=agmSubtitleStrategy" json:"agmSubtitleStrategy,omitempty"`
	AgmHeaderInteractionStrategy    *int32                                     `protobuf:"varint,32,opt,name=agmHeaderInteractionStrategy" json:"agmHeaderInteractionStrategy,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_ExternalAdReplyInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_ExternalAdReplyInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_ExternalAdReplyInfo) GetAdContextPreviewDismissed

func (x *ContextInfo_ExternalAdReplyInfo) GetAdContextPreviewDismissed() bool

func (*ContextInfo_ExternalAdReplyInfo) GetAdPreviewURL

func (x *ContextInfo_ExternalAdReplyInfo) GetAdPreviewURL() string

func (*ContextInfo_ExternalAdReplyInfo) GetAdType

func (*ContextInfo_ExternalAdReplyInfo) GetAgmHeaderInteractionStrategy

func (x *ContextInfo_ExternalAdReplyInfo) GetAgmHeaderInteractionStrategy() int32

func (*ContextInfo_ExternalAdReplyInfo) GetAgmSubtitleStrategy

func (x *ContextInfo_ExternalAdReplyInfo) GetAgmSubtitleStrategy() int32

func (*ContextInfo_ExternalAdReplyInfo) GetAgmThumbnailStrategy

func (x *ContextInfo_ExternalAdReplyInfo) GetAgmThumbnailStrategy() int32

func (*ContextInfo_ExternalAdReplyInfo) GetAgmTitleStrategy

func (x *ContextInfo_ExternalAdReplyInfo) GetAgmTitleStrategy() int32

func (*ContextInfo_ExternalAdReplyInfo) GetAutomatedGreetingMessageCtaType

func (x *ContextInfo_ExternalAdReplyInfo) GetAutomatedGreetingMessageCtaType() string

func (*ContextInfo_ExternalAdReplyInfo) GetAutomatedGreetingMessageShown

func (x *ContextInfo_ExternalAdReplyInfo) GetAutomatedGreetingMessageShown() bool

func (*ContextInfo_ExternalAdReplyInfo) GetBody

func (*ContextInfo_ExternalAdReplyInfo) GetClickToWhatsappCall

func (x *ContextInfo_ExternalAdReplyInfo) GetClickToWhatsappCall() bool

func (*ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply

func (x *ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply() bool

func (*ContextInfo_ExternalAdReplyInfo) GetContainsCtwaFlowsAutoReply

func (x *ContextInfo_ExternalAdReplyInfo) GetContainsCtwaFlowsAutoReply() bool

func (*ContextInfo_ExternalAdReplyInfo) GetCtaPayload

func (x *ContextInfo_ExternalAdReplyInfo) GetCtaPayload() string

func (*ContextInfo_ExternalAdReplyInfo) GetCtwaClid

func (x *ContextInfo_ExternalAdReplyInfo) GetCtwaClid() string

func (*ContextInfo_ExternalAdReplyInfo) GetDisableNudge

func (x *ContextInfo_ExternalAdReplyInfo) GetDisableNudge() bool

func (*ContextInfo_ExternalAdReplyInfo) GetGreetingMessageBody

func (x *ContextInfo_ExternalAdReplyInfo) GetGreetingMessageBody() string

func (*ContextInfo_ExternalAdReplyInfo) GetMediaType

func (*ContextInfo_ExternalAdReplyInfo) GetMediaURL

func (x *ContextInfo_ExternalAdReplyInfo) GetMediaURL() string

func (*ContextInfo_ExternalAdReplyInfo) GetOriginalImageURL

func (x *ContextInfo_ExternalAdReplyInfo) GetOriginalImageURL() string

func (*ContextInfo_ExternalAdReplyInfo) GetRef

func (*ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail

func (x *ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail() bool

func (*ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution

func (x *ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution() bool

func (*ContextInfo_ExternalAdReplyInfo) GetSourceApp

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceApp() string

func (*ContextInfo_ExternalAdReplyInfo) GetSourceID

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceID() string

func (*ContextInfo_ExternalAdReplyInfo) GetSourceType

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceType() string

func (*ContextInfo_ExternalAdReplyInfo) GetSourceURL

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceURL() string

func (*ContextInfo_ExternalAdReplyInfo) GetThumbnail

func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnail() []byte

func (*ContextInfo_ExternalAdReplyInfo) GetThumbnailURL

func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnailURL() string

func (*ContextInfo_ExternalAdReplyInfo) GetTitle

func (*ContextInfo_ExternalAdReplyInfo) GetWtwaAdFormat

func (x *ContextInfo_ExternalAdReplyInfo) GetWtwaAdFormat() bool

func (*ContextInfo_ExternalAdReplyInfo) GetWtwaWebsiteURL

func (x *ContextInfo_ExternalAdReplyInfo) GetWtwaWebsiteURL() string

func (*ContextInfo_ExternalAdReplyInfo) ProtoMessage

func (*ContextInfo_ExternalAdReplyInfo) ProtoMessage()

func (*ContextInfo_ExternalAdReplyInfo) ProtoReflect

func (*ContextInfo_ExternalAdReplyInfo) Reset

func (*ContextInfo_ExternalAdReplyInfo) String

type ContextInfo_ExternalAdReplyInfo_AdType

type ContextInfo_ExternalAdReplyInfo_AdType int32
const (
	ContextInfo_ExternalAdReplyInfo_CTWA ContextInfo_ExternalAdReplyInfo_AdType = 0
	ContextInfo_ExternalAdReplyInfo_CAWC ContextInfo_ExternalAdReplyInfo_AdType = 1
)

func (ContextInfo_ExternalAdReplyInfo_AdType) Descriptor

func (ContextInfo_ExternalAdReplyInfo_AdType) Enum

func (ContextInfo_ExternalAdReplyInfo_AdType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_ExternalAdReplyInfo_AdType.Descriptor instead.

func (ContextInfo_ExternalAdReplyInfo_AdType) Number

func (ContextInfo_ExternalAdReplyInfo_AdType) String

func (ContextInfo_ExternalAdReplyInfo_AdType) Type

func (*ContextInfo_ExternalAdReplyInfo_AdType) UnmarshalJSON deprecated

func (x *ContextInfo_ExternalAdReplyInfo_AdType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_ExternalAdReplyInfo_MediaType

type ContextInfo_ExternalAdReplyInfo_MediaType int32
const (
	ContextInfo_ExternalAdReplyInfo_NONE  ContextInfo_ExternalAdReplyInfo_MediaType = 0
	ContextInfo_ExternalAdReplyInfo_IMAGE ContextInfo_ExternalAdReplyInfo_MediaType = 1
	ContextInfo_ExternalAdReplyInfo_VIDEO ContextInfo_ExternalAdReplyInfo_MediaType = 2
)

func (ContextInfo_ExternalAdReplyInfo_MediaType) Descriptor

func (ContextInfo_ExternalAdReplyInfo_MediaType) Enum

func (ContextInfo_ExternalAdReplyInfo_MediaType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_ExternalAdReplyInfo_MediaType.Descriptor instead.

func (ContextInfo_ExternalAdReplyInfo_MediaType) Number

func (ContextInfo_ExternalAdReplyInfo_MediaType) String

func (ContextInfo_ExternalAdReplyInfo_MediaType) Type

func (*ContextInfo_ExternalAdReplyInfo_MediaType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_FeatureEligibilities

type ContextInfo_FeatureEligibilities struct {
	CannotBeReactedTo    *bool `protobuf:"varint,1,opt,name=cannotBeReactedTo" json:"cannotBeReactedTo,omitempty"`
	CannotBeRanked       *bool `protobuf:"varint,2,opt,name=cannotBeRanked" json:"cannotBeRanked,omitempty"`
	CanRequestFeedback   *bool `protobuf:"varint,3,opt,name=canRequestFeedback" json:"canRequestFeedback,omitempty"`
	CanBeReshared        *bool `protobuf:"varint,4,opt,name=canBeReshared" json:"canBeReshared,omitempty"`
	CanReceiveMultiReact *bool `protobuf:"varint,5,opt,name=canReceiveMultiReact" json:"canReceiveMultiReact,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_FeatureEligibilities) Descriptor deprecated

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

Deprecated: Use ContextInfo_FeatureEligibilities.ProtoReflect.Descriptor instead.

func (*ContextInfo_FeatureEligibilities) GetCanBeReshared

func (x *ContextInfo_FeatureEligibilities) GetCanBeReshared() bool

func (*ContextInfo_FeatureEligibilities) GetCanReceiveMultiReact

func (x *ContextInfo_FeatureEligibilities) GetCanReceiveMultiReact() bool

func (*ContextInfo_FeatureEligibilities) GetCanRequestFeedback

func (x *ContextInfo_FeatureEligibilities) GetCanRequestFeedback() bool

func (*ContextInfo_FeatureEligibilities) GetCannotBeRanked

func (x *ContextInfo_FeatureEligibilities) GetCannotBeRanked() bool

func (*ContextInfo_FeatureEligibilities) GetCannotBeReactedTo

func (x *ContextInfo_FeatureEligibilities) GetCannotBeReactedTo() bool

func (*ContextInfo_FeatureEligibilities) ProtoMessage

func (*ContextInfo_FeatureEligibilities) ProtoMessage()

func (*ContextInfo_FeatureEligibilities) ProtoReflect

func (*ContextInfo_FeatureEligibilities) Reset

func (*ContextInfo_FeatureEligibilities) String

type ContextInfo_ForwardOrigin

type ContextInfo_ForwardOrigin int32
const (
	ContextInfo_UNKNOWN  ContextInfo_ForwardOrigin = 0
	ContextInfo_CHAT     ContextInfo_ForwardOrigin = 1
	ContextInfo_STATUS   ContextInfo_ForwardOrigin = 2
	ContextInfo_CHANNELS ContextInfo_ForwardOrigin = 3
	ContextInfo_META_AI  ContextInfo_ForwardOrigin = 4
	ContextInfo_UGC      ContextInfo_ForwardOrigin = 5
)

func (ContextInfo_ForwardOrigin) Descriptor

func (ContextInfo_ForwardOrigin) Enum

func (ContextInfo_ForwardOrigin) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_ForwardOrigin.Descriptor instead.

func (ContextInfo_ForwardOrigin) Number

func (ContextInfo_ForwardOrigin) String

func (x ContextInfo_ForwardOrigin) String() string

func (ContextInfo_ForwardOrigin) Type

func (*ContextInfo_ForwardOrigin) UnmarshalJSON deprecated

func (x *ContextInfo_ForwardOrigin) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_ForwardedNewsletterMessageInfo

type ContextInfo_ForwardedNewsletterMessageInfo struct {
	NewsletterJID     *string                                                 `protobuf:"bytes,1,opt,name=newsletterJID" json:"newsletterJID,omitempty"`
	ServerMessageID   *int32                                                  `protobuf:"varint,2,opt,name=serverMessageID" json:"serverMessageID,omitempty"`
	NewsletterName    *string                                                 `protobuf:"bytes,3,opt,name=newsletterName" json:"newsletterName,omitempty"`
	ContentType       *ContextInfo_ForwardedNewsletterMessageInfo_ContentType `` /* 147-byte string literal not displayed */
	AccessibilityText *string                                                 `protobuf:"bytes,5,opt,name=accessibilityText" json:"accessibilityText,omitempty"`
	ProfileName       *string                                                 `protobuf:"bytes,6,opt,name=profileName" json:"profileName,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_ForwardedNewsletterMessageInfo) Descriptor deprecated

Deprecated: Use ContextInfo_ForwardedNewsletterMessageInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetAccessibilityText

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetAccessibilityText() string

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetContentType

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJID

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJID() string

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName() string

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetProfileName

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageID

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageID() int32

func (*ContextInfo_ForwardedNewsletterMessageInfo) ProtoMessage

func (*ContextInfo_ForwardedNewsletterMessageInfo) ProtoReflect

func (*ContextInfo_ForwardedNewsletterMessageInfo) Reset

func (*ContextInfo_ForwardedNewsletterMessageInfo) String

type ContextInfo_ForwardedNewsletterMessageInfo_ContentType

type ContextInfo_ForwardedNewsletterMessageInfo_ContentType int32
const (
	ContextInfo_ForwardedNewsletterMessageInfo_UPDATE      ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 1
	ContextInfo_ForwardedNewsletterMessageInfo_UPDATE_CARD ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 2
	ContextInfo_ForwardedNewsletterMessageInfo_LINK_CARD   ContextInfo_ForwardedNewsletterMessageInfo_ContentType = 3
)

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Descriptor

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Enum

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) EnumDescriptor deprecated

Deprecated: Use ContextInfo_ForwardedNewsletterMessageInfo_ContentType.Descriptor instead.

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Number

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) String

func (ContextInfo_ForwardedNewsletterMessageInfo_ContentType) Type

func (*ContextInfo_ForwardedNewsletterMessageInfo_ContentType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_InstagramThreadLink struct {
	URL *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_InstagramThreadLink) Descriptor deprecated

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

Deprecated: Use ContextInfo_InstagramThreadLink.ProtoReflect.Descriptor instead.

func (*ContextInfo_InstagramThreadLink) GetURL

func (*ContextInfo_InstagramThreadLink) ProtoMessage

func (*ContextInfo_InstagramThreadLink) ProtoMessage()

func (*ContextInfo_InstagramThreadLink) ProtoReflect

func (*ContextInfo_InstagramThreadLink) Reset

func (*ContextInfo_InstagramThreadLink) String

type ContextInfo_PairedMediaType

type ContextInfo_PairedMediaType int32
const (
	ContextInfo_NOT_PAIRED_MEDIA    ContextInfo_PairedMediaType = 0
	ContextInfo_SD_VIDEO_PARENT     ContextInfo_PairedMediaType = 1
	ContextInfo_HD_VIDEO_CHILD      ContextInfo_PairedMediaType = 2
	ContextInfo_SD_IMAGE_PARENT     ContextInfo_PairedMediaType = 3
	ContextInfo_HD_IMAGE_CHILD      ContextInfo_PairedMediaType = 4
	ContextInfo_MOTION_PHOTO_PARENT ContextInfo_PairedMediaType = 5
	ContextInfo_MOTION_PHOTO_CHILD  ContextInfo_PairedMediaType = 6
	ContextInfo_HEVC_VIDEO_PARENT   ContextInfo_PairedMediaType = 7
	ContextInfo_HEVC_VIDEO_CHILD    ContextInfo_PairedMediaType = 8
)

func (ContextInfo_PairedMediaType) Descriptor

func (ContextInfo_PairedMediaType) Enum

func (ContextInfo_PairedMediaType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_PairedMediaType.Descriptor instead.

func (ContextInfo_PairedMediaType) Number

func (ContextInfo_PairedMediaType) String

func (ContextInfo_PairedMediaType) Type

func (*ContextInfo_PairedMediaType) UnmarshalJSON deprecated

func (x *ContextInfo_PairedMediaType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_PartiallySelectedContent

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

func (*ContextInfo_PartiallySelectedContent) Descriptor deprecated

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

Deprecated: Use ContextInfo_PartiallySelectedContent.ProtoReflect.Descriptor instead.

func (*ContextInfo_PartiallySelectedContent) GetText

func (*ContextInfo_PartiallySelectedContent) ProtoMessage

func (*ContextInfo_PartiallySelectedContent) ProtoMessage()

func (*ContextInfo_PartiallySelectedContent) ProtoReflect

func (*ContextInfo_PartiallySelectedContent) Reset

func (*ContextInfo_PartiallySelectedContent) String

type ContextInfo_QuestionReplyQuotedMessage

type ContextInfo_QuestionReplyQuotedMessage struct {
	ServerQuestionID *int32   `protobuf:"varint,1,opt,name=serverQuestionID" json:"serverQuestionID,omitempty"`
	QuotedQuestion   *Message `protobuf:"bytes,2,opt,name=quotedQuestion" json:"quotedQuestion,omitempty"`
	QuotedResponse   *Message `protobuf:"bytes,3,opt,name=quotedResponse" json:"quotedResponse,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_QuestionReplyQuotedMessage) Descriptor deprecated

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

Deprecated: Use ContextInfo_QuestionReplyQuotedMessage.ProtoReflect.Descriptor instead.

func (*ContextInfo_QuestionReplyQuotedMessage) GetQuotedQuestion

func (x *ContextInfo_QuestionReplyQuotedMessage) GetQuotedQuestion() *Message

func (*ContextInfo_QuestionReplyQuotedMessage) GetQuotedResponse

func (x *ContextInfo_QuestionReplyQuotedMessage) GetQuotedResponse() *Message

func (*ContextInfo_QuestionReplyQuotedMessage) GetServerQuestionID

func (x *ContextInfo_QuestionReplyQuotedMessage) GetServerQuestionID() int32

func (*ContextInfo_QuestionReplyQuotedMessage) ProtoMessage

func (*ContextInfo_QuestionReplyQuotedMessage) ProtoReflect

func (*ContextInfo_QuestionReplyQuotedMessage) Reset

func (*ContextInfo_QuestionReplyQuotedMessage) String

type ContextInfo_QuotedType

type ContextInfo_QuotedType int32
const (
	ContextInfo_EXPLICIT ContextInfo_QuotedType = 0
	ContextInfo_AUTO     ContextInfo_QuotedType = 1
)

func (ContextInfo_QuotedType) Descriptor

func (ContextInfo_QuotedType) Enum

func (ContextInfo_QuotedType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_QuotedType.Descriptor instead.

func (ContextInfo_QuotedType) Number

func (ContextInfo_QuotedType) String

func (x ContextInfo_QuotedType) String() string

func (ContextInfo_QuotedType) Type

func (*ContextInfo_QuotedType) UnmarshalJSON deprecated

func (x *ContextInfo_QuotedType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_StatusAttributionType

type ContextInfo_StatusAttributionType int32
const (
	ContextInfo_NONE                          ContextInfo_StatusAttributionType = 0
	ContextInfo_RESHARED_FROM_MENTION         ContextInfo_StatusAttributionType = 1
	ContextInfo_RESHARED_FROM_POST            ContextInfo_StatusAttributionType = 2
	ContextInfo_RESHARED_FROM_POST_MANY_TIMES ContextInfo_StatusAttributionType = 3
	ContextInfo_FORWARDED_FROM_STATUS         ContextInfo_StatusAttributionType = 4
)

func (ContextInfo_StatusAttributionType) Descriptor

func (ContextInfo_StatusAttributionType) Enum

func (ContextInfo_StatusAttributionType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_StatusAttributionType.Descriptor instead.

func (ContextInfo_StatusAttributionType) Number

func (ContextInfo_StatusAttributionType) String

func (ContextInfo_StatusAttributionType) Type

func (*ContextInfo_StatusAttributionType) UnmarshalJSON deprecated

func (x *ContextInfo_StatusAttributionType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_StatusAudienceMetadata

type ContextInfo_StatusAudienceMetadata struct {
	AudienceType *ContextInfo_StatusAudienceMetadata_AudienceType `` /* 142-byte string literal not displayed */
	ListName     *string                                          `protobuf:"bytes,2,opt,name=listName" json:"listName,omitempty"`
	ListEmoji    *string                                          `protobuf:"bytes,3,opt,name=listEmoji" json:"listEmoji,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_StatusAudienceMetadata) Descriptor deprecated

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

Deprecated: Use ContextInfo_StatusAudienceMetadata.ProtoReflect.Descriptor instead.

func (*ContextInfo_StatusAudienceMetadata) GetAudienceType

func (*ContextInfo_StatusAudienceMetadata) GetListEmoji

func (x *ContextInfo_StatusAudienceMetadata) GetListEmoji() string

func (*ContextInfo_StatusAudienceMetadata) GetListName

func (x *ContextInfo_StatusAudienceMetadata) GetListName() string

func (*ContextInfo_StatusAudienceMetadata) ProtoMessage

func (*ContextInfo_StatusAudienceMetadata) ProtoMessage()

func (*ContextInfo_StatusAudienceMetadata) ProtoReflect

func (*ContextInfo_StatusAudienceMetadata) Reset

func (*ContextInfo_StatusAudienceMetadata) String

type ContextInfo_StatusAudienceMetadata_AudienceType

type ContextInfo_StatusAudienceMetadata_AudienceType int32
const (
	ContextInfo_StatusAudienceMetadata_UNKNOWN       ContextInfo_StatusAudienceMetadata_AudienceType = 0
	ContextInfo_StatusAudienceMetadata_CLOSE_FRIENDS ContextInfo_StatusAudienceMetadata_AudienceType = 1
)

func (ContextInfo_StatusAudienceMetadata_AudienceType) Descriptor

func (ContextInfo_StatusAudienceMetadata_AudienceType) Enum

func (ContextInfo_StatusAudienceMetadata_AudienceType) EnumDescriptor deprecated

Deprecated: Use ContextInfo_StatusAudienceMetadata_AudienceType.Descriptor instead.

func (ContextInfo_StatusAudienceMetadata_AudienceType) Number

func (ContextInfo_StatusAudienceMetadata_AudienceType) String

func (ContextInfo_StatusAudienceMetadata_AudienceType) Type

func (*ContextInfo_StatusAudienceMetadata_AudienceType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_StatusSourceType

type ContextInfo_StatusSourceType int32
const (
	ContextInfo_IMAGE            ContextInfo_StatusSourceType = 0
	ContextInfo_VIDEO            ContextInfo_StatusSourceType = 1
	ContextInfo_GIF              ContextInfo_StatusSourceType = 2
	ContextInfo_AUDIO            ContextInfo_StatusSourceType = 3
	ContextInfo_TEXT             ContextInfo_StatusSourceType = 4
	ContextInfo_MUSIC_STANDALONE ContextInfo_StatusSourceType = 5
)

func (ContextInfo_StatusSourceType) Descriptor

func (ContextInfo_StatusSourceType) Enum

func (ContextInfo_StatusSourceType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_StatusSourceType.Descriptor instead.

func (ContextInfo_StatusSourceType) Number

func (ContextInfo_StatusSourceType) String

func (ContextInfo_StatusSourceType) Type

func (*ContextInfo_StatusSourceType) UnmarshalJSON deprecated

func (x *ContextInfo_StatusSourceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ContextInfo_UTMInfo

type ContextInfo_UTMInfo struct {
	UtmSource   *string `protobuf:"bytes,1,opt,name=utmSource" json:"utmSource,omitempty"`
	UtmCampaign *string `protobuf:"bytes,2,opt,name=utmCampaign" json:"utmCampaign,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_UTMInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_UTMInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_UTMInfo) GetUtmCampaign

func (x *ContextInfo_UTMInfo) GetUtmCampaign() string

func (*ContextInfo_UTMInfo) GetUtmSource

func (x *ContextInfo_UTMInfo) GetUtmSource() string

func (*ContextInfo_UTMInfo) ProtoMessage

func (*ContextInfo_UTMInfo) ProtoMessage()

func (*ContextInfo_UTMInfo) ProtoReflect

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

func (*ContextInfo_UTMInfo) Reset

func (x *ContextInfo_UTMInfo) Reset()

func (*ContextInfo_UTMInfo) String

func (x *ContextInfo_UTMInfo) String() string

type DeclinePaymentRequestMessage

type DeclinePaymentRequestMessage struct {
	Key *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DeclinePaymentRequestMessage) Descriptor deprecated

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

Deprecated: Use DeclinePaymentRequestMessage.ProtoReflect.Descriptor instead.

func (*DeclinePaymentRequestMessage) GetKey

func (*DeclinePaymentRequestMessage) ProtoMessage

func (*DeclinePaymentRequestMessage) ProtoMessage()

func (*DeclinePaymentRequestMessage) ProtoReflect

func (*DeclinePaymentRequestMessage) Reset

func (x *DeclinePaymentRequestMessage) Reset()

func (*DeclinePaymentRequestMessage) String

type DeviceListMetadata

type DeviceListMetadata struct {
	SenderKeyHash       []byte                   `protobuf:"bytes,1,opt,name=senderKeyHash" json:"senderKeyHash,omitempty"`
	SenderTimestamp     *uint64                  `protobuf:"varint,2,opt,name=senderTimestamp" json:"senderTimestamp,omitempty"`
	SenderKeyIndexes    []uint32                 `protobuf:"varint,3,rep,packed,name=senderKeyIndexes" json:"senderKeyIndexes,omitempty"`
	SenderAccountType   *waAdv.ADVEncryptionType `protobuf:"varint,4,opt,name=senderAccountType,enum=WAAdv.ADVEncryptionType" json:"senderAccountType,omitempty"`
	ReceiverAccountType *waAdv.ADVEncryptionType `protobuf:"varint,5,opt,name=receiverAccountType,enum=WAAdv.ADVEncryptionType" json:"receiverAccountType,omitempty"`
	RecipientKeyHash    []byte                   `protobuf:"bytes,8,opt,name=recipientKeyHash" json:"recipientKeyHash,omitempty"`
	RecipientTimestamp  *uint64                  `protobuf:"varint,9,opt,name=recipientTimestamp" json:"recipientTimestamp,omitempty"`
	RecipientKeyIndexes []uint32                 `protobuf:"varint,10,rep,packed,name=recipientKeyIndexes" json:"recipientKeyIndexes,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceListMetadata) Descriptor deprecated

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

Deprecated: Use DeviceListMetadata.ProtoReflect.Descriptor instead.

func (*DeviceListMetadata) GetReceiverAccountType

func (x *DeviceListMetadata) GetReceiverAccountType() waAdv.ADVEncryptionType

func (*DeviceListMetadata) GetRecipientKeyHash

func (x *DeviceListMetadata) GetRecipientKeyHash() []byte

func (*DeviceListMetadata) GetRecipientKeyIndexes

func (x *DeviceListMetadata) GetRecipientKeyIndexes() []uint32

func (*DeviceListMetadata) GetRecipientTimestamp

func (x *DeviceListMetadata) GetRecipientTimestamp() uint64

func (*DeviceListMetadata) GetSenderAccountType

func (x *DeviceListMetadata) GetSenderAccountType() waAdv.ADVEncryptionType

func (*DeviceListMetadata) GetSenderKeyHash

func (x *DeviceListMetadata) GetSenderKeyHash() []byte

func (*DeviceListMetadata) GetSenderKeyIndexes

func (x *DeviceListMetadata) GetSenderKeyIndexes() []uint32

func (*DeviceListMetadata) GetSenderTimestamp

func (x *DeviceListMetadata) GetSenderTimestamp() uint64

func (*DeviceListMetadata) ProtoMessage

func (*DeviceListMetadata) ProtoMessage()

func (*DeviceListMetadata) ProtoReflect

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

func (*DeviceListMetadata) Reset

func (x *DeviceListMetadata) Reset()

func (*DeviceListMetadata) String

func (x *DeviceListMetadata) String() string

type DeviceSentMessage

type DeviceSentMessage struct {
	DestinationJID *string  `protobuf:"bytes,1,opt,name=destinationJID" json:"destinationJID,omitempty"`
	Message        *Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Phash          *string  `protobuf:"bytes,3,opt,name=phash" json:"phash,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceSentMessage) Descriptor deprecated

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

Deprecated: Use DeviceSentMessage.ProtoReflect.Descriptor instead.

func (*DeviceSentMessage) GetDestinationJID

func (x *DeviceSentMessage) GetDestinationJID() string

func (*DeviceSentMessage) GetMessage

func (x *DeviceSentMessage) GetMessage() *Message

func (*DeviceSentMessage) GetPhash

func (x *DeviceSentMessage) GetPhash() string

func (*DeviceSentMessage) ProtoMessage

func (*DeviceSentMessage) ProtoMessage()

func (*DeviceSentMessage) ProtoReflect

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

func (*DeviceSentMessage) Reset

func (x *DeviceSentMessage) Reset()

func (*DeviceSentMessage) String

func (x *DeviceSentMessage) String() string

type DisappearingMode

type DisappearingMode struct {
	Initiator          *DisappearingMode_Initiator `protobuf:"varint,1,opt,name=initiator,enum=WAWebProtobufsE2E.DisappearingMode_Initiator" json:"initiator,omitempty"`
	Trigger            *DisappearingMode_Trigger   `protobuf:"varint,2,opt,name=trigger,enum=WAWebProtobufsE2E.DisappearingMode_Trigger" json:"trigger,omitempty"`
	InitiatorDeviceJID *string                     `protobuf:"bytes,3,opt,name=initiatorDeviceJID" json:"initiatorDeviceJID,omitempty"`
	InitiatedByMe      *bool                       `protobuf:"varint,4,opt,name=initiatedByMe" json:"initiatedByMe,omitempty"`
	// contains filtered or unexported fields
}

func (*DisappearingMode) Descriptor deprecated

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

Deprecated: Use DisappearingMode.ProtoReflect.Descriptor instead.

func (*DisappearingMode) GetInitiatedByMe

func (x *DisappearingMode) GetInitiatedByMe() bool

func (*DisappearingMode) GetInitiator

func (x *DisappearingMode) GetInitiator() DisappearingMode_Initiator

func (*DisappearingMode) GetInitiatorDeviceJID

func (x *DisappearingMode) GetInitiatorDeviceJID() string

func (*DisappearingMode) GetTrigger

func (*DisappearingMode) ProtoMessage

func (*DisappearingMode) ProtoMessage()

func (*DisappearingMode) ProtoReflect

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

func (*DisappearingMode) Reset

func (x *DisappearingMode) Reset()

func (*DisappearingMode) String

func (x *DisappearingMode) String() string

type DisappearingMode_Initiator

type DisappearingMode_Initiator int32
const (
	DisappearingMode_CHANGED_IN_CHAT        DisappearingMode_Initiator = 0
	DisappearingMode_INITIATED_BY_ME        DisappearingMode_Initiator = 1
	DisappearingMode_INITIATED_BY_OTHER     DisappearingMode_Initiator = 2
	DisappearingMode_BIZ_UPGRADE_FB_HOSTING DisappearingMode_Initiator = 3
)

func (DisappearingMode_Initiator) Descriptor

func (DisappearingMode_Initiator) Enum

func (DisappearingMode_Initiator) EnumDescriptor deprecated

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

Deprecated: Use DisappearingMode_Initiator.Descriptor instead.

func (DisappearingMode_Initiator) Number

func (DisappearingMode_Initiator) String

func (DisappearingMode_Initiator) Type

func (*DisappearingMode_Initiator) UnmarshalJSON deprecated

func (x *DisappearingMode_Initiator) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type DisappearingMode_Trigger

type DisappearingMode_Trigger int32
const (
	DisappearingMode_UNKNOWN                 DisappearingMode_Trigger = 0
	DisappearingMode_CHAT_SETTING            DisappearingMode_Trigger = 1
	DisappearingMode_ACCOUNT_SETTING         DisappearingMode_Trigger = 2
	DisappearingMode_BULK_CHANGE             DisappearingMode_Trigger = 3
	DisappearingMode_BIZ_SUPPORTS_FB_HOSTING DisappearingMode_Trigger = 4
	DisappearingMode_UNKNOWN_GROUPS          DisappearingMode_Trigger = 5
)

func (DisappearingMode_Trigger) Descriptor

func (DisappearingMode_Trigger) Enum

func (DisappearingMode_Trigger) EnumDescriptor deprecated

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

Deprecated: Use DisappearingMode_Trigger.Descriptor instead.

func (DisappearingMode_Trigger) Number

func (DisappearingMode_Trigger) String

func (x DisappearingMode_Trigger) String() string

func (DisappearingMode_Trigger) Type

func (*DisappearingMode_Trigger) UnmarshalJSON deprecated

func (x *DisappearingMode_Trigger) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type DocumentMessage

type DocumentMessage struct {
	URL                 *string      `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	Mimetype            *string      `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	Title               *string      `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	FileSHA256          []byte       `protobuf:"bytes,4,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileLength          *uint64      `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	PageCount           *uint32      `protobuf:"varint,6,opt,name=pageCount" json:"pageCount,omitempty"`
	MediaKey            []byte       `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileName            *string      `protobuf:"bytes,8,opt,name=fileName" json:"fileName,omitempty"`
	FileEncSHA256       []byte       `protobuf:"bytes,9,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath          *string      `protobuf:"bytes,10,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp   *int64       `protobuf:"varint,11,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContactVcard        *bool        `protobuf:"varint,12,opt,name=contactVcard" json:"contactVcard,omitempty"`
	ThumbnailDirectPath *string      `protobuf:"bytes,13,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256     []byte       `protobuf:"bytes,14,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256  []byte       `protobuf:"bytes,15,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	JPEGThumbnail       []byte       `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo         *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	ThumbnailHeight     *uint32      `protobuf:"varint,18,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth      *uint32      `protobuf:"varint,19,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	Caption             *string      `protobuf:"bytes,20,opt,name=caption" json:"caption,omitempty"`
	AccessibilityLabel  *string      `protobuf:"bytes,21,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentMessage) Descriptor deprecated

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

Deprecated: Use DocumentMessage.ProtoReflect.Descriptor instead.

func (*DocumentMessage) GetAccessibilityLabel

func (x *DocumentMessage) GetAccessibilityLabel() string

func (*DocumentMessage) GetCaption

func (x *DocumentMessage) GetCaption() string

func (*DocumentMessage) GetContactVcard

func (x *DocumentMessage) GetContactVcard() bool

func (*DocumentMessage) GetContextInfo

func (x *DocumentMessage) GetContextInfo() *ContextInfo

func (*DocumentMessage) GetDirectPath

func (x *DocumentMessage) GetDirectPath() string

func (*DocumentMessage) GetFileEncSHA256

func (x *DocumentMessage) GetFileEncSHA256() []byte

func (*DocumentMessage) GetFileLength

func (x *DocumentMessage) GetFileLength() uint64

func (*DocumentMessage) GetFileName

func (x *DocumentMessage) GetFileName() string

func (*DocumentMessage) GetFileSHA256

func (x *DocumentMessage) GetFileSHA256() []byte

func (*DocumentMessage) GetJPEGThumbnail

func (x *DocumentMessage) GetJPEGThumbnail() []byte

func (*DocumentMessage) GetMediaKey

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

func (*DocumentMessage) GetMediaKeyTimestamp

func (x *DocumentMessage) GetMediaKeyTimestamp() int64

func (*DocumentMessage) GetMimetype

func (x *DocumentMessage) GetMimetype() string

func (*DocumentMessage) GetPageCount

func (x *DocumentMessage) GetPageCount() uint32

func (*DocumentMessage) GetThumbnailDirectPath

func (x *DocumentMessage) GetThumbnailDirectPath() string

func (*DocumentMessage) GetThumbnailEncSHA256

func (x *DocumentMessage) GetThumbnailEncSHA256() []byte

func (*DocumentMessage) GetThumbnailHeight

func (x *DocumentMessage) GetThumbnailHeight() uint32

func (*DocumentMessage) GetThumbnailSHA256

func (x *DocumentMessage) GetThumbnailSHA256() []byte

func (*DocumentMessage) GetThumbnailWidth

func (x *DocumentMessage) GetThumbnailWidth() uint32

func (*DocumentMessage) GetTitle

func (x *DocumentMessage) GetTitle() string

func (*DocumentMessage) GetURL

func (x *DocumentMessage) GetURL() string

func (*DocumentMessage) ProtoMessage

func (*DocumentMessage) ProtoMessage()

func (*DocumentMessage) ProtoReflect

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

func (*DocumentMessage) Reset

func (x *DocumentMessage) Reset()

func (*DocumentMessage) String

func (x *DocumentMessage) String() string

type EmbeddedContent

type EmbeddedContent struct {

	// Types that are valid to be assigned to Content:
	//
	//	*EmbeddedContent_EmbeddedMessage
	//	*EmbeddedContent_EmbeddedMusic
	Content isEmbeddedContent_Content `protobuf_oneof:"content"`
	// contains filtered or unexported fields
}

func (*EmbeddedContent) Descriptor deprecated

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

Deprecated: Use EmbeddedContent.ProtoReflect.Descriptor instead.

func (*EmbeddedContent) GetContent

func (x *EmbeddedContent) GetContent() isEmbeddedContent_Content

func (*EmbeddedContent) GetEmbeddedMessage

func (x *EmbeddedContent) GetEmbeddedMessage() *EmbeddedMessage

func (*EmbeddedContent) GetEmbeddedMusic

func (x *EmbeddedContent) GetEmbeddedMusic() *EmbeddedMusic

func (*EmbeddedContent) ProtoMessage

func (*EmbeddedContent) ProtoMessage()

func (*EmbeddedContent) ProtoReflect

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

func (*EmbeddedContent) Reset

func (x *EmbeddedContent) Reset()

func (*EmbeddedContent) String

func (x *EmbeddedContent) String() string

type EmbeddedContent_EmbeddedMessage

type EmbeddedContent_EmbeddedMessage struct {
	EmbeddedMessage *EmbeddedMessage `protobuf:"bytes,1,opt,name=embeddedMessage,oneof"`
}

type EmbeddedContent_EmbeddedMusic

type EmbeddedContent_EmbeddedMusic struct {
	EmbeddedMusic *EmbeddedMusic `protobuf:"bytes,2,opt,name=embeddedMusic,oneof"`
}

type EmbeddedMessage

type EmbeddedMessage struct {
	StanzaID *string  `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"`
	Message  *Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*EmbeddedMessage) Descriptor deprecated

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

Deprecated: Use EmbeddedMessage.ProtoReflect.Descriptor instead.

func (*EmbeddedMessage) GetMessage

func (x *EmbeddedMessage) GetMessage() *Message

func (*EmbeddedMessage) GetStanzaID

func (x *EmbeddedMessage) GetStanzaID() string

func (*EmbeddedMessage) ProtoMessage

func (*EmbeddedMessage) ProtoMessage()

func (*EmbeddedMessage) ProtoReflect

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

func (*EmbeddedMessage) Reset

func (x *EmbeddedMessage) Reset()

func (*EmbeddedMessage) String

func (x *EmbeddedMessage) String() string

type EmbeddedMusic

type EmbeddedMusic struct {
	MusicContentMediaID         *string `protobuf:"bytes,1,opt,name=musicContentMediaID" json:"musicContentMediaID,omitempty"`
	SongID                      *string `protobuf:"bytes,2,opt,name=songID" json:"songID,omitempty"`
	Author                      *string `protobuf:"bytes,3,opt,name=author" json:"author,omitempty"`
	Title                       *string `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
	ArtworkDirectPath           *string `protobuf:"bytes,5,opt,name=artworkDirectPath" json:"artworkDirectPath,omitempty"`
	ArtworkSHA256               []byte  `protobuf:"bytes,6,opt,name=artworkSHA256" json:"artworkSHA256,omitempty"`
	ArtworkEncSHA256            []byte  `protobuf:"bytes,7,opt,name=artworkEncSHA256" json:"artworkEncSHA256,omitempty"`
	ArtistAttribution           *string `protobuf:"bytes,8,opt,name=artistAttribution" json:"artistAttribution,omitempty"`
	CountryBlocklist            []byte  `protobuf:"bytes,9,opt,name=countryBlocklist" json:"countryBlocklist,omitempty"`
	IsExplicit                  *bool   `protobuf:"varint,10,opt,name=isExplicit" json:"isExplicit,omitempty"`
	ArtworkMediaKey             []byte  `protobuf:"bytes,11,opt,name=artworkMediaKey" json:"artworkMediaKey,omitempty"`
	MusicSongStartTimeInMS      *int64  `protobuf:"varint,12,opt,name=musicSongStartTimeInMS" json:"musicSongStartTimeInMS,omitempty"`
	DerivedContentStartTimeInMS *int64  `protobuf:"varint,13,opt,name=derivedContentStartTimeInMS" json:"derivedContentStartTimeInMS,omitempty"`
	OverlapDurationInMS         *int64  `protobuf:"varint,14,opt,name=overlapDurationInMS" json:"overlapDurationInMS,omitempty"`
	// contains filtered or unexported fields
}

func (*EmbeddedMusic) Descriptor deprecated

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

Deprecated: Use EmbeddedMusic.ProtoReflect.Descriptor instead.

func (*EmbeddedMusic) GetArtistAttribution

func (x *EmbeddedMusic) GetArtistAttribution() string

func (*EmbeddedMusic) GetArtworkDirectPath

func (x *EmbeddedMusic) GetArtworkDirectPath() string

func (*EmbeddedMusic) GetArtworkEncSHA256

func (x *EmbeddedMusic) GetArtworkEncSHA256() []byte

func (*EmbeddedMusic) GetArtworkMediaKey

func (x *EmbeddedMusic) GetArtworkMediaKey() []byte

func (*EmbeddedMusic) GetArtworkSHA256

func (x *EmbeddedMusic) GetArtworkSHA256() []byte

func (*EmbeddedMusic) GetAuthor

func (x *EmbeddedMusic) GetAuthor() string

func (*EmbeddedMusic) GetCountryBlocklist

func (x *EmbeddedMusic) GetCountryBlocklist() []byte

func (*EmbeddedMusic) GetDerivedContentStartTimeInMS

func (x *EmbeddedMusic) GetDerivedContentStartTimeInMS() int64

func (*EmbeddedMusic) GetIsExplicit

func (x *EmbeddedMusic) GetIsExplicit() bool

func (*EmbeddedMusic) GetMusicContentMediaID

func (x *EmbeddedMusic) GetMusicContentMediaID() string

func (*EmbeddedMusic) GetMusicSongStartTimeInMS

func (x *EmbeddedMusic) GetMusicSongStartTimeInMS() int64

func (*EmbeddedMusic) GetOverlapDurationInMS

func (x *EmbeddedMusic) GetOverlapDurationInMS() int64

func (*EmbeddedMusic) GetSongID

func (x *EmbeddedMusic) GetSongID() string

func (*EmbeddedMusic) GetTitle

func (x *EmbeddedMusic) GetTitle() string

func (*EmbeddedMusic) ProtoMessage

func (*EmbeddedMusic) ProtoMessage()

func (*EmbeddedMusic) ProtoReflect

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

func (*EmbeddedMusic) Reset

func (x *EmbeddedMusic) Reset()

func (*EmbeddedMusic) String

func (x *EmbeddedMusic) String() string

type EncCommentMessage

type EncCommentMessage struct {
	TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
	EncPayload       []byte               `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV            []byte               `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
	// contains filtered or unexported fields
}

func (*EncCommentMessage) Descriptor deprecated

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

Deprecated: Use EncCommentMessage.ProtoReflect.Descriptor instead.

func (*EncCommentMessage) GetEncIV

func (x *EncCommentMessage) GetEncIV() []byte

func (*EncCommentMessage) GetEncPayload

func (x *EncCommentMessage) GetEncPayload() []byte

func (*EncCommentMessage) GetTargetMessageKey

func (x *EncCommentMessage) GetTargetMessageKey() *waCommon.MessageKey

func (*EncCommentMessage) ProtoMessage

func (*EncCommentMessage) ProtoMessage()

func (*EncCommentMessage) ProtoReflect

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

func (*EncCommentMessage) Reset

func (x *EncCommentMessage) Reset()

func (*EncCommentMessage) String

func (x *EncCommentMessage) String() string

type EncEventResponseMessage

type EncEventResponseMessage struct {
	EventCreationMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=eventCreationMessageKey" json:"eventCreationMessageKey,omitempty"`
	EncPayload              []byte               `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV                   []byte               `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
	// contains filtered or unexported fields
}

func (*EncEventResponseMessage) Descriptor deprecated

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

Deprecated: Use EncEventResponseMessage.ProtoReflect.Descriptor instead.

func (*EncEventResponseMessage) GetEncIV

func (x *EncEventResponseMessage) GetEncIV() []byte

func (*EncEventResponseMessage) GetEncPayload

func (x *EncEventResponseMessage) GetEncPayload() []byte

func (*EncEventResponseMessage) GetEventCreationMessageKey

func (x *EncEventResponseMessage) GetEventCreationMessageKey() *waCommon.MessageKey

func (*EncEventResponseMessage) ProtoMessage

func (*EncEventResponseMessage) ProtoMessage()

func (*EncEventResponseMessage) ProtoReflect

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

func (*EncEventResponseMessage) Reset

func (x *EncEventResponseMessage) Reset()

func (*EncEventResponseMessage) String

func (x *EncEventResponseMessage) String() string

type EncReactionMessage

type EncReactionMessage struct {
	TargetMessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
	EncPayload       []byte               `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV            []byte               `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
	// contains filtered or unexported fields
}

func (*EncReactionMessage) Descriptor deprecated

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

Deprecated: Use EncReactionMessage.ProtoReflect.Descriptor instead.

func (*EncReactionMessage) GetEncIV

func (x *EncReactionMessage) GetEncIV() []byte

func (*EncReactionMessage) GetEncPayload

func (x *EncReactionMessage) GetEncPayload() []byte

func (*EncReactionMessage) GetTargetMessageKey

func (x *EncReactionMessage) GetTargetMessageKey() *waCommon.MessageKey

func (*EncReactionMessage) ProtoMessage

func (*EncReactionMessage) ProtoMessage()

func (*EncReactionMessage) ProtoReflect

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

func (*EncReactionMessage) Reset

func (x *EncReactionMessage) Reset()

func (*EncReactionMessage) String

func (x *EncReactionMessage) String() string

type EventInviteMessage

type EventInviteMessage struct {
	ContextInfo   *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	EventID       *string      `protobuf:"bytes,2,opt,name=eventID" json:"eventID,omitempty"`
	EventTitle    *string      `protobuf:"bytes,3,opt,name=eventTitle" json:"eventTitle,omitempty"`
	JPEGThumbnail []byte       `protobuf:"bytes,4,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	StartTime     *int64       `protobuf:"varint,5,opt,name=startTime" json:"startTime,omitempty"`
	Caption       *string      `protobuf:"bytes,6,opt,name=caption" json:"caption,omitempty"`
	IsCanceled    *bool        `protobuf:"varint,7,opt,name=isCanceled" json:"isCanceled,omitempty"`
	EndTime       *int64       `protobuf:"varint,8,opt,name=endTime" json:"endTime,omitempty"`
	CallLink      *string      `protobuf:"bytes,9,opt,name=callLink" json:"callLink,omitempty"`
	// contains filtered or unexported fields
}

func (*EventInviteMessage) Descriptor deprecated

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

Deprecated: Use EventInviteMessage.ProtoReflect.Descriptor instead.

func (x *EventInviteMessage) GetCallLink() string

func (*EventInviteMessage) GetCaption

func (x *EventInviteMessage) GetCaption() string

func (*EventInviteMessage) GetContextInfo

func (x *EventInviteMessage) GetContextInfo() *ContextInfo

func (*EventInviteMessage) GetEndTime

func (x *EventInviteMessage) GetEndTime() int64

func (*EventInviteMessage) GetEventID

func (x *EventInviteMessage) GetEventID() string

func (*EventInviteMessage) GetEventTitle

func (x *EventInviteMessage) GetEventTitle() string

func (*EventInviteMessage) GetIsCanceled

func (x *EventInviteMessage) GetIsCanceled() bool

func (*EventInviteMessage) GetJPEGThumbnail

func (x *EventInviteMessage) GetJPEGThumbnail() []byte

func (*EventInviteMessage) GetStartTime

func (x *EventInviteMessage) GetStartTime() int64

func (*EventInviteMessage) ProtoMessage

func (*EventInviteMessage) ProtoMessage()

func (*EventInviteMessage) ProtoReflect

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

func (*EventInviteMessage) Reset

func (x *EventInviteMessage) Reset()

func (*EventInviteMessage) String

func (x *EventInviteMessage) String() string

type EventMessage

type EventMessage struct {
	ContextInfo        *ContextInfo     `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	IsCanceled         *bool            `protobuf:"varint,2,opt,name=isCanceled" json:"isCanceled,omitempty"`
	Name               *string          `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Description        *string          `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	Location           *LocationMessage `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
	JoinLink           *string          `protobuf:"bytes,6,opt,name=joinLink" json:"joinLink,omitempty"`
	StartTime          *int64           `protobuf:"varint,7,opt,name=startTime" json:"startTime,omitempty"`
	EndTime            *int64           `protobuf:"varint,8,opt,name=endTime" json:"endTime,omitempty"`
	ExtraGuestsAllowed *bool            `protobuf:"varint,9,opt,name=extraGuestsAllowed" json:"extraGuestsAllowed,omitempty"`
	IsScheduleCall     *bool            `protobuf:"varint,10,opt,name=isScheduleCall" json:"isScheduleCall,omitempty"`
	HasReminder        *bool            `protobuf:"varint,11,opt,name=hasReminder" json:"hasReminder,omitempty"`
	ReminderOffsetSec  *int64           `protobuf:"varint,12,opt,name=reminderOffsetSec" json:"reminderOffsetSec,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMessage) Descriptor deprecated

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

Deprecated: Use EventMessage.ProtoReflect.Descriptor instead.

func (*EventMessage) GetContextInfo

func (x *EventMessage) GetContextInfo() *ContextInfo

func (*EventMessage) GetDescription

func (x *EventMessage) GetDescription() string

func (*EventMessage) GetEndTime

func (x *EventMessage) GetEndTime() int64

func (*EventMessage) GetExtraGuestsAllowed

func (x *EventMessage) GetExtraGuestsAllowed() bool

func (*EventMessage) GetHasReminder

func (x *EventMessage) GetHasReminder() bool

func (*EventMessage) GetIsCanceled

func (x *EventMessage) GetIsCanceled() bool

func (*EventMessage) GetIsScheduleCall

func (x *EventMessage) GetIsScheduleCall() bool
func (x *EventMessage) GetJoinLink() string

func (*EventMessage) GetLocation

func (x *EventMessage) GetLocation() *LocationMessage

func (*EventMessage) GetName

func (x *EventMessage) GetName() string

func (*EventMessage) GetReminderOffsetSec

func (x *EventMessage) GetReminderOffsetSec() int64

func (*EventMessage) GetStartTime

func (x *EventMessage) GetStartTime() int64

func (*EventMessage) ProtoMessage

func (*EventMessage) ProtoMessage()

func (*EventMessage) ProtoReflect

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

func (*EventMessage) Reset

func (x *EventMessage) Reset()

func (*EventMessage) String

func (x *EventMessage) String() string

type EventResponseMessage

type EventResponseMessage struct {
	Response        *EventResponseMessage_EventResponseType `protobuf:"varint,1,opt,name=response,enum=WAWebProtobufsE2E.EventResponseMessage_EventResponseType" json:"response,omitempty"`
	TimestampMS     *int64                                  `protobuf:"varint,2,opt,name=timestampMS" json:"timestampMS,omitempty"`
	ExtraGuestCount *int32                                  `protobuf:"varint,3,opt,name=extraGuestCount" json:"extraGuestCount,omitempty"`
	// contains filtered or unexported fields
}

func (*EventResponseMessage) Descriptor deprecated

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

Deprecated: Use EventResponseMessage.ProtoReflect.Descriptor instead.

func (*EventResponseMessage) GetExtraGuestCount

func (x *EventResponseMessage) GetExtraGuestCount() int32

func (*EventResponseMessage) GetResponse

func (*EventResponseMessage) GetTimestampMS

func (x *EventResponseMessage) GetTimestampMS() int64

func (*EventResponseMessage) ProtoMessage

func (*EventResponseMessage) ProtoMessage()

func (*EventResponseMessage) ProtoReflect

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

func (*EventResponseMessage) Reset

func (x *EventResponseMessage) Reset()

func (*EventResponseMessage) String

func (x *EventResponseMessage) String() string

type EventResponseMessage_EventResponseType

type EventResponseMessage_EventResponseType int32
const (
	EventResponseMessage_UNKNOWN   EventResponseMessage_EventResponseType = 0
	EventResponseMessage_GOING     EventResponseMessage_EventResponseType = 1
	EventResponseMessage_NOT_GOING EventResponseMessage_EventResponseType = 2
	EventResponseMessage_MAYBE     EventResponseMessage_EventResponseType = 3
)

func (EventResponseMessage_EventResponseType) Descriptor

func (EventResponseMessage_EventResponseType) Enum

func (EventResponseMessage_EventResponseType) EnumDescriptor deprecated

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

Deprecated: Use EventResponseMessage_EventResponseType.Descriptor instead.

func (EventResponseMessage_EventResponseType) Number

func (EventResponseMessage_EventResponseType) String

func (EventResponseMessage_EventResponseType) Type

func (*EventResponseMessage_EventResponseType) UnmarshalJSON deprecated

func (x *EventResponseMessage_EventResponseType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ExtendedTextMessage

type ExtendedTextMessage struct {
	Text                             *string                                  `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	MatchedText                      *string                                  `protobuf:"bytes,2,opt,name=matchedText" json:"matchedText,omitempty"`
	Description                      *string                                  `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	Title                            *string                                  `protobuf:"bytes,6,opt,name=title" json:"title,omitempty"`
	TextArgb                         *uint32                                  `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
	BackgroundArgb                   *uint32                                  `protobuf:"fixed32,8,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
	Font                             *ExtendedTextMessage_FontType            `protobuf:"varint,9,opt,name=font,enum=WAWebProtobufsE2E.ExtendedTextMessage_FontType" json:"font,omitempty"`
	PreviewType                      *ExtendedTextMessage_PreviewType         `protobuf:"varint,10,opt,name=previewType,enum=WAWebProtobufsE2E.ExtendedTextMessage_PreviewType" json:"previewType,omitempty"`
	JPEGThumbnail                    []byte                                   `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo                      *ContextInfo                             `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	DoNotPlayInline                  *bool                                    `protobuf:"varint,18,opt,name=doNotPlayInline" json:"doNotPlayInline,omitempty"`
	ThumbnailDirectPath              *string                                  `protobuf:"bytes,19,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256                  []byte                                   `protobuf:"bytes,20,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256               []byte                                   `protobuf:"bytes,21,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	MediaKey                         []byte                                   `protobuf:"bytes,22,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp                *int64                                   `protobuf:"varint,23,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ThumbnailHeight                  *uint32                                  `protobuf:"varint,24,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth                   *uint32                                  `protobuf:"varint,25,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	InviteLinkGroupType              *ExtendedTextMessage_InviteLinkGroupType `` /* 149-byte string literal not displayed */
	InviteLinkParentGroupSubjectV2   *string                                  `protobuf:"bytes,27,opt,name=inviteLinkParentGroupSubjectV2" json:"inviteLinkParentGroupSubjectV2,omitempty"`
	InviteLinkParentGroupThumbnailV2 []byte                                   `protobuf:"bytes,28,opt,name=inviteLinkParentGroupThumbnailV2" json:"inviteLinkParentGroupThumbnailV2,omitempty"`
	InviteLinkGroupTypeV2            *ExtendedTextMessage_InviteLinkGroupType `` /* 153-byte string literal not displayed */
	ViewOnce                         *bool                                    `protobuf:"varint,30,opt,name=viewOnce" json:"viewOnce,omitempty"`
	VideoHeight                      *uint32                                  `protobuf:"varint,31,opt,name=videoHeight" json:"videoHeight,omitempty"`
	VideoWidth                       *uint32                                  `protobuf:"varint,32,opt,name=videoWidth" json:"videoWidth,omitempty"`
	FaviconMmsMetadata               *MMSThumbnailMetadata                    `protobuf:"bytes,33,opt,name=faviconMmsMetadata" json:"faviconMmsMetadata,omitempty"`
	LinkPreviewMetadata              *LinkPreviewMetadata                     `protobuf:"bytes,34,opt,name=linkPreviewMetadata" json:"linkPreviewMetadata,omitempty"`
	PaymentLinkMetadata              *PaymentLinkMetadata                     `protobuf:"bytes,35,opt,name=paymentLinkMetadata" json:"paymentLinkMetadata,omitempty"`
	EndCardTiles                     []*VideoEndCard                          `protobuf:"bytes,36,rep,name=endCardTiles" json:"endCardTiles,omitempty"`
	VideoContentURL                  *string                                  `protobuf:"bytes,37,opt,name=videoContentURL" json:"videoContentURL,omitempty"`
	MusicMetadata                    *EmbeddedMusic                           `protobuf:"bytes,38,opt,name=musicMetadata" json:"musicMetadata,omitempty"`
	PaymentExtendedMetadata          *PaymentExtendedMetadata                 `protobuf:"bytes,39,opt,name=paymentExtendedMetadata" json:"paymentExtendedMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtendedTextMessage) Descriptor deprecated

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

Deprecated: Use ExtendedTextMessage.ProtoReflect.Descriptor instead.

func (*ExtendedTextMessage) GetBackgroundArgb

func (x *ExtendedTextMessage) GetBackgroundArgb() uint32

func (*ExtendedTextMessage) GetContextInfo

func (x *ExtendedTextMessage) GetContextInfo() *ContextInfo

func (*ExtendedTextMessage) GetDescription

func (x *ExtendedTextMessage) GetDescription() string

func (*ExtendedTextMessage) GetDoNotPlayInline

func (x *ExtendedTextMessage) GetDoNotPlayInline() bool

func (*ExtendedTextMessage) GetEndCardTiles

func (x *ExtendedTextMessage) GetEndCardTiles() []*VideoEndCard

func (*ExtendedTextMessage) GetFaviconMmsMetadata

func (x *ExtendedTextMessage) GetFaviconMmsMetadata() *MMSThumbnailMetadata

func (*ExtendedTextMessage) GetFont

func (*ExtendedTextMessage) GetInviteLinkGroupType

func (*ExtendedTextMessage) GetInviteLinkGroupTypeV2

func (x *ExtendedTextMessage) GetInviteLinkGroupTypeV2() ExtendedTextMessage_InviteLinkGroupType

func (*ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2

func (x *ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2() string

func (*ExtendedTextMessage) GetInviteLinkParentGroupThumbnailV2

func (x *ExtendedTextMessage) GetInviteLinkParentGroupThumbnailV2() []byte

func (*ExtendedTextMessage) GetJPEGThumbnail

func (x *ExtendedTextMessage) GetJPEGThumbnail() []byte

func (*ExtendedTextMessage) GetLinkPreviewMetadata

func (x *ExtendedTextMessage) GetLinkPreviewMetadata() *LinkPreviewMetadata

func (*ExtendedTextMessage) GetMatchedText

func (x *ExtendedTextMessage) GetMatchedText() string

func (*ExtendedTextMessage) GetMediaKey

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

func (*ExtendedTextMessage) GetMediaKeyTimestamp

func (x *ExtendedTextMessage) GetMediaKeyTimestamp() int64

func (*ExtendedTextMessage) GetMusicMetadata

func (x *ExtendedTextMessage) GetMusicMetadata() *EmbeddedMusic

func (*ExtendedTextMessage) GetPaymentExtendedMetadata

func (x *ExtendedTextMessage) GetPaymentExtendedMetadata() *PaymentExtendedMetadata

func (*ExtendedTextMessage) GetPaymentLinkMetadata

func (x *ExtendedTextMessage) GetPaymentLinkMetadata() *PaymentLinkMetadata

func (*ExtendedTextMessage) GetPreviewType

func (*ExtendedTextMessage) GetText

func (x *ExtendedTextMessage) GetText() string

func (*ExtendedTextMessage) GetTextArgb

func (x *ExtendedTextMessage) GetTextArgb() uint32

func (*ExtendedTextMessage) GetThumbnailDirectPath

func (x *ExtendedTextMessage) GetThumbnailDirectPath() string

func (*ExtendedTextMessage) GetThumbnailEncSHA256

func (x *ExtendedTextMessage) GetThumbnailEncSHA256() []byte

func (*ExtendedTextMessage) GetThumbnailHeight

func (x *ExtendedTextMessage) GetThumbnailHeight() uint32

func (*ExtendedTextMessage) GetThumbnailSHA256

func (x *ExtendedTextMessage) GetThumbnailSHA256() []byte

func (*ExtendedTextMessage) GetThumbnailWidth

func (x *ExtendedTextMessage) GetThumbnailWidth() uint32

func (*ExtendedTextMessage) GetTitle

func (x *ExtendedTextMessage) GetTitle() string

func (*ExtendedTextMessage) GetVideoContentURL

func (x *ExtendedTextMessage) GetVideoContentURL() string

func (*ExtendedTextMessage) GetVideoHeight

func (x *ExtendedTextMessage) GetVideoHeight() uint32

func (*ExtendedTextMessage) GetVideoWidth

func (x *ExtendedTextMessage) GetVideoWidth() uint32

func (*ExtendedTextMessage) GetViewOnce

func (x *ExtendedTextMessage) GetViewOnce() bool

func (*ExtendedTextMessage) ProtoMessage

func (*ExtendedTextMessage) ProtoMessage()

func (*ExtendedTextMessage) ProtoReflect

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

func (*ExtendedTextMessage) Reset

func (x *ExtendedTextMessage) Reset()

func (*ExtendedTextMessage) String

func (x *ExtendedTextMessage) String() string

type ExtendedTextMessage_FontType

type ExtendedTextMessage_FontType int32
const (
	ExtendedTextMessage_SYSTEM                ExtendedTextMessage_FontType = 0
	ExtendedTextMessage_SYSTEM_TEXT           ExtendedTextMessage_FontType = 1
	ExtendedTextMessage_FB_SCRIPT             ExtendedTextMessage_FontType = 2
	ExtendedTextMessage_SYSTEM_BOLD           ExtendedTextMessage_FontType = 6
	ExtendedTextMessage_MORNINGBREEZE_REGULAR ExtendedTextMessage_FontType = 7
	ExtendedTextMessage_CALISTOGA_REGULAR     ExtendedTextMessage_FontType = 8
	ExtendedTextMessage_EXO2_EXTRABOLD        ExtendedTextMessage_FontType = 9
	ExtendedTextMessage_COURIERPRIME_BOLD     ExtendedTextMessage_FontType = 10
)

func (ExtendedTextMessage_FontType) Descriptor

func (ExtendedTextMessage_FontType) Enum

func (ExtendedTextMessage_FontType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_FontType.Descriptor instead.

func (ExtendedTextMessage_FontType) Number

func (ExtendedTextMessage_FontType) String

func (ExtendedTextMessage_FontType) Type

func (*ExtendedTextMessage_FontType) UnmarshalJSON deprecated

func (x *ExtendedTextMessage_FontType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ExtendedTextMessage_InviteLinkGroupType

type ExtendedTextMessage_InviteLinkGroupType int32
const (
	ExtendedTextMessage_DEFAULT     ExtendedTextMessage_InviteLinkGroupType = 0
	ExtendedTextMessage_PARENT      ExtendedTextMessage_InviteLinkGroupType = 1
	ExtendedTextMessage_SUB         ExtendedTextMessage_InviteLinkGroupType = 2
	ExtendedTextMessage_DEFAULT_SUB ExtendedTextMessage_InviteLinkGroupType = 3
)

func (ExtendedTextMessage_InviteLinkGroupType) Descriptor

func (ExtendedTextMessage_InviteLinkGroupType) Enum

func (ExtendedTextMessage_InviteLinkGroupType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_InviteLinkGroupType.Descriptor instead.

func (ExtendedTextMessage_InviteLinkGroupType) Number

func (ExtendedTextMessage_InviteLinkGroupType) String

func (ExtendedTextMessage_InviteLinkGroupType) Type

func (*ExtendedTextMessage_InviteLinkGroupType) UnmarshalJSON deprecated

func (x *ExtendedTextMessage_InviteLinkGroupType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ExtendedTextMessage_PreviewType

type ExtendedTextMessage_PreviewType int32
const (
	ExtendedTextMessage_NONE          ExtendedTextMessage_PreviewType = 0
	ExtendedTextMessage_VIDEO         ExtendedTextMessage_PreviewType = 1
	ExtendedTextMessage_PLACEHOLDER   ExtendedTextMessage_PreviewType = 4
	ExtendedTextMessage_IMAGE         ExtendedTextMessage_PreviewType = 5
	ExtendedTextMessage_PAYMENT_LINKS ExtendedTextMessage_PreviewType = 6
	ExtendedTextMessage_PROFILE       ExtendedTextMessage_PreviewType = 7
)

func (ExtendedTextMessage_PreviewType) Descriptor

func (ExtendedTextMessage_PreviewType) Enum

func (ExtendedTextMessage_PreviewType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_PreviewType.Descriptor instead.

func (ExtendedTextMessage_PreviewType) Number

func (ExtendedTextMessage_PreviewType) String

func (ExtendedTextMessage_PreviewType) Type

func (*ExtendedTextMessage_PreviewType) UnmarshalJSON deprecated

func (x *ExtendedTextMessage_PreviewType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type FullHistorySyncOnDemandConfig

type FullHistorySyncOnDemandConfig struct {
	HistoryFromTimestamp *uint64 `protobuf:"varint,1,opt,name=historyFromTimestamp" json:"historyFromTimestamp,omitempty"`
	HistoryDurationDays  *uint32 `protobuf:"varint,2,opt,name=historyDurationDays" json:"historyDurationDays,omitempty"`
	// contains filtered or unexported fields
}

func (*FullHistorySyncOnDemandConfig) Descriptor deprecated

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

Deprecated: Use FullHistorySyncOnDemandConfig.ProtoReflect.Descriptor instead.

func (*FullHistorySyncOnDemandConfig) GetHistoryDurationDays

func (x *FullHistorySyncOnDemandConfig) GetHistoryDurationDays() uint32

func (*FullHistorySyncOnDemandConfig) GetHistoryFromTimestamp

func (x *FullHistorySyncOnDemandConfig) GetHistoryFromTimestamp() uint64

func (*FullHistorySyncOnDemandConfig) ProtoMessage

func (*FullHistorySyncOnDemandConfig) ProtoMessage()

func (*FullHistorySyncOnDemandConfig) ProtoReflect

func (*FullHistorySyncOnDemandConfig) Reset

func (x *FullHistorySyncOnDemandConfig) Reset()

func (*FullHistorySyncOnDemandConfig) String

type FullHistorySyncOnDemandRequestMetadata

type FullHistorySyncOnDemandRequestMetadata struct {
	RequestID        *string `protobuf:"bytes,1,opt,name=requestID" json:"requestID,omitempty"`
	BusinessProduct  *string `protobuf:"bytes,2,opt,name=businessProduct" json:"businessProduct,omitempty"`
	OpaqueClientData []byte  `protobuf:"bytes,3,opt,name=opaqueClientData" json:"opaqueClientData,omitempty"`
	// contains filtered or unexported fields
}

func (*FullHistorySyncOnDemandRequestMetadata) Descriptor deprecated

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

Deprecated: Use FullHistorySyncOnDemandRequestMetadata.ProtoReflect.Descriptor instead.

func (*FullHistorySyncOnDemandRequestMetadata) GetBusinessProduct

func (x *FullHistorySyncOnDemandRequestMetadata) GetBusinessProduct() string

func (*FullHistorySyncOnDemandRequestMetadata) GetOpaqueClientData

func (x *FullHistorySyncOnDemandRequestMetadata) GetOpaqueClientData() []byte

func (*FullHistorySyncOnDemandRequestMetadata) GetRequestID

func (*FullHistorySyncOnDemandRequestMetadata) ProtoMessage

func (*FullHistorySyncOnDemandRequestMetadata) ProtoReflect

func (*FullHistorySyncOnDemandRequestMetadata) Reset

func (*FullHistorySyncOnDemandRequestMetadata) String

type FutureProofMessage

type FutureProofMessage struct {
	Message *Message `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*FutureProofMessage) Descriptor deprecated

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

Deprecated: Use FutureProofMessage.ProtoReflect.Descriptor instead.

func (*FutureProofMessage) GetMessage

func (x *FutureProofMessage) GetMessage() *Message

func (*FutureProofMessage) ProtoMessage

func (*FutureProofMessage) ProtoMessage()

func (*FutureProofMessage) ProtoReflect

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

func (*FutureProofMessage) Reset

func (x *FutureProofMessage) Reset()

func (*FutureProofMessage) String

func (x *FutureProofMessage) String() string

type GroupInviteMessage

type GroupInviteMessage struct {
	GroupJID         *string                       `protobuf:"bytes,1,opt,name=groupJID" json:"groupJID,omitempty"`
	InviteCode       *string                       `protobuf:"bytes,2,opt,name=inviteCode" json:"inviteCode,omitempty"`
	InviteExpiration *int64                        `protobuf:"varint,3,opt,name=inviteExpiration" json:"inviteExpiration,omitempty"`
	GroupName        *string                       `protobuf:"bytes,4,opt,name=groupName" json:"groupName,omitempty"`
	JPEGThumbnail    []byte                        `protobuf:"bytes,5,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	Caption          *string                       `protobuf:"bytes,6,opt,name=caption" json:"caption,omitempty"`
	ContextInfo      *ContextInfo                  `protobuf:"bytes,7,opt,name=contextInfo" json:"contextInfo,omitempty"`
	GroupType        *GroupInviteMessage_GroupType `protobuf:"varint,8,opt,name=groupType,enum=WAWebProtobufsE2E.GroupInviteMessage_GroupType" json:"groupType,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInviteMessage) Descriptor deprecated

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

Deprecated: Use GroupInviteMessage.ProtoReflect.Descriptor instead.

func (*GroupInviteMessage) GetCaption

func (x *GroupInviteMessage) GetCaption() string

func (*GroupInviteMessage) GetContextInfo

func (x *GroupInviteMessage) GetContextInfo() *ContextInfo

func (*GroupInviteMessage) GetGroupJID

func (x *GroupInviteMessage) GetGroupJID() string

func (*GroupInviteMessage) GetGroupName

func (x *GroupInviteMessage) GetGroupName() string

func (*GroupInviteMessage) GetGroupType

func (*GroupInviteMessage) GetInviteCode

func (x *GroupInviteMessage) GetInviteCode() string

func (*GroupInviteMessage) GetInviteExpiration

func (x *GroupInviteMessage) GetInviteExpiration() int64

func (*GroupInviteMessage) GetJPEGThumbnail

func (x *GroupInviteMessage) GetJPEGThumbnail() []byte

func (*GroupInviteMessage) ProtoMessage

func (*GroupInviteMessage) ProtoMessage()

func (*GroupInviteMessage) ProtoReflect

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

func (*GroupInviteMessage) Reset

func (x *GroupInviteMessage) Reset()

func (*GroupInviteMessage) String

func (x *GroupInviteMessage) String() string

type GroupInviteMessage_GroupType

type GroupInviteMessage_GroupType int32
const (
	GroupInviteMessage_DEFAULT GroupInviteMessage_GroupType = 0
	GroupInviteMessage_PARENT  GroupInviteMessage_GroupType = 1
)

func (GroupInviteMessage_GroupType) Descriptor

func (GroupInviteMessage_GroupType) Enum

func (GroupInviteMessage_GroupType) EnumDescriptor deprecated

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

Deprecated: Use GroupInviteMessage_GroupType.Descriptor instead.

func (GroupInviteMessage_GroupType) Number

func (GroupInviteMessage_GroupType) String

func (GroupInviteMessage_GroupType) Type

func (*GroupInviteMessage_GroupType) UnmarshalJSON deprecated

func (x *GroupInviteMessage_GroupType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type GroupMention

type GroupMention struct {
	GroupJID     *string `protobuf:"bytes,1,opt,name=groupJID" json:"groupJID,omitempty"`
	GroupSubject *string `protobuf:"bytes,2,opt,name=groupSubject" json:"groupSubject,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupMention) Descriptor deprecated

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

Deprecated: Use GroupMention.ProtoReflect.Descriptor instead.

func (*GroupMention) GetGroupJID

func (x *GroupMention) GetGroupJID() string

func (*GroupMention) GetGroupSubject

func (x *GroupMention) GetGroupSubject() string

func (*GroupMention) ProtoMessage

func (*GroupMention) ProtoMessage()

func (*GroupMention) ProtoReflect

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

func (*GroupMention) Reset

func (x *GroupMention) Reset()

func (*GroupMention) String

func (x *GroupMention) String() string

type GroupRootKeyShare

type GroupRootKeyShare struct {
	Keys []*GroupRootKeyShareEntry `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupRootKeyShare) Descriptor deprecated

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

Deprecated: Use GroupRootKeyShare.ProtoReflect.Descriptor instead.

func (*GroupRootKeyShare) GetKeys

func (x *GroupRootKeyShare) GetKeys() []*GroupRootKeyShareEntry

func (*GroupRootKeyShare) ProtoMessage

func (*GroupRootKeyShare) ProtoMessage()

func (*GroupRootKeyShare) ProtoReflect

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

func (*GroupRootKeyShare) Reset

func (x *GroupRootKeyShare) Reset()

func (*GroupRootKeyShare) String

func (x *GroupRootKeyShare) String() string

type GroupRootKeyShareEntry

type GroupRootKeyShareEntry struct {
	GroupRootKey       []byte  `protobuf:"bytes,1,opt,name=groupRootKey" json:"groupRootKey,omitempty"`
	KeyID              *string `protobuf:"bytes,2,opt,name=keyID" json:"keyID,omitempty"`
	ExpiryTimestampMS  *int64  `protobuf:"varint,3,opt,name=expiryTimestampMS" json:"expiryTimestampMS,omitempty"`
	CreatedTimestampMS *int64  `protobuf:"varint,4,opt,name=createdTimestampMS" json:"createdTimestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupRootKeyShareEntry) Descriptor deprecated

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

Deprecated: Use GroupRootKeyShareEntry.ProtoReflect.Descriptor instead.

func (*GroupRootKeyShareEntry) GetCreatedTimestampMS

func (x *GroupRootKeyShareEntry) GetCreatedTimestampMS() int64

func (*GroupRootKeyShareEntry) GetExpiryTimestampMS

func (x *GroupRootKeyShareEntry) GetExpiryTimestampMS() int64

func (*GroupRootKeyShareEntry) GetGroupRootKey

func (x *GroupRootKeyShareEntry) GetGroupRootKey() []byte

func (*GroupRootKeyShareEntry) GetKeyID

func (x *GroupRootKeyShareEntry) GetKeyID() string

func (*GroupRootKeyShareEntry) ProtoMessage

func (*GroupRootKeyShareEntry) ProtoMessage()

func (*GroupRootKeyShareEntry) ProtoReflect

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

func (*GroupRootKeyShareEntry) Reset

func (x *GroupRootKeyShareEntry) Reset()

func (*GroupRootKeyShareEntry) String

func (x *GroupRootKeyShareEntry) String() string

type HighlyStructuredMessage

type HighlyStructuredMessage struct {
	Namespace         *string                                            `protobuf:"bytes,1,opt,name=namespace" json:"namespace,omitempty"`
	ElementName       *string                                            `protobuf:"bytes,2,opt,name=elementName" json:"elementName,omitempty"`
	Params            []string                                           `protobuf:"bytes,3,rep,name=params" json:"params,omitempty"`
	FallbackLg        *string                                            `protobuf:"bytes,4,opt,name=fallbackLg" json:"fallbackLg,omitempty"`
	FallbackLc        *string                                            `protobuf:"bytes,5,opt,name=fallbackLc" json:"fallbackLc,omitempty"`
	LocalizableParams []*HighlyStructuredMessage_HSMLocalizableParameter `protobuf:"bytes,6,rep,name=localizableParams" json:"localizableParams,omitempty"`
	DeterministicLg   *string                                            `protobuf:"bytes,7,opt,name=deterministicLg" json:"deterministicLg,omitempty"`
	DeterministicLc   *string                                            `protobuf:"bytes,8,opt,name=deterministicLc" json:"deterministicLc,omitempty"`
	HydratedHsm       *TemplateMessage                                   `protobuf:"bytes,9,opt,name=hydratedHsm" json:"hydratedHsm,omitempty"`
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage) Descriptor deprecated

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

Deprecated: Use HighlyStructuredMessage.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage) GetDeterministicLc

func (x *HighlyStructuredMessage) GetDeterministicLc() string

func (*HighlyStructuredMessage) GetDeterministicLg

func (x *HighlyStructuredMessage) GetDeterministicLg() string

func (*HighlyStructuredMessage) GetElementName

func (x *HighlyStructuredMessage) GetElementName() string

func (*HighlyStructuredMessage) GetFallbackLc

func (x *HighlyStructuredMessage) GetFallbackLc() string

func (*HighlyStructuredMessage) GetFallbackLg

func (x *HighlyStructuredMessage) GetFallbackLg() string

func (*HighlyStructuredMessage) GetHydratedHsm

func (x *HighlyStructuredMessage) GetHydratedHsm() *TemplateMessage

func (*HighlyStructuredMessage) GetLocalizableParams

func (*HighlyStructuredMessage) GetNamespace

func (x *HighlyStructuredMessage) GetNamespace() string

func (*HighlyStructuredMessage) GetParams

func (x *HighlyStructuredMessage) GetParams() []string

func (*HighlyStructuredMessage) ProtoMessage

func (*HighlyStructuredMessage) ProtoMessage()

func (*HighlyStructuredMessage) ProtoReflect

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

func (*HighlyStructuredMessage) Reset

func (x *HighlyStructuredMessage) Reset()

func (*HighlyStructuredMessage) String

func (x *HighlyStructuredMessage) String() string

type HighlyStructuredMessage_HSMLocalizableParameter

type HighlyStructuredMessage_HSMLocalizableParameter struct {

	// Types that are valid to be assigned to ParamOneof:
	//
	//	*HighlyStructuredMessage_HSMLocalizableParameter_Currency
	//	*HighlyStructuredMessage_HSMLocalizableParameter_DateTime
	ParamOneof isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof `protobuf_oneof:"paramOneof"`
	Default    *string                                                      `protobuf:"bytes,1,opt,name=default" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage_HSMLocalizableParameter) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetCurrency

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetDateTime

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetDefault

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof

func (x *HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof() isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof

func (*HighlyStructuredMessage_HSMLocalizableParameter) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter) String

type HighlyStructuredMessage_HSMLocalizableParameter_Currency

type HighlyStructuredMessage_HSMLocalizableParameter_Currency struct {
	Currency *HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency `protobuf:"bytes,2,opt,name=currency,oneof"`
}

type HighlyStructuredMessage_HSMLocalizableParameter_DateTime

type HighlyStructuredMessage_HSMLocalizableParameter_DateTime struct {
	DateTime *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime `protobuf:"bytes,3,opt,name=dateTime,oneof"`
}

type HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency

type HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency struct {
	CurrencyCode *string `protobuf:"bytes,1,opt,name=currencyCode" json:"currencyCode,omitempty"`
	Amount1000   *int64  `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetAmount1000

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetCurrencyCode

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime struct {

	// Types that are valid to be assigned to DatetimeOneof:
	//
	//	*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component
	//	*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch
	DatetimeOneof isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof `protobuf_oneof:"datetimeOneof"`
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof

func (x *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof() isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component struct {
	Component *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent `protobuf:"bytes,1,opt,name=component,oneof"`
}

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent struct {
	DayOfWeek  *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType `` /* 183-byte string literal not displayed */
	Year       *uint32                                                                                         `protobuf:"varint,2,opt,name=year" json:"year,omitempty"`
	Month      *uint32                                                                                         `protobuf:"varint,3,opt,name=month" json:"month,omitempty"`
	DayOfMonth *uint32                                                                                         `protobuf:"varint,4,opt,name=dayOfMonth" json:"dayOfMonth,omitempty"`
	Hour       *uint32                                                                                         `protobuf:"varint,5,opt,name=hour" json:"hour,omitempty"`
	Minute     *uint32                                                                                         `protobuf:"varint,6,opt,name=minute" json:"minute,omitempty"`
	Calendar   *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType  `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfMonth

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetHour

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMinute

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMonth

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetYear

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType int32
const (
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_GREGORIAN   HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 1
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SOLAR_HIJRI HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType = 2
)

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Descriptor

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) EnumDescriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.Descriptor instead.

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Number

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) String

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Type

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) UnmarshalJSON deprecated

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType int32
const (
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_MONDAY    HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 1
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_TUESDAY   HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 2
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_WEDNESDAY HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 3
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_THURSDAY  HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 4
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_FRIDAY    HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 5
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SATURDAY  HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 6
	HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_SUNDAY    HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType = 7
)

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Descriptor

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) EnumDescriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.Descriptor instead.

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Number

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) String

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Type

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) UnmarshalJSON deprecated

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch struct {
	Timestamp *int64 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) GetTimestamp

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch struct {
	UnixEpoch *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch `protobuf:"bytes,2,opt,name=unixEpoch,oneof"`
}

type HistoryShareMessageEntry

type HistoryShareMessageEntry struct {
	StanzaID           *string `protobuf:"bytes,1,opt,name=stanzaID" json:"stanzaID,omitempty"`
	MessageSecretProof []byte  `protobuf:"bytes,2,opt,name=messageSecretProof" json:"messageSecretProof,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryShareMessageEntry) Descriptor deprecated

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

Deprecated: Use HistoryShareMessageEntry.ProtoReflect.Descriptor instead.

func (*HistoryShareMessageEntry) GetMessageSecretProof

func (x *HistoryShareMessageEntry) GetMessageSecretProof() []byte

func (*HistoryShareMessageEntry) GetStanzaID

func (x *HistoryShareMessageEntry) GetStanzaID() string

func (*HistoryShareMessageEntry) ProtoMessage

func (*HistoryShareMessageEntry) ProtoMessage()

func (*HistoryShareMessageEntry) ProtoReflect

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

func (*HistoryShareMessageEntry) Reset

func (x *HistoryShareMessageEntry) Reset()

func (*HistoryShareMessageEntry) String

func (x *HistoryShareMessageEntry) String() string

type HistorySyncMessageAccessStatus

type HistorySyncMessageAccessStatus struct {
	CompleteAccessGranted *bool `protobuf:"varint,1,opt,name=completeAccessGranted" json:"completeAccessGranted,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySyncMessageAccessStatus) Descriptor deprecated

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

Deprecated: Use HistorySyncMessageAccessStatus.ProtoReflect.Descriptor instead.

func (*HistorySyncMessageAccessStatus) GetCompleteAccessGranted

func (x *HistorySyncMessageAccessStatus) GetCompleteAccessGranted() bool

func (*HistorySyncMessageAccessStatus) ProtoMessage

func (*HistorySyncMessageAccessStatus) ProtoMessage()

func (*HistorySyncMessageAccessStatus) ProtoReflect

func (*HistorySyncMessageAccessStatus) Reset

func (x *HistorySyncMessageAccessStatus) Reset()

func (*HistorySyncMessageAccessStatus) String

type HistorySyncNotification

type HistorySyncNotification struct {
	FileSHA256                             []byte                                  `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileLength                             *uint64                                 `protobuf:"varint,2,opt,name=fileLength" json:"fileLength,omitempty"`
	MediaKey                               []byte                                  `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256                          []byte                                  `protobuf:"bytes,4,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath                             *string                                 `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
	SyncType                               *HistorySyncType                        `protobuf:"varint,6,opt,name=syncType,enum=WAWebProtobufsE2E.HistorySyncType" json:"syncType,omitempty"`
	ChunkOrder                             *uint32                                 `protobuf:"varint,7,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	OriginalMessageID                      *string                                 `protobuf:"bytes,8,opt,name=originalMessageID" json:"originalMessageID,omitempty"`
	Progress                               *uint32                                 `protobuf:"varint,9,opt,name=progress" json:"progress,omitempty"`
	OldestMsgInChunkTimestampSec           *int64                                  `protobuf:"varint,10,opt,name=oldestMsgInChunkTimestampSec" json:"oldestMsgInChunkTimestampSec,omitempty"`
	InitialHistBootstrapInlinePayload      []byte                                  `protobuf:"bytes,11,opt,name=initialHistBootstrapInlinePayload" json:"initialHistBootstrapInlinePayload,omitempty"`
	PeerDataRequestSessionID               *string                                 `protobuf:"bytes,12,opt,name=peerDataRequestSessionID" json:"peerDataRequestSessionID,omitempty"`
	FullHistorySyncOnDemandRequestMetadata *FullHistorySyncOnDemandRequestMetadata `protobuf:"bytes,13,opt,name=fullHistorySyncOnDemandRequestMetadata" json:"fullHistorySyncOnDemandRequestMetadata,omitempty"`
	EncHandle                              *string                                 `protobuf:"bytes,14,opt,name=encHandle" json:"encHandle,omitempty"`
	MessageAccessStatus                    *HistorySyncMessageAccessStatus         `protobuf:"bytes,15,opt,name=messageAccessStatus" json:"messageAccessStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySyncNotification) Descriptor deprecated

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

Deprecated: Use HistorySyncNotification.ProtoReflect.Descriptor instead.

func (*HistorySyncNotification) GetChunkOrder

func (x *HistorySyncNotification) GetChunkOrder() uint32

func (*HistorySyncNotification) GetDirectPath

func (x *HistorySyncNotification) GetDirectPath() string

func (*HistorySyncNotification) GetEncHandle

func (x *HistorySyncNotification) GetEncHandle() string

func (*HistorySyncNotification) GetFileEncSHA256

func (x *HistorySyncNotification) GetFileEncSHA256() []byte

func (*HistorySyncNotification) GetFileLength

func (x *HistorySyncNotification) GetFileLength() uint64

func (*HistorySyncNotification) GetFileSHA256

func (x *HistorySyncNotification) GetFileSHA256() []byte

func (*HistorySyncNotification) GetFullHistorySyncOnDemandRequestMetadata

func (x *HistorySyncNotification) GetFullHistorySyncOnDemandRequestMetadata() *FullHistorySyncOnDemandRequestMetadata

func (*HistorySyncNotification) GetInitialHistBootstrapInlinePayload

func (x *HistorySyncNotification) GetInitialHistBootstrapInlinePayload() []byte

func (*HistorySyncNotification) GetMediaKey

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

func (*HistorySyncNotification) GetMessageAccessStatus

func (x *HistorySyncNotification) GetMessageAccessStatus() *HistorySyncMessageAccessStatus

func (*HistorySyncNotification) GetOldestMsgInChunkTimestampSec

func (x *HistorySyncNotification) GetOldestMsgInChunkTimestampSec() int64

func (*HistorySyncNotification) GetOriginalMessageID

func (x *HistorySyncNotification) GetOriginalMessageID() string

func (*HistorySyncNotification) GetPeerDataRequestSessionID

func (x *HistorySyncNotification) GetPeerDataRequestSessionID() string

func (*HistorySyncNotification) GetProgress

func (x *HistorySyncNotification) GetProgress() uint32

func (*HistorySyncNotification) GetSyncType

func (x *HistorySyncNotification) GetSyncType() HistorySyncType

func (*HistorySyncNotification) ProtoMessage

func (*HistorySyncNotification) ProtoMessage()

func (*HistorySyncNotification) ProtoReflect

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

func (*HistorySyncNotification) Reset

func (x *HistorySyncNotification) Reset()

func (*HistorySyncNotification) String

func (x *HistorySyncNotification) String() string

type HistorySyncType

type HistorySyncType int32
const (
	HistorySyncType_INITIAL_BOOTSTRAP     HistorySyncType = 0
	HistorySyncType_INITIAL_STATUS_V3     HistorySyncType = 1
	HistorySyncType_FULL                  HistorySyncType = 2
	HistorySyncType_RECENT                HistorySyncType = 3
	HistorySyncType_PUSH_NAME             HistorySyncType = 4
	HistorySyncType_NON_BLOCKING_DATA     HistorySyncType = 5
	HistorySyncType_ON_DEMAND             HistorySyncType = 6
	HistorySyncType_NO_HISTORY            HistorySyncType = 7
	HistorySyncType_MESSAGE_ACCESS_STATUS HistorySyncType = 8
)

func (HistorySyncType) Descriptor

func (HistorySyncType) Enum

func (x HistorySyncType) Enum() *HistorySyncType

func (HistorySyncType) EnumDescriptor deprecated

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

Deprecated: Use HistorySyncType.Descriptor instead.

func (HistorySyncType) Number

func (HistorySyncType) String

func (x HistorySyncType) String() string

func (HistorySyncType) Type

func (*HistorySyncType) UnmarshalJSON deprecated

func (x *HistorySyncType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type HydratedTemplateButton

type HydratedTemplateButton struct {

	// Types that are valid to be assigned to HydratedButton:
	//
	//	*HydratedTemplateButton_QuickReplyButton
	//	*HydratedTemplateButton_UrlButton
	//	*HydratedTemplateButton_CallButton
	HydratedButton isHydratedTemplateButton_HydratedButton `protobuf_oneof:"hydratedButton"`
	Index          *uint32                                 `protobuf:"varint,4,opt,name=index" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*HydratedTemplateButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton) GetCallButton

func (*HydratedTemplateButton) GetHydratedButton

func (x *HydratedTemplateButton) GetHydratedButton() isHydratedTemplateButton_HydratedButton

func (*HydratedTemplateButton) GetIndex

func (x *HydratedTemplateButton) GetIndex() uint32

func (*HydratedTemplateButton) GetQuickReplyButton

func (*HydratedTemplateButton) GetUrlButton

func (*HydratedTemplateButton) ProtoMessage

func (*HydratedTemplateButton) ProtoMessage()

func (*HydratedTemplateButton) ProtoReflect

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

func (*HydratedTemplateButton) Reset

func (x *HydratedTemplateButton) Reset()

func (*HydratedTemplateButton) String

func (x *HydratedTemplateButton) String() string

type HydratedTemplateButton_CallButton

type HydratedTemplateButton_CallButton struct {
	CallButton *HydratedTemplateButton_HydratedCallButton `protobuf:"bytes,3,opt,name=callButton,oneof"`
}

type HydratedTemplateButton_HydratedCallButton

type HydratedTemplateButton_HydratedCallButton struct {
	DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	PhoneNumber *string `protobuf:"bytes,2,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*HydratedTemplateButton_HydratedCallButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton_HydratedCallButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedCallButton) GetDisplayText

func (*HydratedTemplateButton_HydratedCallButton) GetPhoneNumber

func (*HydratedTemplateButton_HydratedCallButton) ProtoMessage

func (*HydratedTemplateButton_HydratedCallButton) ProtoReflect

func (*HydratedTemplateButton_HydratedCallButton) Reset

func (*HydratedTemplateButton_HydratedCallButton) String

type HydratedTemplateButton_HydratedQuickReplyButton

type HydratedTemplateButton_HydratedQuickReplyButton struct {
	DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	ID          *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*HydratedTemplateButton_HydratedQuickReplyButton) Descriptor deprecated

Deprecated: Use HydratedTemplateButton_HydratedQuickReplyButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedQuickReplyButton) GetDisplayText

func (*HydratedTemplateButton_HydratedQuickReplyButton) GetID

func (*HydratedTemplateButton_HydratedQuickReplyButton) ProtoMessage

func (*HydratedTemplateButton_HydratedQuickReplyButton) ProtoReflect

func (*HydratedTemplateButton_HydratedQuickReplyButton) Reset

func (*HydratedTemplateButton_HydratedQuickReplyButton) String

type HydratedTemplateButton_HydratedURLButton

type HydratedTemplateButton_HydratedURLButton struct {
	DisplayText         *string                                                           `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	URL                 *string                                                           `protobuf:"bytes,2,opt,name=URL" json:"URL,omitempty"`
	ConsentedUsersURL   *string                                                           `protobuf:"bytes,3,opt,name=consentedUsersURL" json:"consentedUsersURL,omitempty"`
	WebviewPresentation *HydratedTemplateButton_HydratedURLButton_WebviewPresentationType `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HydratedTemplateButton_HydratedURLButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton_HydratedURLButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedURLButton) GetConsentedUsersURL

func (x *HydratedTemplateButton_HydratedURLButton) GetConsentedUsersURL() string

func (*HydratedTemplateButton_HydratedURLButton) GetDisplayText

func (*HydratedTemplateButton_HydratedURLButton) GetURL

func (*HydratedTemplateButton_HydratedURLButton) GetWebviewPresentation

func (*HydratedTemplateButton_HydratedURLButton) ProtoMessage

func (*HydratedTemplateButton_HydratedURLButton) ProtoReflect

func (*HydratedTemplateButton_HydratedURLButton) Reset

func (*HydratedTemplateButton_HydratedURLButton) String

type HydratedTemplateButton_HydratedURLButton_WebviewPresentationType

type HydratedTemplateButton_HydratedURLButton_WebviewPresentationType int32
const (
	HydratedTemplateButton_HydratedURLButton_FULL    HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 1
	HydratedTemplateButton_HydratedURLButton_TALL    HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 2
	HydratedTemplateButton_HydratedURLButton_COMPACT HydratedTemplateButton_HydratedURLButton_WebviewPresentationType = 3
)

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Descriptor

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Enum

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) EnumDescriptor deprecated

Deprecated: Use HydratedTemplateButton_HydratedURLButton_WebviewPresentationType.Descriptor instead.

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Number

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) String

func (HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) Type

func (*HydratedTemplateButton_HydratedURLButton_WebviewPresentationType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HydratedTemplateButton_QuickReplyButton

type HydratedTemplateButton_QuickReplyButton struct {
	QuickReplyButton *HydratedTemplateButton_HydratedQuickReplyButton `protobuf:"bytes,1,opt,name=quickReplyButton,oneof"`
}

type HydratedTemplateButton_UrlButton

type HydratedTemplateButton_UrlButton struct {
	UrlButton *HydratedTemplateButton_HydratedURLButton `protobuf:"bytes,2,opt,name=urlButton,oneof"`
}

type ImageMessage

type ImageMessage struct {
	URL                     *string                       `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	Mimetype                *string                       `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	Caption                 *string                       `protobuf:"bytes,3,opt,name=caption" json:"caption,omitempty"`
	FileSHA256              []byte                        `protobuf:"bytes,4,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileLength              *uint64                       `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	Height                  *uint32                       `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
	Width                   *uint32                       `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
	MediaKey                []byte                        `protobuf:"bytes,8,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256           []byte                        `protobuf:"bytes,9,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	InteractiveAnnotations  []*InteractiveAnnotation      `protobuf:"bytes,10,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
	DirectPath              *string                       `protobuf:"bytes,11,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp       *int64                        `protobuf:"varint,12,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	JPEGThumbnail           []byte                        `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo             *ContextInfo                  `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	FirstScanSidecar        []byte                        `protobuf:"bytes,18,opt,name=firstScanSidecar" json:"firstScanSidecar,omitempty"`
	FirstScanLength         *uint32                       `protobuf:"varint,19,opt,name=firstScanLength" json:"firstScanLength,omitempty"`
	ExperimentGroupID       *uint32                       `protobuf:"varint,20,opt,name=experimentGroupID" json:"experimentGroupID,omitempty"`
	ScansSidecar            []byte                        `protobuf:"bytes,21,opt,name=scansSidecar" json:"scansSidecar,omitempty"`
	ScanLengths             []uint32                      `protobuf:"varint,22,rep,name=scanLengths" json:"scanLengths,omitempty"`
	MidQualityFileSHA256    []byte                        `protobuf:"bytes,23,opt,name=midQualityFileSHA256" json:"midQualityFileSHA256,omitempty"`
	MidQualityFileEncSHA256 []byte                        `protobuf:"bytes,24,opt,name=midQualityFileEncSHA256" json:"midQualityFileEncSHA256,omitempty"`
	ViewOnce                *bool                         `protobuf:"varint,25,opt,name=viewOnce" json:"viewOnce,omitempty"`
	ThumbnailDirectPath     *string                       `protobuf:"bytes,26,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256         []byte                        `protobuf:"bytes,27,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256      []byte                        `protobuf:"bytes,28,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	StaticURL               *string                       `protobuf:"bytes,29,opt,name=staticURL" json:"staticURL,omitempty"`
	Annotations             []*InteractiveAnnotation      `protobuf:"bytes,30,rep,name=annotations" json:"annotations,omitempty"`
	ImageSourceType         *ImageMessage_ImageSourceType `` /* 130-byte string literal not displayed */
	AccessibilityLabel      *string                       `protobuf:"bytes,32,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	QrURL                   *string                       `protobuf:"bytes,34,opt,name=qrURL" json:"qrURL,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageMessage) Descriptor deprecated

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

Deprecated: Use ImageMessage.ProtoReflect.Descriptor instead.

func (*ImageMessage) GetAccessibilityLabel

func (x *ImageMessage) GetAccessibilityLabel() string

func (*ImageMessage) GetAnnotations

func (x *ImageMessage) GetAnnotations() []*InteractiveAnnotation

func (*ImageMessage) GetCaption

func (x *ImageMessage) GetCaption() string

func (*ImageMessage) GetContextInfo

func (x *ImageMessage) GetContextInfo() *ContextInfo

func (*ImageMessage) GetDirectPath

func (x *ImageMessage) GetDirectPath() string

func (*ImageMessage) GetExperimentGroupID

func (x *ImageMessage) GetExperimentGroupID() uint32

func (*ImageMessage) GetFileEncSHA256

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

func (*ImageMessage) GetFileLength

func (x *ImageMessage) GetFileLength() uint64

func (*ImageMessage) GetFileSHA256

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

func (*ImageMessage) GetFirstScanLength

func (x *ImageMessage) GetFirstScanLength() uint32

func (*ImageMessage) GetFirstScanSidecar

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

func (*ImageMessage) GetHeight

func (x *ImageMessage) GetHeight() uint32

func (*ImageMessage) GetImageSourceType

func (x *ImageMessage) GetImageSourceType() ImageMessage_ImageSourceType

func (*ImageMessage) GetInteractiveAnnotations

func (x *ImageMessage) GetInteractiveAnnotations() []*InteractiveAnnotation

func (*ImageMessage) GetJPEGThumbnail

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

func (*ImageMessage) GetMediaKey

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

func (*ImageMessage) GetMediaKeyTimestamp

func (x *ImageMessage) GetMediaKeyTimestamp() int64

func (*ImageMessage) GetMidQualityFileEncSHA256

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

func (*ImageMessage) GetMidQualityFileSHA256

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

func (*ImageMessage) GetMimetype

func (x *ImageMessage) GetMimetype() string

func (*ImageMessage) GetQrURL

func (x *ImageMessage) GetQrURL() string

func (*ImageMessage) GetScanLengths

func (x *ImageMessage) GetScanLengths() []uint32

func (*ImageMessage) GetScansSidecar

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

func (*ImageMessage) GetStaticURL

func (x *ImageMessage) GetStaticURL() string

func (*ImageMessage) GetThumbnailDirectPath

func (x *ImageMessage) GetThumbnailDirectPath() string

func (*ImageMessage) GetThumbnailEncSHA256

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

func (*ImageMessage) GetThumbnailSHA256

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

func (*ImageMessage) GetURL

func (x *ImageMessage) GetURL() string

func (*ImageMessage) GetViewOnce

func (x *ImageMessage) GetViewOnce() bool

func (*ImageMessage) GetWidth

func (x *ImageMessage) GetWidth() uint32

func (*ImageMessage) ProtoMessage

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) ProtoReflect

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

func (*ImageMessage) Reset

func (x *ImageMessage) Reset()

func (*ImageMessage) String

func (x *ImageMessage) String() string

type ImageMessage_ImageSourceType

type ImageMessage_ImageSourceType int32
const (
	ImageMessage_USER_IMAGE             ImageMessage_ImageSourceType = 0
	ImageMessage_AI_GENERATED           ImageMessage_ImageSourceType = 1
	ImageMessage_AI_MODIFIED            ImageMessage_ImageSourceType = 2
	ImageMessage_RASTERIZED_TEXT_STATUS ImageMessage_ImageSourceType = 3
)

func (ImageMessage_ImageSourceType) Descriptor

func (ImageMessage_ImageSourceType) Enum

func (ImageMessage_ImageSourceType) EnumDescriptor deprecated

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

Deprecated: Use ImageMessage_ImageSourceType.Descriptor instead.

func (ImageMessage_ImageSourceType) Number

func (ImageMessage_ImageSourceType) String

func (ImageMessage_ImageSourceType) Type

func (*ImageMessage_ImageSourceType) UnmarshalJSON deprecated

func (x *ImageMessage_ImageSourceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InitialSecurityNotificationSettingSync

type InitialSecurityNotificationSettingSync struct {
	SecurityNotificationEnabled *bool `protobuf:"varint,1,opt,name=securityNotificationEnabled" json:"securityNotificationEnabled,omitempty"`
	// contains filtered or unexported fields
}

func (*InitialSecurityNotificationSettingSync) Descriptor deprecated

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

Deprecated: Use InitialSecurityNotificationSettingSync.ProtoReflect.Descriptor instead.

func (*InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled

func (x *InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled() bool

func (*InitialSecurityNotificationSettingSync) ProtoMessage

func (*InitialSecurityNotificationSettingSync) ProtoReflect

func (*InitialSecurityNotificationSettingSync) Reset

func (*InitialSecurityNotificationSettingSync) String

type InsightDeliveryState

type InsightDeliveryState int32
const (
	InsightDeliveryState_SENT          InsightDeliveryState = 0
	InsightDeliveryState_DELIVERED     InsightDeliveryState = 1
	InsightDeliveryState_READ          InsightDeliveryState = 2
	InsightDeliveryState_REPLIED       InsightDeliveryState = 3
	InsightDeliveryState_QUICK_REPLIED InsightDeliveryState = 4
)

func (InsightDeliveryState) Descriptor

func (InsightDeliveryState) Enum

func (InsightDeliveryState) EnumDescriptor deprecated

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

Deprecated: Use InsightDeliveryState.Descriptor instead.

func (InsightDeliveryState) Number

func (InsightDeliveryState) String

func (x InsightDeliveryState) String() string

func (InsightDeliveryState) Type

func (*InsightDeliveryState) UnmarshalJSON deprecated

func (x *InsightDeliveryState) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InteractiveAnnotation

type InteractiveAnnotation struct {

	// Types that are valid to be assigned to Action:
	//
	//	*InteractiveAnnotation_Location
	//	*InteractiveAnnotation_Newsletter
	//	*InteractiveAnnotation_EmbeddedAction
	//	*InteractiveAnnotation_TapAction
	Action                 isInteractiveAnnotation_Action        `protobuf_oneof:"action"`
	PolygonVertices        []*Point                              `protobuf:"bytes,1,rep,name=polygonVertices" json:"polygonVertices,omitempty"`
	ShouldSkipConfirmation *bool                                 `protobuf:"varint,4,opt,name=shouldSkipConfirmation" json:"shouldSkipConfirmation,omitempty"`
	EmbeddedContent        *EmbeddedContent                      `protobuf:"bytes,5,opt,name=embeddedContent" json:"embeddedContent,omitempty"`
	StatusLinkType         *InteractiveAnnotation_StatusLinkType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InteractiveAnnotation) Descriptor deprecated

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

Deprecated: Use InteractiveAnnotation.ProtoReflect.Descriptor instead.

func (*InteractiveAnnotation) GetAction

func (x *InteractiveAnnotation) GetAction() isInteractiveAnnotation_Action

func (*InteractiveAnnotation) GetEmbeddedAction

func (x *InteractiveAnnotation) GetEmbeddedAction() bool

func (*InteractiveAnnotation) GetEmbeddedContent

func (x *InteractiveAnnotation) GetEmbeddedContent() *EmbeddedContent

func (*InteractiveAnnotation) GetLocation

func (x *InteractiveAnnotation) GetLocation() *Location

func (*InteractiveAnnotation) GetNewsletter

func (*InteractiveAnnotation) GetPolygonVertices

func (x *InteractiveAnnotation) GetPolygonVertices() []*Point

func (*InteractiveAnnotation) GetShouldSkipConfirmation

func (x *InteractiveAnnotation) GetShouldSkipConfirmation() bool

func (*InteractiveAnnotation) GetStatusLinkType

func (*InteractiveAnnotation) GetTapAction

func (x *InteractiveAnnotation) GetTapAction() *TapLinkAction

func (*InteractiveAnnotation) ProtoMessage

func (*InteractiveAnnotation) ProtoMessage()

func (*InteractiveAnnotation) ProtoReflect

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

func (*InteractiveAnnotation) Reset

func (x *InteractiveAnnotation) Reset()

func (*InteractiveAnnotation) String

func (x *InteractiveAnnotation) String() string

type InteractiveAnnotation_EmbeddedAction

type InteractiveAnnotation_EmbeddedAction struct {
	EmbeddedAction bool `protobuf:"varint,6,opt,name=embeddedAction,oneof"`
}

type InteractiveAnnotation_Location

type InteractiveAnnotation_Location struct {
	Location *Location `protobuf:"bytes,2,opt,name=location,oneof"`
}

type InteractiveAnnotation_Newsletter

type InteractiveAnnotation_Newsletter struct {
	Newsletter *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,3,opt,name=newsletter,oneof"`
}

type InteractiveAnnotation_StatusLinkType

type InteractiveAnnotation_StatusLinkType int32
const (
	InteractiveAnnotation_RASTERIZED_LINK_PREVIEW   InteractiveAnnotation_StatusLinkType = 1
	InteractiveAnnotation_RASTERIZED_LINK_TRUNCATED InteractiveAnnotation_StatusLinkType = 2
	InteractiveAnnotation_RASTERIZED_LINK_FULL_URL  InteractiveAnnotation_StatusLinkType = 3
)

func (InteractiveAnnotation_StatusLinkType) Descriptor

func (InteractiveAnnotation_StatusLinkType) Enum

func (InteractiveAnnotation_StatusLinkType) EnumDescriptor deprecated

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

Deprecated: Use InteractiveAnnotation_StatusLinkType.Descriptor instead.

func (InteractiveAnnotation_StatusLinkType) Number

func (InteractiveAnnotation_StatusLinkType) String

func (InteractiveAnnotation_StatusLinkType) Type

func (*InteractiveAnnotation_StatusLinkType) UnmarshalJSON deprecated

func (x *InteractiveAnnotation_StatusLinkType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InteractiveAnnotation_TapAction

type InteractiveAnnotation_TapAction struct {
	TapAction *TapLinkAction `protobuf:"bytes,7,opt,name=tapAction,oneof"`
}

type InteractiveMessage

type InteractiveMessage struct {

	// Types that are valid to be assigned to InteractiveMessage:
	//
	//	*InteractiveMessage_ShopStorefrontMessage
	//	*InteractiveMessage_CollectionMessage_
	//	*InteractiveMessage_NativeFlowMessage_
	//	*InteractiveMessage_CarouselMessage_
	InteractiveMessage isInteractiveMessage_InteractiveMessage `protobuf_oneof:"interactiveMessage"`
	Header             *InteractiveMessage_Header              `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"`
	Body               *InteractiveMessage_Body                `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
	Footer             *InteractiveMessage_Footer              `protobuf:"bytes,3,opt,name=footer" json:"footer,omitempty"`
	BloksWidget        *InteractiveMessage_BloksWidget         `protobuf:"bytes,8,opt,name=bloksWidget" json:"bloksWidget,omitempty"`
	ContextInfo        *ContextInfo                            `protobuf:"bytes,15,opt,name=contextInfo" json:"contextInfo,omitempty"`
	UrlTrackingMap     *UrlTrackingMap                         `protobuf:"bytes,16,opt,name=urlTrackingMap" json:"urlTrackingMap,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage) GetBloksWidget

func (*InteractiveMessage) GetBody

func (*InteractiveMessage) GetCarouselMessage

func (x *InteractiveMessage) GetCarouselMessage() *InteractiveMessage_CarouselMessage

func (*InteractiveMessage) GetCollectionMessage

func (x *InteractiveMessage) GetCollectionMessage() *InteractiveMessage_CollectionMessage

func (*InteractiveMessage) GetContextInfo

func (x *InteractiveMessage) GetContextInfo() *ContextInfo

func (*InteractiveMessage) GetFooter

func (*InteractiveMessage) GetHeader

func (*InteractiveMessage) GetInteractiveMessage

func (x *InteractiveMessage) GetInteractiveMessage() isInteractiveMessage_InteractiveMessage

func (*InteractiveMessage) GetNativeFlowMessage

func (x *InteractiveMessage) GetNativeFlowMessage() *InteractiveMessage_NativeFlowMessage

func (*InteractiveMessage) GetShopStorefrontMessage

func (x *InteractiveMessage) GetShopStorefrontMessage() *InteractiveMessage_ShopMessage

func (*InteractiveMessage) GetUrlTrackingMap

func (x *InteractiveMessage) GetUrlTrackingMap() *UrlTrackingMap

func (*InteractiveMessage) ProtoMessage

func (*InteractiveMessage) ProtoMessage()

func (*InteractiveMessage) ProtoReflect

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

func (*InteractiveMessage) Reset

func (x *InteractiveMessage) Reset()

func (*InteractiveMessage) String

func (x *InteractiveMessage) String() string

type InteractiveMessage_BloksWidget

type InteractiveMessage_BloksWidget struct {
	Uuid     *string `protobuf:"bytes,1,opt,name=uuid" json:"uuid,omitempty"`
	Data     *string `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	Type     *string `protobuf:"bytes,3,opt,name=type" json:"type,omitempty"`
	Fallback *string `protobuf:"bytes,4,opt,name=fallback" json:"fallback,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_BloksWidget) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_BloksWidget.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_BloksWidget) GetData

func (*InteractiveMessage_BloksWidget) GetFallback

func (x *InteractiveMessage_BloksWidget) GetFallback() string

func (*InteractiveMessage_BloksWidget) GetType

func (*InteractiveMessage_BloksWidget) GetUuid

func (*InteractiveMessage_BloksWidget) ProtoMessage

func (*InteractiveMessage_BloksWidget) ProtoMessage()

func (*InteractiveMessage_BloksWidget) ProtoReflect

func (*InteractiveMessage_BloksWidget) Reset

func (x *InteractiveMessage_BloksWidget) Reset()

func (*InteractiveMessage_BloksWidget) String

type InteractiveMessage_Body

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

func (*InteractiveMessage_Body) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Body.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Body) GetText

func (x *InteractiveMessage_Body) GetText() string

func (*InteractiveMessage_Body) ProtoMessage

func (*InteractiveMessage_Body) ProtoMessage()

func (*InteractiveMessage_Body) ProtoReflect

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

func (*InteractiveMessage_Body) Reset

func (x *InteractiveMessage_Body) Reset()

func (*InteractiveMessage_Body) String

func (x *InteractiveMessage_Body) String() string

type InteractiveMessage_CarouselMessage

type InteractiveMessage_CarouselMessage struct {
	Cards            []*InteractiveMessage                                `protobuf:"bytes,1,rep,name=cards" json:"cards,omitempty"`
	MessageVersion   *int32                                               `protobuf:"varint,2,opt,name=messageVersion" json:"messageVersion,omitempty"`
	CarouselCardType *InteractiveMessage_CarouselMessage_CarouselCardType `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InteractiveMessage_CarouselMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_CarouselMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_CarouselMessage) GetCards

func (*InteractiveMessage_CarouselMessage) GetCarouselCardType

func (*InteractiveMessage_CarouselMessage) GetMessageVersion

func (x *InteractiveMessage_CarouselMessage) GetMessageVersion() int32

func (*InteractiveMessage_CarouselMessage) ProtoMessage

func (*InteractiveMessage_CarouselMessage) ProtoMessage()

func (*InteractiveMessage_CarouselMessage) ProtoReflect

func (*InteractiveMessage_CarouselMessage) Reset

func (*InteractiveMessage_CarouselMessage) String

type InteractiveMessage_CarouselMessage_

type InteractiveMessage_CarouselMessage_ struct {
	CarouselMessage *InteractiveMessage_CarouselMessage `protobuf:"bytes,7,opt,name=carouselMessage,oneof"`
}

type InteractiveMessage_CarouselMessage_CarouselCardType

type InteractiveMessage_CarouselMessage_CarouselCardType int32
const (
	InteractiveMessage_CarouselMessage_UNKNOWN       InteractiveMessage_CarouselMessage_CarouselCardType = 0
	InteractiveMessage_CarouselMessage_HSCROLL_CARDS InteractiveMessage_CarouselMessage_CarouselCardType = 1
	InteractiveMessage_CarouselMessage_ALBUM_IMAGE   InteractiveMessage_CarouselMessage_CarouselCardType = 2
)

func (InteractiveMessage_CarouselMessage_CarouselCardType) Descriptor

func (InteractiveMessage_CarouselMessage_CarouselCardType) Enum

func (InteractiveMessage_CarouselMessage_CarouselCardType) EnumDescriptor deprecated

Deprecated: Use InteractiveMessage_CarouselMessage_CarouselCardType.Descriptor instead.

func (InteractiveMessage_CarouselMessage_CarouselCardType) Number

func (InteractiveMessage_CarouselMessage_CarouselCardType) String

func (InteractiveMessage_CarouselMessage_CarouselCardType) Type

func (*InteractiveMessage_CarouselMessage_CarouselCardType) UnmarshalJSON deprecated

Deprecated: Do not use.

type InteractiveMessage_CollectionMessage

type InteractiveMessage_CollectionMessage struct {
	BizJID         *string `protobuf:"bytes,1,opt,name=bizJID" json:"bizJID,omitempty"`
	ID             *string `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
	MessageVersion *int32  `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_CollectionMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_CollectionMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_CollectionMessage) GetBizJID

func (*InteractiveMessage_CollectionMessage) GetID

func (*InteractiveMessage_CollectionMessage) GetMessageVersion

func (x *InteractiveMessage_CollectionMessage) GetMessageVersion() int32

func (*InteractiveMessage_CollectionMessage) ProtoMessage

func (*InteractiveMessage_CollectionMessage) ProtoMessage()

func (*InteractiveMessage_CollectionMessage) ProtoReflect

func (*InteractiveMessage_CollectionMessage) Reset

func (*InteractiveMessage_CollectionMessage) String

type InteractiveMessage_CollectionMessage_

type InteractiveMessage_CollectionMessage_ struct {
	CollectionMessage *InteractiveMessage_CollectionMessage `protobuf:"bytes,5,opt,name=collectionMessage,oneof"`
}
type InteractiveMessage_Footer struct {

	// Types that are valid to be assigned to Media:
	//
	//	*InteractiveMessage_Footer_AudioMessage
	Media              isInteractiveMessage_Footer_Media `protobuf_oneof:"media"`
	Text               *string                           `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	HasMediaAttachment *bool                             `protobuf:"varint,3,opt,name=hasMediaAttachment" json:"hasMediaAttachment,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_Footer) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Footer.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Footer) GetAudioMessage

func (x *InteractiveMessage_Footer) GetAudioMessage() *AudioMessage

func (*InteractiveMessage_Footer) GetHasMediaAttachment

func (x *InteractiveMessage_Footer) GetHasMediaAttachment() bool

func (*InteractiveMessage_Footer) GetMedia

func (x *InteractiveMessage_Footer) GetMedia() isInteractiveMessage_Footer_Media

func (*InteractiveMessage_Footer) GetText

func (x *InteractiveMessage_Footer) GetText() string

func (*InteractiveMessage_Footer) ProtoMessage

func (*InteractiveMessage_Footer) ProtoMessage()

func (*InteractiveMessage_Footer) ProtoReflect

func (*InteractiveMessage_Footer) Reset

func (x *InteractiveMessage_Footer) Reset()

func (*InteractiveMessage_Footer) String

func (x *InteractiveMessage_Footer) String() string
type InteractiveMessage_Footer_AudioMessage struct {
	AudioMessage *AudioMessage `protobuf:"bytes,2,opt,name=audioMessage,oneof"`
}

type InteractiveMessage_Header

type InteractiveMessage_Header struct {

	// Types that are valid to be assigned to Media:
	//
	//	*InteractiveMessage_Header_DocumentMessage
	//	*InteractiveMessage_Header_ImageMessage
	//	*InteractiveMessage_Header_JPEGThumbnail
	//	*InteractiveMessage_Header_VideoMessage
	//	*InteractiveMessage_Header_LocationMessage
	//	*InteractiveMessage_Header_ProductMessage
	Media              isInteractiveMessage_Header_Media `protobuf_oneof:"media"`
	Title              *string                           `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Subtitle           *string                           `protobuf:"bytes,2,opt,name=subtitle" json:"subtitle,omitempty"`
	HasMediaAttachment *bool                             `protobuf:"varint,5,opt,name=hasMediaAttachment" json:"hasMediaAttachment,omitempty"`
	BloksWidget        *InteractiveMessage_BloksWidget   `protobuf:"bytes,10,opt,name=bloksWidget" json:"bloksWidget,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_Header) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Header.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Header) GetBloksWidget

func (*InteractiveMessage_Header) GetDocumentMessage

func (x *InteractiveMessage_Header) GetDocumentMessage() *DocumentMessage

func (*InteractiveMessage_Header) GetHasMediaAttachment

func (x *InteractiveMessage_Header) GetHasMediaAttachment() bool

func (*InteractiveMessage_Header) GetImageMessage

func (x *InteractiveMessage_Header) GetImageMessage() *ImageMessage

func (*InteractiveMessage_Header) GetJPEGThumbnail

func (x *InteractiveMessage_Header) GetJPEGThumbnail() []byte

func (*InteractiveMessage_Header) GetLocationMessage

func (x *InteractiveMessage_Header) GetLocationMessage() *LocationMessage

func (*InteractiveMessage_Header) GetMedia

func (x *InteractiveMessage_Header) GetMedia() isInteractiveMessage_Header_Media

func (*InteractiveMessage_Header) GetProductMessage

func (x *InteractiveMessage_Header) GetProductMessage() *ProductMessage

func (*InteractiveMessage_Header) GetSubtitle

func (x *InteractiveMessage_Header) GetSubtitle() string

func (*InteractiveMessage_Header) GetTitle

func (x *InteractiveMessage_Header) GetTitle() string

func (*InteractiveMessage_Header) GetVideoMessage

func (x *InteractiveMessage_Header) GetVideoMessage() *VideoMessage

func (*InteractiveMessage_Header) ProtoMessage

func (*InteractiveMessage_Header) ProtoMessage()

func (*InteractiveMessage_Header) ProtoReflect

func (*InteractiveMessage_Header) Reset

func (x *InteractiveMessage_Header) Reset()

func (*InteractiveMessage_Header) String

func (x *InteractiveMessage_Header) String() string

type InteractiveMessage_Header_DocumentMessage

type InteractiveMessage_Header_DocumentMessage struct {
	DocumentMessage *DocumentMessage `protobuf:"bytes,3,opt,name=documentMessage,oneof"`
}

type InteractiveMessage_Header_ImageMessage

type InteractiveMessage_Header_ImageMessage struct {
	ImageMessage *ImageMessage `protobuf:"bytes,4,opt,name=imageMessage,oneof"`
}

type InteractiveMessage_Header_JPEGThumbnail

type InteractiveMessage_Header_JPEGThumbnail struct {
	JPEGThumbnail []byte `protobuf:"bytes,6,opt,name=JPEGThumbnail,oneof"`
}

type InteractiveMessage_Header_LocationMessage

type InteractiveMessage_Header_LocationMessage struct {
	LocationMessage *LocationMessage `protobuf:"bytes,8,opt,name=locationMessage,oneof"`
}

type InteractiveMessage_Header_ProductMessage

type InteractiveMessage_Header_ProductMessage struct {
	ProductMessage *ProductMessage `protobuf:"bytes,9,opt,name=productMessage,oneof"`
}

type InteractiveMessage_Header_VideoMessage

type InteractiveMessage_Header_VideoMessage struct {
	VideoMessage *VideoMessage `protobuf:"bytes,7,opt,name=videoMessage,oneof"`
}

type InteractiveMessage_NativeFlowMessage

type InteractiveMessage_NativeFlowMessage struct {
	Buttons           []*InteractiveMessage_NativeFlowMessage_NativeFlowButton `protobuf:"bytes,1,rep,name=buttons" json:"buttons,omitempty"`
	MessageParamsJSON *string                                                  `protobuf:"bytes,2,opt,name=messageParamsJSON" json:"messageParamsJSON,omitempty"`
	MessageVersion    *int32                                                   `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_NativeFlowMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_NativeFlowMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_NativeFlowMessage) GetButtons

func (*InteractiveMessage_NativeFlowMessage) GetMessageParamsJSON

func (x *InteractiveMessage_NativeFlowMessage) GetMessageParamsJSON() string

func (*InteractiveMessage_NativeFlowMessage) GetMessageVersion

func (x *InteractiveMessage_NativeFlowMessage) GetMessageVersion() int32

func (*InteractiveMessage_NativeFlowMessage) ProtoMessage

func (*InteractiveMessage_NativeFlowMessage) ProtoMessage()

func (*InteractiveMessage_NativeFlowMessage) ProtoReflect

func (*InteractiveMessage_NativeFlowMessage) Reset

func (*InteractiveMessage_NativeFlowMessage) String

type InteractiveMessage_NativeFlowMessage_

type InteractiveMessage_NativeFlowMessage_ struct {
	NativeFlowMessage *InteractiveMessage_NativeFlowMessage `protobuf:"bytes,6,opt,name=nativeFlowMessage,oneof"`
}

type InteractiveMessage_NativeFlowMessage_NativeFlowButton

type InteractiveMessage_NativeFlowMessage_NativeFlowButton struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ButtonParamsJSON *string `protobuf:"bytes,2,opt,name=buttonParamsJSON" json:"buttonParamsJSON,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) Descriptor deprecated

Deprecated: Use InteractiveMessage_NativeFlowMessage_NativeFlowButton.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetButtonParamsJSON

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetName

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoMessage

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoReflect

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) Reset

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) String

type InteractiveMessage_ShopMessage

type InteractiveMessage_ShopMessage struct {
	ID             *string                                 `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
	Surface        *InteractiveMessage_ShopMessage_Surface `protobuf:"varint,2,opt,name=surface,enum=WAWebProtobufsE2E.InteractiveMessage_ShopMessage_Surface" json:"surface,omitempty"`
	MessageVersion *int32                                  `protobuf:"varint,3,opt,name=messageVersion" json:"messageVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_ShopMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_ShopMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_ShopMessage) GetID

func (*InteractiveMessage_ShopMessage) GetMessageVersion

func (x *InteractiveMessage_ShopMessage) GetMessageVersion() int32

func (*InteractiveMessage_ShopMessage) GetSurface

func (*InteractiveMessage_ShopMessage) ProtoMessage

func (*InteractiveMessage_ShopMessage) ProtoMessage()

func (*InteractiveMessage_ShopMessage) ProtoReflect

func (*InteractiveMessage_ShopMessage) Reset

func (x *InteractiveMessage_ShopMessage) Reset()

func (*InteractiveMessage_ShopMessage) String

type InteractiveMessage_ShopMessage_Surface

type InteractiveMessage_ShopMessage_Surface int32
const (
	InteractiveMessage_ShopMessage_UNKNOWN_SURFACE InteractiveMessage_ShopMessage_Surface = 0
	InteractiveMessage_ShopMessage_FB              InteractiveMessage_ShopMessage_Surface = 1
	InteractiveMessage_ShopMessage_IG              InteractiveMessage_ShopMessage_Surface = 2
	InteractiveMessage_ShopMessage_WA              InteractiveMessage_ShopMessage_Surface = 3
)

func (InteractiveMessage_ShopMessage_Surface) Descriptor

func (InteractiveMessage_ShopMessage_Surface) Enum

func (InteractiveMessage_ShopMessage_Surface) EnumDescriptor deprecated

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

Deprecated: Use InteractiveMessage_ShopMessage_Surface.Descriptor instead.

func (InteractiveMessage_ShopMessage_Surface) Number

func (InteractiveMessage_ShopMessage_Surface) String

func (InteractiveMessage_ShopMessage_Surface) Type

func (*InteractiveMessage_ShopMessage_Surface) UnmarshalJSON deprecated

func (x *InteractiveMessage_ShopMessage_Surface) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InteractiveMessage_ShopStorefrontMessage

type InteractiveMessage_ShopStorefrontMessage struct {
	ShopStorefrontMessage *InteractiveMessage_ShopMessage `protobuf:"bytes,4,opt,name=shopStorefrontMessage,oneof"`
}

type InteractiveResponseMessage

type InteractiveResponseMessage struct {

	// Types that are valid to be assigned to InteractiveResponseMessage:
	//
	//	*InteractiveResponseMessage_NativeFlowResponseMessage_
	InteractiveResponseMessage isInteractiveResponseMessage_InteractiveResponseMessage `protobuf_oneof:"interactiveResponseMessage"`
	Body                       *InteractiveResponseMessage_Body                        `protobuf:"bytes,1,opt,name=body" json:"body,omitempty"`
	ContextInfo                *ContextInfo                                            `protobuf:"bytes,15,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveResponseMessage) Descriptor deprecated

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

Deprecated: Use InteractiveResponseMessage.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage) GetBody

func (*InteractiveResponseMessage) GetContextInfo

func (x *InteractiveResponseMessage) GetContextInfo() *ContextInfo

func (*InteractiveResponseMessage) GetInteractiveResponseMessage

func (x *InteractiveResponseMessage) GetInteractiveResponseMessage() isInteractiveResponseMessage_InteractiveResponseMessage

func (*InteractiveResponseMessage) GetNativeFlowResponseMessage

func (*InteractiveResponseMessage) ProtoMessage

func (*InteractiveResponseMessage) ProtoMessage()

func (*InteractiveResponseMessage) ProtoReflect

func (*InteractiveResponseMessage) Reset

func (x *InteractiveResponseMessage) Reset()

func (*InteractiveResponseMessage) String

func (x *InteractiveResponseMessage) String() string

type InteractiveResponseMessage_Body

type InteractiveResponseMessage_Body struct {
	Text   *string                                 `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	Format *InteractiveResponseMessage_Body_Format `protobuf:"varint,2,opt,name=format,enum=WAWebProtobufsE2E.InteractiveResponseMessage_Body_Format" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveResponseMessage_Body) Descriptor deprecated

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

Deprecated: Use InteractiveResponseMessage_Body.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage_Body) GetFormat

func (*InteractiveResponseMessage_Body) GetText

func (*InteractiveResponseMessage_Body) ProtoMessage

func (*InteractiveResponseMessage_Body) ProtoMessage()

func (*InteractiveResponseMessage_Body) ProtoReflect

func (*InteractiveResponseMessage_Body) Reset

func (*InteractiveResponseMessage_Body) String

type InteractiveResponseMessage_Body_Format

type InteractiveResponseMessage_Body_Format int32
const (
	InteractiveResponseMessage_Body_DEFAULT      InteractiveResponseMessage_Body_Format = 0
	InteractiveResponseMessage_Body_EXTENSIONS_1 InteractiveResponseMessage_Body_Format = 1
)

func (InteractiveResponseMessage_Body_Format) Descriptor

func (InteractiveResponseMessage_Body_Format) Enum

func (InteractiveResponseMessage_Body_Format) EnumDescriptor deprecated

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

Deprecated: Use InteractiveResponseMessage_Body_Format.Descriptor instead.

func (InteractiveResponseMessage_Body_Format) Number

func (InteractiveResponseMessage_Body_Format) String

func (InteractiveResponseMessage_Body_Format) Type

func (*InteractiveResponseMessage_Body_Format) UnmarshalJSON deprecated

func (x *InteractiveResponseMessage_Body_Format) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type InteractiveResponseMessage_NativeFlowResponseMessage

type InteractiveResponseMessage_NativeFlowResponseMessage struct {
	Name       *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ParamsJSON *string `protobuf:"bytes,2,opt,name=paramsJSON" json:"paramsJSON,omitempty"`
	Version    *int32  `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveResponseMessage_NativeFlowResponseMessage) Descriptor deprecated

Deprecated: Use InteractiveResponseMessage_NativeFlowResponseMessage.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetName

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetParamsJSON

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetVersion

func (*InteractiveResponseMessage_NativeFlowResponseMessage) ProtoMessage

func (*InteractiveResponseMessage_NativeFlowResponseMessage) ProtoReflect

func (*InteractiveResponseMessage_NativeFlowResponseMessage) Reset

func (*InteractiveResponseMessage_NativeFlowResponseMessage) String

type InteractiveResponseMessage_NativeFlowResponseMessage_

type InteractiveResponseMessage_NativeFlowResponseMessage_ struct {
	NativeFlowResponseMessage *InteractiveResponseMessage_NativeFlowResponseMessage `protobuf:"bytes,2,opt,name=nativeFlowResponseMessage,oneof"`
}

type InvoiceMessage

type InvoiceMessage struct {
	Note                        *string                        `protobuf:"bytes,1,opt,name=note" json:"note,omitempty"`
	Token                       *string                        `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
	AttachmentType              *InvoiceMessage_AttachmentType `` /* 128-byte string literal not displayed */
	AttachmentMimetype          *string                        `protobuf:"bytes,4,opt,name=attachmentMimetype" json:"attachmentMimetype,omitempty"`
	AttachmentMediaKey          []byte                         `protobuf:"bytes,5,opt,name=attachmentMediaKey" json:"attachmentMediaKey,omitempty"`
	AttachmentMediaKeyTimestamp *int64                         `protobuf:"varint,6,opt,name=attachmentMediaKeyTimestamp" json:"attachmentMediaKeyTimestamp,omitempty"`
	AttachmentFileSHA256        []byte                         `protobuf:"bytes,7,opt,name=attachmentFileSHA256" json:"attachmentFileSHA256,omitempty"`
	AttachmentFileEncSHA256     []byte                         `protobuf:"bytes,8,opt,name=attachmentFileEncSHA256" json:"attachmentFileEncSHA256,omitempty"`
	AttachmentDirectPath        *string                        `protobuf:"bytes,9,opt,name=attachmentDirectPath" json:"attachmentDirectPath,omitempty"`
	AttachmentJPEGThumbnail     []byte                         `protobuf:"bytes,10,opt,name=attachmentJPEGThumbnail" json:"attachmentJPEGThumbnail,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceMessage) Descriptor deprecated

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

Deprecated: Use InvoiceMessage.ProtoReflect.Descriptor instead.

func (*InvoiceMessage) GetAttachmentDirectPath

func (x *InvoiceMessage) GetAttachmentDirectPath() string

func (*InvoiceMessage) GetAttachmentFileEncSHA256

func (x *InvoiceMessage) GetAttachmentFileEncSHA256() []byte

func (*InvoiceMessage) GetAttachmentFileSHA256

func (x *InvoiceMessage) GetAttachmentFileSHA256() []byte

func (*InvoiceMessage) GetAttachmentJPEGThumbnail

func (x *InvoiceMessage) GetAttachmentJPEGThumbnail() []byte

func (*InvoiceMessage) GetAttachmentMediaKey

func (x *InvoiceMessage) GetAttachmentMediaKey() []byte

func (*InvoiceMessage) GetAttachmentMediaKeyTimestamp

func (x *InvoiceMessage) GetAttachmentMediaKeyTimestamp() int64

func (*InvoiceMessage) GetAttachmentMimetype

func (x *InvoiceMessage) GetAttachmentMimetype() string

func (*InvoiceMessage) GetAttachmentType

func (x *InvoiceMessage) GetAttachmentType() InvoiceMessage_AttachmentType

func (*InvoiceMessage) GetNote

func (x *InvoiceMessage) GetNote() string

func (*InvoiceMessage) GetToken

func (x *InvoiceMessage) GetToken() string

func (*InvoiceMessage) ProtoMessage

func (*InvoiceMessage) ProtoMessage()

func (*InvoiceMessage) ProtoReflect

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

func (*InvoiceMessage) Reset

func (x *InvoiceMessage) Reset()

func (*InvoiceMessage) String

func (x *InvoiceMessage) String() string

type InvoiceMessage_AttachmentType

type InvoiceMessage_AttachmentType int32
const (
	InvoiceMessage_IMAGE InvoiceMessage_AttachmentType = 0
	InvoiceMessage_PDF   InvoiceMessage_AttachmentType = 1
)

func (InvoiceMessage_AttachmentType) Descriptor

func (InvoiceMessage_AttachmentType) Enum

func (InvoiceMessage_AttachmentType) EnumDescriptor deprecated

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

Deprecated: Use InvoiceMessage_AttachmentType.Descriptor instead.

func (InvoiceMessage_AttachmentType) Number

func (InvoiceMessage_AttachmentType) String

func (InvoiceMessage_AttachmentType) Type

func (*InvoiceMessage_AttachmentType) UnmarshalJSON deprecated

func (x *InvoiceMessage_AttachmentType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type KeepInChatMessage

type KeepInChatMessage struct {
	Key         *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	KeepType    *KeepType            `protobuf:"varint,2,opt,name=keepType,enum=WAWebProtobufsE2E.KeepType" json:"keepType,omitempty"`
	TimestampMS *int64               `protobuf:"varint,3,opt,name=timestampMS" json:"timestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*KeepInChatMessage) Descriptor deprecated

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

Deprecated: Use KeepInChatMessage.ProtoReflect.Descriptor instead.

func (*KeepInChatMessage) GetKeepType

func (x *KeepInChatMessage) GetKeepType() KeepType

func (*KeepInChatMessage) GetKey

func (x *KeepInChatMessage) GetKey() *waCommon.MessageKey

func (*KeepInChatMessage) GetTimestampMS

func (x *KeepInChatMessage) GetTimestampMS() int64

func (*KeepInChatMessage) ProtoMessage

func (*KeepInChatMessage) ProtoMessage()

func (*KeepInChatMessage) ProtoReflect

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

func (*KeepInChatMessage) Reset

func (x *KeepInChatMessage) Reset()

func (*KeepInChatMessage) String

func (x *KeepInChatMessage) String() string

type KeepType

type KeepType int32
const (
	KeepType_UNKNOWN_KEEP_TYPE KeepType = 0
	KeepType_KEEP_FOR_ALL      KeepType = 1
	KeepType_UNDO_KEEP_FOR_ALL KeepType = 2
)

func (KeepType) Descriptor

func (KeepType) Descriptor() protoreflect.EnumDescriptor

func (KeepType) Enum

func (x KeepType) Enum() *KeepType

func (KeepType) EnumDescriptor deprecated

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

Deprecated: Use KeepType.Descriptor instead.

func (KeepType) Number

func (x KeepType) Number() protoreflect.EnumNumber

func (KeepType) String

func (x KeepType) String() string

func (KeepType) Type

func (*KeepType) UnmarshalJSON deprecated

func (x *KeepType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type LIDMigrationMappingSyncMessage

type LIDMigrationMappingSyncMessage struct {
	EncodedMappingPayload []byte `protobuf:"bytes,1,opt,name=encodedMappingPayload" json:"encodedMappingPayload,omitempty"`
	// contains filtered or unexported fields
}

func (*LIDMigrationMappingSyncMessage) Descriptor deprecated

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

Deprecated: Use LIDMigrationMappingSyncMessage.ProtoReflect.Descriptor instead.

func (*LIDMigrationMappingSyncMessage) GetEncodedMappingPayload

func (x *LIDMigrationMappingSyncMessage) GetEncodedMappingPayload() []byte

func (*LIDMigrationMappingSyncMessage) ProtoMessage

func (*LIDMigrationMappingSyncMessage) ProtoMessage()

func (*LIDMigrationMappingSyncMessage) ProtoReflect

func (*LIDMigrationMappingSyncMessage) Reset

func (x *LIDMigrationMappingSyncMessage) Reset()

func (*LIDMigrationMappingSyncMessage) String

type LinkPreviewMetadata

type LinkPreviewMetadata struct {
	PaymentLinkMetadata  *PaymentLinkMetadata                     `protobuf:"bytes,1,opt,name=paymentLinkMetadata" json:"paymentLinkMetadata,omitempty"`
	UrlMetadata          *URLMetadata                             `protobuf:"bytes,2,opt,name=urlMetadata" json:"urlMetadata,omitempty"`
	FbExperimentID       *uint32                                  `protobuf:"varint,3,opt,name=fbExperimentID" json:"fbExperimentID,omitempty"`
	LinkMediaDuration    *uint32                                  `protobuf:"varint,4,opt,name=linkMediaDuration" json:"linkMediaDuration,omitempty"`
	SocialMediaPostType  *LinkPreviewMetadata_SocialMediaPostType `` /* 148-byte string literal not displayed */
	LinkInlineVideoMuted *bool                                    `protobuf:"varint,6,opt,name=linkInlineVideoMuted" json:"linkInlineVideoMuted,omitempty"`
	VideoContentURL      *string                                  `protobuf:"bytes,7,opt,name=videoContentURL" json:"videoContentURL,omitempty"`
	MusicMetadata        *EmbeddedMusic                           `protobuf:"bytes,8,opt,name=musicMetadata" json:"musicMetadata,omitempty"`
	VideoContentCaption  *string                                  `protobuf:"bytes,9,opt,name=videoContentCaption" json:"videoContentCaption,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkPreviewMetadata) Descriptor deprecated

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

Deprecated: Use LinkPreviewMetadata.ProtoReflect.Descriptor instead.

func (*LinkPreviewMetadata) GetFbExperimentID

func (x *LinkPreviewMetadata) GetFbExperimentID() uint32

func (*LinkPreviewMetadata) GetLinkInlineVideoMuted

func (x *LinkPreviewMetadata) GetLinkInlineVideoMuted() bool

func (*LinkPreviewMetadata) GetLinkMediaDuration

func (x *LinkPreviewMetadata) GetLinkMediaDuration() uint32

func (*LinkPreviewMetadata) GetMusicMetadata

func (x *LinkPreviewMetadata) GetMusicMetadata() *EmbeddedMusic

func (*LinkPreviewMetadata) GetPaymentLinkMetadata

func (x *LinkPreviewMetadata) GetPaymentLinkMetadata() *PaymentLinkMetadata

func (*LinkPreviewMetadata) GetSocialMediaPostType

func (*LinkPreviewMetadata) GetUrlMetadata

func (x *LinkPreviewMetadata) GetUrlMetadata() *URLMetadata

func (*LinkPreviewMetadata) GetVideoContentCaption

func (x *LinkPreviewMetadata) GetVideoContentCaption() string

func (*LinkPreviewMetadata) GetVideoContentURL

func (x *LinkPreviewMetadata) GetVideoContentURL() string

func (*LinkPreviewMetadata) ProtoMessage

func (*LinkPreviewMetadata) ProtoMessage()

func (*LinkPreviewMetadata) ProtoReflect

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

func (*LinkPreviewMetadata) Reset

func (x *LinkPreviewMetadata) Reset()

func (*LinkPreviewMetadata) String

func (x *LinkPreviewMetadata) String() string

type LinkPreviewMetadata_SocialMediaPostType

type LinkPreviewMetadata_SocialMediaPostType int32
const (
	LinkPreviewMetadata_NONE         LinkPreviewMetadata_SocialMediaPostType = 0
	LinkPreviewMetadata_REEL         LinkPreviewMetadata_SocialMediaPostType = 1
	LinkPreviewMetadata_LIVE_VIDEO   LinkPreviewMetadata_SocialMediaPostType = 2
	LinkPreviewMetadata_LONG_VIDEO   LinkPreviewMetadata_SocialMediaPostType = 3
	LinkPreviewMetadata_SINGLE_IMAGE LinkPreviewMetadata_SocialMediaPostType = 4
	LinkPreviewMetadata_CAROUSEL     LinkPreviewMetadata_SocialMediaPostType = 5
)

func (LinkPreviewMetadata_SocialMediaPostType) Descriptor

func (LinkPreviewMetadata_SocialMediaPostType) Enum

func (LinkPreviewMetadata_SocialMediaPostType) EnumDescriptor deprecated

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

Deprecated: Use LinkPreviewMetadata_SocialMediaPostType.Descriptor instead.

func (LinkPreviewMetadata_SocialMediaPostType) Number

func (LinkPreviewMetadata_SocialMediaPostType) String

func (LinkPreviewMetadata_SocialMediaPostType) Type

func (*LinkPreviewMetadata_SocialMediaPostType) UnmarshalJSON deprecated

func (x *LinkPreviewMetadata_SocialMediaPostType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ListMessage

type ListMessage struct {
	Title           *string                      `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Description     *string                      `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	ButtonText      *string                      `protobuf:"bytes,3,opt,name=buttonText" json:"buttonText,omitempty"`
	ListType        *ListMessage_ListType        `protobuf:"varint,4,opt,name=listType,enum=WAWebProtobufsE2E.ListMessage_ListType" json:"listType,omitempty"`
	Sections        []*ListMessage_Section       `protobuf:"bytes,5,rep,name=sections" json:"sections,omitempty"`
	ProductListInfo *ListMessage_ProductListInfo `protobuf:"bytes,6,opt,name=productListInfo" json:"productListInfo,omitempty"`
	FooterText      *string                      `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
	ContextInfo     *ContextInfo                 `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage) Descriptor deprecated

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

Deprecated: Use ListMessage.ProtoReflect.Descriptor instead.

func (*ListMessage) GetButtonText

func (x *ListMessage) GetButtonText() string

func (*ListMessage) GetContextInfo

func (x *ListMessage) GetContextInfo() *ContextInfo

func (*ListMessage) GetDescription

func (x *ListMessage) GetDescription() string

func (*ListMessage) GetFooterText

func (x *ListMessage) GetFooterText() string

func (*ListMessage) GetListType

func (x *ListMessage) GetListType() ListMessage_ListType

func (*ListMessage) GetProductListInfo

func (x *ListMessage) GetProductListInfo() *ListMessage_ProductListInfo

func (*ListMessage) GetSections

func (x *ListMessage) GetSections() []*ListMessage_Section

func (*ListMessage) GetTitle

func (x *ListMessage) GetTitle() string

func (*ListMessage) ProtoMessage

func (*ListMessage) ProtoMessage()

func (*ListMessage) ProtoReflect

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

func (*ListMessage) Reset

func (x *ListMessage) Reset()

func (*ListMessage) String

func (x *ListMessage) String() string

type ListMessage_ListType

type ListMessage_ListType int32
const (
	ListMessage_UNKNOWN       ListMessage_ListType = 0
	ListMessage_SINGLE_SELECT ListMessage_ListType = 1
	ListMessage_PRODUCT_LIST  ListMessage_ListType = 2
)

func (ListMessage_ListType) Descriptor

func (ListMessage_ListType) Enum

func (ListMessage_ListType) EnumDescriptor deprecated

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

Deprecated: Use ListMessage_ListType.Descriptor instead.

func (ListMessage_ListType) Number

func (ListMessage_ListType) String

func (x ListMessage_ListType) String() string

func (ListMessage_ListType) Type

func (*ListMessage_ListType) UnmarshalJSON deprecated

func (x *ListMessage_ListType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ListMessage_Product

type ListMessage_Product struct {
	ProductID *string `protobuf:"bytes,1,opt,name=productID" json:"productID,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_Product) Descriptor deprecated

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

Deprecated: Use ListMessage_Product.ProtoReflect.Descriptor instead.

func (*ListMessage_Product) GetProductID

func (x *ListMessage_Product) GetProductID() string

func (*ListMessage_Product) ProtoMessage

func (*ListMessage_Product) ProtoMessage()

func (*ListMessage_Product) ProtoReflect

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

func (*ListMessage_Product) Reset

func (x *ListMessage_Product) Reset()

func (*ListMessage_Product) String

func (x *ListMessage_Product) String() string

type ListMessage_ProductListHeaderImage

type ListMessage_ProductListHeaderImage struct {
	ProductID     *string `protobuf:"bytes,1,opt,name=productID" json:"productID,omitempty"`
	JPEGThumbnail []byte  `protobuf:"bytes,2,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_ProductListHeaderImage) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductListHeaderImage.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductListHeaderImage) GetJPEGThumbnail

func (x *ListMessage_ProductListHeaderImage) GetJPEGThumbnail() []byte

func (*ListMessage_ProductListHeaderImage) GetProductID

func (x *ListMessage_ProductListHeaderImage) GetProductID() string

func (*ListMessage_ProductListHeaderImage) ProtoMessage

func (*ListMessage_ProductListHeaderImage) ProtoMessage()

func (*ListMessage_ProductListHeaderImage) ProtoReflect

func (*ListMessage_ProductListHeaderImage) Reset

func (*ListMessage_ProductListHeaderImage) String

type ListMessage_ProductListInfo

type ListMessage_ProductListInfo struct {
	ProductSections  []*ListMessage_ProductSection       `protobuf:"bytes,1,rep,name=productSections" json:"productSections,omitempty"`
	HeaderImage      *ListMessage_ProductListHeaderImage `protobuf:"bytes,2,opt,name=headerImage" json:"headerImage,omitempty"`
	BusinessOwnerJID *string                             `protobuf:"bytes,3,opt,name=businessOwnerJID" json:"businessOwnerJID,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_ProductListInfo) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductListInfo.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductListInfo) GetBusinessOwnerJID

func (x *ListMessage_ProductListInfo) GetBusinessOwnerJID() string

func (*ListMessage_ProductListInfo) GetHeaderImage

func (*ListMessage_ProductListInfo) GetProductSections

func (x *ListMessage_ProductListInfo) GetProductSections() []*ListMessage_ProductSection

func (*ListMessage_ProductListInfo) ProtoMessage

func (*ListMessage_ProductListInfo) ProtoMessage()

func (*ListMessage_ProductListInfo) ProtoReflect

func (*ListMessage_ProductListInfo) Reset

func (x *ListMessage_ProductListInfo) Reset()

func (*ListMessage_ProductListInfo) String

func (x *ListMessage_ProductListInfo) String() string

type ListMessage_ProductSection

type ListMessage_ProductSection struct {
	Title    *string                `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Products []*ListMessage_Product `protobuf:"bytes,2,rep,name=products" json:"products,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_ProductSection) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductSection.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductSection) GetProducts

func (x *ListMessage_ProductSection) GetProducts() []*ListMessage_Product

func (*ListMessage_ProductSection) GetTitle

func (x *ListMessage_ProductSection) GetTitle() string

func (*ListMessage_ProductSection) ProtoMessage

func (*ListMessage_ProductSection) ProtoMessage()

func (*ListMessage_ProductSection) ProtoReflect

func (*ListMessage_ProductSection) Reset

func (x *ListMessage_ProductSection) Reset()

func (*ListMessage_ProductSection) String

func (x *ListMessage_ProductSection) String() string

type ListMessage_Row

type ListMessage_Row struct {
	Title       *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	RowID       *string `protobuf:"bytes,3,opt,name=rowID" json:"rowID,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_Row) Descriptor deprecated

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

Deprecated: Use ListMessage_Row.ProtoReflect.Descriptor instead.

func (*ListMessage_Row) GetDescription

func (x *ListMessage_Row) GetDescription() string

func (*ListMessage_Row) GetRowID

func (x *ListMessage_Row) GetRowID() string

func (*ListMessage_Row) GetTitle

func (x *ListMessage_Row) GetTitle() string

func (*ListMessage_Row) ProtoMessage

func (*ListMessage_Row) ProtoMessage()

func (*ListMessage_Row) ProtoReflect

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

func (*ListMessage_Row) Reset

func (x *ListMessage_Row) Reset()

func (*ListMessage_Row) String

func (x *ListMessage_Row) String() string

type ListMessage_Section

type ListMessage_Section struct {
	Title *string            `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Rows  []*ListMessage_Row `protobuf:"bytes,2,rep,name=rows" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage_Section) Descriptor deprecated

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

Deprecated: Use ListMessage_Section.ProtoReflect.Descriptor instead.

func (*ListMessage_Section) GetRows

func (x *ListMessage_Section) GetRows() []*ListMessage_Row

func (*ListMessage_Section) GetTitle

func (x *ListMessage_Section) GetTitle() string

func (*ListMessage_Section) ProtoMessage

func (*ListMessage_Section) ProtoMessage()

func (*ListMessage_Section) ProtoReflect

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

func (*ListMessage_Section) Reset

func (x *ListMessage_Section) Reset()

func (*ListMessage_Section) String

func (x *ListMessage_Section) String() string

type ListResponseMessage

type ListResponseMessage struct {
	Title             *string                                `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	ListType          *ListResponseMessage_ListType          `protobuf:"varint,2,opt,name=listType,enum=WAWebProtobufsE2E.ListResponseMessage_ListType" json:"listType,omitempty"`
	SingleSelectReply *ListResponseMessage_SingleSelectReply `protobuf:"bytes,3,opt,name=singleSelectReply" json:"singleSelectReply,omitempty"`
	ContextInfo       *ContextInfo                           `protobuf:"bytes,4,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Description       *string                                `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponseMessage) Descriptor deprecated

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

Deprecated: Use ListResponseMessage.ProtoReflect.Descriptor instead.

func (*ListResponseMessage) GetContextInfo

func (x *ListResponseMessage) GetContextInfo() *ContextInfo

func (*ListResponseMessage) GetDescription

func (x *ListResponseMessage) GetDescription() string

func (*ListResponseMessage) GetListType

func (*ListResponseMessage) GetSingleSelectReply

func (*ListResponseMessage) GetTitle

func (x *ListResponseMessage) GetTitle() string

func (*ListResponseMessage) ProtoMessage

func (*ListResponseMessage) ProtoMessage()

func (*ListResponseMessage) ProtoReflect

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

func (*ListResponseMessage) Reset

func (x *ListResponseMessage) Reset()

func (*ListResponseMessage) String

func (x *ListResponseMessage) String() string

type ListResponseMessage_ListType

type ListResponseMessage_ListType int32
const (
	ListResponseMessage_UNKNOWN       ListResponseMessage_ListType = 0
	ListResponseMessage_SINGLE_SELECT ListResponseMessage_ListType = 1
)

func (ListResponseMessage_ListType) Descriptor

func (ListResponseMessage_ListType) Enum

func (ListResponseMessage_ListType) EnumDescriptor deprecated

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

Deprecated: Use ListResponseMessage_ListType.Descriptor instead.

func (ListResponseMessage_ListType) Number

func (ListResponseMessage_ListType) String

func (ListResponseMessage_ListType) Type

func (*ListResponseMessage_ListType) UnmarshalJSON deprecated

func (x *ListResponseMessage_ListType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ListResponseMessage_SingleSelectReply

type ListResponseMessage_SingleSelectReply struct {
	SelectedRowID *string `protobuf:"bytes,1,opt,name=selectedRowID" json:"selectedRowID,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponseMessage_SingleSelectReply) Descriptor deprecated

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

Deprecated: Use ListResponseMessage_SingleSelectReply.ProtoReflect.Descriptor instead.

func (*ListResponseMessage_SingleSelectReply) GetSelectedRowID

func (x *ListResponseMessage_SingleSelectReply) GetSelectedRowID() string

func (*ListResponseMessage_SingleSelectReply) ProtoMessage

func (*ListResponseMessage_SingleSelectReply) ProtoMessage()

func (*ListResponseMessage_SingleSelectReply) ProtoReflect

func (*ListResponseMessage_SingleSelectReply) Reset

func (*ListResponseMessage_SingleSelectReply) String

type LiveLocationMessage

type LiveLocationMessage struct {
	DegreesLatitude                   *float64     `protobuf:"fixed64,1,opt,name=degreesLatitude" json:"degreesLatitude,omitempty"`
	DegreesLongitude                  *float64     `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
	AccuracyInMeters                  *uint32      `protobuf:"varint,3,opt,name=accuracyInMeters" json:"accuracyInMeters,omitempty"`
	SpeedInMps                        *float32     `protobuf:"fixed32,4,opt,name=speedInMps" json:"speedInMps,omitempty"`
	DegreesClockwiseFromMagneticNorth *uint32      `protobuf:"varint,5,opt,name=degreesClockwiseFromMagneticNorth" json:"degreesClockwiseFromMagneticNorth,omitempty"`
	Caption                           *string      `protobuf:"bytes,6,opt,name=caption" json:"caption,omitempty"`
	SequenceNumber                    *int64       `protobuf:"varint,7,opt,name=sequenceNumber" json:"sequenceNumber,omitempty"`
	TimeOffset                        *uint32      `protobuf:"varint,8,opt,name=timeOffset" json:"timeOffset,omitempty"`
	JPEGThumbnail                     []byte       `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo                       *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*LiveLocationMessage) Descriptor deprecated

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

Deprecated: Use LiveLocationMessage.ProtoReflect.Descriptor instead.

func (*LiveLocationMessage) GetAccuracyInMeters

func (x *LiveLocationMessage) GetAccuracyInMeters() uint32

func (*LiveLocationMessage) GetCaption

func (x *LiveLocationMessage) GetCaption() string

func (*LiveLocationMessage) GetContextInfo

func (x *LiveLocationMessage) GetContextInfo() *ContextInfo

func (*LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth

func (x *LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*LiveLocationMessage) GetDegreesLatitude

func (x *LiveLocationMessage) GetDegreesLatitude() float64

func (*LiveLocationMessage) GetDegreesLongitude

func (x *LiveLocationMessage) GetDegreesLongitude() float64

func (*LiveLocationMessage) GetJPEGThumbnail

func (x *LiveLocationMessage) GetJPEGThumbnail() []byte

func (*LiveLocationMessage) GetSequenceNumber

func (x *LiveLocationMessage) GetSequenceNumber() int64

func (*LiveLocationMessage) GetSpeedInMps

func (x *LiveLocationMessage) GetSpeedInMps() float32

func (*LiveLocationMessage) GetTimeOffset

func (x *LiveLocationMessage) GetTimeOffset() uint32

func (*LiveLocationMessage) ProtoMessage

func (*LiveLocationMessage) ProtoMessage()

func (*LiveLocationMessage) ProtoReflect

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

func (*LiveLocationMessage) Reset

func (x *LiveLocationMessage) Reset()

func (*LiveLocationMessage) String

func (x *LiveLocationMessage) String() string

type Location

type Location struct {
	DegreesLatitude  *float64 `protobuf:"fixed64,1,opt,name=degreesLatitude" json:"degreesLatitude,omitempty"`
	DegreesLongitude *float64 `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
	Name             *string  `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetDegreesLatitude

func (x *Location) GetDegreesLatitude() float64

func (*Location) GetDegreesLongitude

func (x *Location) GetDegreesLongitude() float64

func (*Location) GetName

func (x *Location) GetName() string

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 LocationMessage

type LocationMessage struct {
	DegreesLatitude                   *float64     `protobuf:"fixed64,1,opt,name=degreesLatitude" json:"degreesLatitude,omitempty"`
	DegreesLongitude                  *float64     `protobuf:"fixed64,2,opt,name=degreesLongitude" json:"degreesLongitude,omitempty"`
	Name                              *string      `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Address                           *string      `protobuf:"bytes,4,opt,name=address" json:"address,omitempty"`
	URL                               *string      `protobuf:"bytes,5,opt,name=URL" json:"URL,omitempty"`
	IsLive                            *bool        `protobuf:"varint,6,opt,name=isLive" json:"isLive,omitempty"`
	AccuracyInMeters                  *uint32      `protobuf:"varint,7,opt,name=accuracyInMeters" json:"accuracyInMeters,omitempty"`
	SpeedInMps                        *float32     `protobuf:"fixed32,8,opt,name=speedInMps" json:"speedInMps,omitempty"`
	DegreesClockwiseFromMagneticNorth *uint32      `protobuf:"varint,9,opt,name=degreesClockwiseFromMagneticNorth" json:"degreesClockwiseFromMagneticNorth,omitempty"`
	Comment                           *string      `protobuf:"bytes,11,opt,name=comment" json:"comment,omitempty"`
	JPEGThumbnail                     []byte       `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo                       *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationMessage) Descriptor deprecated

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

Deprecated: Use LocationMessage.ProtoReflect.Descriptor instead.

func (*LocationMessage) GetAccuracyInMeters

func (x *LocationMessage) GetAccuracyInMeters() uint32

func (*LocationMessage) GetAddress

func (x *LocationMessage) GetAddress() string

func (*LocationMessage) GetComment

func (x *LocationMessage) GetComment() string

func (*LocationMessage) GetContextInfo

func (x *LocationMessage) GetContextInfo() *ContextInfo

func (*LocationMessage) GetDegreesClockwiseFromMagneticNorth

func (x *LocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*LocationMessage) GetDegreesLatitude

func (x *LocationMessage) GetDegreesLatitude() float64

func (*LocationMessage) GetDegreesLongitude

func (x *LocationMessage) GetDegreesLongitude() float64

func (*LocationMessage) GetIsLive

func (x *LocationMessage) GetIsLive() bool

func (*LocationMessage) GetJPEGThumbnail

func (x *LocationMessage) GetJPEGThumbnail() []byte

func (*LocationMessage) GetName

func (x *LocationMessage) GetName() string

func (*LocationMessage) GetSpeedInMps

func (x *LocationMessage) GetSpeedInMps() float32

func (*LocationMessage) GetURL

func (x *LocationMessage) GetURL() string

func (*LocationMessage) ProtoMessage

func (*LocationMessage) ProtoMessage()

func (*LocationMessage) ProtoReflect

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

func (*LocationMessage) Reset

func (x *LocationMessage) Reset()

func (*LocationMessage) String

func (x *LocationMessage) String() string

type MMSThumbnailMetadata

type MMSThumbnailMetadata struct {
	ThumbnailDirectPath *string `protobuf:"bytes,1,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256     []byte  `protobuf:"bytes,2,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256  []byte  `protobuf:"bytes,3,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	MediaKey            []byte  `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp   *int64  `protobuf:"varint,5,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ThumbnailHeight     *uint32 `protobuf:"varint,6,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth      *uint32 `protobuf:"varint,7,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	// contains filtered or unexported fields
}

func (*MMSThumbnailMetadata) Descriptor deprecated

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

Deprecated: Use MMSThumbnailMetadata.ProtoReflect.Descriptor instead.

func (*MMSThumbnailMetadata) GetMediaKey

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

func (*MMSThumbnailMetadata) GetMediaKeyTimestamp

func (x *MMSThumbnailMetadata) GetMediaKeyTimestamp() int64

func (*MMSThumbnailMetadata) GetThumbnailDirectPath

func (x *MMSThumbnailMetadata) GetThumbnailDirectPath() string

func (*MMSThumbnailMetadata) GetThumbnailEncSHA256

func (x *MMSThumbnailMetadata) GetThumbnailEncSHA256() []byte

func (*MMSThumbnailMetadata) GetThumbnailHeight

func (x *MMSThumbnailMetadata) GetThumbnailHeight() uint32

func (*MMSThumbnailMetadata) GetThumbnailSHA256

func (x *MMSThumbnailMetadata) GetThumbnailSHA256() []byte

func (*MMSThumbnailMetadata) GetThumbnailWidth

func (x *MMSThumbnailMetadata) GetThumbnailWidth() uint32

func (*MMSThumbnailMetadata) ProtoMessage

func (*MMSThumbnailMetadata) ProtoMessage()

func (*MMSThumbnailMetadata) ProtoReflect

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

func (*MMSThumbnailMetadata) Reset

func (x *MMSThumbnailMetadata) Reset()

func (*MMSThumbnailMetadata) String

func (x *MMSThumbnailMetadata) String() string

type MarkAsVerifiedAction

type MarkAsVerifiedAction struct {
	UserJIDString       *string `protobuf:"bytes,1,opt,name=userJIDString" json:"userJIDString,omitempty"`
	Verified            *bool   `protobuf:"varint,2,opt,name=verified" json:"verified,omitempty"`
	VerifiedIdentityKey []byte  `protobuf:"bytes,3,opt,name=verifiedIdentityKey" json:"verifiedIdentityKey,omitempty"`
	ActionSeq           *uint64 `protobuf:"varint,4,opt,name=actionSeq" json:"actionSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkAsVerifiedAction) Descriptor deprecated

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

Deprecated: Use MarkAsVerifiedAction.ProtoReflect.Descriptor instead.

func (*MarkAsVerifiedAction) GetActionSeq

func (x *MarkAsVerifiedAction) GetActionSeq() uint64

func (*MarkAsVerifiedAction) GetUserJIDString

func (x *MarkAsVerifiedAction) GetUserJIDString() string

func (*MarkAsVerifiedAction) GetVerified

func (x *MarkAsVerifiedAction) GetVerified() bool

func (*MarkAsVerifiedAction) GetVerifiedIdentityKey

func (x *MarkAsVerifiedAction) GetVerifiedIdentityKey() []byte

func (*MarkAsVerifiedAction) ProtoMessage

func (*MarkAsVerifiedAction) ProtoMessage()

func (*MarkAsVerifiedAction) ProtoReflect

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

func (*MarkAsVerifiedAction) Reset

func (x *MarkAsVerifiedAction) Reset()

func (*MarkAsVerifiedAction) String

func (x *MarkAsVerifiedAction) String() string

type MediaDomainInfo

type MediaDomainInfo struct {
	MediaKeyDomain *MediaKeyDomain `protobuf:"varint,1,opt,name=mediaKeyDomain,enum=WAWebProtobufsE2E.MediaKeyDomain" json:"mediaKeyDomain,omitempty"`
	E2EeMediaKey   []byte          `protobuf:"bytes,2,opt,name=e2EeMediaKey" json:"e2EeMediaKey,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaDomainInfo) Descriptor deprecated

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

Deprecated: Use MediaDomainInfo.ProtoReflect.Descriptor instead.

func (*MediaDomainInfo) GetE2EeMediaKey

func (x *MediaDomainInfo) GetE2EeMediaKey() []byte

func (*MediaDomainInfo) GetMediaKeyDomain

func (x *MediaDomainInfo) GetMediaKeyDomain() MediaKeyDomain

func (*MediaDomainInfo) ProtoMessage

func (*MediaDomainInfo) ProtoMessage()

func (*MediaDomainInfo) ProtoReflect

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

func (*MediaDomainInfo) Reset

func (x *MediaDomainInfo) Reset()

func (*MediaDomainInfo) String

func (x *MediaDomainInfo) String() string

type MediaKeyDomain

type MediaKeyDomain int32
const (
	MediaKeyDomain_MEDIA_KEY_DOMAIN_UNKNOWN  MediaKeyDomain = 0
	MediaKeyDomain_MEDIA_KEY_DOMAIN_E2EE     MediaKeyDomain = 1
	MediaKeyDomain_MEDIA_KEY_DOMAIN_NON_E2EE MediaKeyDomain = 2
)

func (MediaKeyDomain) Descriptor

func (MediaKeyDomain) Enum

func (x MediaKeyDomain) Enum() *MediaKeyDomain

func (MediaKeyDomain) EnumDescriptor deprecated

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

Deprecated: Use MediaKeyDomain.Descriptor instead.

func (MediaKeyDomain) Number

func (MediaKeyDomain) String

func (x MediaKeyDomain) String() string

func (MediaKeyDomain) Type

func (*MediaKeyDomain) UnmarshalJSON deprecated

func (x *MediaKeyDomain) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type MediaNotifyMessage

type MediaNotifyMessage struct {
	ExpressPathURL *string `protobuf:"bytes,1,opt,name=expressPathURL" json:"expressPathURL,omitempty"`
	FileEncSHA256  []byte  `protobuf:"bytes,2,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	FileLength     *uint64 `protobuf:"varint,3,opt,name=fileLength" json:"fileLength,omitempty"`
	// contains filtered or unexported fields
}

func (*MediaNotifyMessage) Descriptor deprecated

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

Deprecated: Use MediaNotifyMessage.ProtoReflect.Descriptor instead.

func (*MediaNotifyMessage) GetExpressPathURL

func (x *MediaNotifyMessage) GetExpressPathURL() string

func (*MediaNotifyMessage) GetFileEncSHA256

func (x *MediaNotifyMessage) GetFileEncSHA256() []byte

func (*MediaNotifyMessage) GetFileLength

func (x *MediaNotifyMessage) GetFileLength() uint64

func (*MediaNotifyMessage) ProtoMessage

func (*MediaNotifyMessage) ProtoMessage()

func (*MediaNotifyMessage) ProtoReflect

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

func (*MediaNotifyMessage) Reset

func (x *MediaNotifyMessage) Reset()

func (*MediaNotifyMessage) String

func (x *MediaNotifyMessage) String() string

type MemberLabel

type MemberLabel struct {
	Label          *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	LabelTimestamp *int64  `protobuf:"varint,2,opt,name=labelTimestamp" json:"labelTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberLabel) Descriptor deprecated

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

Deprecated: Use MemberLabel.ProtoReflect.Descriptor instead.

func (*MemberLabel) GetLabel

func (x *MemberLabel) GetLabel() string

func (*MemberLabel) GetLabelTimestamp

func (x *MemberLabel) GetLabelTimestamp() int64

func (*MemberLabel) ProtoMessage

func (*MemberLabel) ProtoMessage()

func (*MemberLabel) ProtoReflect

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

func (*MemberLabel) Reset

func (x *MemberLabel) Reset()

func (*MemberLabel) String

func (x *MemberLabel) String() string

type Message

type Message struct {
	Conversation                               *string                          `protobuf:"bytes,1,opt,name=conversation" json:"conversation,omitempty"`
	SenderKeyDistributionMessage               *SenderKeyDistributionMessage    `protobuf:"bytes,2,opt,name=senderKeyDistributionMessage" json:"senderKeyDistributionMessage,omitempty"`
	ImageMessage                               *ImageMessage                    `protobuf:"bytes,3,opt,name=imageMessage" json:"imageMessage,omitempty"`
	ContactMessage                             *ContactMessage                  `protobuf:"bytes,4,opt,name=contactMessage" json:"contactMessage,omitempty"`
	LocationMessage                            *LocationMessage                 `protobuf:"bytes,5,opt,name=locationMessage" json:"locationMessage,omitempty"`
	ExtendedTextMessage                        *ExtendedTextMessage             `protobuf:"bytes,6,opt,name=extendedTextMessage" json:"extendedTextMessage,omitempty"`
	DocumentMessage                            *DocumentMessage                 `protobuf:"bytes,7,opt,name=documentMessage" json:"documentMessage,omitempty"`
	AudioMessage                               *AudioMessage                    `protobuf:"bytes,8,opt,name=audioMessage" json:"audioMessage,omitempty"`
	VideoMessage                               *VideoMessage                    `protobuf:"bytes,9,opt,name=videoMessage" json:"videoMessage,omitempty"`
	Call                                       *Call                            `protobuf:"bytes,10,opt,name=call" json:"call,omitempty"`
	Chat                                       *Chat                            `protobuf:"bytes,11,opt,name=chat" json:"chat,omitempty"`
	ProtocolMessage                            *ProtocolMessage                 `protobuf:"bytes,12,opt,name=protocolMessage" json:"protocolMessage,omitempty"`
	ContactsArrayMessage                       *ContactsArrayMessage            `protobuf:"bytes,13,opt,name=contactsArrayMessage" json:"contactsArrayMessage,omitempty"`
	HighlyStructuredMessage                    *HighlyStructuredMessage         `protobuf:"bytes,14,opt,name=highlyStructuredMessage" json:"highlyStructuredMessage,omitempty"`
	FastRatchetKeySenderKeyDistributionMessage *SenderKeyDistributionMessage    `` /* 131-byte string literal not displayed */
	SendPaymentMessage                         *SendPaymentMessage              `protobuf:"bytes,16,opt,name=sendPaymentMessage" json:"sendPaymentMessage,omitempty"`
	LiveLocationMessage                        *LiveLocationMessage             `protobuf:"bytes,18,opt,name=liveLocationMessage" json:"liveLocationMessage,omitempty"`
	RequestPaymentMessage                      *RequestPaymentMessage           `protobuf:"bytes,22,opt,name=requestPaymentMessage" json:"requestPaymentMessage,omitempty"`
	DeclinePaymentRequestMessage               *DeclinePaymentRequestMessage    `protobuf:"bytes,23,opt,name=declinePaymentRequestMessage" json:"declinePaymentRequestMessage,omitempty"`
	CancelPaymentRequestMessage                *CancelPaymentRequestMessage     `protobuf:"bytes,24,opt,name=cancelPaymentRequestMessage" json:"cancelPaymentRequestMessage,omitempty"`
	TemplateMessage                            *TemplateMessage                 `protobuf:"bytes,25,opt,name=templateMessage" json:"templateMessage,omitempty"`
	StickerMessage                             *StickerMessage                  `protobuf:"bytes,26,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
	GroupInviteMessage                         *GroupInviteMessage              `protobuf:"bytes,28,opt,name=groupInviteMessage" json:"groupInviteMessage,omitempty"`
	TemplateButtonReplyMessage                 *TemplateButtonReplyMessage      `protobuf:"bytes,29,opt,name=templateButtonReplyMessage" json:"templateButtonReplyMessage,omitempty"`
	ProductMessage                             *ProductMessage                  `protobuf:"bytes,30,opt,name=productMessage" json:"productMessage,omitempty"`
	DeviceSentMessage                          *DeviceSentMessage               `protobuf:"bytes,31,opt,name=deviceSentMessage" json:"deviceSentMessage,omitempty"`
	MessageContextInfo                         *MessageContextInfo              `protobuf:"bytes,35,opt,name=messageContextInfo" json:"messageContextInfo,omitempty"`
	ListMessage                                *ListMessage                     `protobuf:"bytes,36,opt,name=listMessage" json:"listMessage,omitempty"`
	ViewOnceMessage                            *FutureProofMessage              `protobuf:"bytes,37,opt,name=viewOnceMessage" json:"viewOnceMessage,omitempty"`
	OrderMessage                               *OrderMessage                    `protobuf:"bytes,38,opt,name=orderMessage" json:"orderMessage,omitempty"`
	ListResponseMessage                        *ListResponseMessage             `protobuf:"bytes,39,opt,name=listResponseMessage" json:"listResponseMessage,omitempty"`
	EphemeralMessage                           *FutureProofMessage              `protobuf:"bytes,40,opt,name=ephemeralMessage" json:"ephemeralMessage,omitempty"`
	InvoiceMessage                             *InvoiceMessage                  `protobuf:"bytes,41,opt,name=invoiceMessage" json:"invoiceMessage,omitempty"`
	ButtonsMessage                             *ButtonsMessage                  `protobuf:"bytes,42,opt,name=buttonsMessage" json:"buttonsMessage,omitempty"`
	ButtonsResponseMessage                     *ButtonsResponseMessage          `protobuf:"bytes,43,opt,name=buttonsResponseMessage" json:"buttonsResponseMessage,omitempty"`
	PaymentInviteMessage                       *PaymentInviteMessage            `protobuf:"bytes,44,opt,name=paymentInviteMessage" json:"paymentInviteMessage,omitempty"`
	InteractiveMessage                         *InteractiveMessage              `protobuf:"bytes,45,opt,name=interactiveMessage" json:"interactiveMessage,omitempty"`
	ReactionMessage                            *ReactionMessage                 `protobuf:"bytes,46,opt,name=reactionMessage" json:"reactionMessage,omitempty"`
	StickerSyncRmrMessage                      *StickerSyncRMRMessage           `protobuf:"bytes,47,opt,name=stickerSyncRmrMessage" json:"stickerSyncRmrMessage,omitempty"`
	InteractiveResponseMessage                 *InteractiveResponseMessage      `protobuf:"bytes,48,opt,name=interactiveResponseMessage" json:"interactiveResponseMessage,omitempty"`
	PollCreationMessage                        *PollCreationMessage             `protobuf:"bytes,49,opt,name=pollCreationMessage" json:"pollCreationMessage,omitempty"`
	PollUpdateMessage                          *PollUpdateMessage               `protobuf:"bytes,50,opt,name=pollUpdateMessage" json:"pollUpdateMessage,omitempty"`
	KeepInChatMessage                          *KeepInChatMessage               `protobuf:"bytes,51,opt,name=keepInChatMessage" json:"keepInChatMessage,omitempty"`
	DocumentWithCaptionMessage                 *FutureProofMessage              `protobuf:"bytes,53,opt,name=documentWithCaptionMessage" json:"documentWithCaptionMessage,omitempty"`
	RequestPhoneNumberMessage                  *RequestPhoneNumberMessage       `protobuf:"bytes,54,opt,name=requestPhoneNumberMessage" json:"requestPhoneNumberMessage,omitempty"`
	ViewOnceMessageV2                          *FutureProofMessage              `protobuf:"bytes,55,opt,name=viewOnceMessageV2" json:"viewOnceMessageV2,omitempty"`
	EncReactionMessage                         *EncReactionMessage              `protobuf:"bytes,56,opt,name=encReactionMessage" json:"encReactionMessage,omitempty"`
	EditedMessage                              *FutureProofMessage              `protobuf:"bytes,58,opt,name=editedMessage" json:"editedMessage,omitempty"`
	ViewOnceMessageV2Extension                 *FutureProofMessage              `protobuf:"bytes,59,opt,name=viewOnceMessageV2Extension" json:"viewOnceMessageV2Extension,omitempty"`
	PollCreationMessageV2                      *PollCreationMessage             `protobuf:"bytes,60,opt,name=pollCreationMessageV2" json:"pollCreationMessageV2,omitempty"`
	ScheduledCallCreationMessage               *ScheduledCallCreationMessage    `protobuf:"bytes,61,opt,name=scheduledCallCreationMessage" json:"scheduledCallCreationMessage,omitempty"`
	GroupMentionedMessage                      *FutureProofMessage              `protobuf:"bytes,62,opt,name=groupMentionedMessage" json:"groupMentionedMessage,omitempty"`
	PinInChatMessage                           *PinInChatMessage                `protobuf:"bytes,63,opt,name=pinInChatMessage" json:"pinInChatMessage,omitempty"`
	PollCreationMessageV3                      *PollCreationMessage             `protobuf:"bytes,64,opt,name=pollCreationMessageV3" json:"pollCreationMessageV3,omitempty"`
	ScheduledCallEditMessage                   *ScheduledCallEditMessage        `protobuf:"bytes,65,opt,name=scheduledCallEditMessage" json:"scheduledCallEditMessage,omitempty"`
	PtvMessage                                 *VideoMessage                    `protobuf:"bytes,66,opt,name=ptvMessage" json:"ptvMessage,omitempty"`
	BotInvokeMessage                           *FutureProofMessage              `protobuf:"bytes,67,opt,name=botInvokeMessage" json:"botInvokeMessage,omitempty"`
	CallLogMesssage                            *CallLogMessage                  `protobuf:"bytes,69,opt,name=callLogMesssage" json:"callLogMesssage,omitempty"`
	MessageHistoryBundle                       *MessageHistoryBundle            `protobuf:"bytes,70,opt,name=messageHistoryBundle" json:"messageHistoryBundle,omitempty"`
	EncCommentMessage                          *EncCommentMessage               `protobuf:"bytes,71,opt,name=encCommentMessage" json:"encCommentMessage,omitempty"`
	BcallMessage                               *BCallMessage                    `protobuf:"bytes,72,opt,name=bcallMessage" json:"bcallMessage,omitempty"`
	LottieStickerMessage                       *FutureProofMessage              `protobuf:"bytes,74,opt,name=lottieStickerMessage" json:"lottieStickerMessage,omitempty"`
	EventMessage                               *EventMessage                    `protobuf:"bytes,75,opt,name=eventMessage" json:"eventMessage,omitempty"`
	EncEventResponseMessage                    *EncEventResponseMessage         `protobuf:"bytes,76,opt,name=encEventResponseMessage" json:"encEventResponseMessage,omitempty"`
	CommentMessage                             *CommentMessage                  `protobuf:"bytes,77,opt,name=commentMessage" json:"commentMessage,omitempty"`
	NewsletterAdminInviteMessage               *NewsletterAdminInviteMessage    `protobuf:"bytes,78,opt,name=newsletterAdminInviteMessage" json:"newsletterAdminInviteMessage,omitempty"`
	PlaceholderMessage                         *PlaceholderMessage              `protobuf:"bytes,80,opt,name=placeholderMessage" json:"placeholderMessage,omitempty"`
	SecretEncryptedMessage                     *SecretEncryptedMessage          `protobuf:"bytes,82,opt,name=secretEncryptedMessage" json:"secretEncryptedMessage,omitempty"`
	AlbumMessage                               *AlbumMessage                    `protobuf:"bytes,83,opt,name=albumMessage" json:"albumMessage,omitempty"`
	EventCoverImage                            *FutureProofMessage              `protobuf:"bytes,85,opt,name=eventCoverImage" json:"eventCoverImage,omitempty"`
	StickerPackMessage                         *StickerPackMessage              `protobuf:"bytes,86,opt,name=stickerPackMessage" json:"stickerPackMessage,omitempty"`
	StatusMentionMessage                       *FutureProofMessage              `protobuf:"bytes,87,opt,name=statusMentionMessage" json:"statusMentionMessage,omitempty"`
	PollResultSnapshotMessage                  *PollResultSnapshotMessage       `protobuf:"bytes,88,opt,name=pollResultSnapshotMessage" json:"pollResultSnapshotMessage,omitempty"`
	PollCreationOptionImageMessage             *FutureProofMessage              `protobuf:"bytes,90,opt,name=pollCreationOptionImageMessage" json:"pollCreationOptionImageMessage,omitempty"`
	AssociatedChildMessage                     *FutureProofMessage              `protobuf:"bytes,91,opt,name=associatedChildMessage" json:"associatedChildMessage,omitempty"`
	GroupStatusMentionMessage                  *FutureProofMessage              `protobuf:"bytes,92,opt,name=groupStatusMentionMessage" json:"groupStatusMentionMessage,omitempty"`
	PollCreationMessageV4                      *FutureProofMessage              `protobuf:"bytes,93,opt,name=pollCreationMessageV4" json:"pollCreationMessageV4,omitempty"`
	StatusAddYours                             *FutureProofMessage              `protobuf:"bytes,95,opt,name=statusAddYours" json:"statusAddYours,omitempty"`
	GroupStatusMessage                         *FutureProofMessage              `protobuf:"bytes,96,opt,name=groupStatusMessage" json:"groupStatusMessage,omitempty"`
	RichResponseMessage                        *AIRichResponseMessage           `protobuf:"bytes,97,opt,name=richResponseMessage" json:"richResponseMessage,omitempty"`
	StatusNotificationMessage                  *StatusNotificationMessage       `protobuf:"bytes,98,opt,name=statusNotificationMessage" json:"statusNotificationMessage,omitempty"`
	LimitSharingMessage                        *FutureProofMessage              `protobuf:"bytes,99,opt,name=limitSharingMessage" json:"limitSharingMessage,omitempty"`
	BotTaskMessage                             *FutureProofMessage              `protobuf:"bytes,100,opt,name=botTaskMessage" json:"botTaskMessage,omitempty"`
	QuestionMessage                            *FutureProofMessage              `protobuf:"bytes,101,opt,name=questionMessage" json:"questionMessage,omitempty"`
	MessageHistoryNotice                       *MessageHistoryNotice            `protobuf:"bytes,102,opt,name=messageHistoryNotice" json:"messageHistoryNotice,omitempty"`
	GroupStatusMessageV2                       *FutureProofMessage              `protobuf:"bytes,103,opt,name=groupStatusMessageV2" json:"groupStatusMessageV2,omitempty"`
	BotForwardedMessage                        *FutureProofMessage              `protobuf:"bytes,104,opt,name=botForwardedMessage" json:"botForwardedMessage,omitempty"`
	StatusQuestionAnswerMessage                *StatusQuestionAnswerMessage     `protobuf:"bytes,105,opt,name=statusQuestionAnswerMessage" json:"statusQuestionAnswerMessage,omitempty"`
	QuestionReplyMessage                       *FutureProofMessage              `protobuf:"bytes,106,opt,name=questionReplyMessage" json:"questionReplyMessage,omitempty"`
	QuestionResponseMessage                    *QuestionResponseMessage         `protobuf:"bytes,107,opt,name=questionResponseMessage" json:"questionResponseMessage,omitempty"`
	StatusQuotedMessage                        *StatusQuotedMessage             `protobuf:"bytes,109,opt,name=statusQuotedMessage" json:"statusQuotedMessage,omitempty"`
	StatusStickerInteractionMessage            *StatusStickerInteractionMessage `protobuf:"bytes,110,opt,name=statusStickerInteractionMessage" json:"statusStickerInteractionMessage,omitempty"`
	PollCreationMessageV5                      *PollCreationMessage             `protobuf:"bytes,111,opt,name=pollCreationMessageV5" json:"pollCreationMessageV5,omitempty"`
	NewsletterFollowerInviteMessageV2          *NewsletterFollowerInviteMessage `protobuf:"bytes,113,opt,name=newsletterFollowerInviteMessageV2" json:"newsletterFollowerInviteMessageV2,omitempty"`
	PollResultSnapshotMessageV3                *PollResultSnapshotMessage       `protobuf:"bytes,115,opt,name=pollResultSnapshotMessageV3" json:"pollResultSnapshotMessageV3,omitempty"`
	NewsletterAdminProfileMessage              *FutureProofMessage              `protobuf:"bytes,116,opt,name=newsletterAdminProfileMessage" json:"newsletterAdminProfileMessage,omitempty"`
	NewsletterAdminProfileMessageV2            *FutureProofMessage              `protobuf:"bytes,117,opt,name=newsletterAdminProfileMessageV2" json:"newsletterAdminProfileMessageV2,omitempty"`
	SpoilerMessage                             *FutureProofMessage              `protobuf:"bytes,118,opt,name=spoilerMessage" json:"spoilerMessage,omitempty"`
	PollCreationMessageV6                      *PollCreationMessage             `protobuf:"bytes,119,opt,name=pollCreationMessageV6" json:"pollCreationMessageV6,omitempty"`
	ConditionalRevealMessage                   *ConditionalRevealMessage        `protobuf:"bytes,120,opt,name=conditionalRevealMessage" json:"conditionalRevealMessage,omitempty"`
	PollAddOptionMessage                       *PollAddOptionMessage            `protobuf:"bytes,121,opt,name=pollAddOptionMessage" json:"pollAddOptionMessage,omitempty"`
	EventInviteMessage                         *EventInviteMessage              `protobuf:"bytes,122,opt,name=eventInviteMessage" json:"eventInviteMessage,omitempty"`
	GroupRootKeyShare                          *GroupRootKeyShare               `protobuf:"bytes,123,opt,name=groupRootKeyShare" json:"groupRootKeyShare,omitempty"`
	PaymentReminderMessage                     *PaymentReminderMessage          `protobuf:"bytes,124,opt,name=paymentReminderMessage" json:"paymentReminderMessage,omitempty"`
	SplitPaymentMessage                        *SplitPaymentMessage             `protobuf:"bytes,125,opt,name=splitPaymentMessage" json:"splitPaymentMessage,omitempty"`
	NewsletterAdminProfileStatusMessage        *FutureProofMessage              `protobuf:"bytes,126,opt,name=newsletterAdminProfileStatusMessage" json:"newsletterAdminProfileStatusMessage,omitempty"`
	RootSecretDistributeMessage                *RootSecretDistributeMessage     `protobuf:"bytes,127,opt,name=rootSecretDistributeMessage" json:"rootSecretDistributeMessage,omitempty"`
	SplitPaymentUpdateMessage                  *SplitPaymentUpdateMessage       `protobuf:"bytes,128,opt,name=splitPaymentUpdateMessage" json:"splitPaymentUpdateMessage,omitempty"`
	MusicMessage                               *MusicMessage                    `protobuf:"bytes,129,opt,name=musicMessage" json:"musicMessage,omitempty"`
	StatusLinkPreviewMetadata                  *StatusLinkPreviewMetadata       `protobuf:"bytes,130,opt,name=statusLinkPreviewMetadata" json:"statusLinkPreviewMetadata,omitempty"`
	BotPlatformRegistrationSuccessMessage      *FutureProofMessage              `protobuf:"bytes,131,opt,name=botPlatformRegistrationSuccessMessage" json:"botPlatformRegistrationSuccessMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetAlbumMessage

func (x *Message) GetAlbumMessage() *AlbumMessage

func (*Message) GetAssociatedChildMessage

func (x *Message) GetAssociatedChildMessage() *FutureProofMessage

func (*Message) GetAudioMessage

func (x *Message) GetAudioMessage() *AudioMessage

func (*Message) GetBcallMessage

func (x *Message) GetBcallMessage() *BCallMessage

func (*Message) GetBotForwardedMessage

func (x *Message) GetBotForwardedMessage() *FutureProofMessage

func (*Message) GetBotInvokeMessage

func (x *Message) GetBotInvokeMessage() *FutureProofMessage

func (*Message) GetBotPlatformRegistrationSuccessMessage

func (x *Message) GetBotPlatformRegistrationSuccessMessage() *FutureProofMessage

func (*Message) GetBotTaskMessage

func (x *Message) GetBotTaskMessage() *FutureProofMessage

func (*Message) GetButtonsMessage

func (x *Message) GetButtonsMessage() *ButtonsMessage

func (*Message) GetButtonsResponseMessage

func (x *Message) GetButtonsResponseMessage() *ButtonsResponseMessage

func (*Message) GetCall

func (x *Message) GetCall() *Call

func (*Message) GetCallLogMesssage

func (x *Message) GetCallLogMesssage() *CallLogMessage

func (*Message) GetCancelPaymentRequestMessage

func (x *Message) GetCancelPaymentRequestMessage() *CancelPaymentRequestMessage

func (*Message) GetChat

func (x *Message) GetChat() *Chat

func (*Message) GetCommentMessage

func (x *Message) GetCommentMessage() *CommentMessage

func (*Message) GetConditionalRevealMessage

func (x *Message) GetConditionalRevealMessage() *ConditionalRevealMessage

func (*Message) GetContactMessage

func (x *Message) GetContactMessage() *ContactMessage

func (*Message) GetContactsArrayMessage

func (x *Message) GetContactsArrayMessage() *ContactsArrayMessage

func (*Message) GetConversation

func (x *Message) GetConversation() string

func (*Message) GetDeclinePaymentRequestMessage

func (x *Message) GetDeclinePaymentRequestMessage() *DeclinePaymentRequestMessage

func (*Message) GetDeviceSentMessage

func (x *Message) GetDeviceSentMessage() *DeviceSentMessage

func (*Message) GetDocumentMessage

func (x *Message) GetDocumentMessage() *DocumentMessage

func (*Message) GetDocumentWithCaptionMessage

func (x *Message) GetDocumentWithCaptionMessage() *FutureProofMessage

func (*Message) GetEditedMessage

func (x *Message) GetEditedMessage() *FutureProofMessage

func (*Message) GetEncCommentMessage

func (x *Message) GetEncCommentMessage() *EncCommentMessage

func (*Message) GetEncEventResponseMessage

func (x *Message) GetEncEventResponseMessage() *EncEventResponseMessage

func (*Message) GetEncReactionMessage

func (x *Message) GetEncReactionMessage() *EncReactionMessage

func (*Message) GetEphemeralMessage

func (x *Message) GetEphemeralMessage() *FutureProofMessage

func (*Message) GetEventCoverImage

func (x *Message) GetEventCoverImage() *FutureProofMessage

func (*Message) GetEventInviteMessage

func (x *Message) GetEventInviteMessage() *EventInviteMessage

func (*Message) GetEventMessage

func (x *Message) GetEventMessage() *EventMessage

func (*Message) GetExtendedTextMessage

func (x *Message) GetExtendedTextMessage() *ExtendedTextMessage

func (*Message) GetFastRatchetKeySenderKeyDistributionMessage

func (x *Message) GetFastRatchetKeySenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetGroupInviteMessage

func (x *Message) GetGroupInviteMessage() *GroupInviteMessage

func (*Message) GetGroupMentionedMessage

func (x *Message) GetGroupMentionedMessage() *FutureProofMessage

func (*Message) GetGroupRootKeyShare

func (x *Message) GetGroupRootKeyShare() *GroupRootKeyShare

func (*Message) GetGroupStatusMentionMessage

func (x *Message) GetGroupStatusMentionMessage() *FutureProofMessage

func (*Message) GetGroupStatusMessage

func (x *Message) GetGroupStatusMessage() *FutureProofMessage

func (*Message) GetGroupStatusMessageV2

func (x *Message) GetGroupStatusMessageV2() *FutureProofMessage

func (*Message) GetHighlyStructuredMessage

func (x *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*Message) GetImageMessage

func (x *Message) GetImageMessage() *ImageMessage

func (*Message) GetInteractiveMessage

func (x *Message) GetInteractiveMessage() *InteractiveMessage

func (*Message) GetInteractiveResponseMessage

func (x *Message) GetInteractiveResponseMessage() *InteractiveResponseMessage

func (*Message) GetInvoiceMessage

func (x *Message) GetInvoiceMessage() *InvoiceMessage

func (*Message) GetKeepInChatMessage

func (x *Message) GetKeepInChatMessage() *KeepInChatMessage

func (*Message) GetLimitSharingMessage

func (x *Message) GetLimitSharingMessage() *FutureProofMessage

func (*Message) GetListMessage

func (x *Message) GetListMessage() *ListMessage

func (*Message) GetListResponseMessage

func (x *Message) GetListResponseMessage() *ListResponseMessage

func (*Message) GetLiveLocationMessage

func (x *Message) GetLiveLocationMessage() *LiveLocationMessage

func (*Message) GetLocationMessage

func (x *Message) GetLocationMessage() *LocationMessage

func (*Message) GetLottieStickerMessage

func (x *Message) GetLottieStickerMessage() *FutureProofMessage

func (*Message) GetMessageContextInfo

func (x *Message) GetMessageContextInfo() *MessageContextInfo

func (*Message) GetMessageHistoryBundle

func (x *Message) GetMessageHistoryBundle() *MessageHistoryBundle

func (*Message) GetMessageHistoryNotice

func (x *Message) GetMessageHistoryNotice() *MessageHistoryNotice

func (*Message) GetMusicMessage

func (x *Message) GetMusicMessage() *MusicMessage

func (*Message) GetNewsletterAdminInviteMessage

func (x *Message) GetNewsletterAdminInviteMessage() *NewsletterAdminInviteMessage

func (*Message) GetNewsletterAdminProfileMessage

func (x *Message) GetNewsletterAdminProfileMessage() *FutureProofMessage

func (*Message) GetNewsletterAdminProfileMessageV2

func (x *Message) GetNewsletterAdminProfileMessageV2() *FutureProofMessage

func (*Message) GetNewsletterAdminProfileStatusMessage

func (x *Message) GetNewsletterAdminProfileStatusMessage() *FutureProofMessage

func (*Message) GetNewsletterFollowerInviteMessageV2

func (x *Message) GetNewsletterFollowerInviteMessageV2() *NewsletterFollowerInviteMessage

func (*Message) GetOrderMessage

func (x *Message) GetOrderMessage() *OrderMessage

func (*Message) GetPaymentInviteMessage

func (x *Message) GetPaymentInviteMessage() *PaymentInviteMessage

func (*Message) GetPaymentReminderMessage

func (x *Message) GetPaymentReminderMessage() *PaymentReminderMessage

func (*Message) GetPinInChatMessage

func (x *Message) GetPinInChatMessage() *PinInChatMessage

func (*Message) GetPlaceholderMessage

func (x *Message) GetPlaceholderMessage() *PlaceholderMessage

func (*Message) GetPollAddOptionMessage

func (x *Message) GetPollAddOptionMessage() *PollAddOptionMessage

func (*Message) GetPollCreationMessage

func (x *Message) GetPollCreationMessage() *PollCreationMessage

func (*Message) GetPollCreationMessageV2

func (x *Message) GetPollCreationMessageV2() *PollCreationMessage

func (*Message) GetPollCreationMessageV3

func (x *Message) GetPollCreationMessageV3() *PollCreationMessage

func (*Message) GetPollCreationMessageV4

func (x *Message) GetPollCreationMessageV4() *FutureProofMessage

func (*Message) GetPollCreationMessageV5

func (x *Message) GetPollCreationMessageV5() *PollCreationMessage

func (*Message) GetPollCreationMessageV6

func (x *Message) GetPollCreationMessageV6() *PollCreationMessage

func (*Message) GetPollCreationOptionImageMessage

func (x *Message) GetPollCreationOptionImageMessage() *FutureProofMessage

func (*Message) GetPollResultSnapshotMessage

func (x *Message) GetPollResultSnapshotMessage() *PollResultSnapshotMessage

func (*Message) GetPollResultSnapshotMessageV3

func (x *Message) GetPollResultSnapshotMessageV3() *PollResultSnapshotMessage

func (*Message) GetPollUpdateMessage

func (x *Message) GetPollUpdateMessage() *PollUpdateMessage

func (*Message) GetProductMessage

func (x *Message) GetProductMessage() *ProductMessage

func (*Message) GetProtocolMessage

func (x *Message) GetProtocolMessage() *ProtocolMessage

func (*Message) GetPtvMessage

func (x *Message) GetPtvMessage() *VideoMessage

func (*Message) GetQuestionMessage

func (x *Message) GetQuestionMessage() *FutureProofMessage

func (*Message) GetQuestionReplyMessage

func (x *Message) GetQuestionReplyMessage() *FutureProofMessage

func (*Message) GetQuestionResponseMessage

func (x *Message) GetQuestionResponseMessage() *QuestionResponseMessage

func (*Message) GetReactionMessage

func (x *Message) GetReactionMessage() *ReactionMessage

func (*Message) GetRequestPaymentMessage

func (x *Message) GetRequestPaymentMessage() *RequestPaymentMessage

func (*Message) GetRequestPhoneNumberMessage

func (x *Message) GetRequestPhoneNumberMessage() *RequestPhoneNumberMessage

func (*Message) GetRichResponseMessage

func (x *Message) GetRichResponseMessage() *AIRichResponseMessage

func (*Message) GetRootSecretDistributeMessage

func (x *Message) GetRootSecretDistributeMessage() *RootSecretDistributeMessage

func (*Message) GetScheduledCallCreationMessage

func (x *Message) GetScheduledCallCreationMessage() *ScheduledCallCreationMessage

func (*Message) GetScheduledCallEditMessage

func (x *Message) GetScheduledCallEditMessage() *ScheduledCallEditMessage

func (*Message) GetSecretEncryptedMessage

func (x *Message) GetSecretEncryptedMessage() *SecretEncryptedMessage

func (*Message) GetSendPaymentMessage

func (x *Message) GetSendPaymentMessage() *SendPaymentMessage

func (*Message) GetSenderKeyDistributionMessage

func (x *Message) GetSenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetSplitPaymentMessage

func (x *Message) GetSplitPaymentMessage() *SplitPaymentMessage

func (*Message) GetSplitPaymentUpdateMessage

func (x *Message) GetSplitPaymentUpdateMessage() *SplitPaymentUpdateMessage

func (*Message) GetSpoilerMessage

func (x *Message) GetSpoilerMessage() *FutureProofMessage

func (*Message) GetStatusAddYours

func (x *Message) GetStatusAddYours() *FutureProofMessage

func (*Message) GetStatusLinkPreviewMetadata

func (x *Message) GetStatusLinkPreviewMetadata() *StatusLinkPreviewMetadata

func (*Message) GetStatusMentionMessage

func (x *Message) GetStatusMentionMessage() *FutureProofMessage

func (*Message) GetStatusNotificationMessage

func (x *Message) GetStatusNotificationMessage() *StatusNotificationMessage

func (*Message) GetStatusQuestionAnswerMessage

func (x *Message) GetStatusQuestionAnswerMessage() *StatusQuestionAnswerMessage

func (*Message) GetStatusQuotedMessage

func (x *Message) GetStatusQuotedMessage() *StatusQuotedMessage

func (*Message) GetStatusStickerInteractionMessage

func (x *Message) GetStatusStickerInteractionMessage() *StatusStickerInteractionMessage

func (*Message) GetStickerMessage

func (x *Message) GetStickerMessage() *StickerMessage

func (*Message) GetStickerPackMessage

func (x *Message) GetStickerPackMessage() *StickerPackMessage

func (*Message) GetStickerSyncRmrMessage

func (x *Message) GetStickerSyncRmrMessage() *StickerSyncRMRMessage

func (*Message) GetTemplateButtonReplyMessage

func (x *Message) GetTemplateButtonReplyMessage() *TemplateButtonReplyMessage

func (*Message) GetTemplateMessage

func (x *Message) GetTemplateMessage() *TemplateMessage

func (*Message) GetVideoMessage

func (x *Message) GetVideoMessage() *VideoMessage

func (*Message) GetViewOnceMessage

func (x *Message) GetViewOnceMessage() *FutureProofMessage

func (*Message) GetViewOnceMessageV2

func (x *Message) GetViewOnceMessageV2() *FutureProofMessage

func (*Message) GetViewOnceMessageV2Extension

func (x *Message) GetViewOnceMessageV2Extension() *FutureProofMessage

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageAssociation

type MessageAssociation struct {
	AssociationType  *MessageAssociation_AssociationType `` /* 135-byte string literal not displayed */
	ParentMessageKey *waCommon.MessageKey                `protobuf:"bytes,2,opt,name=parentMessageKey" json:"parentMessageKey,omitempty"`
	MessageIndex     *int32                              `protobuf:"varint,3,opt,name=messageIndex" json:"messageIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageAssociation) Descriptor deprecated

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

Deprecated: Use MessageAssociation.ProtoReflect.Descriptor instead.

func (*MessageAssociation) GetAssociationType

func (*MessageAssociation) GetMessageIndex

func (x *MessageAssociation) GetMessageIndex() int32

func (*MessageAssociation) GetParentMessageKey

func (x *MessageAssociation) GetParentMessageKey() *waCommon.MessageKey

func (*MessageAssociation) ProtoMessage

func (*MessageAssociation) ProtoMessage()

func (*MessageAssociation) ProtoReflect

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

func (*MessageAssociation) Reset

func (x *MessageAssociation) Reset()

func (*MessageAssociation) String

func (x *MessageAssociation) String() string

type MessageAssociation_AssociationType

type MessageAssociation_AssociationType int32
const (
	MessageAssociation_UNKNOWN                     MessageAssociation_AssociationType = 0
	MessageAssociation_MEDIA_ALBUM                 MessageAssociation_AssociationType = 1
	MessageAssociation_BOT_PLUGIN                  MessageAssociation_AssociationType = 2
	MessageAssociation_EVENT_COVER_IMAGE           MessageAssociation_AssociationType = 3
	MessageAssociation_STATUS_POLL                 MessageAssociation_AssociationType = 4
	MessageAssociation_HD_VIDEO_DUAL_UPLOAD        MessageAssociation_AssociationType = 5
	MessageAssociation_STATUS_EXTERNAL_RESHARE     MessageAssociation_AssociationType = 6
	MessageAssociation_MEDIA_POLL                  MessageAssociation_AssociationType = 7
	MessageAssociation_STATUS_ADD_YOURS            MessageAssociation_AssociationType = 8
	MessageAssociation_STATUS_NOTIFICATION         MessageAssociation_AssociationType = 9
	MessageAssociation_HD_IMAGE_DUAL_UPLOAD        MessageAssociation_AssociationType = 10
	MessageAssociation_STICKER_ANNOTATION          MessageAssociation_AssociationType = 11
	MessageAssociation_MOTION_PHOTO                MessageAssociation_AssociationType = 12
	MessageAssociation_STATUS_LINK_ACTION          MessageAssociation_AssociationType = 13
	MessageAssociation_VIEW_ALL_REPLIES            MessageAssociation_AssociationType = 14
	MessageAssociation_STATUS_ADD_YOURS_AI_IMAGINE MessageAssociation_AssociationType = 15
	MessageAssociation_STATUS_QUESTION             MessageAssociation_AssociationType = 16
	MessageAssociation_STATUS_ADD_YOURS_DIWALI     MessageAssociation_AssociationType = 17
	MessageAssociation_STATUS_REACTION             MessageAssociation_AssociationType = 18
	MessageAssociation_HEVC_VIDEO_DUAL_UPLOAD      MessageAssociation_AssociationType = 19
	MessageAssociation_POLL_ADD_OPTION             MessageAssociation_AssociationType = 20
)

func (MessageAssociation_AssociationType) Descriptor

func (MessageAssociation_AssociationType) Enum

func (MessageAssociation_AssociationType) EnumDescriptor deprecated

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

Deprecated: Use MessageAssociation_AssociationType.Descriptor instead.

func (MessageAssociation_AssociationType) Number

func (MessageAssociation_AssociationType) String

func (MessageAssociation_AssociationType) Type

func (*MessageAssociation_AssociationType) UnmarshalJSON deprecated

func (x *MessageAssociation_AssociationType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type MessageContextInfo

type MessageContextInfo struct {
	DeviceListMetadata           *DeviceListMetadata                        `protobuf:"bytes,1,opt,name=deviceListMetadata" json:"deviceListMetadata,omitempty"`
	DeviceListMetadataVersion    *int32                                     `protobuf:"varint,2,opt,name=deviceListMetadataVersion" json:"deviceListMetadataVersion,omitempty"`
	MessageSecret                []byte                                     `protobuf:"bytes,3,opt,name=messageSecret" json:"messageSecret,omitempty"`
	PaddingBytes                 []byte                                     `protobuf:"bytes,4,opt,name=paddingBytes" json:"paddingBytes,omitempty"`
	MessageAddOnDurationInSecs   *uint32                                    `protobuf:"varint,5,opt,name=messageAddOnDurationInSecs" json:"messageAddOnDurationInSecs,omitempty"`
	BotMessageSecret             []byte                                     `protobuf:"bytes,6,opt,name=botMessageSecret" json:"botMessageSecret,omitempty"`
	BotMetadata                  *waAICommon.BotMetadata                    `protobuf:"bytes,7,opt,name=botMetadata" json:"botMetadata,omitempty"`
	ReportingTokenVersion        *int32                                     `protobuf:"varint,8,opt,name=reportingTokenVersion" json:"reportingTokenVersion,omitempty"`
	MessageAddOnExpiryType       *MessageContextInfo_MessageAddonExpiryType `` /* 156-byte string literal not displayed */
	MessageAssociation           *MessageAssociation                        `protobuf:"bytes,10,opt,name=messageAssociation" json:"messageAssociation,omitempty"`
	CapiCreatedGroup             *bool                                      `protobuf:"varint,11,opt,name=capiCreatedGroup" json:"capiCreatedGroup,omitempty"`
	SupportPayload               *string                                    `protobuf:"bytes,12,opt,name=supportPayload" json:"supportPayload,omitempty"`
	LimitSharing                 *waCommon.LimitSharing                     `protobuf:"bytes,13,opt,name=limitSharing" json:"limitSharing,omitempty"`
	LimitSharingV2               *waCommon.LimitSharing                     `protobuf:"bytes,14,opt,name=limitSharingV2" json:"limitSharingV2,omitempty"`
	ThreadID                     []*ThreadID                                `protobuf:"bytes,15,rep,name=threadID" json:"threadID,omitempty"`
	WeblinkRenderConfig          *WebLinkRenderConfig                       `` /* 129-byte string literal not displayed */
	TeeBotMetadata               []byte                                     `protobuf:"bytes,17,opt,name=teeBotMetadata" json:"teeBotMetadata,omitempty"`
	AccountEncryptionAttestation *waAea.NonE2EEAttestation                  `protobuf:"bytes,18,opt,name=accountEncryptionAttestation" json:"accountEncryptionAttestation,omitempty"`
	AssociatedPrimaryIdentityKey []byte                                     `protobuf:"bytes,19,opt,name=associatedPrimaryIdentityKey" json:"associatedPrimaryIdentityKey,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageContextInfo) Descriptor deprecated

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

Deprecated: Use MessageContextInfo.ProtoReflect.Descriptor instead.

func (*MessageContextInfo) GetAccountEncryptionAttestation

func (x *MessageContextInfo) GetAccountEncryptionAttestation() *waAea.NonE2EEAttestation

func (*MessageContextInfo) GetAssociatedPrimaryIdentityKey

func (x *MessageContextInfo) GetAssociatedPrimaryIdentityKey() []byte

func (*MessageContextInfo) GetBotMessageSecret

func (x *MessageContextInfo) GetBotMessageSecret() []byte

func (*MessageContextInfo) GetBotMetadata

func (x *MessageContextInfo) GetBotMetadata() *waAICommon.BotMetadata

func (*MessageContextInfo) GetCapiCreatedGroup

func (x *MessageContextInfo) GetCapiCreatedGroup() bool

func (*MessageContextInfo) GetDeviceListMetadata

func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata

func (*MessageContextInfo) GetDeviceListMetadataVersion

func (x *MessageContextInfo) GetDeviceListMetadataVersion() int32

func (*MessageContextInfo) GetLimitSharing

func (x *MessageContextInfo) GetLimitSharing() *waCommon.LimitSharing

func (*MessageContextInfo) GetLimitSharingV2

func (x *MessageContextInfo) GetLimitSharingV2() *waCommon.LimitSharing

func (*MessageContextInfo) GetMessageAddOnDurationInSecs

func (x *MessageContextInfo) GetMessageAddOnDurationInSecs() uint32

func (*MessageContextInfo) GetMessageAddOnExpiryType

func (x *MessageContextInfo) GetMessageAddOnExpiryType() MessageContextInfo_MessageAddonExpiryType

func (*MessageContextInfo) GetMessageAssociation

func (x *MessageContextInfo) GetMessageAssociation() *MessageAssociation

func (*MessageContextInfo) GetMessageSecret

func (x *MessageContextInfo) GetMessageSecret() []byte

func (*MessageContextInfo) GetPaddingBytes

func (x *MessageContextInfo) GetPaddingBytes() []byte

func (*MessageContextInfo) GetReportingTokenVersion

func (x *MessageContextInfo) GetReportingTokenVersion() int32

func (*MessageContextInfo) GetSupportPayload

func (x *MessageContextInfo) GetSupportPayload() string

func (*MessageContextInfo) GetTeeBotMetadata

func (x *MessageContextInfo) GetTeeBotMetadata() []byte

func (*MessageContextInfo) GetThreadID

func (x *MessageContextInfo) GetThreadID() []*ThreadID

func (*MessageContextInfo) GetWeblinkRenderConfig

func (x *MessageContextInfo) GetWeblinkRenderConfig() WebLinkRenderConfig

func (*MessageContextInfo) ProtoMessage

func (*MessageContextInfo) ProtoMessage()

func (*MessageContextInfo) ProtoReflect

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

func (*MessageContextInfo) Reset

func (x *MessageContextInfo) Reset()

func (*MessageContextInfo) String

func (x *MessageContextInfo) String() string

type MessageContextInfo_MessageAddonExpiryType

type MessageContextInfo_MessageAddonExpiryType int32
const (
	MessageContextInfo_STATIC              MessageContextInfo_MessageAddonExpiryType = 1
	MessageContextInfo_DEPENDENT_ON_PARENT MessageContextInfo_MessageAddonExpiryType = 2
)

func (MessageContextInfo_MessageAddonExpiryType) Descriptor

func (MessageContextInfo_MessageAddonExpiryType) Enum

func (MessageContextInfo_MessageAddonExpiryType) EnumDescriptor deprecated

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

Deprecated: Use MessageContextInfo_MessageAddonExpiryType.Descriptor instead.

func (MessageContextInfo_MessageAddonExpiryType) Number

func (MessageContextInfo_MessageAddonExpiryType) String

func (MessageContextInfo_MessageAddonExpiryType) Type

func (*MessageContextInfo_MessageAddonExpiryType) UnmarshalJSON deprecated

Deprecated: Do not use.

type MessageHistoryBundle

type MessageHistoryBundle struct {
	Mimetype               *string                 `protobuf:"bytes,1,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSHA256             []byte                  `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	MediaKey               []byte                  `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256          []byte                  `protobuf:"bytes,4,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath             *string                 `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp      *int64                  `protobuf:"varint,6,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContextInfo            *ContextInfo            `protobuf:"bytes,7,opt,name=contextInfo" json:"contextInfo,omitempty"`
	MessageHistoryMetadata *MessageHistoryMetadata `protobuf:"bytes,8,opt,name=messageHistoryMetadata" json:"messageHistoryMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHistoryBundle) Descriptor deprecated

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

Deprecated: Use MessageHistoryBundle.ProtoReflect.Descriptor instead.

func (*MessageHistoryBundle) GetContextInfo

func (x *MessageHistoryBundle) GetContextInfo() *ContextInfo

func (*MessageHistoryBundle) GetDirectPath

func (x *MessageHistoryBundle) GetDirectPath() string

func (*MessageHistoryBundle) GetFileEncSHA256

func (x *MessageHistoryBundle) GetFileEncSHA256() []byte

func (*MessageHistoryBundle) GetFileSHA256

func (x *MessageHistoryBundle) GetFileSHA256() []byte

func (*MessageHistoryBundle) GetMediaKey

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

func (*MessageHistoryBundle) GetMediaKeyTimestamp

func (x *MessageHistoryBundle) GetMediaKeyTimestamp() int64

func (*MessageHistoryBundle) GetMessageHistoryMetadata

func (x *MessageHistoryBundle) GetMessageHistoryMetadata() *MessageHistoryMetadata

func (*MessageHistoryBundle) GetMimetype

func (x *MessageHistoryBundle) GetMimetype() string

func (*MessageHistoryBundle) ProtoMessage

func (*MessageHistoryBundle) ProtoMessage()

func (*MessageHistoryBundle) ProtoReflect

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

func (*MessageHistoryBundle) Reset

func (x *MessageHistoryBundle) Reset()

func (*MessageHistoryBundle) String

func (x *MessageHistoryBundle) String() string

type MessageHistoryMetadata

type MessageHistoryMetadata struct {
	HistoryReceivers               []string `protobuf:"bytes,1,rep,name=historyReceivers" json:"historyReceivers,omitempty"`
	OldestMessageTimestampInWindow *int64   `protobuf:"varint,2,opt,name=oldestMessageTimestampInWindow" json:"oldestMessageTimestampInWindow,omitempty"`
	MessageCount                   *int64   `protobuf:"varint,3,opt,name=messageCount" json:"messageCount,omitempty"`
	NonHistoryReceivers            []string `protobuf:"bytes,4,rep,name=nonHistoryReceivers" json:"nonHistoryReceivers,omitempty"`
	OldestMessageTimestampInBundle *int64   `protobuf:"varint,5,opt,name=oldestMessageTimestampInBundle" json:"oldestMessageTimestampInBundle,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHistoryMetadata) Descriptor deprecated

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

Deprecated: Use MessageHistoryMetadata.ProtoReflect.Descriptor instead.

func (*MessageHistoryMetadata) GetHistoryReceivers

func (x *MessageHistoryMetadata) GetHistoryReceivers() []string

func (*MessageHistoryMetadata) GetMessageCount

func (x *MessageHistoryMetadata) GetMessageCount() int64

func (*MessageHistoryMetadata) GetNonHistoryReceivers

func (x *MessageHistoryMetadata) GetNonHistoryReceivers() []string

func (*MessageHistoryMetadata) GetOldestMessageTimestampInBundle

func (x *MessageHistoryMetadata) GetOldestMessageTimestampInBundle() int64

func (*MessageHistoryMetadata) GetOldestMessageTimestampInWindow

func (x *MessageHistoryMetadata) GetOldestMessageTimestampInWindow() int64

func (*MessageHistoryMetadata) ProtoMessage

func (*MessageHistoryMetadata) ProtoMessage()

func (*MessageHistoryMetadata) ProtoReflect

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

func (*MessageHistoryMetadata) Reset

func (x *MessageHistoryMetadata) Reset()

func (*MessageHistoryMetadata) String

func (x *MessageHistoryMetadata) String() string

type MessageHistoryNotice

type MessageHistoryNotice struct {
	ContextInfo                 *ContextInfo                 `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	MessageHistoryMetadata      *MessageHistoryMetadata      `protobuf:"bytes,2,opt,name=messageHistoryMetadata" json:"messageHistoryMetadata,omitempty"`
	BotHistoryShareSyncMetadata *BotHistoryShareSyncMetadata `protobuf:"bytes,3,opt,name=botHistoryShareSyncMetadata" json:"botHistoryShareSyncMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHistoryNotice) Descriptor deprecated

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

Deprecated: Use MessageHistoryNotice.ProtoReflect.Descriptor instead.

func (*MessageHistoryNotice) GetBotHistoryShareSyncMetadata

func (x *MessageHistoryNotice) GetBotHistoryShareSyncMetadata() *BotHistoryShareSyncMetadata

func (*MessageHistoryNotice) GetContextInfo

func (x *MessageHistoryNotice) GetContextInfo() *ContextInfo

func (*MessageHistoryNotice) GetMessageHistoryMetadata

func (x *MessageHistoryNotice) GetMessageHistoryMetadata() *MessageHistoryMetadata

func (*MessageHistoryNotice) ProtoMessage

func (*MessageHistoryNotice) ProtoMessage()

func (*MessageHistoryNotice) ProtoReflect

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

func (*MessageHistoryNotice) Reset

func (x *MessageHistoryNotice) Reset()

func (*MessageHistoryNotice) String

func (x *MessageHistoryNotice) String() string

type MessageSecretMessage

type MessageSecretMessage struct {
	Version    *int32 `protobuf:"fixed32,1,opt,name=version" json:"version,omitempty"`
	EncIV      []byte `protobuf:"bytes,2,opt,name=encIV" json:"encIV,omitempty"`
	EncPayload []byte `protobuf:"bytes,3,opt,name=encPayload" json:"encPayload,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSecretMessage) Descriptor deprecated

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

Deprecated: Use MessageSecretMessage.ProtoReflect.Descriptor instead.

func (*MessageSecretMessage) GetEncIV

func (x *MessageSecretMessage) GetEncIV() []byte

func (*MessageSecretMessage) GetEncPayload

func (x *MessageSecretMessage) GetEncPayload() []byte

func (*MessageSecretMessage) GetVersion

func (x *MessageSecretMessage) GetVersion() int32

func (*MessageSecretMessage) ProtoMessage

func (*MessageSecretMessage) ProtoMessage()

func (*MessageSecretMessage) ProtoReflect

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

func (*MessageSecretMessage) Reset

func (x *MessageSecretMessage) Reset()

func (*MessageSecretMessage) String

func (x *MessageSecretMessage) String() string

type Money

type Money struct {
	Value        *int64  `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
	Offset       *uint32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	CurrencyCode *string `protobuf:"bytes,3,opt,name=currencyCode" json:"currencyCode,omitempty"`
	// contains filtered or unexported fields
}

func (*Money) Descriptor deprecated

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

Deprecated: Use Money.ProtoReflect.Descriptor instead.

func (*Money) GetCurrencyCode

func (x *Money) GetCurrencyCode() string

func (*Money) GetOffset

func (x *Money) GetOffset() uint32

func (*Money) GetValue

func (x *Money) GetValue() int64

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) ProtoReflect

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

func (*Money) Reset

func (x *Money) Reset()

func (*Money) String

func (x *Money) String() string

type MusicMessage

type MusicMessage struct {
	EmbeddedMusic *EmbeddedMusic `protobuf:"bytes,1,opt,name=embeddedMusic" json:"embeddedMusic,omitempty"`
	SongUri       *string        `protobuf:"bytes,2,opt,name=songUri" json:"songUri,omitempty"`
	ArtworkUri    *string        `protobuf:"bytes,3,opt,name=artworkUri" json:"artworkUri,omitempty"`
	Style         *int32         `protobuf:"varint,4,opt,name=style" json:"style,omitempty"`
	ContextInfo   *ContextInfo   `protobuf:"bytes,5,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*MusicMessage) Descriptor deprecated

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

Deprecated: Use MusicMessage.ProtoReflect.Descriptor instead.

func (*MusicMessage) GetArtworkUri

func (x *MusicMessage) GetArtworkUri() string

func (*MusicMessage) GetContextInfo

func (x *MusicMessage) GetContextInfo() *ContextInfo

func (*MusicMessage) GetEmbeddedMusic

func (x *MusicMessage) GetEmbeddedMusic() *EmbeddedMusic

func (*MusicMessage) GetSongUri

func (x *MusicMessage) GetSongUri() string

func (*MusicMessage) GetStyle

func (x *MusicMessage) GetStyle() int32

func (*MusicMessage) ProtoMessage

func (*MusicMessage) ProtoMessage()

func (*MusicMessage) ProtoReflect

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

func (*MusicMessage) Reset

func (x *MusicMessage) Reset()

func (*MusicMessage) String

func (x *MusicMessage) String() string

type MusicMessage_MusicMessageStyle

type MusicMessage_MusicMessageStyle int32
const (
	MusicMessage_UNKNOWN MusicMessage_MusicMessageStyle = 0
	MusicMessage_VINYL   MusicMessage_MusicMessageStyle = 1
)

func (MusicMessage_MusicMessageStyle) Descriptor

func (MusicMessage_MusicMessageStyle) Enum

func (MusicMessage_MusicMessageStyle) EnumDescriptor deprecated

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

Deprecated: Use MusicMessage_MusicMessageStyle.Descriptor instead.

func (MusicMessage_MusicMessageStyle) Number

func (MusicMessage_MusicMessageStyle) String

func (MusicMessage_MusicMessageStyle) Type

func (*MusicMessage_MusicMessageStyle) UnmarshalJSON deprecated

func (x *MusicMessage_MusicMessageStyle) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type NewsletterAdminInviteMessage

type NewsletterAdminInviteMessage struct {
	NewsletterJID    *string      `protobuf:"bytes,1,opt,name=newsletterJID" json:"newsletterJID,omitempty"`
	NewsletterName   *string      `protobuf:"bytes,2,opt,name=newsletterName" json:"newsletterName,omitempty"`
	JPEGThumbnail    []byte       `protobuf:"bytes,3,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	Caption          *string      `protobuf:"bytes,4,opt,name=caption" json:"caption,omitempty"`
	InviteExpiration *int64       `protobuf:"varint,5,opt,name=inviteExpiration" json:"inviteExpiration,omitempty"`
	ContextInfo      *ContextInfo `protobuf:"bytes,6,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*NewsletterAdminInviteMessage) Descriptor deprecated

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

Deprecated: Use NewsletterAdminInviteMessage.ProtoReflect.Descriptor instead.

func (*NewsletterAdminInviteMessage) GetCaption

func (x *NewsletterAdminInviteMessage) GetCaption() string

func (*NewsletterAdminInviteMessage) GetContextInfo

func (x *NewsletterAdminInviteMessage) GetContextInfo() *ContextInfo

func (*NewsletterAdminInviteMessage) GetInviteExpiration

func (x *NewsletterAdminInviteMessage) GetInviteExpiration() int64

func (*NewsletterAdminInviteMessage) GetJPEGThumbnail

func (x *NewsletterAdminInviteMessage) GetJPEGThumbnail() []byte

func (*NewsletterAdminInviteMessage) GetNewsletterJID

func (x *NewsletterAdminInviteMessage) GetNewsletterJID() string

func (*NewsletterAdminInviteMessage) GetNewsletterName

func (x *NewsletterAdminInviteMessage) GetNewsletterName() string

func (*NewsletterAdminInviteMessage) ProtoMessage

func (*NewsletterAdminInviteMessage) ProtoMessage()

func (*NewsletterAdminInviteMessage) ProtoReflect

func (*NewsletterAdminInviteMessage) Reset

func (x *NewsletterAdminInviteMessage) Reset()

func (*NewsletterAdminInviteMessage) String

type NewsletterFollowerInviteMessage

type NewsletterFollowerInviteMessage struct {
	NewsletterJID  *string      `protobuf:"bytes,1,opt,name=newsletterJID" json:"newsletterJID,omitempty"`
	NewsletterName *string      `protobuf:"bytes,2,opt,name=newsletterName" json:"newsletterName,omitempty"`
	JPEGThumbnail  []byte       `protobuf:"bytes,3,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	Caption        *string      `protobuf:"bytes,4,opt,name=caption" json:"caption,omitempty"`
	ContextInfo    *ContextInfo `protobuf:"bytes,5,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*NewsletterFollowerInviteMessage) Descriptor deprecated

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

Deprecated: Use NewsletterFollowerInviteMessage.ProtoReflect.Descriptor instead.

func (*NewsletterFollowerInviteMessage) GetCaption

func (x *NewsletterFollowerInviteMessage) GetCaption() string

func (*NewsletterFollowerInviteMessage) GetContextInfo

func (x *NewsletterFollowerInviteMessage) GetContextInfo() *ContextInfo

func (*NewsletterFollowerInviteMessage) GetJPEGThumbnail

func (x *NewsletterFollowerInviteMessage) GetJPEGThumbnail() []byte

func (*NewsletterFollowerInviteMessage) GetNewsletterJID

func (x *NewsletterFollowerInviteMessage) GetNewsletterJID() string

func (*NewsletterFollowerInviteMessage) GetNewsletterName

func (x *NewsletterFollowerInviteMessage) GetNewsletterName() string

func (*NewsletterFollowerInviteMessage) ProtoMessage

func (*NewsletterFollowerInviteMessage) ProtoMessage()

func (*NewsletterFollowerInviteMessage) ProtoReflect

func (*NewsletterFollowerInviteMessage) Reset

func (*NewsletterFollowerInviteMessage) String

type OrderMessage

type OrderMessage struct {
	OrderID               *string                    `protobuf:"bytes,1,opt,name=orderID" json:"orderID,omitempty"`
	Thumbnail             []byte                     `protobuf:"bytes,2,opt,name=thumbnail" json:"thumbnail,omitempty"`
	ItemCount             *int32                     `protobuf:"varint,3,opt,name=itemCount" json:"itemCount,omitempty"`
	Status                *OrderMessage_OrderStatus  `protobuf:"varint,4,opt,name=status,enum=WAWebProtobufsE2E.OrderMessage_OrderStatus" json:"status,omitempty"`
	Surface               *OrderMessage_OrderSurface `protobuf:"varint,5,opt,name=surface,enum=WAWebProtobufsE2E.OrderMessage_OrderSurface" json:"surface,omitempty"`
	Message               *string                    `protobuf:"bytes,6,opt,name=message" json:"message,omitempty"`
	OrderTitle            *string                    `protobuf:"bytes,7,opt,name=orderTitle" json:"orderTitle,omitempty"`
	SellerJID             *string                    `protobuf:"bytes,8,opt,name=sellerJID" json:"sellerJID,omitempty"`
	Token                 *string                    `protobuf:"bytes,9,opt,name=token" json:"token,omitempty"`
	TotalAmount1000       *int64                     `protobuf:"varint,10,opt,name=totalAmount1000" json:"totalAmount1000,omitempty"`
	TotalCurrencyCode     *string                    `protobuf:"bytes,11,opt,name=totalCurrencyCode" json:"totalCurrencyCode,omitempty"`
	ContextInfo           *ContextInfo               `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	MessageVersion        *int32                     `protobuf:"varint,12,opt,name=messageVersion" json:"messageVersion,omitempty"`
	OrderRequestMessageID *waCommon.MessageKey       `protobuf:"bytes,13,opt,name=orderRequestMessageID" json:"orderRequestMessageID,omitempty"`
	CatalogType           *string                    `protobuf:"bytes,15,opt,name=catalogType" json:"catalogType,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderMessage) Descriptor deprecated

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

Deprecated: Use OrderMessage.ProtoReflect.Descriptor instead.

func (*OrderMessage) GetCatalogType

func (x *OrderMessage) GetCatalogType() string

func (*OrderMessage) GetContextInfo

func (x *OrderMessage) GetContextInfo() *ContextInfo

func (*OrderMessage) GetItemCount

func (x *OrderMessage) GetItemCount() int32

func (*OrderMessage) GetMessage

func (x *OrderMessage) GetMessage() string

func (*OrderMessage) GetMessageVersion

func (x *OrderMessage) GetMessageVersion() int32

func (*OrderMessage) GetOrderID

func (x *OrderMessage) GetOrderID() string

func (*OrderMessage) GetOrderRequestMessageID

func (x *OrderMessage) GetOrderRequestMessageID() *waCommon.MessageKey

func (*OrderMessage) GetOrderTitle

func (x *OrderMessage) GetOrderTitle() string

func (*OrderMessage) GetSellerJID

func (x *OrderMessage) GetSellerJID() string

func (*OrderMessage) GetStatus

func (x *OrderMessage) GetStatus() OrderMessage_OrderStatus

func (*OrderMessage) GetSurface

func (x *OrderMessage) GetSurface() OrderMessage_OrderSurface

func (*OrderMessage) GetThumbnail

func (x *OrderMessage) GetThumbnail() []byte

func (*OrderMessage) GetToken

func (x *OrderMessage) GetToken() string

func (*OrderMessage) GetTotalAmount1000

func (x *OrderMessage) GetTotalAmount1000() int64

func (*OrderMessage) GetTotalCurrencyCode

func (x *OrderMessage) GetTotalCurrencyCode() string

func (*OrderMessage) ProtoMessage

func (*OrderMessage) ProtoMessage()

func (*OrderMessage) ProtoReflect

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

func (*OrderMessage) Reset

func (x *OrderMessage) Reset()

func (*OrderMessage) String

func (x *OrderMessage) String() string

type OrderMessage_OrderStatus

type OrderMessage_OrderStatus int32
const (
	OrderMessage_INQUIRY  OrderMessage_OrderStatus = 1
	OrderMessage_ACCEPTED OrderMessage_OrderStatus = 2
	OrderMessage_DECLINED OrderMessage_OrderStatus = 3
)

func (OrderMessage_OrderStatus) Descriptor

func (OrderMessage_OrderStatus) Enum

func (OrderMessage_OrderStatus) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderStatus.Descriptor instead.

func (OrderMessage_OrderStatus) Number

func (OrderMessage_OrderStatus) String

func (x OrderMessage_OrderStatus) String() string

func (OrderMessage_OrderStatus) Type

func (*OrderMessage_OrderStatus) UnmarshalJSON deprecated

func (x *OrderMessage_OrderStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type OrderMessage_OrderSurface

type OrderMessage_OrderSurface int32
const (
	OrderMessage_CATALOG OrderMessage_OrderSurface = 1
)

func (OrderMessage_OrderSurface) Descriptor

func (OrderMessage_OrderSurface) Enum

func (OrderMessage_OrderSurface) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderSurface.Descriptor instead.

func (OrderMessage_OrderSurface) Number

func (OrderMessage_OrderSurface) String

func (x OrderMessage_OrderSurface) String() string

func (OrderMessage_OrderSurface) Type

func (*OrderMessage_OrderSurface) UnmarshalJSON deprecated

func (x *OrderMessage_OrderSurface) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentBackground

type PaymentBackground struct {
	ID              *string                      `protobuf:"bytes,1,opt,name=ID" json:"ID,omitempty"`
	FileLength      *uint64                      `protobuf:"varint,2,opt,name=fileLength" json:"fileLength,omitempty"`
	Width           *uint32                      `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
	Height          *uint32                      `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
	Mimetype        *string                      `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
	PlaceholderArgb *uint32                      `protobuf:"fixed32,6,opt,name=placeholderArgb" json:"placeholderArgb,omitempty"`
	TextArgb        *uint32                      `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
	SubtextArgb     *uint32                      `protobuf:"fixed32,8,opt,name=subtextArgb" json:"subtextArgb,omitempty"`
	MediaData       *PaymentBackground_MediaData `protobuf:"bytes,9,opt,name=mediaData" json:"mediaData,omitempty"`
	Type            *PaymentBackground_Type      `protobuf:"varint,10,opt,name=type,enum=WAWebProtobufsE2E.PaymentBackground_Type" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentBackground) Descriptor deprecated

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

Deprecated: Use PaymentBackground.ProtoReflect.Descriptor instead.

func (*PaymentBackground) GetFileLength

func (x *PaymentBackground) GetFileLength() uint64

func (*PaymentBackground) GetHeight

func (x *PaymentBackground) GetHeight() uint32

func (*PaymentBackground) GetID

func (x *PaymentBackground) GetID() string

func (*PaymentBackground) GetMediaData

func (*PaymentBackground) GetMimetype

func (x *PaymentBackground) GetMimetype() string

func (*PaymentBackground) GetPlaceholderArgb

func (x *PaymentBackground) GetPlaceholderArgb() uint32

func (*PaymentBackground) GetSubtextArgb

func (x *PaymentBackground) GetSubtextArgb() uint32

func (*PaymentBackground) GetTextArgb

func (x *PaymentBackground) GetTextArgb() uint32

func (*PaymentBackground) GetType

func (*PaymentBackground) GetWidth

func (x *PaymentBackground) GetWidth() uint32

func (*PaymentBackground) ProtoMessage

func (*PaymentBackground) ProtoMessage()

func (*PaymentBackground) ProtoReflect

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

func (*PaymentBackground) Reset

func (x *PaymentBackground) Reset()

func (*PaymentBackground) String

func (x *PaymentBackground) String() string

type PaymentBackground_MediaData

type PaymentBackground_MediaData struct {
	MediaKey          []byte  `protobuf:"bytes,1,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp *int64  `protobuf:"varint,2,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	FileSHA256        []byte  `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256     []byte  `protobuf:"bytes,4,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath        *string `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentBackground_MediaData) Descriptor deprecated

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

Deprecated: Use PaymentBackground_MediaData.ProtoReflect.Descriptor instead.

func (*PaymentBackground_MediaData) GetDirectPath

func (x *PaymentBackground_MediaData) GetDirectPath() string

func (*PaymentBackground_MediaData) GetFileEncSHA256

func (x *PaymentBackground_MediaData) GetFileEncSHA256() []byte

func (*PaymentBackground_MediaData) GetFileSHA256

func (x *PaymentBackground_MediaData) GetFileSHA256() []byte

func (*PaymentBackground_MediaData) GetMediaKey

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

func (*PaymentBackground_MediaData) GetMediaKeyTimestamp

func (x *PaymentBackground_MediaData) GetMediaKeyTimestamp() int64

func (*PaymentBackground_MediaData) ProtoMessage

func (*PaymentBackground_MediaData) ProtoMessage()

func (*PaymentBackground_MediaData) ProtoReflect

func (*PaymentBackground_MediaData) Reset

func (x *PaymentBackground_MediaData) Reset()

func (*PaymentBackground_MediaData) String

func (x *PaymentBackground_MediaData) String() string

type PaymentBackground_Type

type PaymentBackground_Type int32
const (
	PaymentBackground_UNKNOWN PaymentBackground_Type = 0
	PaymentBackground_DEFAULT PaymentBackground_Type = 1
)

func (PaymentBackground_Type) Descriptor

func (PaymentBackground_Type) Enum

func (PaymentBackground_Type) EnumDescriptor deprecated

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

Deprecated: Use PaymentBackground_Type.Descriptor instead.

func (PaymentBackground_Type) Number

func (PaymentBackground_Type) String

func (x PaymentBackground_Type) String() string

func (PaymentBackground_Type) Type

func (*PaymentBackground_Type) UnmarshalJSON deprecated

func (x *PaymentBackground_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentExtendedMetadata

type PaymentExtendedMetadata struct {
	Type              *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Platform          *string `protobuf:"bytes,2,opt,name=platform" json:"platform,omitempty"`
	MessageParamsJSON *string `protobuf:"bytes,3,opt,name=messageParamsJSON" json:"messageParamsJSON,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentExtendedMetadata) Descriptor deprecated

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

Deprecated: Use PaymentExtendedMetadata.ProtoReflect.Descriptor instead.

func (*PaymentExtendedMetadata) GetMessageParamsJSON

func (x *PaymentExtendedMetadata) GetMessageParamsJSON() string

func (*PaymentExtendedMetadata) GetPlatform

func (x *PaymentExtendedMetadata) GetPlatform() string

func (*PaymentExtendedMetadata) GetType

func (x *PaymentExtendedMetadata) GetType() uint32

func (*PaymentExtendedMetadata) ProtoMessage

func (*PaymentExtendedMetadata) ProtoMessage()

func (*PaymentExtendedMetadata) ProtoReflect

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

func (*PaymentExtendedMetadata) Reset

func (x *PaymentExtendedMetadata) Reset()

func (*PaymentExtendedMetadata) String

func (x *PaymentExtendedMetadata) String() string

type PaymentInviteMessage

type PaymentInviteMessage struct {
	ServiceType       *PaymentInviteMessage_ServiceType `protobuf:"varint,1,opt,name=serviceType,enum=WAWebProtobufsE2E.PaymentInviteMessage_ServiceType" json:"serviceType,omitempty"`
	ExpiryTimestamp   *int64                            `protobuf:"varint,2,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
	IncentiveEligible *bool                             `protobuf:"varint,3,opt,name=incentiveEligible" json:"incentiveEligible,omitempty"`
	ReferralID        *string                           `protobuf:"bytes,4,opt,name=referralID" json:"referralID,omitempty"`
	InviteType        *PaymentInviteMessage_InviteType  `protobuf:"varint,5,opt,name=inviteType,enum=WAWebProtobufsE2E.PaymentInviteMessage_InviteType" json:"inviteType,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentInviteMessage) Descriptor deprecated

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

Deprecated: Use PaymentInviteMessage.ProtoReflect.Descriptor instead.

func (*PaymentInviteMessage) GetExpiryTimestamp

func (x *PaymentInviteMessage) GetExpiryTimestamp() int64

func (*PaymentInviteMessage) GetIncentiveEligible

func (x *PaymentInviteMessage) GetIncentiveEligible() bool

func (*PaymentInviteMessage) GetInviteType

func (*PaymentInviteMessage) GetReferralID

func (x *PaymentInviteMessage) GetReferralID() string

func (*PaymentInviteMessage) GetServiceType

func (*PaymentInviteMessage) ProtoMessage

func (*PaymentInviteMessage) ProtoMessage()

func (*PaymentInviteMessage) ProtoReflect

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

func (*PaymentInviteMessage) Reset

func (x *PaymentInviteMessage) Reset()

func (*PaymentInviteMessage) String

func (x *PaymentInviteMessage) String() string

type PaymentInviteMessage_InviteType

type PaymentInviteMessage_InviteType int32
const (
	PaymentInviteMessage_DEFAULT PaymentInviteMessage_InviteType = 0
	PaymentInviteMessage_MAPPER  PaymentInviteMessage_InviteType = 1
)

func (PaymentInviteMessage_InviteType) Descriptor

func (PaymentInviteMessage_InviteType) Enum

func (PaymentInviteMessage_InviteType) EnumDescriptor deprecated

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

Deprecated: Use PaymentInviteMessage_InviteType.Descriptor instead.

func (PaymentInviteMessage_InviteType) Number

func (PaymentInviteMessage_InviteType) String

func (PaymentInviteMessage_InviteType) Type

func (*PaymentInviteMessage_InviteType) UnmarshalJSON deprecated

func (x *PaymentInviteMessage_InviteType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentInviteMessage_ServiceType

type PaymentInviteMessage_ServiceType int32
const (
	PaymentInviteMessage_UNKNOWN PaymentInviteMessage_ServiceType = 0
	PaymentInviteMessage_FBPAY   PaymentInviteMessage_ServiceType = 1
	PaymentInviteMessage_NOVI    PaymentInviteMessage_ServiceType = 2
	PaymentInviteMessage_UPI     PaymentInviteMessage_ServiceType = 3
	PaymentInviteMessage_PIX     PaymentInviteMessage_ServiceType = 4
)

func (PaymentInviteMessage_ServiceType) Descriptor

func (PaymentInviteMessage_ServiceType) Enum

func (PaymentInviteMessage_ServiceType) EnumDescriptor deprecated

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

Deprecated: Use PaymentInviteMessage_ServiceType.Descriptor instead.

func (PaymentInviteMessage_ServiceType) Number

func (PaymentInviteMessage_ServiceType) String

func (PaymentInviteMessage_ServiceType) Type

func (*PaymentInviteMessage_ServiceType) UnmarshalJSON deprecated

func (x *PaymentInviteMessage_ServiceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentLinkMetadata

type PaymentLinkMetadata struct {
	Button   *PaymentLinkMetadata_PaymentLinkButton   `protobuf:"bytes,1,opt,name=button" json:"button,omitempty"`
	Header   *PaymentLinkMetadata_PaymentLinkHeader   `protobuf:"bytes,2,opt,name=header" json:"header,omitempty"`
	Provider *PaymentLinkMetadata_PaymentLinkProvider `protobuf:"bytes,3,opt,name=provider" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentLinkMetadata) Descriptor deprecated

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

Deprecated: Use PaymentLinkMetadata.ProtoReflect.Descriptor instead.

func (*PaymentLinkMetadata) GetButton

func (*PaymentLinkMetadata) GetHeader

func (*PaymentLinkMetadata) GetProvider

func (*PaymentLinkMetadata) ProtoMessage

func (*PaymentLinkMetadata) ProtoMessage()

func (*PaymentLinkMetadata) ProtoReflect

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

func (*PaymentLinkMetadata) Reset

func (x *PaymentLinkMetadata) Reset()

func (*PaymentLinkMetadata) String

func (x *PaymentLinkMetadata) String() string

type PaymentLinkMetadata_PaymentLinkButton

type PaymentLinkMetadata_PaymentLinkButton struct {
	DisplayText *string `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentLinkMetadata_PaymentLinkButton) Descriptor deprecated

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

Deprecated: Use PaymentLinkMetadata_PaymentLinkButton.ProtoReflect.Descriptor instead.

func (*PaymentLinkMetadata_PaymentLinkButton) GetDisplayText

func (x *PaymentLinkMetadata_PaymentLinkButton) GetDisplayText() string

func (*PaymentLinkMetadata_PaymentLinkButton) ProtoMessage

func (*PaymentLinkMetadata_PaymentLinkButton) ProtoMessage()

func (*PaymentLinkMetadata_PaymentLinkButton) ProtoReflect

func (*PaymentLinkMetadata_PaymentLinkButton) Reset

func (*PaymentLinkMetadata_PaymentLinkButton) String

type PaymentLinkMetadata_PaymentLinkHeader

type PaymentLinkMetadata_PaymentLinkHeader struct {
	HeaderType *PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PaymentLinkMetadata_PaymentLinkHeader) Descriptor deprecated

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

Deprecated: Use PaymentLinkMetadata_PaymentLinkHeader.ProtoReflect.Descriptor instead.

func (*PaymentLinkMetadata_PaymentLinkHeader) GetHeaderType

func (*PaymentLinkMetadata_PaymentLinkHeader) ProtoMessage

func (*PaymentLinkMetadata_PaymentLinkHeader) ProtoMessage()

func (*PaymentLinkMetadata_PaymentLinkHeader) ProtoReflect

func (*PaymentLinkMetadata_PaymentLinkHeader) Reset

func (*PaymentLinkMetadata_PaymentLinkHeader) String

type PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType

type PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType int32
const (
	PaymentLinkMetadata_PaymentLinkHeader_LINK_PREVIEW PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType = 0
	PaymentLinkMetadata_PaymentLinkHeader_ORDER        PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType = 1
)

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) Descriptor

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) Enum

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) EnumDescriptor deprecated

Deprecated: Use PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType.Descriptor instead.

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) Number

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) String

func (PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) Type

func (*PaymentLinkMetadata_PaymentLinkHeader_PaymentLinkHeaderType) UnmarshalJSON deprecated

Deprecated: Do not use.

type PaymentLinkMetadata_PaymentLinkProvider

type PaymentLinkMetadata_PaymentLinkProvider struct {
	ParamsJSON *string `protobuf:"bytes,1,opt,name=paramsJSON" json:"paramsJSON,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentLinkMetadata_PaymentLinkProvider) Descriptor deprecated

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

Deprecated: Use PaymentLinkMetadata_PaymentLinkProvider.ProtoReflect.Descriptor instead.

func (*PaymentLinkMetadata_PaymentLinkProvider) GetParamsJSON

func (*PaymentLinkMetadata_PaymentLinkProvider) ProtoMessage

func (*PaymentLinkMetadata_PaymentLinkProvider) ProtoReflect

func (*PaymentLinkMetadata_PaymentLinkProvider) Reset

func (*PaymentLinkMetadata_PaymentLinkProvider) String

type PaymentReminderMessage

type PaymentReminderMessage struct {
	ReminderID  *string                                   `protobuf:"bytes,1,opt,name=reminderID" json:"reminderID,omitempty"`
	InstanceID  *string                                   `protobuf:"bytes,2,opt,name=instanceID" json:"instanceID,omitempty"`
	Description *string                                   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	Frequency   *PaymentReminderMessage_ReminderFrequency `` /* 129-byte string literal not displayed */
	Status      *PaymentReminderMessage_ReminderStatus    `protobuf:"varint,5,opt,name=status,enum=WAWebProtobufsE2E.PaymentReminderMessage_ReminderStatus" json:"status,omitempty"`
	PayeeVpa    *string                                   `protobuf:"bytes,6,opt,name=payeeVpa" json:"payeeVpa,omitempty"`
	PayeeJID    *string                                   `protobuf:"bytes,7,opt,name=payeeJID" json:"payeeJID,omitempty"`
	PayerJID    *string                                   `protobuf:"bytes,8,opt,name=payerJID" json:"payerJID,omitempty"`
	Amount      *Money                                    `protobuf:"bytes,9,opt,name=amount" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentReminderMessage) Descriptor deprecated

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

Deprecated: Use PaymentReminderMessage.ProtoReflect.Descriptor instead.

func (*PaymentReminderMessage) GetAmount

func (x *PaymentReminderMessage) GetAmount() *Money

func (*PaymentReminderMessage) GetDescription

func (x *PaymentReminderMessage) GetDescription() string

func (*PaymentReminderMessage) GetFrequency

func (*PaymentReminderMessage) GetInstanceID

func (x *PaymentReminderMessage) GetInstanceID() string

func (*PaymentReminderMessage) GetPayeeJID

func (x *PaymentReminderMessage) GetPayeeJID() string

func (*PaymentReminderMessage) GetPayeeVpa

func (x *PaymentReminderMessage) GetPayeeVpa() string

func (*PaymentReminderMessage) GetPayerJID

func (x *PaymentReminderMessage) GetPayerJID() string

func (*PaymentReminderMessage) GetReminderID

func (x *PaymentReminderMessage) GetReminderID() string

func (*PaymentReminderMessage) GetStatus

func (*PaymentReminderMessage) ProtoMessage

func (*PaymentReminderMessage) ProtoMessage()

func (*PaymentReminderMessage) ProtoReflect

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

func (*PaymentReminderMessage) Reset

func (x *PaymentReminderMessage) Reset()

func (*PaymentReminderMessage) String

func (x *PaymentReminderMessage) String() string

type PaymentReminderMessage_ReminderFrequency

type PaymentReminderMessage_ReminderFrequency int32
const (
	PaymentReminderMessage_REMINDER_FREQUENCY_UNKNOWN PaymentReminderMessage_ReminderFrequency = 0
	PaymentReminderMessage_WEEKLY                     PaymentReminderMessage_ReminderFrequency = 1
	PaymentReminderMessage_BI_WEEKLY                  PaymentReminderMessage_ReminderFrequency = 2
	PaymentReminderMessage_MONTHLY                    PaymentReminderMessage_ReminderFrequency = 3
	PaymentReminderMessage_QUARTERLY                  PaymentReminderMessage_ReminderFrequency = 4
)

func (PaymentReminderMessage_ReminderFrequency) Descriptor

func (PaymentReminderMessage_ReminderFrequency) Enum

func (PaymentReminderMessage_ReminderFrequency) EnumDescriptor deprecated

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

Deprecated: Use PaymentReminderMessage_ReminderFrequency.Descriptor instead.

func (PaymentReminderMessage_ReminderFrequency) Number

func (PaymentReminderMessage_ReminderFrequency) String

func (PaymentReminderMessage_ReminderFrequency) Type

func (*PaymentReminderMessage_ReminderFrequency) UnmarshalJSON deprecated

func (x *PaymentReminderMessage_ReminderFrequency) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PaymentReminderMessage_ReminderStatus

type PaymentReminderMessage_ReminderStatus int32
const (
	PaymentReminderMessage_REMINDER_STATUS_UNKNOWN PaymentReminderMessage_ReminderStatus = 0
	PaymentReminderMessage_ACTIVE                  PaymentReminderMessage_ReminderStatus = 1
	PaymentReminderMessage_CANCELLED_BY_CREATOR    PaymentReminderMessage_ReminderStatus = 2
	PaymentReminderMessage_STOPPED_BY_RECEIVER     PaymentReminderMessage_ReminderStatus = 3
	PaymentReminderMessage_EXPIRED                 PaymentReminderMessage_ReminderStatus = 4
	PaymentReminderMessage_PAID                    PaymentReminderMessage_ReminderStatus = 5
)

func (PaymentReminderMessage_ReminderStatus) Descriptor

func (PaymentReminderMessage_ReminderStatus) Enum

func (PaymentReminderMessage_ReminderStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentReminderMessage_ReminderStatus.Descriptor instead.

func (PaymentReminderMessage_ReminderStatus) Number

func (PaymentReminderMessage_ReminderStatus) String

func (PaymentReminderMessage_ReminderStatus) Type

func (*PaymentReminderMessage_ReminderStatus) UnmarshalJSON deprecated

func (x *PaymentReminderMessage_ReminderStatus) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PeerDataOperationRequestMessage

type PeerDataOperationRequestMessage struct {
	PeerDataOperationRequestType            *PeerDataOperationRequestType                                            `` /* 155-byte string literal not displayed */
	RequestStickerReupload                  []*PeerDataOperationRequestMessage_RequestStickerReupload                `protobuf:"bytes,2,rep,name=requestStickerReupload" json:"requestStickerReupload,omitempty"`
	RequestURLPreview                       []*PeerDataOperationRequestMessage_RequestUrlPreview                     `protobuf:"bytes,3,rep,name=requestURLPreview" json:"requestURLPreview,omitempty"`
	HistorySyncOnDemandRequest              *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest              `protobuf:"bytes,4,opt,name=historySyncOnDemandRequest" json:"historySyncOnDemandRequest,omitempty"`
	PlaceholderMessageResendRequest         []*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest       `protobuf:"bytes,5,rep,name=placeholderMessageResendRequest" json:"placeholderMessageResendRequest,omitempty"`
	FullHistorySyncOnDemandRequest          *PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest          `protobuf:"bytes,6,opt,name=fullHistorySyncOnDemandRequest" json:"fullHistorySyncOnDemandRequest,omitempty"`
	SyncdCollectionFatalRecoveryRequest     *PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest     `protobuf:"bytes,7,opt,name=syncdCollectionFatalRecoveryRequest" json:"syncdCollectionFatalRecoveryRequest,omitempty"`
	HistorySyncChunkRetryRequest            *PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest            `protobuf:"bytes,8,opt,name=historySyncChunkRetryRequest" json:"historySyncChunkRetryRequest,omitempty"`
	GalaxyFlowAction                        *PeerDataOperationRequestMessage_GalaxyFlowAction                        `protobuf:"bytes,9,opt,name=galaxyFlowAction" json:"galaxyFlowAction,omitempty"`
	CompanionCanonicalUserNonceFetchRequest *PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest `protobuf:"bytes,10,opt,name=companionCanonicalUserNonceFetchRequest" json:"companionCanonicalUserNonceFetchRequest,omitempty"`
	BizBroadcastInsightsContactListRequest  *PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest  `protobuf:"bytes,11,opt,name=bizBroadcastInsightsContactListRequest" json:"bizBroadcastInsightsContactListRequest,omitempty"`
	BizBroadcastInsightsRefreshRequest      *PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest      `protobuf:"bytes,12,opt,name=bizBroadcastInsightsRefreshRequest" json:"bizBroadcastInsightsRefreshRequest,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage) Descriptor deprecated

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

Deprecated: Use PeerDataOperationRequestMessage.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage) GetBizBroadcastInsightsContactListRequest

func (*PeerDataOperationRequestMessage) GetBizBroadcastInsightsRefreshRequest

func (*PeerDataOperationRequestMessage) GetCompanionCanonicalUserNonceFetchRequest

func (*PeerDataOperationRequestMessage) GetFullHistorySyncOnDemandRequest

func (*PeerDataOperationRequestMessage) GetGalaxyFlowAction

func (*PeerDataOperationRequestMessage) GetHistorySyncChunkRetryRequest

func (*PeerDataOperationRequestMessage) GetHistorySyncOnDemandRequest

func (*PeerDataOperationRequestMessage) GetPeerDataOperationRequestType

func (x *PeerDataOperationRequestMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType

func (*PeerDataOperationRequestMessage) GetPlaceholderMessageResendRequest

func (*PeerDataOperationRequestMessage) GetRequestStickerReupload

func (*PeerDataOperationRequestMessage) GetRequestURLPreview

func (*PeerDataOperationRequestMessage) GetSyncdCollectionFatalRecoveryRequest

func (*PeerDataOperationRequestMessage) ProtoMessage

func (*PeerDataOperationRequestMessage) ProtoMessage()

func (*PeerDataOperationRequestMessage) ProtoReflect

func (*PeerDataOperationRequestMessage) Reset

func (*PeerDataOperationRequestMessage) String

type PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest

type PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest struct {
	CampaignID *string `protobuf:"bytes,1,opt,name=campaignID" json:"campaignID,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) GetCampaignID

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) Reset

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsContactListRequest) String

type PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest

type PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest struct {
	CampaignID *string `protobuf:"bytes,1,opt,name=campaignID" json:"campaignID,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) GetCampaignID

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) Reset

func (*PeerDataOperationRequestMessage_BizBroadcastInsightsRefreshRequest) String

type PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest

type PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest struct {
	RegistrationTraceID *string `protobuf:"bytes,1,opt,name=registrationTraceID" json:"registrationTraceID,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) GetRegistrationTraceID

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) Reset

func (*PeerDataOperationRequestMessage_CompanionCanonicalUserNonceFetchRequest) String

type PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest

type PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest struct {
	RequestMetadata               *FullHistorySyncOnDemandRequestMetadata       `protobuf:"bytes,1,opt,name=requestMetadata" json:"requestMetadata,omitempty"`
	HistorySyncConfig             *waCompanionReg.DeviceProps_HistorySyncConfig `protobuf:"bytes,2,opt,name=historySyncConfig" json:"historySyncConfig,omitempty"`
	FullHistorySyncOnDemandConfig *FullHistorySyncOnDemandConfig                `protobuf:"bytes,3,opt,name=fullHistorySyncOnDemandConfig" json:"fullHistorySyncOnDemandConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) GetFullHistorySyncOnDemandConfig

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) GetHistorySyncConfig

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) GetRequestMetadata

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) Reset

func (*PeerDataOperationRequestMessage_FullHistorySyncOnDemandRequest) String

type PeerDataOperationRequestMessage_GalaxyFlowAction

type PeerDataOperationRequestMessage_GalaxyFlowAction struct {
	Type                        *PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType `` /* 148-byte string literal not displayed */
	FlowID                      *string                                                                `protobuf:"bytes,2,opt,name=flowID" json:"flowID,omitempty"`
	StanzaID                    *string                                                                `protobuf:"bytes,3,opt,name=stanzaID" json:"stanzaID,omitempty"`
	GalaxyFlowDownloadRequestID *string                                                                `protobuf:"bytes,4,opt,name=galaxyFlowDownloadRequestID" json:"galaxyFlowDownloadRequestID,omitempty"`
	AgmID                       *string                                                                `protobuf:"bytes,5,opt,name=agmID" json:"agmID,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_GalaxyFlowAction.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) GetAgmID

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) GetFlowID

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) GetGalaxyFlowDownloadRequestID

func (x *PeerDataOperationRequestMessage_GalaxyFlowAction) GetGalaxyFlowDownloadRequestID() string

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) GetStanzaID

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) ProtoMessage

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) ProtoReflect

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) Reset

func (*PeerDataOperationRequestMessage_GalaxyFlowAction) String

type PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType

type PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType int32
const (
	PeerDataOperationRequestMessage_GalaxyFlowAction_NOTIFY_LAUNCH      PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType = 1
	PeerDataOperationRequestMessage_GalaxyFlowAction_DOWNLOAD_RESPONSES PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType = 2
)

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) Descriptor

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) Enum

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) EnumDescriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType.Descriptor instead.

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) Number

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) String

func (PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) Type

func (*PeerDataOperationRequestMessage_GalaxyFlowAction_GalaxyFlowActionType) UnmarshalJSON deprecated

Deprecated: Do not use.

type PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest

type PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest struct {
	SyncType            *HistorySyncType `protobuf:"varint,1,opt,name=syncType,enum=WAWebProtobufsE2E.HistorySyncType" json:"syncType,omitempty"`
	ChunkOrder          *uint32          `protobuf:"varint,2,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	ChunkNotificationID *string          `protobuf:"bytes,3,opt,name=chunkNotificationID" json:"chunkNotificationID,omitempty"`
	RegenerateChunk     *bool            `protobuf:"varint,4,opt,name=regenerateChunk" json:"regenerateChunk,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) GetChunkNotificationID

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) GetChunkOrder

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) GetRegenerateChunk

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) GetSyncType

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) Reset

func (*PeerDataOperationRequestMessage_HistorySyncChunkRetryRequest) String

type PeerDataOperationRequestMessage_HistorySyncOnDemandRequest

type PeerDataOperationRequestMessage_HistorySyncOnDemandRequest struct {
	ChatJID               *string `protobuf:"bytes,1,opt,name=chatJID" json:"chatJID,omitempty"`
	OldestMsgID           *string `protobuf:"bytes,2,opt,name=oldestMsgID" json:"oldestMsgID,omitempty"`
	OldestMsgFromMe       *bool   `protobuf:"varint,3,opt,name=oldestMsgFromMe" json:"oldestMsgFromMe,omitempty"`
	OnDemandMsgCount      *int32  `protobuf:"varint,4,opt,name=onDemandMsgCount" json:"onDemandMsgCount,omitempty"`
	OldestMsgTimestampMS  *int64  `protobuf:"varint,5,opt,name=oldestMsgTimestampMS" json:"oldestMsgTimestampMS,omitempty"`
	AccountLid            *string `protobuf:"bytes,6,opt,name=accountLid" json:"accountLid,omitempty"`
	SupportInlineResponse *bool   `protobuf:"varint,7,opt,name=supportInlineResponse" json:"supportInlineResponse,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_HistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetAccountLid

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetChatJID

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgFromMe

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgID

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgTimestampMS

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOnDemandMsgCount

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetSupportInlineResponse

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Reset

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) String

type PeerDataOperationRequestMessage_PlaceholderMessageResendRequest

type PeerDataOperationRequestMessage_PlaceholderMessageResendRequest struct {
	MessageKey *waCommon.MessageKey `protobuf:"bytes,1,opt,name=messageKey" json:"messageKey,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_PlaceholderMessageResendRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) GetMessageKey

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Reset

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) String

type PeerDataOperationRequestMessage_RequestStickerReupload

type PeerDataOperationRequestMessage_RequestStickerReupload struct {
	FileSHA256 *string `protobuf:"bytes,1,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_RequestStickerReupload) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_RequestStickerReupload.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_RequestStickerReupload) GetFileSHA256

func (*PeerDataOperationRequestMessage_RequestStickerReupload) ProtoMessage

func (*PeerDataOperationRequestMessage_RequestStickerReupload) ProtoReflect

func (*PeerDataOperationRequestMessage_RequestStickerReupload) Reset

func (*PeerDataOperationRequestMessage_RequestStickerReupload) String

type PeerDataOperationRequestMessage_RequestUrlPreview

type PeerDataOperationRequestMessage_RequestUrlPreview struct {
	URL                *string `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	IncludeHqThumbnail *bool   `protobuf:"varint,2,opt,name=includeHqThumbnail" json:"includeHqThumbnail,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_RequestUrlPreview) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_RequestUrlPreview.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail

func (x *PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail() bool

func (*PeerDataOperationRequestMessage_RequestUrlPreview) GetURL

func (*PeerDataOperationRequestMessage_RequestUrlPreview) ProtoMessage

func (*PeerDataOperationRequestMessage_RequestUrlPreview) ProtoReflect

func (*PeerDataOperationRequestMessage_RequestUrlPreview) Reset

func (*PeerDataOperationRequestMessage_RequestUrlPreview) String

type PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest

type PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest struct {
	CollectionName *string `protobuf:"bytes,1,opt,name=collectionName" json:"collectionName,omitempty"`
	Timestamp      *int64  `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) GetCollectionName

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) GetTimestamp

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) Reset

func (*PeerDataOperationRequestMessage_SyncDCollectionFatalRecoveryRequest) String

type PeerDataOperationRequestResponseMessage

type PeerDataOperationRequestResponseMessage struct {
	PeerDataOperationRequestType *PeerDataOperationRequestType                                      `` /* 155-byte string literal not displayed */
	StanzaID                     *string                                                            `protobuf:"bytes,2,opt,name=stanzaID" json:"stanzaID,omitempty"`
	PeerDataOperationResult      []*PeerDataOperationRequestResponseMessage_PeerDataOperationResult `protobuf:"bytes,3,rep,name=peerDataOperationResult" json:"peerDataOperationResult,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage) Descriptor deprecated

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

Deprecated: Use PeerDataOperationRequestResponseMessage.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType

func (x *PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType

func (*PeerDataOperationRequestResponseMessage) GetPeerDataOperationResult

func (*PeerDataOperationRequestResponseMessage) GetStanzaID

func (*PeerDataOperationRequestResponseMessage) ProtoMessage

func (*PeerDataOperationRequestResponseMessage) ProtoReflect

func (*PeerDataOperationRequestResponseMessage) Reset

func (*PeerDataOperationRequestResponseMessage) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult struct {
	MediaUploadResult                               *waMmsRetry.MediaRetryNotification_ResultType                                                             `` /* 131-byte string literal not displayed */
	StickerMessage                                  *StickerMessage                                                                                           `protobuf:"bytes,2,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
	LinkPreviewResponse                             *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse                      `protobuf:"bytes,3,opt,name=linkPreviewResponse" json:"linkPreviewResponse,omitempty"`
	PlaceholderMessageResendResponse                *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse         `protobuf:"bytes,4,opt,name=placeholderMessageResendResponse" json:"placeholderMessageResendResponse,omitempty"`
	WaffleNonceFetchRequestResponse                 *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse                 `protobuf:"bytes,5,opt,name=waffleNonceFetchRequestResponse" json:"waffleNonceFetchRequestResponse,omitempty"`
	FullHistorySyncOnDemandRequestResponse          *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse   `protobuf:"bytes,6,opt,name=fullHistorySyncOnDemandRequestResponse" json:"fullHistorySyncOnDemandRequestResponse,omitempty"`
	CompanionMetaNonceFetchRequestResponse          *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse          `protobuf:"bytes,7,opt,name=companionMetaNonceFetchRequestResponse" json:"companionMetaNonceFetchRequestResponse,omitempty"`
	SyncdSnapshotFatalRecoveryResponse              *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse       `protobuf:"bytes,8,opt,name=syncdSnapshotFatalRecoveryResponse" json:"syncdSnapshotFatalRecoveryResponse,omitempty"`
	CompanionCanonicalUserNonceFetchRequestResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse `` /* 140-byte string literal not displayed */
	HistorySyncChunkRetryResponse                   *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse            `protobuf:"bytes,10,opt,name=historySyncChunkRetryResponse" json:"historySyncChunkRetryResponse,omitempty"`
	FlowResponsesCsvBundle                          *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle                   `protobuf:"bytes,11,opt,name=flowResponsesCsvBundle" json:"flowResponsesCsvBundle,omitempty"`
	BizBroadcastInsightsContactListResponse         *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse  `protobuf:"bytes,12,opt,name=bizBroadcastInsightsContactListResponse" json:"bizBroadcastInsightsContactListResponse,omitempty"`
	ContactRefreshResponse                          *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse                   `protobuf:"bytes,13,opt,name=contactRefreshResponse" json:"contactRefreshResponse,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetMediaUploadResult

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetStickerMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetWaffleNonceFetchRequestResponse

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse struct {
	CampaignID  *string                                                                                             `protobuf:"bytes,1,opt,name=campaignID" json:"campaignID,omitempty"`
	TimestampMS *int64                                                                                              `protobuf:"varint,2,opt,name=timestampMS" json:"timestampMS,omitempty"`
	Contacts    []*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState `protobuf:"bytes,3,rep,name=contacts" json:"contacts,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) GetCampaignID

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) GetContacts

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) GetTimestampMS

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactListResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState struct {
	ContactJID *string               `protobuf:"bytes,1,opt,name=contactJID" json:"contactJID,omitempty"`
	State      *InsightDeliveryState `protobuf:"varint,2,opt,name=state,enum=WAWebProtobufsE2E.InsightDeliveryState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) GetContactJID

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) GetState

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_BizBroadcastInsightsContactState) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse struct {
	Nonce        *string `protobuf:"bytes,1,opt,name=nonce" json:"nonce,omitempty"`
	WaFbid       *string `protobuf:"bytes,2,opt,name=waFbid" json:"waFbid,omitempty"`
	ForceRefresh *bool   `protobuf:"varint,3,opt,name=forceRefresh" json:"forceRefresh,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) GetForceRefresh

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) GetNonce

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) GetWaFbid

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionCanonicalUserNonceFetchResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse struct {
	Nonce *string `protobuf:"bytes,1,opt,name=nonce" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) GetNonce

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CompanionMetaNonceFetchResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse struct {
	CoveredRequestIDs  []string `protobuf:"bytes,1,rep,name=coveredRequestIDs" json:"coveredRequestIDs,omitempty"`
	CollectionVersion  *uint64  `protobuf:"varint,2,opt,name=collectionVersion" json:"collectionVersion,omitempty"`
	PrimaryDurationMS  *int64   `protobuf:"varint,3,opt,name=primaryDurationMS" json:"primaryDurationMS,omitempty"`
	UniqueContactCount *uint32  `protobuf:"varint,4,opt,name=uniqueContactCount" json:"uniqueContactCount,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) GetCollectionVersion

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) GetCoveredRequestIDs

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) GetPrimaryDurationMS

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) GetUniqueContactCount

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ContactRefreshResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle struct {
	FlowID                      *string `protobuf:"bytes,1,opt,name=flowID" json:"flowID,omitempty"`
	GalaxyFlowDownloadRequestID *string `protobuf:"bytes,2,opt,name=galaxyFlowDownloadRequestID" json:"galaxyFlowDownloadRequestID,omitempty"`
	FileName                    *string `protobuf:"bytes,3,opt,name=fileName" json:"fileName,omitempty"`
	Mimetype                    *string `protobuf:"bytes,4,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSHA256                  []byte  `protobuf:"bytes,5,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	MediaKey                    []byte  `protobuf:"bytes,6,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSHA256               []byte  `protobuf:"bytes,7,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	DirectPath                  *string `protobuf:"bytes,8,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp           *int64  `protobuf:"varint,9,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	FileLength                  *uint64 `protobuf:"varint,10,opt,name=fileLength" json:"fileLength,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetDirectPath

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetFileEncSHA256

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetFileLength

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetFileName

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetFileSHA256

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetFlowID

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetGalaxyFlowDownloadRequestID

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetMediaKey

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetMediaKeyTimestamp

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) GetMimetype

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FlowResponsesCsvBundle) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse struct {
	RequestMetadata *FullHistorySyncOnDemandRequestMetadata                                                              `protobuf:"bytes,1,opt,name=requestMetadata" json:"requestMetadata,omitempty"`
	ResponseCode    *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) GetRequestMetadata

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandRequestResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode int32
const (
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_REQUEST_SUCCESS                        PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 0
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_REQUEST_TIME_EXPIRED                   PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 1
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_DECLINED_SHARING_HISTORY               PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 2
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_GENERIC_ERROR                          PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 3
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ERROR_REQUEST_ON_NON_SMB_PRIMARY       PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 4
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ERROR_HOSTED_DEVICE_NOT_CONNECTED      PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 5
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ERROR_HOSTED_DEVICE_LOGIN_TIME_NOT_SET PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 6
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_ERROR_MULTI_PROVIDER_NOT_CONFIGURED    PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode = 7
)

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Descriptor

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) EnumDescriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode.Descriptor instead.

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Number

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) String

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) Type

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_FullHistorySyncOnDemandResponseCode) UnmarshalJSON deprecated

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse struct {
	SyncType     *HistorySyncType                                                                                   `protobuf:"varint,1,opt,name=syncType,enum=WAWebProtobufsE2E.HistorySyncType" json:"syncType,omitempty"`
	ChunkOrder   *uint32                                                                                            `protobuf:"varint,2,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	RequestID    *string                                                                                            `protobuf:"bytes,3,opt,name=requestID" json:"requestID,omitempty"`
	ResponseCode *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode `` /* 192-byte string literal not displayed */
	CanRecover   *bool                                                                                              `protobuf:"varint,5,opt,name=canRecover" json:"canRecover,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) GetCanRecover

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) GetChunkOrder

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) GetRequestID

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) GetSyncType

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode int32
const (
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_GENERATION_ERROR   PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 1
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CHUNK_CONSUMED     PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 2
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_TIMEOUT            PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 3
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SESSION_EXHAUSTED  PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 4
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_CHUNK_EXHAUSTED    PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 5
	PeerDataOperationRequestResponseMessage_PeerDataOperationResult_DUPLICATED_REQUEST PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode = 6
)

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) Descriptor

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) EnumDescriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode.Descriptor instead.

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) Number

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) String

func (PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) Type

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_HistorySyncChunkRetryResponseCode) UnmarshalJSON deprecated

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse struct {
	URL             *string                                                                                                              `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	Title           *string                                                                                                              `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Description     *string                                                                                                              `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	ThumbData       []byte                                                                                                               `protobuf:"bytes,4,opt,name=thumbData" json:"thumbData,omitempty"`
	MatchText       *string                                                                                                              `protobuf:"bytes,6,opt,name=matchText" json:"matchText,omitempty"`
	PreviewType     *string                                                                                                              `protobuf:"bytes,7,opt,name=previewType" json:"previewType,omitempty"`
	HqThumbnail     *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail `protobuf:"bytes,8,opt,name=hqThumbnail" json:"hqThumbnail,omitempty"`
	PreviewMetadata *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata      `protobuf:"bytes,9,opt,name=previewMetadata" json:"previewMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetDescription

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetMatchText

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetPreviewType

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetThumbData

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetTitle

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetURL

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail struct {
	DirectPath          *string `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
	ThumbHash           *string `protobuf:"bytes,2,opt,name=thumbHash" json:"thumbHash,omitempty"`
	EncThumbHash        *string `protobuf:"bytes,3,opt,name=encThumbHash" json:"encThumbHash,omitempty"`
	MediaKey            []byte  `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestampMS *int64  `protobuf:"varint,5,opt,name=mediaKeyTimestampMS" json:"mediaKeyTimestampMS,omitempty"`
	ThumbWidth          *int32  `protobuf:"varint,6,opt,name=thumbWidth" json:"thumbWidth,omitempty"`
	ThumbHeight         *int32  `protobuf:"varint,7,opt,name=thumbHeight" json:"thumbHeight,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetDirectPath

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetEncThumbHash

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKey

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKeyTimestampMS

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHash

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHeight

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbWidth

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata struct {
	IsBusinessVerified *bool   `protobuf:"varint,1,opt,name=isBusinessVerified" json:"isBusinessVerified,omitempty"`
	ProviderName       *string `protobuf:"bytes,2,opt,name=providerName" json:"providerName,omitempty"`
	Amount             *string `protobuf:"bytes,3,opt,name=amount" json:"amount,omitempty"`
	Offset             *string `protobuf:"bytes,4,opt,name=offset" json:"offset,omitempty"`
	Currency           *string `protobuf:"bytes,5,opt,name=currency" json:"currency,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) GetAmount

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) GetCurrency

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) GetIsBusinessVerified

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) GetOffset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) GetProviderName

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_PaymentLinkPreviewMetadata) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse struct {
	WebMessageInfoBytes []byte `protobuf:"bytes,1,opt,name=webMessageInfoBytes" json:"webMessageInfoBytes,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) GetWebMessageInfoBytes

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse struct {
	CollectionSnapshot []byte `protobuf:"bytes,1,opt,name=collectionSnapshot" json:"collectionSnapshot,omitempty"`
	IsCompressed       *bool  `protobuf:"varint,2,opt,name=isCompressed" json:"isCompressed,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) GetCollectionSnapshot

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) GetIsCompressed

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_SyncDSnapshotFatalRecoveryResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse struct {
	Nonce     *string `protobuf:"bytes,1,opt,name=nonce" json:"nonce,omitempty"`
	WaEntFbid *string `protobuf:"bytes,2,opt,name=waEntFbid" json:"waEntFbid,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) GetNonce

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) GetWaEntFbid

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_WaffleNonceFetchResponse) String

type PeerDataOperationRequestType

type PeerDataOperationRequestType int32
const (
	PeerDataOperationRequestType_UPLOAD_STICKER                           PeerDataOperationRequestType = 0
	PeerDataOperationRequestType_SEND_RECENT_STICKER_BOOTSTRAP            PeerDataOperationRequestType = 1
	PeerDataOperationRequestType_GENERATE_LINK_PREVIEW                    PeerDataOperationRequestType = 2
	PeerDataOperationRequestType_HISTORY_SYNC_ON_DEMAND                   PeerDataOperationRequestType = 3
	PeerDataOperationRequestType_PLACEHOLDER_MESSAGE_RESEND               PeerDataOperationRequestType = 4
	PeerDataOperationRequestType_WAFFLE_LINKING_NONCE_FETCH               PeerDataOperationRequestType = 5
	PeerDataOperationRequestType_FULL_HISTORY_SYNC_ON_DEMAND              PeerDataOperationRequestType = 6
	PeerDataOperationRequestType_COMPANION_META_NONCE_FETCH               PeerDataOperationRequestType = 7
	PeerDataOperationRequestType_COMPANION_SYNCD_SNAPSHOT_FATAL_RECOVERY  PeerDataOperationRequestType = 8
	PeerDataOperationRequestType_COMPANION_CANONICAL_USER_NONCE_FETCH     PeerDataOperationRequestType = 9
	PeerDataOperationRequestType_HISTORY_SYNC_CHUNK_RETRY                 PeerDataOperationRequestType = 10
	PeerDataOperationRequestType_GALAXY_FLOW_ACTION                       PeerDataOperationRequestType = 11
	PeerDataOperationRequestType_BUSINESS_BROADCAST_INSIGHTS_DELIVERED_TO PeerDataOperationRequestType = 12
	PeerDataOperationRequestType_BUSINESS_BROADCAST_INSIGHTS_REFRESH      PeerDataOperationRequestType = 13
	PeerDataOperationRequestType_CONTACT_REFRESH_REQUEST                  PeerDataOperationRequestType = 14
)

func (PeerDataOperationRequestType) Descriptor

func (PeerDataOperationRequestType) Enum

func (PeerDataOperationRequestType) EnumDescriptor deprecated

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

Deprecated: Use PeerDataOperationRequestType.Descriptor instead.

func (PeerDataOperationRequestType) Number

func (PeerDataOperationRequestType) String

func (PeerDataOperationRequestType) Type

func (*PeerDataOperationRequestType) UnmarshalJSON deprecated

func (x *PeerDataOperationRequestType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PinInChatMessage

type PinInChatMessage struct {
	Key               *waCommon.MessageKey   `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type              *PinInChatMessage_Type `protobuf:"varint,2,opt,name=type,enum=WAWebProtobufsE2E.PinInChatMessage_Type" json:"type,omitempty"`
	SenderTimestampMS *int64                 `protobuf:"varint,3,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*PinInChatMessage) Descriptor deprecated

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

Deprecated: Use PinInChatMessage.ProtoReflect.Descriptor instead.

func (*PinInChatMessage) GetKey

func (x *PinInChatMessage) GetKey() *waCommon.MessageKey

func (*PinInChatMessage) GetSenderTimestampMS

func (x *PinInChatMessage) GetSenderTimestampMS() int64

func (*PinInChatMessage) GetType

func (*PinInChatMessage) ProtoMessage

func (*PinInChatMessage) ProtoMessage()

func (*PinInChatMessage) ProtoReflect

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

func (*PinInChatMessage) Reset

func (x *PinInChatMessage) Reset()

func (*PinInChatMessage) String

func (x *PinInChatMessage) String() string

type PinInChatMessage_Type

type PinInChatMessage_Type int32
const (
	PinInChatMessage_UNKNOWN_TYPE  PinInChatMessage_Type = 0
	PinInChatMessage_PIN_FOR_ALL   PinInChatMessage_Type = 1
	PinInChatMessage_UNPIN_FOR_ALL PinInChatMessage_Type = 2
)

func (PinInChatMessage_Type) Descriptor

func (PinInChatMessage_Type) Enum

func (PinInChatMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use PinInChatMessage_Type.Descriptor instead.

func (PinInChatMessage_Type) Number

func (PinInChatMessage_Type) String

func (x PinInChatMessage_Type) String() string

func (PinInChatMessage_Type) Type

func (*PinInChatMessage_Type) UnmarshalJSON deprecated

func (x *PinInChatMessage_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PlaceholderMessage

type PlaceholderMessage struct {
	Type *PlaceholderMessage_PlaceholderType `protobuf:"varint,1,opt,name=type,enum=WAWebProtobufsE2E.PlaceholderMessage_PlaceholderType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceholderMessage) Descriptor deprecated

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

Deprecated: Use PlaceholderMessage.ProtoReflect.Descriptor instead.

func (*PlaceholderMessage) GetType

func (*PlaceholderMessage) ProtoMessage

func (*PlaceholderMessage) ProtoMessage()

func (*PlaceholderMessage) ProtoReflect

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

func (*PlaceholderMessage) Reset

func (x *PlaceholderMessage) Reset()

func (*PlaceholderMessage) String

func (x *PlaceholderMessage) String() string

type PlaceholderMessage_PlaceholderType

type PlaceholderMessage_PlaceholderType int32
const (
	PlaceholderMessage_MASK_LINKED_DEVICES PlaceholderMessage_PlaceholderType = 0
)

func (PlaceholderMessage_PlaceholderType) Descriptor

func (PlaceholderMessage_PlaceholderType) Enum

func (PlaceholderMessage_PlaceholderType) EnumDescriptor deprecated

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

Deprecated: Use PlaceholderMessage_PlaceholderType.Descriptor instead.

func (PlaceholderMessage_PlaceholderType) Number

func (PlaceholderMessage_PlaceholderType) String

func (PlaceholderMessage_PlaceholderType) Type

func (*PlaceholderMessage_PlaceholderType) UnmarshalJSON deprecated

func (x *PlaceholderMessage_PlaceholderType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Point

type Point struct {
	XDeprecated *int32   `protobuf:"varint,1,opt,name=xDeprecated" json:"xDeprecated,omitempty"`
	YDeprecated *int32   `protobuf:"varint,2,opt,name=yDeprecated" json:"yDeprecated,omitempty"`
	X           *float64 `protobuf:"fixed64,3,opt,name=x" json:"x,omitempty"`
	Y           *float64 `protobuf:"fixed64,4,opt,name=y" json:"y,omitempty"`
	// contains filtered or unexported fields
}

func (*Point) Descriptor deprecated

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

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetX

func (x *Point) GetX() float64

func (*Point) GetXDeprecated

func (x *Point) GetXDeprecated() int32

func (*Point) GetY

func (x *Point) GetY() float64

func (*Point) GetYDeprecated

func (x *Point) GetYDeprecated() int32

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect

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

func (*Point) Reset

func (x *Point) Reset()

func (*Point) String

func (x *Point) String() string

type PollAddOptionMessage

type PollAddOptionMessage struct {
	PollCreationMessageKey *waCommon.MessageKey        `protobuf:"bytes,1,opt,name=pollCreationMessageKey" json:"pollCreationMessageKey,omitempty"`
	AddOption              *PollCreationMessage_Option `protobuf:"bytes,2,opt,name=addOption" json:"addOption,omitempty"`
	Metadata               *PollUpdateMessageMetadata  `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PollAddOptionMessage) Descriptor deprecated

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

Deprecated: Use PollAddOptionMessage.ProtoReflect.Descriptor instead.

func (*PollAddOptionMessage) GetAddOption

func (*PollAddOptionMessage) GetMetadata

func (*PollAddOptionMessage) GetPollCreationMessageKey

func (x *PollAddOptionMessage) GetPollCreationMessageKey() *waCommon.MessageKey

func (*PollAddOptionMessage) ProtoMessage

func (*PollAddOptionMessage) ProtoMessage()

func (*PollAddOptionMessage) ProtoReflect

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

func (*PollAddOptionMessage) Reset

func (x *PollAddOptionMessage) Reset()

func (*PollAddOptionMessage) String

func (x *PollAddOptionMessage) String() string

type PollContentType

type PollContentType int32
const (
	PollContentType_UNKNOWN_POLL_CONTENT_TYPE PollContentType = 0
	PollContentType_TEXT                      PollContentType = 1
	PollContentType_IMAGE                     PollContentType = 2
)

func (PollContentType) Descriptor

func (PollContentType) Enum

func (x PollContentType) Enum() *PollContentType

func (PollContentType) EnumDescriptor deprecated

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

Deprecated: Use PollContentType.Descriptor instead.

func (PollContentType) Number

func (PollContentType) String

func (x PollContentType) String() string

func (PollContentType) Type

func (*PollContentType) UnmarshalJSON deprecated

func (x *PollContentType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PollCreationMessage

type PollCreationMessage struct {
	EncKey                 []byte                        `protobuf:"bytes,1,opt,name=encKey" json:"encKey,omitempty"`
	Name                   *string                       `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Options                []*PollCreationMessage_Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
	SelectableOptionsCount *uint32                       `protobuf:"varint,4,opt,name=selectableOptionsCount" json:"selectableOptionsCount,omitempty"`
	ContextInfo            *ContextInfo                  `protobuf:"bytes,5,opt,name=contextInfo" json:"contextInfo,omitempty"`
	PollContentType        *PollContentType              `protobuf:"varint,6,opt,name=pollContentType,enum=WAWebProtobufsE2E.PollContentType" json:"pollContentType,omitempty"`
	PollType               *PollType                     `protobuf:"varint,7,opt,name=pollType,enum=WAWebProtobufsE2E.PollType" json:"pollType,omitempty"`
	CorrectAnswer          *PollCreationMessage_Option   `protobuf:"bytes,8,opt,name=correctAnswer" json:"correctAnswer,omitempty"`
	EndTime                *int64                        `protobuf:"varint,9,opt,name=endTime" json:"endTime,omitempty"`
	HideParticipantName    *bool                         `protobuf:"varint,10,opt,name=hideParticipantName" json:"hideParticipantName,omitempty"`
	AllowAddOption         *bool                         `protobuf:"varint,11,opt,name=allowAddOption" json:"allowAddOption,omitempty"`
	// contains filtered or unexported fields
}

func (*PollCreationMessage) Descriptor deprecated

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

Deprecated: Use PollCreationMessage.ProtoReflect.Descriptor instead.

func (*PollCreationMessage) GetAllowAddOption

func (x *PollCreationMessage) GetAllowAddOption() bool

func (*PollCreationMessage) GetContextInfo

func (x *PollCreationMessage) GetContextInfo() *ContextInfo

func (*PollCreationMessage) GetCorrectAnswer

func (x *PollCreationMessage) GetCorrectAnswer() *PollCreationMessage_Option

func (*PollCreationMessage) GetEncKey

func (x *PollCreationMessage) GetEncKey() []byte

func (*PollCreationMessage) GetEndTime

func (x *PollCreationMessage) GetEndTime() int64

func (*PollCreationMessage) GetHideParticipantName

func (x *PollCreationMessage) GetHideParticipantName() bool

func (*PollCreationMessage) GetName

func (x *PollCreationMessage) GetName() string

func (*PollCreationMessage) GetOptions

func (*PollCreationMessage) GetPollContentType

func (x *PollCreationMessage) GetPollContentType() PollContentType

func (*PollCreationMessage) GetPollType

func (x *PollCreationMessage) GetPollType() PollType

func (*PollCreationMessage) GetSelectableOptionsCount

func (x *PollCreationMessage) GetSelectableOptionsCount() uint32

func (*PollCreationMessage) ProtoMessage

func (*PollCreationMessage) ProtoMessage()

func (*PollCreationMessage) ProtoReflect

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

func (*PollCreationMessage) Reset

func (x *PollCreationMessage) Reset()

func (*PollCreationMessage) String

func (x *PollCreationMessage) String() string

type PollCreationMessage_Option

type PollCreationMessage_Option struct {
	OptionName *string `protobuf:"bytes,1,opt,name=optionName" json:"optionName,omitempty"`
	OptionHash *string `protobuf:"bytes,2,opt,name=optionHash" json:"optionHash,omitempty"`
	// contains filtered or unexported fields
}

func (*PollCreationMessage_Option) Descriptor deprecated

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

Deprecated: Use PollCreationMessage_Option.ProtoReflect.Descriptor instead.

func (*PollCreationMessage_Option) GetOptionHash

func (x *PollCreationMessage_Option) GetOptionHash() string

func (*PollCreationMessage_Option) GetOptionName

func (x *PollCreationMessage_Option) GetOptionName() string

func (*PollCreationMessage_Option) ProtoMessage

func (*PollCreationMessage_Option) ProtoMessage()

func (*PollCreationMessage_Option) ProtoReflect

func (*PollCreationMessage_Option) Reset

func (x *PollCreationMessage_Option) Reset()

func (*PollCreationMessage_Option) String

func (x *PollCreationMessage_Option) String() string

type PollEncValue

type PollEncValue struct {
	EncPayload []byte `protobuf:"bytes,1,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV      []byte `protobuf:"bytes,2,opt,name=encIV" json:"encIV,omitempty"`
	// contains filtered or unexported fields
}

func (*PollEncValue) Descriptor deprecated

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

Deprecated: Use PollEncValue.ProtoReflect.Descriptor instead.

func (*PollEncValue) GetEncIV

func (x *PollEncValue) GetEncIV() []byte

func (*PollEncValue) GetEncPayload

func (x *PollEncValue) GetEncPayload() []byte

func (*PollEncValue) ProtoMessage

func (*PollEncValue) ProtoMessage()

func (*PollEncValue) ProtoReflect

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

func (*PollEncValue) Reset

func (x *PollEncValue) Reset()

func (*PollEncValue) String

func (x *PollEncValue) String() string

type PollResultSnapshotMessage

type PollResultSnapshotMessage struct {
	Name        *string                               `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	PollVotes   []*PollResultSnapshotMessage_PollVote `protobuf:"bytes,2,rep,name=pollVotes" json:"pollVotes,omitempty"`
	ContextInfo *ContextInfo                          `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	PollType    *PollType                             `protobuf:"varint,4,opt,name=pollType,enum=WAWebProtobufsE2E.PollType" json:"pollType,omitempty"`
	// contains filtered or unexported fields
}

func (*PollResultSnapshotMessage) Descriptor deprecated

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

Deprecated: Use PollResultSnapshotMessage.ProtoReflect.Descriptor instead.

func (*PollResultSnapshotMessage) GetContextInfo

func (x *PollResultSnapshotMessage) GetContextInfo() *ContextInfo

func (*PollResultSnapshotMessage) GetName

func (x *PollResultSnapshotMessage) GetName() string

func (*PollResultSnapshotMessage) GetPollType

func (x *PollResultSnapshotMessage) GetPollType() PollType

func (*PollResultSnapshotMessage) GetPollVotes

func (*PollResultSnapshotMessage) ProtoMessage

func (*PollResultSnapshotMessage) ProtoMessage()

func (*PollResultSnapshotMessage) ProtoReflect

func (*PollResultSnapshotMessage) Reset

func (x *PollResultSnapshotMessage) Reset()

func (*PollResultSnapshotMessage) String

func (x *PollResultSnapshotMessage) String() string

type PollResultSnapshotMessage_PollVote

type PollResultSnapshotMessage_PollVote struct {
	OptionName      *string `protobuf:"bytes,1,opt,name=optionName" json:"optionName,omitempty"`
	OptionVoteCount *int64  `protobuf:"varint,2,opt,name=optionVoteCount" json:"optionVoteCount,omitempty"`
	// contains filtered or unexported fields
}

func (*PollResultSnapshotMessage_PollVote) Descriptor deprecated

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

Deprecated: Use PollResultSnapshotMessage_PollVote.ProtoReflect.Descriptor instead.

func (*PollResultSnapshotMessage_PollVote) GetOptionName

func (x *PollResultSnapshotMessage_PollVote) GetOptionName() string

func (*PollResultSnapshotMessage_PollVote) GetOptionVoteCount

func (x *PollResultSnapshotMessage_PollVote) GetOptionVoteCount() int64

func (*PollResultSnapshotMessage_PollVote) ProtoMessage

func (*PollResultSnapshotMessage_PollVote) ProtoMessage()

func (*PollResultSnapshotMessage_PollVote) ProtoReflect

func (*PollResultSnapshotMessage_PollVote) Reset

func (*PollResultSnapshotMessage_PollVote) String

type PollType

type PollType int32
const (
	PollType_POLL PollType = 0
	PollType_QUIZ PollType = 1
)

func (PollType) Descriptor

func (PollType) Descriptor() protoreflect.EnumDescriptor

func (PollType) Enum

func (x PollType) Enum() *PollType

func (PollType) EnumDescriptor deprecated

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

Deprecated: Use PollType.Descriptor instead.

func (PollType) Number

func (x PollType) Number() protoreflect.EnumNumber

func (PollType) String

func (x PollType) String() string

func (PollType) Type

func (*PollType) UnmarshalJSON deprecated

func (x *PollType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type PollUpdateMessage

type PollUpdateMessage struct {
	PollCreationMessageKey *waCommon.MessageKey       `protobuf:"bytes,1,opt,name=pollCreationMessageKey" json:"pollCreationMessageKey,omitempty"`
	Vote                   *PollEncValue              `protobuf:"bytes,2,opt,name=vote" json:"vote,omitempty"`
	Metadata               *PollUpdateMessageMetadata `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
	SenderTimestampMS      *int64                     `protobuf:"varint,4,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*PollUpdateMessage) Descriptor deprecated

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

Deprecated: Use PollUpdateMessage.ProtoReflect.Descriptor instead.

func (*PollUpdateMessage) GetMetadata

func (x *PollUpdateMessage) GetMetadata() *PollUpdateMessageMetadata

func (*PollUpdateMessage) GetPollCreationMessageKey

func (x *PollUpdateMessage) GetPollCreationMessageKey() *waCommon.MessageKey

func (*PollUpdateMessage) GetSenderTimestampMS

func (x *PollUpdateMessage) GetSenderTimestampMS() int64

func (*PollUpdateMessage) GetVote

func (x *PollUpdateMessage) GetVote() *PollEncValue

func (*PollUpdateMessage) ProtoMessage

func (*PollUpdateMessage) ProtoMessage()

func (*PollUpdateMessage) ProtoReflect

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

func (*PollUpdateMessage) Reset

func (x *PollUpdateMessage) Reset()

func (*PollUpdateMessage) String

func (x *PollUpdateMessage) String() string

type PollUpdateMessageMetadata

type PollUpdateMessageMetadata struct {
	PollNameHash     []byte  `protobuf:"bytes,1,opt,name=pollNameHash" json:"pollNameHash,omitempty"`
	LastEditStanzaID *string `protobuf:"bytes,2,opt,name=lastEditStanzaID" json:"lastEditStanzaID,omitempty"`
	// contains filtered or unexported fields
}

func (*PollUpdateMessageMetadata) Descriptor deprecated

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

Deprecated: Use PollUpdateMessageMetadata.ProtoReflect.Descriptor instead.

func (*PollUpdateMessageMetadata) GetLastEditStanzaID

func (x *PollUpdateMessageMetadata) GetLastEditStanzaID() string

func (*PollUpdateMessageMetadata) GetPollNameHash

func (x *PollUpdateMessageMetadata) GetPollNameHash() []byte

func (*PollUpdateMessageMetadata) ProtoMessage

func (*PollUpdateMessageMetadata) ProtoMessage()

func (*PollUpdateMessageMetadata) ProtoReflect

func (*PollUpdateMessageMetadata) Reset

func (x *PollUpdateMessageMetadata) Reset()

func (*PollUpdateMessageMetadata) String

func (x *PollUpdateMessageMetadata) String() string

type PollVoteMessage

type PollVoteMessage struct {
	SelectedOptions [][]byte `protobuf:"bytes,1,rep,name=selectedOptions" json:"selectedOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*PollVoteMessage) Descriptor deprecated

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

Deprecated: Use PollVoteMessage.ProtoReflect.Descriptor instead.

func (*PollVoteMessage) GetSelectedOptions

func (x *PollVoteMessage) GetSelectedOptions() [][]byte

func (*PollVoteMessage) ProtoMessage

func (*PollVoteMessage) ProtoMessage()

func (*PollVoteMessage) ProtoReflect

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

func (*PollVoteMessage) Reset

func (x *PollVoteMessage) Reset()

func (*PollVoteMessage) String

func (x *PollVoteMessage) String() string

type ProcessedVideo

type ProcessedVideo struct {
	DirectPath   *string                      `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
	FileSHA256   []byte                       `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	Height       *uint32                      `protobuf:"varint,3,opt,name=height" json:"height,omitempty"`
	Width        *uint32                      `protobuf:"varint,4,opt,name=width" json:"width,omitempty"`
	FileLength   *uint64                      `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	Bitrate      *uint32                      `protobuf:"varint,6,opt,name=bitrate" json:"bitrate,omitempty"`
	Quality      *ProcessedVideo_VideoQuality `protobuf:"varint,7,opt,name=quality,enum=WAWebProtobufsE2E.ProcessedVideo_VideoQuality" json:"quality,omitempty"`
	Capabilities []string                     `protobuf:"bytes,8,rep,name=capabilities" json:"capabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessedVideo) Descriptor deprecated

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

Deprecated: Use ProcessedVideo.ProtoReflect.Descriptor instead.

func (*ProcessedVideo) GetBitrate

func (x *ProcessedVideo) GetBitrate() uint32

func (*ProcessedVideo) GetCapabilities

func (x *ProcessedVideo) GetCapabilities() []string

func (*ProcessedVideo) GetDirectPath

func (x *ProcessedVideo) GetDirectPath() string

func (*ProcessedVideo) GetFileLength

func (x *ProcessedVideo) GetFileLength() uint64

func (*ProcessedVideo) GetFileSHA256

func (x *ProcessedVideo) GetFileSHA256() []byte

func (*ProcessedVideo) GetHeight

func (x *ProcessedVideo) GetHeight() uint32

func (*ProcessedVideo) GetQuality

func (*ProcessedVideo) GetWidth

func (x *ProcessedVideo) GetWidth() uint32

func (*ProcessedVideo) ProtoMessage

func (*ProcessedVideo) ProtoMessage()

func (*ProcessedVideo) ProtoReflect

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

func (*ProcessedVideo) Reset

func (x *ProcessedVideo) Reset()

func (*ProcessedVideo) String

func (x *ProcessedVideo) String() string

type ProcessedVideo_VideoQuality

type ProcessedVideo_VideoQuality int32
const (
	ProcessedVideo_UNDEFINED ProcessedVideo_VideoQuality = 0
	ProcessedVideo_LOW       ProcessedVideo_VideoQuality = 1
	ProcessedVideo_MID       ProcessedVideo_VideoQuality = 2
	ProcessedVideo_HIGH      ProcessedVideo_VideoQuality = 3
)

func (ProcessedVideo_VideoQuality) Descriptor

func (ProcessedVideo_VideoQuality) Enum

func (ProcessedVideo_VideoQuality) EnumDescriptor deprecated

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

Deprecated: Use ProcessedVideo_VideoQuality.Descriptor instead.

func (ProcessedVideo_VideoQuality) Number

func (ProcessedVideo_VideoQuality) String

func (ProcessedVideo_VideoQuality) Type

func (*ProcessedVideo_VideoQuality) UnmarshalJSON deprecated

func (x *ProcessedVideo_VideoQuality) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ProductMessage

type ProductMessage struct {
	Product          *ProductMessage_ProductSnapshot `protobuf:"bytes,1,opt,name=product" json:"product,omitempty"`
	BusinessOwnerJID *string                         `protobuf:"bytes,2,opt,name=businessOwnerJID" json:"businessOwnerJID,omitempty"`
	Catalog          *ProductMessage_CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog" json:"catalog,omitempty"`
	Body             *string                         `protobuf:"bytes,5,opt,name=body" json:"body,omitempty"`
	Footer           *string                         `protobuf:"bytes,6,opt,name=footer" json:"footer,omitempty"`
	ContextInfo      *ContextInfo                    `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage) Descriptor deprecated

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

Deprecated: Use ProductMessage.ProtoReflect.Descriptor instead.

func (*ProductMessage) GetBody

func (x *ProductMessage) GetBody() string

func (*ProductMessage) GetBusinessOwnerJID

func (x *ProductMessage) GetBusinessOwnerJID() string

func (*ProductMessage) GetCatalog

func (*ProductMessage) GetContextInfo

func (x *ProductMessage) GetContextInfo() *ContextInfo

func (*ProductMessage) GetFooter

func (x *ProductMessage) GetFooter() string

func (*ProductMessage) GetProduct

func (*ProductMessage) ProtoMessage

func (*ProductMessage) ProtoMessage()

func (*ProductMessage) ProtoReflect

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

func (*ProductMessage) Reset

func (x *ProductMessage) Reset()

func (*ProductMessage) String

func (x *ProductMessage) String() string

type ProductMessage_CatalogSnapshot

type ProductMessage_CatalogSnapshot struct {
	CatalogImage *ImageMessage `protobuf:"bytes,1,opt,name=catalogImage" json:"catalogImage,omitempty"`
	Title        *string       `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Description  *string       `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage_CatalogSnapshot) Descriptor deprecated

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

Deprecated: Use ProductMessage_CatalogSnapshot.ProtoReflect.Descriptor instead.

func (*ProductMessage_CatalogSnapshot) GetCatalogImage

func (x *ProductMessage_CatalogSnapshot) GetCatalogImage() *ImageMessage

func (*ProductMessage_CatalogSnapshot) GetDescription

func (x *ProductMessage_CatalogSnapshot) GetDescription() string

func (*ProductMessage_CatalogSnapshot) GetTitle

func (x *ProductMessage_CatalogSnapshot) GetTitle() string

func (*ProductMessage_CatalogSnapshot) ProtoMessage

func (*ProductMessage_CatalogSnapshot) ProtoMessage()

func (*ProductMessage_CatalogSnapshot) ProtoReflect

func (*ProductMessage_CatalogSnapshot) Reset

func (x *ProductMessage_CatalogSnapshot) Reset()

func (*ProductMessage_CatalogSnapshot) String

type ProductMessage_ProductSnapshot

type ProductMessage_ProductSnapshot struct {
	ProductImage        *ImageMessage `protobuf:"bytes,1,opt,name=productImage" json:"productImage,omitempty"`
	ProductID           *string       `protobuf:"bytes,2,opt,name=productID" json:"productID,omitempty"`
	Title               *string       `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Description         *string       `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	CurrencyCode        *string       `protobuf:"bytes,5,opt,name=currencyCode" json:"currencyCode,omitempty"`
	PriceAmount1000     *int64        `protobuf:"varint,6,opt,name=priceAmount1000" json:"priceAmount1000,omitempty"`
	RetailerID          *string       `protobuf:"bytes,7,opt,name=retailerID" json:"retailerID,omitempty"`
	URL                 *string       `protobuf:"bytes,8,opt,name=URL" json:"URL,omitempty"`
	ProductImageCount   *uint32       `protobuf:"varint,9,opt,name=productImageCount" json:"productImageCount,omitempty"`
	FirstImageID        *string       `protobuf:"bytes,11,opt,name=firstImageID" json:"firstImageID,omitempty"`
	SalePriceAmount1000 *int64        `protobuf:"varint,12,opt,name=salePriceAmount1000" json:"salePriceAmount1000,omitempty"`
	SignedURL           *string       `protobuf:"bytes,13,opt,name=signedURL" json:"signedURL,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage_ProductSnapshot) Descriptor deprecated

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

Deprecated: Use ProductMessage_ProductSnapshot.ProtoReflect.Descriptor instead.

func (*ProductMessage_ProductSnapshot) GetCurrencyCode

func (x *ProductMessage_ProductSnapshot) GetCurrencyCode() string

func (*ProductMessage_ProductSnapshot) GetDescription

func (x *ProductMessage_ProductSnapshot) GetDescription() string

func (*ProductMessage_ProductSnapshot) GetFirstImageID

func (x *ProductMessage_ProductSnapshot) GetFirstImageID() string

func (*ProductMessage_ProductSnapshot) GetPriceAmount1000

func (x *ProductMessage_ProductSnapshot) GetPriceAmount1000() int64

func (*ProductMessage_ProductSnapshot) GetProductID

func (x *ProductMessage_ProductSnapshot) GetProductID() string

func (*ProductMessage_ProductSnapshot) GetProductImage

func (x *ProductMessage_ProductSnapshot) GetProductImage() *ImageMessage

func (*ProductMessage_ProductSnapshot) GetProductImageCount

func (x *ProductMessage_ProductSnapshot) GetProductImageCount() uint32

func (*ProductMessage_ProductSnapshot) GetRetailerID

func (x *ProductMessage_ProductSnapshot) GetRetailerID() string

func (*ProductMessage_ProductSnapshot) GetSalePriceAmount1000

func (x *ProductMessage_ProductSnapshot) GetSalePriceAmount1000() int64

func (*ProductMessage_ProductSnapshot) GetSignedURL

func (x *ProductMessage_ProductSnapshot) GetSignedURL() string

func (*ProductMessage_ProductSnapshot) GetTitle

func (x *ProductMessage_ProductSnapshot) GetTitle() string

func (*ProductMessage_ProductSnapshot) GetURL

func (*ProductMessage_ProductSnapshot) ProtoMessage

func (*ProductMessage_ProductSnapshot) ProtoMessage()

func (*ProductMessage_ProductSnapshot) ProtoReflect

func (*ProductMessage_ProductSnapshot) Reset

func (x *ProductMessage_ProductSnapshot) Reset()

func (*ProductMessage_ProductSnapshot) String

type ProtocolMessage

type ProtocolMessage struct {
	Key                                     *waCommon.MessageKey                     `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type                                    *ProtocolMessage_Type                    `protobuf:"varint,2,opt,name=type,enum=WAWebProtobufsE2E.ProtocolMessage_Type" json:"type,omitempty"`
	EphemeralExpiration                     *uint32                                  `protobuf:"varint,4,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp               *int64                                   `protobuf:"varint,5,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	HistorySyncNotification                 *HistorySyncNotification                 `protobuf:"bytes,6,opt,name=historySyncNotification" json:"historySyncNotification,omitempty"`
	AppStateSyncKeyShare                    *AppStateSyncKeyShare                    `protobuf:"bytes,7,opt,name=appStateSyncKeyShare" json:"appStateSyncKeyShare,omitempty"`
	AppStateSyncKeyRequest                  *AppStateSyncKeyRequest                  `protobuf:"bytes,8,opt,name=appStateSyncKeyRequest" json:"appStateSyncKeyRequest,omitempty"`
	InitialSecurityNotificationSettingSync  *InitialSecurityNotificationSettingSync  `protobuf:"bytes,9,opt,name=initialSecurityNotificationSettingSync" json:"initialSecurityNotificationSettingSync,omitempty"`
	AppStateFatalExceptionNotification      *AppStateFatalExceptionNotification      `protobuf:"bytes,10,opt,name=appStateFatalExceptionNotification" json:"appStateFatalExceptionNotification,omitempty"`
	DisappearingMode                        *DisappearingMode                        `protobuf:"bytes,11,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	EditedMessage                           *Message                                 `protobuf:"bytes,14,opt,name=editedMessage" json:"editedMessage,omitempty"`
	TimestampMS                             *int64                                   `protobuf:"varint,15,opt,name=timestampMS" json:"timestampMS,omitempty"`
	PeerDataOperationRequestMessage         *PeerDataOperationRequestMessage         `protobuf:"bytes,16,opt,name=peerDataOperationRequestMessage" json:"peerDataOperationRequestMessage,omitempty"`
	PeerDataOperationRequestResponseMessage *PeerDataOperationRequestResponseMessage `protobuf:"bytes,17,opt,name=peerDataOperationRequestResponseMessage" json:"peerDataOperationRequestResponseMessage,omitempty"`
	BotFeedbackMessage                      *waAICommon.BotFeedbackMessage           `protobuf:"bytes,18,opt,name=botFeedbackMessage" json:"botFeedbackMessage,omitempty"`
	InvokerJID                              *string                                  `protobuf:"bytes,19,opt,name=invokerJID" json:"invokerJID,omitempty"`
	RequestWelcomeMessageMetadata           *RequestWelcomeMessageMetadata           `protobuf:"bytes,20,opt,name=requestWelcomeMessageMetadata" json:"requestWelcomeMessageMetadata,omitempty"`
	MediaNotifyMessage                      *MediaNotifyMessage                      `protobuf:"bytes,21,opt,name=mediaNotifyMessage" json:"mediaNotifyMessage,omitempty"`
	CloudApiThreadControlNotification       *CloudAPIThreadControlNotification       `protobuf:"bytes,22,opt,name=cloudApiThreadControlNotification" json:"cloudApiThreadControlNotification,omitempty"`
	LidMigrationMappingSyncMessage          *LIDMigrationMappingSyncMessage          `protobuf:"bytes,23,opt,name=lidMigrationMappingSyncMessage" json:"lidMigrationMappingSyncMessage,omitempty"`
	LimitSharing                            *waCommon.LimitSharing                   `protobuf:"bytes,24,opt,name=limitSharing" json:"limitSharing,omitempty"`
	AiPsiMetadata                           []byte                                   `protobuf:"bytes,25,opt,name=aiPsiMetadata" json:"aiPsiMetadata,omitempty"`
	AiQueryFanout                           *AIQueryFanout                           `protobuf:"bytes,26,opt,name=aiQueryFanout" json:"aiQueryFanout,omitempty"`
	MemberLabel                             *MemberLabel                             `protobuf:"bytes,27,opt,name=memberLabel" json:"memberLabel,omitempty"`
	AiMediaCollectionMessage                *waAICommon.AIMediaCollectionMessage     `protobuf:"bytes,28,opt,name=aiMediaCollectionMessage" json:"aiMediaCollectionMessage,omitempty"`
	AfterReadDuration                       *uint32                                  `protobuf:"varint,29,opt,name=afterReadDuration" json:"afterReadDuration,omitempty"`
	ChatThemeSetting                        *ChatThemeSetting                        `protobuf:"bytes,30,opt,name=chatThemeSetting" json:"chatThemeSetting,omitempty"`
	AiMetadataOperation                     *waAICommon.AIMetadataOperation          `protobuf:"bytes,31,opt,name=aiMetadataOperation" json:"aiMetadataOperation,omitempty"`
	MarkAsVerifiedAction                    *MarkAsVerifiedAction                    `protobuf:"bytes,32,opt,name=markAsVerifiedAction" json:"markAsVerifiedAction,omitempty"`
	CoexStateSync                           *waServerSync.CoexStateSync              `protobuf:"bytes,33,opt,name=coexStateSync" json:"coexStateSync,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtocolMessage) Descriptor deprecated

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

Deprecated: Use ProtocolMessage.ProtoReflect.Descriptor instead.

func (*ProtocolMessage) GetAfterReadDuration

func (x *ProtocolMessage) GetAfterReadDuration() uint32

func (*ProtocolMessage) GetAiMediaCollectionMessage

func (x *ProtocolMessage) GetAiMediaCollectionMessage() *waAICommon.AIMediaCollectionMessage

func (*ProtocolMessage) GetAiMetadataOperation

func (x *ProtocolMessage) GetAiMetadataOperation() *waAICommon.AIMetadataOperation

func (*ProtocolMessage) GetAiPsiMetadata

func (x *ProtocolMessage) GetAiPsiMetadata() []byte

func (*ProtocolMessage) GetAiQueryFanout

func (x *ProtocolMessage) GetAiQueryFanout() *AIQueryFanout

func (*ProtocolMessage) GetAppStateFatalExceptionNotification

func (x *ProtocolMessage) GetAppStateFatalExceptionNotification() *AppStateFatalExceptionNotification

func (*ProtocolMessage) GetAppStateSyncKeyRequest

func (x *ProtocolMessage) GetAppStateSyncKeyRequest() *AppStateSyncKeyRequest

func (*ProtocolMessage) GetAppStateSyncKeyShare

func (x *ProtocolMessage) GetAppStateSyncKeyShare() *AppStateSyncKeyShare

func (*ProtocolMessage) GetBotFeedbackMessage

func (x *ProtocolMessage) GetBotFeedbackMessage() *waAICommon.BotFeedbackMessage

func (*ProtocolMessage) GetChatThemeSetting

func (x *ProtocolMessage) GetChatThemeSetting() *ChatThemeSetting

func (*ProtocolMessage) GetCloudApiThreadControlNotification

func (x *ProtocolMessage) GetCloudApiThreadControlNotification() *CloudAPIThreadControlNotification

func (*ProtocolMessage) GetCoexStateSync

func (x *ProtocolMessage) GetCoexStateSync() *waServerSync.CoexStateSync

func (*ProtocolMessage) GetDisappearingMode

func (x *ProtocolMessage) GetDisappearingMode() *DisappearingMode

func (*ProtocolMessage) GetEditedMessage

func (x *ProtocolMessage) GetEditedMessage() *Message

func (*ProtocolMessage) GetEphemeralExpiration

func (x *ProtocolMessage) GetEphemeralExpiration() uint32

func (*ProtocolMessage) GetEphemeralSettingTimestamp

func (x *ProtocolMessage) GetEphemeralSettingTimestamp() int64

func (*ProtocolMessage) GetHistorySyncNotification

func (x *ProtocolMessage) GetHistorySyncNotification() *HistorySyncNotification

func (*ProtocolMessage) GetInitialSecurityNotificationSettingSync

func (x *ProtocolMessage) GetInitialSecurityNotificationSettingSync() *InitialSecurityNotificationSettingSync

func (*ProtocolMessage) GetInvokerJID

func (x *ProtocolMessage) GetInvokerJID() string

func (*ProtocolMessage) GetKey

func (x *ProtocolMessage) GetKey() *waCommon.MessageKey

func (*ProtocolMessage) GetLidMigrationMappingSyncMessage

func (x *ProtocolMessage) GetLidMigrationMappingSyncMessage() *LIDMigrationMappingSyncMessage

func (*ProtocolMessage) GetLimitSharing

func (x *ProtocolMessage) GetLimitSharing() *waCommon.LimitSharing

func (*ProtocolMessage) GetMarkAsVerifiedAction

func (x *ProtocolMessage) GetMarkAsVerifiedAction() *MarkAsVerifiedAction

func (*ProtocolMessage) GetMediaNotifyMessage

func (x *ProtocolMessage) GetMediaNotifyMessage() *MediaNotifyMessage

func (*ProtocolMessage) GetMemberLabel

func (x *ProtocolMessage) GetMemberLabel() *MemberLabel

func (*ProtocolMessage) GetPeerDataOperationRequestMessage

func (x *ProtocolMessage) GetPeerDataOperationRequestMessage() *PeerDataOperationRequestMessage

func (*ProtocolMessage) GetPeerDataOperationRequestResponseMessage

func (x *ProtocolMessage) GetPeerDataOperationRequestResponseMessage() *PeerDataOperationRequestResponseMessage

func (*ProtocolMessage) GetRequestWelcomeMessageMetadata

func (x *ProtocolMessage) GetRequestWelcomeMessageMetadata() *RequestWelcomeMessageMetadata

func (*ProtocolMessage) GetTimestampMS

func (x *ProtocolMessage) GetTimestampMS() int64

func (*ProtocolMessage) GetType

func (*ProtocolMessage) ProtoMessage

func (*ProtocolMessage) ProtoMessage()

func (*ProtocolMessage) ProtoReflect

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

func (*ProtocolMessage) Reset

func (x *ProtocolMessage) Reset()

func (*ProtocolMessage) String

func (x *ProtocolMessage) String() string

type ProtocolMessage_Type

type ProtocolMessage_Type int32
const (
	ProtocolMessage_REVOKE                                       ProtocolMessage_Type = 0
	ProtocolMessage_EPHEMERAL_SETTING                            ProtocolMessage_Type = 3
	ProtocolMessage_EPHEMERAL_SYNC_RESPONSE                      ProtocolMessage_Type = 4
	ProtocolMessage_HISTORY_SYNC_NOTIFICATION                    ProtocolMessage_Type = 5
	ProtocolMessage_APP_STATE_SYNC_KEY_SHARE                     ProtocolMessage_Type = 6
	ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST                   ProtocolMessage_Type = 7
	ProtocolMessage_MSG_FANOUT_BACKFILL_REQUEST                  ProtocolMessage_Type = 8
	ProtocolMessage_INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC   ProtocolMessage_Type = 9
	ProtocolMessage_APP_STATE_FATAL_EXCEPTION_NOTIFICATION       ProtocolMessage_Type = 10
	ProtocolMessage_SHARE_PHONE_NUMBER                           ProtocolMessage_Type = 11
	ProtocolMessage_MESSAGE_EDIT                                 ProtocolMessage_Type = 14
	ProtocolMessage_PEER_DATA_OPERATION_REQUEST_MESSAGE          ProtocolMessage_Type = 16
	ProtocolMessage_PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE ProtocolMessage_Type = 17
	ProtocolMessage_REQUEST_WELCOME_MESSAGE                      ProtocolMessage_Type = 18
	ProtocolMessage_BOT_FEEDBACK_MESSAGE                         ProtocolMessage_Type = 19
	ProtocolMessage_MEDIA_NOTIFY_MESSAGE                         ProtocolMessage_Type = 20
	ProtocolMessage_CLOUD_API_THREAD_CONTROL_NOTIFICATION        ProtocolMessage_Type = 21
	ProtocolMessage_LID_MIGRATION_MAPPING_SYNC                   ProtocolMessage_Type = 22
	ProtocolMessage_REMINDER_MESSAGE                             ProtocolMessage_Type = 23
	ProtocolMessage_BOT_MEMU_ONBOARDING_MESSAGE                  ProtocolMessage_Type = 24
	ProtocolMessage_STATUS_MENTION_MESSAGE                       ProtocolMessage_Type = 25
	ProtocolMessage_STOP_GENERATION_MESSAGE                      ProtocolMessage_Type = 26
	ProtocolMessage_LIMIT_SHARING                                ProtocolMessage_Type = 27
	ProtocolMessage_AI_PSI_METADATA                              ProtocolMessage_Type = 28
	ProtocolMessage_AI_QUERY_FANOUT                              ProtocolMessage_Type = 29
	ProtocolMessage_GROUP_MEMBER_LABEL_CHANGE                    ProtocolMessage_Type = 30
	ProtocolMessage_AI_MEDIA_COLLECTION_MESSAGE                  ProtocolMessage_Type = 31
	ProtocolMessage_MESSAGE_UNSCHEDULE                           ProtocolMessage_Type = 32
	ProtocolMessage_CHAT_THEME_SETTING                           ProtocolMessage_Type = 34
	ProtocolMessage_AI_METADATA_OPERATION                        ProtocolMessage_Type = 35
	ProtocolMessage_MARK_AS_VERIFIED_ACTION                      ProtocolMessage_Type = 36
	ProtocolMessage_COEX_STATE_SYNC                              ProtocolMessage_Type = 37
)

func (ProtocolMessage_Type) Descriptor

func (ProtocolMessage_Type) Enum

func (ProtocolMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use ProtocolMessage_Type.Descriptor instead.

func (ProtocolMessage_Type) Number

func (ProtocolMessage_Type) String

func (x ProtocolMessage_Type) String() string

func (ProtocolMessage_Type) Type

func (*ProtocolMessage_Type) UnmarshalJSON deprecated

func (x *ProtocolMessage_Type) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type QuestionResponseMessage

type QuestionResponseMessage struct {
	Key  *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Text *string              `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*QuestionResponseMessage) Descriptor deprecated

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

Deprecated: Use QuestionResponseMessage.ProtoReflect.Descriptor instead.

func (*QuestionResponseMessage) GetKey

func (*QuestionResponseMessage) GetText

func (x *QuestionResponseMessage) GetText() string

func (*QuestionResponseMessage) ProtoMessage

func (*QuestionResponseMessage) ProtoMessage()

func (*QuestionResponseMessage) ProtoReflect

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

func (*QuestionResponseMessage) Reset

func (x *QuestionResponseMessage) Reset()

func (*QuestionResponseMessage) String

func (x *QuestionResponseMessage) String() string

type ReactionMessage

type ReactionMessage struct {
	Key               *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Text              *string              `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	GroupingKey       *string              `protobuf:"bytes,3,opt,name=groupingKey" json:"groupingKey,omitempty"`
	SenderTimestampMS *int64               `protobuf:"varint,4,opt,name=senderTimestampMS" json:"senderTimestampMS,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactionMessage) Descriptor deprecated

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

Deprecated: Use ReactionMessage.ProtoReflect.Descriptor instead.

func (*ReactionMessage) GetGroupingKey

func (x *ReactionMessage) GetGroupingKey() string

func (*ReactionMessage) GetKey

func (x *ReactionMessage) GetKey() *waCommon.MessageKey

func (*ReactionMessage) GetSenderTimestampMS

func (x *ReactionMessage) GetSenderTimestampMS() int64

func (*ReactionMessage) GetText

func (x *ReactionMessage) GetText() string

func (*ReactionMessage) ProtoMessage

func (*ReactionMessage) ProtoMessage()

func (*ReactionMessage) ProtoReflect

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

func (*ReactionMessage) Reset

func (x *ReactionMessage) Reset()

func (*ReactionMessage) String

func (x *ReactionMessage) String() string

type RequestPaymentMessage

type RequestPaymentMessage struct {
	NoteMessage         *Message           `protobuf:"bytes,4,opt,name=noteMessage" json:"noteMessage,omitempty"`
	CurrencyCodeIso4217 *string            `protobuf:"bytes,1,opt,name=currencyCodeIso4217" json:"currencyCodeIso4217,omitempty"`
	Amount1000          *uint64            `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
	RequestFrom         *string            `protobuf:"bytes,3,opt,name=requestFrom" json:"requestFrom,omitempty"`
	ExpiryTimestamp     *int64             `protobuf:"varint,5,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
	Amount              *Money             `protobuf:"bytes,6,opt,name=amount" json:"amount,omitempty"`
	Background          *PaymentBackground `protobuf:"bytes,7,opt,name=background" json:"background,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPaymentMessage) Descriptor deprecated

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

Deprecated: Use RequestPaymentMessage.ProtoReflect.Descriptor instead.

func (*RequestPaymentMessage) GetAmount

func (x *RequestPaymentMessage) GetAmount() *Money

func (*RequestPaymentMessage) GetAmount1000

func (x *RequestPaymentMessage) GetAmount1000() uint64

func (*RequestPaymentMessage) GetBackground

func (x *RequestPaymentMessage) GetBackground() *PaymentBackground

func (*RequestPaymentMessage) GetCurrencyCodeIso4217

func (x *RequestPaymentMessage) GetCurrencyCodeIso4217() string

func (*RequestPaymentMessage) GetExpiryTimestamp

func (x *RequestPaymentMessage) GetExpiryTimestamp() int64

func (*RequestPaymentMessage) GetNoteMessage

func (x *RequestPaymentMessage) GetNoteMessage() *Message

func (*RequestPaymentMessage) GetRequestFrom

func (x *RequestPaymentMessage) GetRequestFrom() string

func (*RequestPaymentMessage) ProtoMessage

func (*RequestPaymentMessage) ProtoMessage()

func (*RequestPaymentMessage) ProtoReflect

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

func (*RequestPaymentMessage) Reset

func (x *RequestPaymentMessage) Reset()

func (*RequestPaymentMessage) String

func (x *RequestPaymentMessage) String() string

type RequestPhoneNumberMessage

type RequestPhoneNumberMessage struct {
	ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPhoneNumberMessage) Descriptor deprecated

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

Deprecated: Use RequestPhoneNumberMessage.ProtoReflect.Descriptor instead.

func (*RequestPhoneNumberMessage) GetContextInfo

func (x *RequestPhoneNumberMessage) GetContextInfo() *ContextInfo

func (*RequestPhoneNumberMessage) ProtoMessage

func (*RequestPhoneNumberMessage) ProtoMessage()

func (*RequestPhoneNumberMessage) ProtoReflect

func (*RequestPhoneNumberMessage) Reset

func (x *RequestPhoneNumberMessage) Reset()

func (*RequestPhoneNumberMessage) String

func (x *RequestPhoneNumberMessage) String() string

type RequestWelcomeMessageMetadata

type RequestWelcomeMessageMetadata struct {
	LocalChatState   *RequestWelcomeMessageMetadata_LocalChatState `` /* 143-byte string literal not displayed */
	WelcomeTrigger   *RequestWelcomeMessageMetadata_WelcomeTrigger `` /* 143-byte string literal not displayed */
	BotAgentMetadata *waAICommon.BotAgentMetadata                  `protobuf:"bytes,3,opt,name=botAgentMetadata" json:"botAgentMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestWelcomeMessageMetadata) Descriptor deprecated

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

Deprecated: Use RequestWelcomeMessageMetadata.ProtoReflect.Descriptor instead.

func (*RequestWelcomeMessageMetadata) GetBotAgentMetadata

func (x *RequestWelcomeMessageMetadata) GetBotAgentMetadata() *waAICommon.BotAgentMetadata

func (*RequestWelcomeMessageMetadata) GetLocalChatState

func (*RequestWelcomeMessageMetadata) GetWelcomeTrigger

func (*RequestWelcomeMessageMetadata) ProtoMessage

func (*RequestWelcomeMessageMetadata) ProtoMessage()

func (*RequestWelcomeMessageMetadata) ProtoReflect

func (*RequestWelcomeMessageMetadata) Reset

func (x *RequestWelcomeMessageMetadata) Reset()

func (*RequestWelcomeMessageMetadata) String

type RequestWelcomeMessageMetadata_LocalChatState

type RequestWelcomeMessageMetadata_LocalChatState int32
const (
	RequestWelcomeMessageMetadata_EMPTY     RequestWelcomeMessageMetadata_LocalChatState = 0
	RequestWelcomeMessageMetadata_NON_EMPTY RequestWelcomeMessageMetadata_LocalChatState = 1
)

func (RequestWelcomeMessageMetadata_LocalChatState) Descriptor

func (RequestWelcomeMessageMetadata_LocalChatState) Enum

func (RequestWelcomeMessageMetadata_LocalChatState) EnumDescriptor deprecated

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

Deprecated: Use RequestWelcomeMessageMetadata_LocalChatState.Descriptor instead.

func (RequestWelcomeMessageMetadata_LocalChatState) Number

func (RequestWelcomeMessageMetadata_LocalChatState) String

func (RequestWelcomeMessageMetadata_LocalChatState) Type

func (*RequestWelcomeMessageMetadata_LocalChatState) UnmarshalJSON deprecated

Deprecated: Do not use.

type RequestWelcomeMessageMetadata_WelcomeTrigger

type RequestWelcomeMessageMetadata_WelcomeTrigger int32
const (
	RequestWelcomeMessageMetadata_CHAT_OPEN         RequestWelcomeMessageMetadata_WelcomeTrigger = 0
	RequestWelcomeMessageMetadata_COMPANION_PAIRING RequestWelcomeMessageMetadata_WelcomeTrigger = 1
)

func (RequestWelcomeMessageMetadata_WelcomeTrigger) Descriptor

func (RequestWelcomeMessageMetadata_WelcomeTrigger) Enum

func (RequestWelcomeMessageMetadata_WelcomeTrigger) EnumDescriptor deprecated

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

Deprecated: Use RequestWelcomeMessageMetadata_WelcomeTrigger.Descriptor instead.

func (RequestWelcomeMessageMetadata_WelcomeTrigger) Number

func (RequestWelcomeMessageMetadata_WelcomeTrigger) String

func (RequestWelcomeMessageMetadata_WelcomeTrigger) Type

func (*RequestWelcomeMessageMetadata_WelcomeTrigger) UnmarshalJSON deprecated

Deprecated: Do not use.

type RootSecretDistributeMessage

type RootSecretDistributeMessage struct {
	ChatJID *string `protobuf:"bytes,1,opt,name=chatJID" json:"chatJID,omitempty"`
	// contains filtered or unexported fields
}

func (*RootSecretDistributeMessage) Descriptor deprecated

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

Deprecated: Use RootSecretDistributeMessage.ProtoReflect.Descriptor instead.

func (*RootSecretDistributeMessage) GetChatJID

func (x *RootSecretDistributeMessage) GetChatJID() string

func (*RootSecretDistributeMessage) ProtoMessage

func (*RootSecretDistributeMessage) ProtoMessage()

func (*RootSecretDistributeMessage) ProtoReflect

func (*RootSecretDistributeMessage) Reset

func (x *RootSecretDistributeMessage) Reset()

func (*RootSecretDistributeMessage) String

func (x *RootSecretDistributeMessage) String() string

type ScheduledCallCreationMessage

type ScheduledCallCreationMessage struct {
	ScheduledTimestampMS *int64                                 `protobuf:"varint,1,opt,name=scheduledTimestampMS" json:"scheduledTimestampMS,omitempty"`
	CallType             *ScheduledCallCreationMessage_CallType `protobuf:"varint,2,opt,name=callType,enum=WAWebProtobufsE2E.ScheduledCallCreationMessage_CallType" json:"callType,omitempty"`
	Title                *string                                `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledCallCreationMessage) Descriptor deprecated

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

Deprecated: Use ScheduledCallCreationMessage.ProtoReflect.Descriptor instead.

func (*ScheduledCallCreationMessage) GetCallType

func (*ScheduledCallCreationMessage) GetScheduledTimestampMS

func (x *ScheduledCallCreationMessage) GetScheduledTimestampMS() int64

func (*ScheduledCallCreationMessage) GetTitle

func (x *ScheduledCallCreationMessage) GetTitle() string

func (*ScheduledCallCreationMessage) ProtoMessage

func (*ScheduledCallCreationMessage) ProtoMessage()

func (*ScheduledCallCreationMessage) ProtoReflect

func (*ScheduledCallCreationMessage) Reset

func (x *ScheduledCallCreationMessage) Reset()

func (*ScheduledCallCreationMessage) String

type ScheduledCallCreationMessage_CallType

type ScheduledCallCreationMessage_CallType int32
const (
	ScheduledCallCreationMessage_UNKNOWN ScheduledCallCreationMessage_CallType = 0
	ScheduledCallCreationMessage_VOICE   ScheduledCallCreationMessage_CallType = 1
	ScheduledCallCreationMessage_VIDEO   ScheduledCallCreationMessage_CallType = 2
)

func (ScheduledCallCreationMessage_CallType) Descriptor

func (ScheduledCallCreationMessage_CallType) Enum

func (ScheduledCallCreationMessage_CallType) EnumDescriptor deprecated

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

Deprecated: Use ScheduledCallCreationMessage_CallType.Descriptor instead.

func (ScheduledCallCreationMessage_CallType) Number

func (ScheduledCallCreationMessage_CallType) String

func (ScheduledCallCreationMessage_CallType) Type

func (*ScheduledCallCreationMessage_CallType) UnmarshalJSON deprecated

func (x *ScheduledCallCreationMessage_CallType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type ScheduledCallEditMessage

type ScheduledCallEditMessage struct {
	Key      *waCommon.MessageKey               `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	EditType *ScheduledCallEditMessage_EditType `protobuf:"varint,2,opt,name=editType,enum=WAWebProtobufsE2E.ScheduledCallEditMessage_EditType" json:"editType,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledCallEditMessage) Descriptor deprecated

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

Deprecated: Use ScheduledCallEditMessage.ProtoReflect.Descriptor instead.

func (*ScheduledCallEditMessage) GetEditType

func (*ScheduledCallEditMessage) GetKey

func (*ScheduledCallEditMessage) ProtoMessage

func (*ScheduledCallEditMessage) ProtoMessage()

func (*ScheduledCallEditMessage) ProtoReflect

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

func (*ScheduledCallEditMessage) Reset

func (x *ScheduledCallEditMessage) Reset()

func (*ScheduledCallEditMessage) String

func (x *ScheduledCallEditMessage) String() string

type ScheduledCallEditMessage_EditType

type ScheduledCallEditMessage_EditType int32
const (
	ScheduledCallEditMessage_UNKNOWN ScheduledCallEditMessage_EditType = 0
	ScheduledCallEditMessage_CANCEL  ScheduledCallEditMessage_EditType = 1
)

func (ScheduledCallEditMessage_EditType) Descriptor

func (ScheduledCallEditMessage_EditType) Enum

func (ScheduledCallEditMessage_EditType) EnumDescriptor deprecated

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

Deprecated: Use ScheduledCallEditMessage_EditType.Descriptor instead.

func (ScheduledCallEditMessage_EditType) Number

func (ScheduledCallEditMessage_EditType) String

func (ScheduledCallEditMessage_EditType) Type

func (*ScheduledCallEditMessage_EditType) UnmarshalJSON deprecated

func (x *ScheduledCallEditMessage_EditType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type SecretEncryptedMessage

type SecretEncryptedMessage struct {
	TargetMessageKey *waCommon.MessageKey                  `protobuf:"bytes,1,opt,name=targetMessageKey" json:"targetMessageKey,omitempty"`
	EncPayload       []byte                                `protobuf:"bytes,2,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIV            []byte                                `protobuf:"bytes,3,opt,name=encIV" json:"encIV,omitempty"`
	SecretEncType    *SecretEncryptedMessage_SecretEncType `` /* 133-byte string literal not displayed */
	RemoteKeyID      *string                               `protobuf:"bytes,5,opt,name=remoteKeyID" json:"remoteKeyID,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretEncryptedMessage) Descriptor deprecated

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

Deprecated: Use SecretEncryptedMessage.ProtoReflect.Descriptor instead.

func (*SecretEncryptedMessage) GetEncIV

func (x *SecretEncryptedMessage) GetEncIV() []byte

func (*SecretEncryptedMessage) GetEncPayload

func (x *SecretEncryptedMessage) GetEncPayload() []byte

func (*SecretEncryptedMessage) GetRemoteKeyID

func (x *SecretEncryptedMessage) GetRemoteKeyID() string

func (*SecretEncryptedMessage) GetSecretEncType

func (*SecretEncryptedMessage) GetTargetMessageKey

func (x *SecretEncryptedMessage) GetTargetMessageKey() *waCommon.MessageKey

func (*SecretEncryptedMessage) ProtoMessage

func (*SecretEncryptedMessage) ProtoMessage()

func (*SecretEncryptedMessage) ProtoReflect

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

func (*SecretEncryptedMessage) Reset

func (x *SecretEncryptedMessage) Reset()

func (*SecretEncryptedMessage) String

func (x *SecretEncryptedMessage) String() string

type SecretEncryptedMessage_SecretEncType

type SecretEncryptedMessage_SecretEncType int32
const (
	SecretEncryptedMessage_UNKNOWN          SecretEncryptedMessage_SecretEncType = 0
	SecretEncryptedMessage_EVENT_EDIT       SecretEncryptedMessage_SecretEncType = 1
	SecretEncryptedMessage_MESSAGE_EDIT     SecretEncryptedMessage_SecretEncType = 2
	SecretEncryptedMessage_MESSAGE_SCHEDULE SecretEncryptedMessage_SecretEncType = 3
	SecretEncryptedMessage_POLL_EDIT        SecretEncryptedMessage_SecretEncType = 4
	SecretEncryptedMessage_POLL_ADD_OPTION  SecretEncryptedMessage_SecretEncType = 5
)

func (SecretEncryptedMessage_SecretEncType) Descriptor

func (SecretEncryptedMessage_SecretEncType) Enum

func (SecretEncryptedMessage_SecretEncType) EnumDescriptor deprecated

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

Deprecated: Use SecretEncryptedMessage_SecretEncType.Descriptor instead.

func (SecretEncryptedMessage_SecretEncType) Number

func (SecretEncryptedMessage_SecretEncType) String

func (SecretEncryptedMessage_SecretEncType) Type

func (*SecretEncryptedMessage_SecretEncType) UnmarshalJSON deprecated

func (x *SecretEncryptedMessage_SecretEncType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type SendPaymentMessage

type SendPaymentMessage struct {
	NoteMessage       *Message             `protobuf:"bytes,2,opt,name=noteMessage" json:"noteMessage,omitempty"`
	RequestMessageKey *waCommon.MessageKey `protobuf:"bytes,3,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
	Background        *PaymentBackground   `protobuf:"bytes,4,opt,name=background" json:"background,omitempty"`
	TransactionData   *string              `protobuf:"bytes,5,opt,name=transactionData" json:"transactionData,omitempty"`
	// contains filtered or unexported fields
}

func (*SendPaymentMessage) Descriptor deprecated

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

Deprecated: Use SendPaymentMessage.ProtoReflect.Descriptor instead.

func (*SendPaymentMessage) GetBackground

func (x *SendPaymentMessage) GetBackground() *PaymentBackground

func (*SendPaymentMessage) GetNoteMessage

func (x *SendPaymentMessage) GetNoteMessage() *Message

func (*SendPaymentMessage) GetRequestMessageKey

func (x *SendPaymentMessage) GetRequestMessageKey() *waCommon.MessageKey

func (*SendPaymentMessage) GetTransactionData

func (x *SendPaymentMessage) GetTransactionData() string

func (*SendPaymentMessage) ProtoMessage

func (*SendPaymentMessage) ProtoMessage()

func (*SendPaymentMessage) ProtoReflect

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

func (*SendPaymentMessage) Reset

func (x *SendPaymentMessage) Reset()

func (*SendPaymentMessage) String

func (x *SendPaymentMessage) String() string

type SenderKeyDistributionMessage

type SenderKeyDistributionMessage struct {
	GroupID                             *string `protobuf:"bytes,1,opt,name=groupID" json:"groupID,omitempty"`
	AxolotlSenderKeyDistributionMessage []byte  `protobuf:"bytes,2,opt,name=axolotlSenderKeyDistributionMessage" json:"axolotlSenderKeyDistributionMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*SenderKeyDistributionMessage) Descriptor deprecated

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

Deprecated: Use SenderKeyDistributionMessage.ProtoReflect.Descriptor instead.

func (*SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage

func (x *SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage() []byte

func (*SenderKeyDistributionMessage) GetGroupID

func (x *SenderKeyDistributionMessage) GetGroupID() string

func (*SenderKeyDistributionMessage) ProtoMessage

func (*SenderKeyDistributionMessage) ProtoMessage()

func (*SenderKeyDistributionMessage) ProtoReflect

func (*SenderKeyDistributionMessage) Reset

func (x *SenderKeyDistributionMessage) Reset()

func (*SenderKeyDistributionMessage) String

type SplitPaymentMessage

type SplitPaymentMessage struct {
	SplitID      *string                    `protobuf:"bytes,1,opt,name=splitID" json:"splitID,omitempty"`
	TotalAmount  *Money                     `protobuf:"bytes,2,opt,name=totalAmount" json:"totalAmount,omitempty"`
	Description  *string                    `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	RequesterJID *string                    `protobuf:"bytes,4,opt,name=requesterJID" json:"requesterJID,omitempty"`
	Participants []*SplitPaymentParticipant `protobuf:"bytes,5,rep,name=participants" json:"participants,omitempty"`
	CreatedAtMS  *int64                     `protobuf:"varint,6,opt,name=createdAtMS" json:"createdAtMS,omitempty"`
	ContextInfo  *ContextInfo               `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitPaymentMessage) Descriptor deprecated

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

Deprecated: Use SplitPaymentMessage.ProtoReflect.Descriptor instead.

func (*SplitPaymentMessage) GetContextInfo

func (x *SplitPaymentMessage) GetContextInfo() *ContextInfo

func (*SplitPaymentMessage) GetCreatedAtMS

func (x *SplitPaymentMessage) GetCreatedAtMS() int64

func (*SplitPaymentMessage) GetDescription

func (x *SplitPaymentMessage) GetDescription() string

func (*SplitPaymentMessage) GetParticipants

func (x *SplitPaymentMessage) GetParticipants() []*SplitPaymentParticipant

func (*SplitPaymentMessage) GetRequesterJID

func (x *SplitPaymentMessage) GetRequesterJID() string

func (*SplitPaymentMessage) GetSplitID

func (x *SplitPaymentMessage) GetSplitID() string

func (*SplitPaymentMessage) GetTotalAmount

func (x *SplitPaymentMessage) GetTotalAmount() *Money

func (*SplitPaymentMessage) ProtoMessage

func (*SplitPaymentMessage) ProtoMessage()

func (*SplitPaymentMessage) ProtoReflect

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

func (*SplitPaymentMessage) Reset

func (x *SplitPaymentMessage) Reset()

func (*SplitPaymentMessage) String

func (x *SplitPaymentMessage) String() string

type SplitPaymentParticipant

type SplitPaymentParticipant struct {
	JID    *string                                     `protobuf:"bytes,1,opt,name=JID" json:"JID,omitempty"`
	Amount *Money                                      `protobuf:"bytes,2,opt,name=amount" json:"amount,omitempty"`
	Status *SplitPaymentParticipant_SplitPaymentStatus `protobuf:"varint,3,opt,name=status,enum=WAWebProtobufsE2E.SplitPaymentParticipant_SplitPaymentStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitPaymentParticipant) Descriptor deprecated

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

Deprecated: Use SplitPaymentParticipant.ProtoReflect.Descriptor instead.

func (*SplitPaymentParticipant) GetAmount

func (x *SplitPaymentParticipant) GetAmount() *Money

func (*SplitPaymentParticipant) GetJID

func (x *SplitPaymentParticipant) GetJID() string

func (*SplitPaymentParticipant) GetStatus

func (*SplitPaymentParticipant) ProtoMessage

func (*SplitPaymentParticipant) ProtoMessage()

func (*SplitPaymentParticipant) ProtoReflect

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

func (*SplitPaymentParticipant) Reset

func (x *SplitPaymentParticipant) Reset()

func (*SplitPaymentParticipant) String

func (x *SplitPaymentParticipant) String() string

type SplitPaymentParticipant_SplitPaymentStatus

type SplitPaymentParticipant_SplitPaymentStatus int32
const (
	SplitPaymentParticipant_PENDING SplitPaymentParticipant_SplitPaymentStatus = 0
	SplitPaymentParticipant_PAID    SplitPaymentParticipant_SplitPaymentStatus = 1
)

func (SplitPaymentParticipant_SplitPaymentStatus) Descriptor

func (SplitPaymentParticipant_SplitPaymentStatus) Enum

func (SplitPaymentParticipant_SplitPaymentStatus) EnumDescriptor deprecated

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

Deprecated: Use SplitPaymentParticipant_SplitPaymentStatus.Descriptor instead.

func (SplitPaymentParticipant_SplitPaymentStatus) Number

func (SplitPaymentParticipant_SplitPaymentStatus) String

func (SplitPaymentParticipant_SplitPaymentStatus) Type

func (*SplitPaymentParticipant_SplitPaymentStatus) UnmarshalJSON deprecated

Deprecated: Do not use.

type SplitPaymentUpdateMessage

type SplitPaymentUpdateMessage struct {
	SplitID        *string `protobuf:"bytes,1,opt,name=splitID" json:"splitID,omitempty"`
	ParticipantJID *string `protobuf:"bytes,2,opt,name=participantJID" json:"participantJID,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitPaymentUpdateMessage) Descriptor deprecated

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

Deprecated: Use SplitPaymentUpdateMessage.ProtoReflect.Descriptor instead.

func (*SplitPaymentUpdateMessage) GetParticipantJID

func (x *SplitPaymentUpdateMessage) GetParticipantJID() string

func (*SplitPaymentUpdateMessage) GetSplitID

func (x *SplitPaymentUpdateMessage) GetSplitID() string

func (*SplitPaymentUpdateMessage) ProtoMessage

func (*SplitPaymentUpdateMessage) ProtoMessage()

func (*SplitPaymentUpdateMessage) ProtoReflect

func (*SplitPaymentUpdateMessage) Reset

func (x *SplitPaymentUpdateMessage) Reset()

func (*SplitPaymentUpdateMessage) String

func (x *SplitPaymentUpdateMessage) String() string

type StatusLinkPreviewMetadata

type StatusLinkPreviewMetadata struct {
	Style *StatusLinkPreviewMetadata_Style `protobuf:"varint,1,opt,name=style,enum=WAWebProtobufsE2E.StatusLinkPreviewMetadata_Style" json:"style,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusLinkPreviewMetadata) Descriptor deprecated

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

Deprecated: Use StatusLinkPreviewMetadata.ProtoReflect.Descriptor instead.

func (*StatusLinkPreviewMetadata) GetStyle

func (*StatusLinkPreviewMetadata) ProtoMessage

func (*StatusLinkPreviewMetadata) ProtoMessage()

func (*StatusLinkPreviewMetadata) ProtoReflect

func (*StatusLinkPreviewMetadata) Reset

func (x *StatusLinkPreviewMetadata) Reset()

func (*StatusLinkPreviewMetadata) String

func (x *StatusLinkPreviewMetadata) String() string

type StatusLinkPreviewMetadata_Style

type StatusLinkPreviewMetadata_Style int32
const (
	StatusLinkPreviewMetadata_AUTO      StatusLinkPreviewMetadata_Style = 0
	StatusLinkPreviewMetadata_COMPACT   StatusLinkPreviewMetadata_Style = 1
	StatusLinkPreviewMetadata_FULL      StatusLinkPreviewMetadata_Style = 2
	StatusLinkPreviewMetadata_IMMERSIVE StatusLinkPreviewMetadata_Style = 3
)

func (StatusLinkPreviewMetadata_Style) Descriptor

func (StatusLinkPreviewMetadata_Style) Enum

func (StatusLinkPreviewMetadata_Style) EnumDescriptor deprecated

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

Deprecated: Use StatusLinkPreviewMetadata_Style.Descriptor instead.

func (StatusLinkPreviewMetadata_Style) Number

func (StatusLinkPreviewMetadata_Style) String

func (StatusLinkPreviewMetadata_Style) Type

func (*StatusLinkPreviewMetadata_Style) UnmarshalJSON deprecated

func (x *StatusLinkPreviewMetadata_Style) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type StatusNotificationMessage

type StatusNotificationMessage struct {
	ResponseMessageKey *waCommon.MessageKey                              `protobuf:"bytes,1,opt,name=responseMessageKey" json:"responseMessageKey,omitempty"`
	OriginalMessageKey *waCommon.MessageKey                              `protobuf:"bytes,2,opt,name=originalMessageKey" json:"originalMessageKey,omitempty"`
	Type               *StatusNotificationMessage_StatusNotificationType `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatusNotificationMessage) Descriptor deprecated

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

Deprecated: Use StatusNotificationMessage.ProtoReflect.Descriptor instead.

func (*StatusNotificationMessage) GetOriginalMessageKey

func (x *StatusNotificationMessage) GetOriginalMessageKey() *waCommon.MessageKey

func (*StatusNotificationMessage) GetResponseMessageKey

func (x *StatusNotificationMessage) GetResponseMessageKey() *waCommon.MessageKey

func (*StatusNotificationMessage) GetType

func (*StatusNotificationMessage) ProtoMessage

func (*StatusNotificationMessage) ProtoMessage()

func (*StatusNotificationMessage) ProtoReflect

func (*StatusNotificationMessage) Reset

func (x *StatusNotificationMessage) Reset()

func (*StatusNotificationMessage) String

func (x *StatusNotificationMessage) String() string

type StatusNotificationMessage_StatusNotificationType

type StatusNotificationMessage_StatusNotificationType int32
const (
	StatusNotificationMessage_UNKNOWN                        StatusNotificationMessage_StatusNotificationType = 0
	StatusNotificationMessage_STATUS_ADD_YOURS               StatusNotificationMessage_StatusNotificationType = 1
	StatusNotificationMessage_STATUS_RESHARE                 StatusNotificationMessage_StatusNotificationType = 2
	StatusNotificationMessage_STATUS_QUESTION_ANSWER_RESHARE StatusNotificationMessage_StatusNotificationType = 3
	StatusNotificationMessage_STATUS_GROUP_STATUS_REPLY      StatusNotificationMessage_StatusNotificationType = 4
)

func (StatusNotificationMessage_StatusNotificationType) Descriptor

func (StatusNotificationMessage_StatusNotificationType) Enum

func (StatusNotificationMessage_StatusNotificationType) EnumDescriptor deprecated

Deprecated: Use StatusNotificationMessage_StatusNotificationType.Descriptor instead.

func (StatusNotificationMessage_StatusNotificationType) Number

func (StatusNotificationMessage_StatusNotificationType) String

func (StatusNotificationMessage_StatusNotificationType) Type

func (*StatusNotificationMessage_StatusNotificationType) UnmarshalJSON deprecated

Deprecated: Do not use.

type StatusQuestionAnswerMessage

type StatusQuestionAnswerMessage struct {
	Key  *waCommon.MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Text *string              `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusQuestionAnswerMessage) Descriptor deprecated

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

Deprecated: Use StatusQuestionAnswerMessage.ProtoReflect.Descriptor instead.

func (*StatusQuestionAnswerMessage) GetKey

func (*StatusQuestionAnswerMessage) GetText

func (x *StatusQuestionAnswerMessage) GetText() string

func (*StatusQuestionAnswerMessage) ProtoMessage

func (*StatusQuestionAnswerMessage) ProtoMessage()

func (*StatusQuestionAnswerMessage) ProtoReflect

func (*StatusQuestionAnswerMessage) Reset

func (x *StatusQuestionAnswerMessage) Reset()

func (*StatusQuestionAnswerMessage) String

func (x *StatusQuestionAnswerMessage) String() string

type StatusQuotedMessage

type StatusQuotedMessage struct {
	Type             *StatusQuotedMessage_StatusQuotedMessageType `protobuf:"varint,1,opt,name=type,enum=WAWebProtobufsE2E.StatusQuotedMessage_StatusQuotedMessageType" json:"type,omitempty"`
	Text             *string                                      `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Thumbnail        []byte                                       `protobuf:"bytes,3,opt,name=thumbnail" json:"thumbnail,omitempty"`
	OriginalStatusID *waCommon.MessageKey                         `protobuf:"bytes,4,opt,name=originalStatusID" json:"originalStatusID,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusQuotedMessage) Descriptor deprecated

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

Deprecated: Use StatusQuotedMessage.ProtoReflect.Descriptor instead.

func (*StatusQuotedMessage) GetOriginalStatusID

func (x *StatusQuotedMessage) GetOriginalStatusID() *waCommon.MessageKey

func (*StatusQuotedMessage) GetText

func (x *StatusQuotedMessage) GetText() string

func (*StatusQuotedMessage) GetThumbnail

func (x *StatusQuotedMessage) GetThumbnail() []byte

func (*StatusQuotedMessage) GetType

func (*StatusQuotedMessage) ProtoMessage

func (*StatusQuotedMessage) ProtoMessage()

func (*StatusQuotedMessage) ProtoReflect

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

func (*StatusQuotedMessage) Reset

func (x *StatusQuotedMessage) Reset()

func (*StatusQuotedMessage) String

func (x *StatusQuotedMessage) String() string

type StatusQuotedMessage_StatusQuotedMessageType

type StatusQuotedMessage_StatusQuotedMessageType int32
const (
	StatusQuotedMessage_QUESTION_ANSWER StatusQuotedMessage_StatusQuotedMessageType = 1
)

func (StatusQuotedMessage_StatusQuotedMessageType) Descriptor

func (StatusQuotedMessage_StatusQuotedMessageType) Enum

func (StatusQuotedMessage_StatusQuotedMessageType) EnumDescriptor deprecated

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

Deprecated: Use StatusQuotedMessage_StatusQuotedMessageType.Descriptor instead.

func (StatusQuotedMessage_StatusQuotedMessageType) Number

func (StatusQuotedMessage_StatusQuotedMessageType) String

func (StatusQuotedMessage_StatusQuotedMessageType) Type

func (*StatusQuotedMessage_StatusQuotedMessageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type StatusStickerInteractionMessage

type StatusStickerInteractionMessage struct {
	Key        *waCommon.MessageKey                               `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	StickerKey *string                                            `protobuf:"bytes,2,opt,name=stickerKey" json:"stickerKey,omitempty"`
	Type       *StatusStickerInteractionMessage_StatusStickerType `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatusStickerInteractionMessage) Descriptor deprecated

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

Deprecated: Use StatusStickerInteractionMessage.ProtoReflect.Descriptor instead.

func (*StatusStickerInteractionMessage) GetKey

func (*StatusStickerInteractionMessage) GetStickerKey

func (x *StatusStickerInteractionMessage) GetStickerKey() string

func (*StatusStickerInteractionMessage) GetType

func (*StatusStickerInteractionMessage) ProtoMessage

func (*StatusStickerInteractionMessage) ProtoMessage()

func (*StatusStickerInteractionMessage) ProtoReflect

func (*StatusStickerInteractionMessage) Reset

func (*StatusStickerInteractionMessage) String

type StatusStickerInteractionMessage_StatusStickerType

type StatusStickerInteractionMessage_StatusStickerType int32
const (
	StatusStickerInteractionMessage_UNKNOWN  StatusStickerInteractionMessage_StatusStickerType = 0
	StatusStickerInteractionMessage_REACTION StatusStickerInteractionMessage_StatusStickerType = 1
)

func (StatusStickerInteractionMessage_StatusStickerType) Descriptor

func (StatusStickerInteractionMessage_StatusStickerType) Enum

func (StatusStickerInteractionMessage_StatusStickerType) EnumDescriptor deprecated

Deprecated: Use StatusStickerInteractionMessage_StatusStickerType.Descriptor instead.

func (StatusStickerInteractionMessage_StatusStickerType) Number

func (StatusStickerInteractionMessage_StatusStickerType) String

func (StatusStickerInteractionMessage_StatusStickerType) Type

func (*StatusStickerInteractionMessage_StatusStickerType) UnmarshalJSON deprecated

Deprecated: Do not use.

type StickerMessage

type StickerMessage struct {
	URL                *string      `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	FileSHA256         []byte       `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256      []byte       `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	MediaKey           []byte       `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Mimetype           *string      `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
	Height             *uint32      `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
	Width              *uint32      `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
	DirectPath         *string      `protobuf:"bytes,8,opt,name=directPath" json:"directPath,omitempty"`
	FileLength         *uint64      `protobuf:"varint,9,opt,name=fileLength" json:"fileLength,omitempty"`
	MediaKeyTimestamp  *int64       `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	FirstFrameLength   *uint32      `protobuf:"varint,11,opt,name=firstFrameLength" json:"firstFrameLength,omitempty"`
	FirstFrameSidecar  []byte       `protobuf:"bytes,12,opt,name=firstFrameSidecar" json:"firstFrameSidecar,omitempty"`
	IsAnimated         *bool        `protobuf:"varint,13,opt,name=isAnimated" json:"isAnimated,omitempty"`
	PngThumbnail       []byte       `protobuf:"bytes,16,opt,name=pngThumbnail" json:"pngThumbnail,omitempty"`
	ContextInfo        *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StickerSentTS      *int64       `protobuf:"varint,18,opt,name=stickerSentTS" json:"stickerSentTS,omitempty"`
	IsAvatar           *bool        `protobuf:"varint,19,opt,name=isAvatar" json:"isAvatar,omitempty"`
	IsAiSticker        *bool        `protobuf:"varint,20,opt,name=isAiSticker" json:"isAiSticker,omitempty"`
	IsLottie           *bool        `protobuf:"varint,21,opt,name=isLottie" json:"isLottie,omitempty"`
	AccessibilityLabel *string      `protobuf:"bytes,22,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	Premium            *int32       `protobuf:"varint,24,opt,name=premium" json:"premium,omitempty"`
	Emojis             *string      `protobuf:"bytes,25,opt,name=emojis" json:"emojis,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerMessage) Descriptor deprecated

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

Deprecated: Use StickerMessage.ProtoReflect.Descriptor instead.

func (*StickerMessage) GetAccessibilityLabel

func (x *StickerMessage) GetAccessibilityLabel() string

func (*StickerMessage) GetContextInfo

func (x *StickerMessage) GetContextInfo() *ContextInfo

func (*StickerMessage) GetDirectPath

func (x *StickerMessage) GetDirectPath() string

func (*StickerMessage) GetEmojis

func (x *StickerMessage) GetEmojis() string

func (*StickerMessage) GetFileEncSHA256

func (x *StickerMessage) GetFileEncSHA256() []byte

func (*StickerMessage) GetFileLength

func (x *StickerMessage) GetFileLength() uint64

func (*StickerMessage) GetFileSHA256

func (x *StickerMessage) GetFileSHA256() []byte

func (*StickerMessage) GetFirstFrameLength

func (x *StickerMessage) GetFirstFrameLength() uint32

func (*StickerMessage) GetFirstFrameSidecar

func (x *StickerMessage) GetFirstFrameSidecar() []byte

func (*StickerMessage) GetHeight

func (x *StickerMessage) GetHeight() uint32

func (*StickerMessage) GetIsAiSticker

func (x *StickerMessage) GetIsAiSticker() bool

func (*StickerMessage) GetIsAnimated

func (x *StickerMessage) GetIsAnimated() bool

func (*StickerMessage) GetIsAvatar

func (x *StickerMessage) GetIsAvatar() bool

func (*StickerMessage) GetIsLottie

func (x *StickerMessage) GetIsLottie() bool

func (*StickerMessage) GetMediaKey

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

func (*StickerMessage) GetMediaKeyTimestamp

func (x *StickerMessage) GetMediaKeyTimestamp() int64

func (*StickerMessage) GetMimetype

func (x *StickerMessage) GetMimetype() string

func (*StickerMessage) GetPngThumbnail

func (x *StickerMessage) GetPngThumbnail() []byte

func (*StickerMessage) GetPremium

func (x *StickerMessage) GetPremium() int32

func (*StickerMessage) GetStickerSentTS

func (x *StickerMessage) GetStickerSentTS() int64

func (*StickerMessage) GetURL

func (x *StickerMessage) GetURL() string

func (*StickerMessage) GetWidth

func (x *StickerMessage) GetWidth() uint32

func (*StickerMessage) ProtoMessage

func (*StickerMessage) ProtoMessage()

func (*StickerMessage) ProtoReflect

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

func (*StickerMessage) Reset

func (x *StickerMessage) Reset()

func (*StickerMessage) String

func (x *StickerMessage) String() string

type StickerPackMessage

type StickerPackMessage struct {
	StickerPackID       *string                               `protobuf:"bytes,1,opt,name=stickerPackID" json:"stickerPackID,omitempty"`
	Name                *string                               `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Publisher           *string                               `protobuf:"bytes,3,opt,name=publisher" json:"publisher,omitempty"`
	Stickers            []*StickerPackMessage_Sticker         `protobuf:"bytes,4,rep,name=stickers" json:"stickers,omitempty"`
	FileLength          *uint64                               `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	FileSHA256          []byte                                `protobuf:"bytes,6,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256       []byte                                `protobuf:"bytes,7,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	MediaKey            []byte                                `protobuf:"bytes,8,opt,name=mediaKey" json:"mediaKey,omitempty"`
	DirectPath          *string                               `protobuf:"bytes,9,opt,name=directPath" json:"directPath,omitempty"`
	Caption             *string                               `protobuf:"bytes,10,opt,name=caption" json:"caption,omitempty"`
	ContextInfo         *ContextInfo                          `protobuf:"bytes,11,opt,name=contextInfo" json:"contextInfo,omitempty"`
	PackDescription     *string                               `protobuf:"bytes,12,opt,name=packDescription" json:"packDescription,omitempty"`
	MediaKeyTimestamp   *int64                                `protobuf:"varint,13,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	TrayIconFileName    *string                               `protobuf:"bytes,14,opt,name=trayIconFileName" json:"trayIconFileName,omitempty"`
	ThumbnailDirectPath *string                               `protobuf:"bytes,15,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256     []byte                                `protobuf:"bytes,16,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256  []byte                                `protobuf:"bytes,17,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	ThumbnailHeight     *uint32                               `protobuf:"varint,18,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth      *uint32                               `protobuf:"varint,19,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	ImageDataHash       *string                               `protobuf:"bytes,20,opt,name=imageDataHash" json:"imageDataHash,omitempty"`
	StickerPackSize     *uint64                               `protobuf:"varint,21,opt,name=stickerPackSize" json:"stickerPackSize,omitempty"`
	StickerPackOrigin   *StickerPackMessage_StickerPackOrigin `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StickerPackMessage) Descriptor deprecated

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

Deprecated: Use StickerPackMessage.ProtoReflect.Descriptor instead.

func (*StickerPackMessage) GetCaption

func (x *StickerPackMessage) GetCaption() string

func (*StickerPackMessage) GetContextInfo

func (x *StickerPackMessage) GetContextInfo() *ContextInfo

func (*StickerPackMessage) GetDirectPath

func (x *StickerPackMessage) GetDirectPath() string

func (*StickerPackMessage) GetFileEncSHA256

func (x *StickerPackMessage) GetFileEncSHA256() []byte

func (*StickerPackMessage) GetFileLength

func (x *StickerPackMessage) GetFileLength() uint64

func (*StickerPackMessage) GetFileSHA256

func (x *StickerPackMessage) GetFileSHA256() []byte

func (*StickerPackMessage) GetImageDataHash

func (x *StickerPackMessage) GetImageDataHash() string

func (*StickerPackMessage) GetMediaKey

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

func (*StickerPackMessage) GetMediaKeyTimestamp

func (x *StickerPackMessage) GetMediaKeyTimestamp() int64

func (*StickerPackMessage) GetName

func (x *StickerPackMessage) GetName() string

func (*StickerPackMessage) GetPackDescription

func (x *StickerPackMessage) GetPackDescription() string

func (*StickerPackMessage) GetPublisher

func (x *StickerPackMessage) GetPublisher() string

func (*StickerPackMessage) GetStickerPackID

func (x *StickerPackMessage) GetStickerPackID() string

func (*StickerPackMessage) GetStickerPackOrigin

func (x *StickerPackMessage) GetStickerPackOrigin() StickerPackMessage_StickerPackOrigin

func (*StickerPackMessage) GetStickerPackSize

func (x *StickerPackMessage) GetStickerPackSize() uint64

func (*StickerPackMessage) GetStickers

func (x *StickerPackMessage) GetStickers() []*StickerPackMessage_Sticker

func (*StickerPackMessage) GetThumbnailDirectPath

func (x *StickerPackMessage) GetThumbnailDirectPath() string

func (*StickerPackMessage) GetThumbnailEncSHA256

func (x *StickerPackMessage) GetThumbnailEncSHA256() []byte

func (*StickerPackMessage) GetThumbnailHeight

func (x *StickerPackMessage) GetThumbnailHeight() uint32

func (*StickerPackMessage) GetThumbnailSHA256

func (x *StickerPackMessage) GetThumbnailSHA256() []byte

func (*StickerPackMessage) GetThumbnailWidth

func (x *StickerPackMessage) GetThumbnailWidth() uint32

func (*StickerPackMessage) GetTrayIconFileName

func (x *StickerPackMessage) GetTrayIconFileName() string

func (*StickerPackMessage) ProtoMessage

func (*StickerPackMessage) ProtoMessage()

func (*StickerPackMessage) ProtoReflect

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

func (*StickerPackMessage) Reset

func (x *StickerPackMessage) Reset()

func (*StickerPackMessage) String

func (x *StickerPackMessage) String() string

type StickerPackMessage_Sticker

type StickerPackMessage_Sticker struct {
	FileName           *string  `protobuf:"bytes,1,opt,name=fileName" json:"fileName,omitempty"`
	IsAnimated         *bool    `protobuf:"varint,2,opt,name=isAnimated" json:"isAnimated,omitempty"`
	Emojis             []string `protobuf:"bytes,3,rep,name=emojis" json:"emojis,omitempty"`
	AccessibilityLabel *string  `protobuf:"bytes,4,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	IsLottie           *bool    `protobuf:"varint,5,opt,name=isLottie" json:"isLottie,omitempty"`
	Mimetype           *string  `protobuf:"bytes,6,opt,name=mimetype" json:"mimetype,omitempty"`
	Premium            *int32   `protobuf:"varint,7,opt,name=premium" json:"premium,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerPackMessage_Sticker) Descriptor deprecated

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

Deprecated: Use StickerPackMessage_Sticker.ProtoReflect.Descriptor instead.

func (*StickerPackMessage_Sticker) GetAccessibilityLabel

func (x *StickerPackMessage_Sticker) GetAccessibilityLabel() string

func (*StickerPackMessage_Sticker) GetEmojis

func (x *StickerPackMessage_Sticker) GetEmojis() []string

func (*StickerPackMessage_Sticker) GetFileName

func (x *StickerPackMessage_Sticker) GetFileName() string

func (*StickerPackMessage_Sticker) GetIsAnimated

func (x *StickerPackMessage_Sticker) GetIsAnimated() bool

func (*StickerPackMessage_Sticker) GetIsLottie

func (x *StickerPackMessage_Sticker) GetIsLottie() bool

func (*StickerPackMessage_Sticker) GetMimetype

func (x *StickerPackMessage_Sticker) GetMimetype() string

func (*StickerPackMessage_Sticker) GetPremium

func (x *StickerPackMessage_Sticker) GetPremium() int32

func (*StickerPackMessage_Sticker) ProtoMessage

func (*StickerPackMessage_Sticker) ProtoMessage()

func (*StickerPackMessage_Sticker) ProtoReflect

func (*StickerPackMessage_Sticker) Reset

func (x *StickerPackMessage_Sticker) Reset()

func (*StickerPackMessage_Sticker) String

func (x *StickerPackMessage_Sticker) String() string

type StickerPackMessage_StickerPackOrigin

type StickerPackMessage_StickerPackOrigin int32
const (
	StickerPackMessage_FIRST_PARTY  StickerPackMessage_StickerPackOrigin = 0
	StickerPackMessage_THIRD_PARTY  StickerPackMessage_StickerPackOrigin = 1
	StickerPackMessage_USER_CREATED StickerPackMessage_StickerPackOrigin = 2
)

func (StickerPackMessage_StickerPackOrigin) Descriptor

func (StickerPackMessage_StickerPackOrigin) Enum

func (StickerPackMessage_StickerPackOrigin) EnumDescriptor deprecated

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

Deprecated: Use StickerPackMessage_StickerPackOrigin.Descriptor instead.

func (StickerPackMessage_StickerPackOrigin) Number

func (StickerPackMessage_StickerPackOrigin) String

func (StickerPackMessage_StickerPackOrigin) Type

func (*StickerPackMessage_StickerPackOrigin) UnmarshalJSON deprecated

func (x *StickerPackMessage_StickerPackOrigin) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type StickerSyncRMRMessage

type StickerSyncRMRMessage struct {
	Filehash         []string `protobuf:"bytes,1,rep,name=filehash" json:"filehash,omitempty"`
	RmrSource        *string  `protobuf:"bytes,2,opt,name=rmrSource" json:"rmrSource,omitempty"`
	RequestTimestamp *int64   `protobuf:"varint,3,opt,name=requestTimestamp" json:"requestTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerSyncRMRMessage) Descriptor deprecated

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

Deprecated: Use StickerSyncRMRMessage.ProtoReflect.Descriptor instead.

func (*StickerSyncRMRMessage) GetFilehash

func (x *StickerSyncRMRMessage) GetFilehash() []string

func (*StickerSyncRMRMessage) GetRequestTimestamp

func (x *StickerSyncRMRMessage) GetRequestTimestamp() int64

func (*StickerSyncRMRMessage) GetRmrSource

func (x *StickerSyncRMRMessage) GetRmrSource() string

func (*StickerSyncRMRMessage) ProtoMessage

func (*StickerSyncRMRMessage) ProtoMessage()

func (*StickerSyncRMRMessage) ProtoReflect

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

func (*StickerSyncRMRMessage) Reset

func (x *StickerSyncRMRMessage) Reset()

func (*StickerSyncRMRMessage) String

func (x *StickerSyncRMRMessage) String() string

type TapLinkAction

type TapLinkAction struct {
	Title  *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	TapURL *string `protobuf:"bytes,2,opt,name=tapURL" json:"tapURL,omitempty"`
	// contains filtered or unexported fields
}

func (*TapLinkAction) Descriptor deprecated

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

Deprecated: Use TapLinkAction.ProtoReflect.Descriptor instead.

func (*TapLinkAction) GetTapURL

func (x *TapLinkAction) GetTapURL() string

func (*TapLinkAction) GetTitle

func (x *TapLinkAction) GetTitle() string

func (*TapLinkAction) ProtoMessage

func (*TapLinkAction) ProtoMessage()

func (*TapLinkAction) ProtoReflect

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

func (*TapLinkAction) Reset

func (x *TapLinkAction) Reset()

func (*TapLinkAction) String

func (x *TapLinkAction) String() string

type TemplateButton

type TemplateButton struct {

	// Types that are valid to be assigned to Button:
	//
	//	*TemplateButton_QuickReplyButton_
	//	*TemplateButton_UrlButton
	//	*TemplateButton_CallButton_
	Button isTemplateButton_Button `protobuf_oneof:"button"`
	Index  *uint32                 `protobuf:"varint,4,opt,name=index" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButton) Descriptor deprecated

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

Deprecated: Use TemplateButton.ProtoReflect.Descriptor instead.

func (*TemplateButton) GetButton

func (x *TemplateButton) GetButton() isTemplateButton_Button

func (*TemplateButton) GetCallButton

func (x *TemplateButton) GetCallButton() *TemplateButton_CallButton

func (*TemplateButton) GetIndex

func (x *TemplateButton) GetIndex() uint32

func (*TemplateButton) GetQuickReplyButton

func (x *TemplateButton) GetQuickReplyButton() *TemplateButton_QuickReplyButton

func (*TemplateButton) GetUrlButton

func (x *TemplateButton) GetUrlButton() *TemplateButton_URLButton

func (*TemplateButton) ProtoMessage

func (*TemplateButton) ProtoMessage()

func (*TemplateButton) ProtoReflect

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

func (*TemplateButton) Reset

func (x *TemplateButton) Reset()

func (*TemplateButton) String

func (x *TemplateButton) String() string

type TemplateButtonReplyMessage

type TemplateButtonReplyMessage struct {
	SelectedID                *string      `protobuf:"bytes,1,opt,name=selectedID" json:"selectedID,omitempty"`
	SelectedDisplayText       *string      `protobuf:"bytes,2,opt,name=selectedDisplayText" json:"selectedDisplayText,omitempty"`
	ContextInfo               *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	SelectedIndex             *uint32      `protobuf:"varint,4,opt,name=selectedIndex" json:"selectedIndex,omitempty"`
	SelectedCarouselCardIndex *uint32      `protobuf:"varint,5,opt,name=selectedCarouselCardIndex" json:"selectedCarouselCardIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButtonReplyMessage) Descriptor deprecated

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

Deprecated: Use TemplateButtonReplyMessage.ProtoReflect.Descriptor instead.

func (*TemplateButtonReplyMessage) GetContextInfo

func (x *TemplateButtonReplyMessage) GetContextInfo() *ContextInfo

func (*TemplateButtonReplyMessage) GetSelectedCarouselCardIndex

func (x *TemplateButtonReplyMessage) GetSelectedCarouselCardIndex() uint32

func (*TemplateButtonReplyMessage) GetSelectedDisplayText

func (x *TemplateButtonReplyMessage) GetSelectedDisplayText() string

func (*TemplateButtonReplyMessage) GetSelectedID

func (x *TemplateButtonReplyMessage) GetSelectedID() string

func (*TemplateButtonReplyMessage) GetSelectedIndex

func (x *TemplateButtonReplyMessage) GetSelectedIndex() uint32

func (*TemplateButtonReplyMessage) ProtoMessage

func (*TemplateButtonReplyMessage) ProtoMessage()

func (*TemplateButtonReplyMessage) ProtoReflect

func (*TemplateButtonReplyMessage) Reset

func (x *TemplateButtonReplyMessage) Reset()

func (*TemplateButtonReplyMessage) String

func (x *TemplateButtonReplyMessage) String() string

type TemplateButton_CallButton

type TemplateButton_CallButton struct {
	DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	PhoneNumber *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButton_CallButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_CallButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_CallButton) GetDisplayText

func (*TemplateButton_CallButton) GetPhoneNumber

func (*TemplateButton_CallButton) ProtoMessage

func (*TemplateButton_CallButton) ProtoMessage()

func (*TemplateButton_CallButton) ProtoReflect

func (*TemplateButton_CallButton) Reset

func (x *TemplateButton_CallButton) Reset()

func (*TemplateButton_CallButton) String

func (x *TemplateButton_CallButton) String() string

type TemplateButton_CallButton_

type TemplateButton_CallButton_ struct {
	CallButton *TemplateButton_CallButton `protobuf:"bytes,3,opt,name=callButton,oneof"`
}

type TemplateButton_QuickReplyButton

type TemplateButton_QuickReplyButton struct {
	DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	ID          *string                  `protobuf:"bytes,2,opt,name=ID" json:"ID,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButton_QuickReplyButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_QuickReplyButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_QuickReplyButton) GetDisplayText

func (*TemplateButton_QuickReplyButton) GetID

func (*TemplateButton_QuickReplyButton) ProtoMessage

func (*TemplateButton_QuickReplyButton) ProtoMessage()

func (*TemplateButton_QuickReplyButton) ProtoReflect

func (*TemplateButton_QuickReplyButton) Reset

func (*TemplateButton_QuickReplyButton) String

type TemplateButton_QuickReplyButton_

type TemplateButton_QuickReplyButton_ struct {
	QuickReplyButton *TemplateButton_QuickReplyButton `protobuf:"bytes,1,opt,name=quickReplyButton,oneof"`
}

type TemplateButton_URLButton

type TemplateButton_URLButton struct {
	DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	URL         *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=URL" json:"URL,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButton_URLButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_URLButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_URLButton) GetDisplayText

func (*TemplateButton_URLButton) GetURL

func (*TemplateButton_URLButton) ProtoMessage

func (*TemplateButton_URLButton) ProtoMessage()

func (*TemplateButton_URLButton) ProtoReflect

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

func (*TemplateButton_URLButton) Reset

func (x *TemplateButton_URLButton) Reset()

func (*TemplateButton_URLButton) String

func (x *TemplateButton_URLButton) String() string

type TemplateButton_UrlButton

type TemplateButton_UrlButton struct {
	UrlButton *TemplateButton_URLButton `protobuf:"bytes,2,opt,name=urlButton,oneof"`
}

type TemplateMessage

type TemplateMessage struct {

	// Types that are valid to be assigned to Format:
	//
	//	*TemplateMessage_FourRowTemplate_
	//	*TemplateMessage_HydratedFourRowTemplate_
	//	*TemplateMessage_InteractiveMessageTemplate
	Format           isTemplateMessage_Format                 `protobuf_oneof:"format"`
	ContextInfo      *ContextInfo                             `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	HydratedTemplate *TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate" json:"hydratedTemplate,omitempty"`
	TemplateID       *string                                  `protobuf:"bytes,9,opt,name=templateID" json:"templateID,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateMessage) Descriptor deprecated

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

Deprecated: Use TemplateMessage.ProtoReflect.Descriptor instead.

func (*TemplateMessage) GetContextInfo

func (x *TemplateMessage) GetContextInfo() *ContextInfo

func (*TemplateMessage) GetFormat

func (x *TemplateMessage) GetFormat() isTemplateMessage_Format

func (*TemplateMessage) GetFourRowTemplate

func (x *TemplateMessage) GetFourRowTemplate() *TemplateMessage_FourRowTemplate

func (*TemplateMessage) GetHydratedFourRowTemplate

func (x *TemplateMessage) GetHydratedFourRowTemplate() *TemplateMessage_HydratedFourRowTemplate

func (*TemplateMessage) GetHydratedTemplate

func (x *TemplateMessage) GetHydratedTemplate() *TemplateMessage_HydratedFourRowTemplate

func (*TemplateMessage) GetInteractiveMessageTemplate

func (x *TemplateMessage) GetInteractiveMessageTemplate() *InteractiveMessage

func (*TemplateMessage) GetTemplateID

func (x *TemplateMessage) GetTemplateID() string

func (*TemplateMessage) ProtoMessage

func (*TemplateMessage) ProtoMessage()

func (*TemplateMessage) ProtoReflect

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

func (*TemplateMessage) Reset

func (x *TemplateMessage) Reset()

func (*TemplateMessage) String

func (x *TemplateMessage) String() string

type TemplateMessage_FourRowTemplate

type TemplateMessage_FourRowTemplate struct {

	// Types that are valid to be assigned to Title:
	//
	//	*TemplateMessage_FourRowTemplate_DocumentMessage
	//	*TemplateMessage_FourRowTemplate_HighlyStructuredMessage
	//	*TemplateMessage_FourRowTemplate_ImageMessage
	//	*TemplateMessage_FourRowTemplate_VideoMessage
	//	*TemplateMessage_FourRowTemplate_LocationMessage
	Title   isTemplateMessage_FourRowTemplate_Title `protobuf_oneof:"title"`
	Content *HighlyStructuredMessage                `protobuf:"bytes,6,opt,name=content" json:"content,omitempty"`
	Footer  *HighlyStructuredMessage                `protobuf:"bytes,7,opt,name=footer" json:"footer,omitempty"`
	Buttons []*TemplateButton                       `protobuf:"bytes,8,rep,name=buttons" json:"buttons,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateMessage_FourRowTemplate) Descriptor deprecated

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

Deprecated: Use TemplateMessage_FourRowTemplate.ProtoReflect.Descriptor instead.

func (*TemplateMessage_FourRowTemplate) GetButtons

func (*TemplateMessage_FourRowTemplate) GetContent

func (*TemplateMessage_FourRowTemplate) GetDocumentMessage

func (x *TemplateMessage_FourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*TemplateMessage_FourRowTemplate) GetFooter

func (*TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage

func (x *TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*TemplateMessage_FourRowTemplate) GetImageMessage

func (x *TemplateMessage_FourRowTemplate) GetImageMessage() *ImageMessage

func (*TemplateMessage_FourRowTemplate) GetLocationMessage

func (x *TemplateMessage_FourRowTemplate) GetLocationMessage() *LocationMessage

func (*TemplateMessage_FourRowTemplate) GetTitle

func (x *TemplateMessage_FourRowTemplate) GetTitle() isTemplateMessage_FourRowTemplate_Title

func (*TemplateMessage_FourRowTemplate) GetVideoMessage

func (x *TemplateMessage_FourRowTemplate) GetVideoMessage() *VideoMessage

func (*TemplateMessage_FourRowTemplate) ProtoMessage

func (*TemplateMessage_FourRowTemplate) ProtoMessage()

func (*TemplateMessage_FourRowTemplate) ProtoReflect

func (*TemplateMessage_FourRowTemplate) Reset

func (*TemplateMessage_FourRowTemplate) String

type TemplateMessage_FourRowTemplate_

type TemplateMessage_FourRowTemplate_ struct {
	FourRowTemplate *TemplateMessage_FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,oneof"`
}

type TemplateMessage_FourRowTemplate_DocumentMessage

type TemplateMessage_FourRowTemplate_DocumentMessage struct {
	DocumentMessage *DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,oneof"`
}

type TemplateMessage_FourRowTemplate_HighlyStructuredMessage

type TemplateMessage_FourRowTemplate_HighlyStructuredMessage struct {
	HighlyStructuredMessage *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=highlyStructuredMessage,oneof"`
}

type TemplateMessage_FourRowTemplate_ImageMessage

type TemplateMessage_FourRowTemplate_ImageMessage struct {
	ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
}

type TemplateMessage_FourRowTemplate_LocationMessage

type TemplateMessage_FourRowTemplate_LocationMessage struct {
	LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
}

type TemplateMessage_FourRowTemplate_VideoMessage

type TemplateMessage_FourRowTemplate_VideoMessage struct {
	VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate

type TemplateMessage_HydratedFourRowTemplate struct {

	// Types that are valid to be assigned to Title:
	//
	//	*TemplateMessage_HydratedFourRowTemplate_DocumentMessage
	//	*TemplateMessage_HydratedFourRowTemplate_HydratedTitleText
	//	*TemplateMessage_HydratedFourRowTemplate_ImageMessage
	//	*TemplateMessage_HydratedFourRowTemplate_VideoMessage
	//	*TemplateMessage_HydratedFourRowTemplate_LocationMessage
	Title               isTemplateMessage_HydratedFourRowTemplate_Title `protobuf_oneof:"title"`
	HydratedContentText *string                                         `protobuf:"bytes,6,opt,name=hydratedContentText" json:"hydratedContentText,omitempty"`
	HydratedFooterText  *string                                         `protobuf:"bytes,7,opt,name=hydratedFooterText" json:"hydratedFooterText,omitempty"`
	HydratedButtons     []*HydratedTemplateButton                       `protobuf:"bytes,8,rep,name=hydratedButtons" json:"hydratedButtons,omitempty"`
	TemplateID          *string                                         `protobuf:"bytes,9,opt,name=templateID" json:"templateID,omitempty"`
	MaskLinkedDevices   *bool                                           `protobuf:"varint,10,opt,name=maskLinkedDevices" json:"maskLinkedDevices,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateMessage_HydratedFourRowTemplate) Descriptor deprecated

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

Deprecated: Use TemplateMessage_HydratedFourRowTemplate.ProtoReflect.Descriptor instead.

func (*TemplateMessage_HydratedFourRowTemplate) GetDocumentMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedButtons

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetImageMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetLocationMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetMaskLinkedDevices

func (x *TemplateMessage_HydratedFourRowTemplate) GetMaskLinkedDevices() bool

func (*TemplateMessage_HydratedFourRowTemplate) GetTemplateID

func (*TemplateMessage_HydratedFourRowTemplate) GetTitle

func (x *TemplateMessage_HydratedFourRowTemplate) GetTitle() isTemplateMessage_HydratedFourRowTemplate_Title

func (*TemplateMessage_HydratedFourRowTemplate) GetVideoMessage

func (*TemplateMessage_HydratedFourRowTemplate) ProtoMessage

func (*TemplateMessage_HydratedFourRowTemplate) ProtoReflect

func (*TemplateMessage_HydratedFourRowTemplate) Reset

func (*TemplateMessage_HydratedFourRowTemplate) String

type TemplateMessage_HydratedFourRowTemplate_

type TemplateMessage_HydratedFourRowTemplate_ struct {
	HydratedFourRowTemplate *TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,2,opt,name=hydratedFourRowTemplate,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate_DocumentMessage

type TemplateMessage_HydratedFourRowTemplate_DocumentMessage struct {
	DocumentMessage *DocumentMessage `protobuf:"bytes,1,opt,name=documentMessage,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate_HydratedTitleText

type TemplateMessage_HydratedFourRowTemplate_HydratedTitleText struct {
	HydratedTitleText string `protobuf:"bytes,2,opt,name=hydratedTitleText,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate_ImageMessage

type TemplateMessage_HydratedFourRowTemplate_ImageMessage struct {
	ImageMessage *ImageMessage `protobuf:"bytes,3,opt,name=imageMessage,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate_LocationMessage

type TemplateMessage_HydratedFourRowTemplate_LocationMessage struct {
	LocationMessage *LocationMessage `protobuf:"bytes,5,opt,name=locationMessage,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate_VideoMessage

type TemplateMessage_HydratedFourRowTemplate_VideoMessage struct {
	VideoMessage *VideoMessage `protobuf:"bytes,4,opt,name=videoMessage,oneof"`
}

type TemplateMessage_InteractiveMessageTemplate

type TemplateMessage_InteractiveMessageTemplate struct {
	InteractiveMessageTemplate *InteractiveMessage `protobuf:"bytes,5,opt,name=interactiveMessageTemplate,oneof"`
}

type ThreadID

type ThreadID struct {
	ThreadType *ThreadID_ThreadType `protobuf:"varint,1,opt,name=threadType,enum=WAWebProtobufsE2E.ThreadID_ThreadType" json:"threadType,omitempty"`
	ThreadKey  *waCommon.MessageKey `protobuf:"bytes,2,opt,name=threadKey" json:"threadKey,omitempty"`
	// contains filtered or unexported fields
}

func (*ThreadID) Descriptor deprecated

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

Deprecated: Use ThreadID.ProtoReflect.Descriptor instead.

func (*ThreadID) GetThreadKey

func (x *ThreadID) GetThreadKey() *waCommon.MessageKey

func (*ThreadID) GetThreadType

func (x *ThreadID) GetThreadType() ThreadID_ThreadType

func (*ThreadID) ProtoMessage

func (*ThreadID) ProtoMessage()

func (*ThreadID) ProtoReflect

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

func (*ThreadID) Reset

func (x *ThreadID) Reset()

func (*ThreadID) String

func (x *ThreadID) String() string

type ThreadID_ThreadType

type ThreadID_ThreadType int32
const (
	ThreadID_UNKNOWN      ThreadID_ThreadType = 0
	ThreadID_VIEW_REPLIES ThreadID_ThreadType = 1
	ThreadID_AI_THREAD    ThreadID_ThreadType = 2
)

func (ThreadID_ThreadType) Descriptor

func (ThreadID_ThreadType) Enum

func (ThreadID_ThreadType) EnumDescriptor deprecated

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

Deprecated: Use ThreadID_ThreadType.Descriptor instead.

func (ThreadID_ThreadType) Number

func (ThreadID_ThreadType) String

func (x ThreadID_ThreadType) String() string

func (ThreadID_ThreadType) Type

func (*ThreadID_ThreadType) UnmarshalJSON deprecated

func (x *ThreadID_ThreadType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type URLMetadata

type URLMetadata struct {
	FbExperimentID *uint32 `protobuf:"varint,1,opt,name=fbExperimentID" json:"fbExperimentID,omitempty"`
	// contains filtered or unexported fields
}

func (*URLMetadata) Descriptor deprecated

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

Deprecated: Use URLMetadata.ProtoReflect.Descriptor instead.

func (*URLMetadata) GetFbExperimentID

func (x *URLMetadata) GetFbExperimentID() uint32

func (*URLMetadata) ProtoMessage

func (*URLMetadata) ProtoMessage()

func (*URLMetadata) ProtoReflect

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

func (*URLMetadata) Reset

func (x *URLMetadata) Reset()

func (*URLMetadata) String

func (x *URLMetadata) String() string

type UrlTrackingMap

type UrlTrackingMap struct {
	UrlTrackingMapElements []*UrlTrackingMap_UrlTrackingMapElement `protobuf:"bytes,1,rep,name=urlTrackingMapElements" json:"urlTrackingMapElements,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlTrackingMap) Descriptor deprecated

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

Deprecated: Use UrlTrackingMap.ProtoReflect.Descriptor instead.

func (*UrlTrackingMap) GetUrlTrackingMapElements

func (x *UrlTrackingMap) GetUrlTrackingMapElements() []*UrlTrackingMap_UrlTrackingMapElement

func (*UrlTrackingMap) ProtoMessage

func (*UrlTrackingMap) ProtoMessage()

func (*UrlTrackingMap) ProtoReflect

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

func (*UrlTrackingMap) Reset

func (x *UrlTrackingMap) Reset()

func (*UrlTrackingMap) String

func (x *UrlTrackingMap) String() string

type UrlTrackingMap_UrlTrackingMapElement

type UrlTrackingMap_UrlTrackingMapElement struct {
	OriginalURL         *string `protobuf:"bytes,1,opt,name=originalURL" json:"originalURL,omitempty"`
	UnconsentedUsersURL *string `protobuf:"bytes,2,opt,name=unconsentedUsersURL" json:"unconsentedUsersURL,omitempty"`
	ConsentedUsersURL   *string `protobuf:"bytes,3,opt,name=consentedUsersURL" json:"consentedUsersURL,omitempty"`
	CardIndex           *uint32 `protobuf:"varint,4,opt,name=cardIndex" json:"cardIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlTrackingMap_UrlTrackingMapElement) Descriptor deprecated

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

Deprecated: Use UrlTrackingMap_UrlTrackingMapElement.ProtoReflect.Descriptor instead.

func (*UrlTrackingMap_UrlTrackingMapElement) GetCardIndex

func (x *UrlTrackingMap_UrlTrackingMapElement) GetCardIndex() uint32

func (*UrlTrackingMap_UrlTrackingMapElement) GetConsentedUsersURL

func (x *UrlTrackingMap_UrlTrackingMapElement) GetConsentedUsersURL() string

func (*UrlTrackingMap_UrlTrackingMapElement) GetOriginalURL

func (x *UrlTrackingMap_UrlTrackingMapElement) GetOriginalURL() string

func (*UrlTrackingMap_UrlTrackingMapElement) GetUnconsentedUsersURL

func (x *UrlTrackingMap_UrlTrackingMapElement) GetUnconsentedUsersURL() string

func (*UrlTrackingMap_UrlTrackingMapElement) ProtoMessage

func (*UrlTrackingMap_UrlTrackingMapElement) ProtoMessage()

func (*UrlTrackingMap_UrlTrackingMapElement) ProtoReflect

func (*UrlTrackingMap_UrlTrackingMapElement) Reset

func (*UrlTrackingMap_UrlTrackingMapElement) String

type VideoEndCard

type VideoEndCard struct {
	Username          *string `protobuf:"bytes,1,req,name=username" json:"username,omitempty"`
	Caption           *string `protobuf:"bytes,2,req,name=caption" json:"caption,omitempty"`
	ThumbnailImageURL *string `protobuf:"bytes,3,req,name=thumbnailImageURL" json:"thumbnailImageURL,omitempty"`
	ProfilePictureURL *string `protobuf:"bytes,4,req,name=profilePictureURL" json:"profilePictureURL,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoEndCard) Descriptor deprecated

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

Deprecated: Use VideoEndCard.ProtoReflect.Descriptor instead.

func (*VideoEndCard) GetCaption

func (x *VideoEndCard) GetCaption() string

func (*VideoEndCard) GetProfilePictureURL

func (x *VideoEndCard) GetProfilePictureURL() string

func (*VideoEndCard) GetThumbnailImageURL

func (x *VideoEndCard) GetThumbnailImageURL() string

func (*VideoEndCard) GetUsername

func (x *VideoEndCard) GetUsername() string

func (*VideoEndCard) ProtoMessage

func (*VideoEndCard) ProtoMessage()

func (*VideoEndCard) ProtoReflect

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

func (*VideoEndCard) Reset

func (x *VideoEndCard) Reset()

func (*VideoEndCard) String

func (x *VideoEndCard) String() string

type VideoMessage

type VideoMessage struct {
	URL                                     *string                       `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	Mimetype                                *string                       `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSHA256                              []byte                        `protobuf:"bytes,3,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileLength                              *uint64                       `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
	Seconds                                 *uint32                       `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
	MediaKey                                []byte                        `protobuf:"bytes,6,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Caption                                 *string                       `protobuf:"bytes,7,opt,name=caption" json:"caption,omitempty"`
	GifPlayback                             *bool                         `protobuf:"varint,8,opt,name=gifPlayback" json:"gifPlayback,omitempty"`
	Height                                  *uint32                       `protobuf:"varint,9,opt,name=height" json:"height,omitempty"`
	Width                                   *uint32                       `protobuf:"varint,10,opt,name=width" json:"width,omitempty"`
	FileEncSHA256                           []byte                        `protobuf:"bytes,11,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	InteractiveAnnotations                  []*InteractiveAnnotation      `protobuf:"bytes,12,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
	DirectPath                              *string                       `protobuf:"bytes,13,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp                       *int64                        `protobuf:"varint,14,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	JPEGThumbnail                           []byte                        `protobuf:"bytes,16,opt,name=JPEGThumbnail" json:"JPEGThumbnail,omitempty"`
	ContextInfo                             *ContextInfo                  `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar                        []byte                        `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	GifAttribution                          *VideoMessage_Attribution     `protobuf:"varint,19,opt,name=gifAttribution,enum=WAWebProtobufsE2E.VideoMessage_Attribution" json:"gifAttribution,omitempty"`
	ViewOnce                                *bool                         `protobuf:"varint,20,opt,name=viewOnce" json:"viewOnce,omitempty"`
	ThumbnailDirectPath                     *string                       `protobuf:"bytes,21,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSHA256                         []byte                        `protobuf:"bytes,22,opt,name=thumbnailSHA256" json:"thumbnailSHA256,omitempty"`
	ThumbnailEncSHA256                      []byte                        `protobuf:"bytes,23,opt,name=thumbnailEncSHA256" json:"thumbnailEncSHA256,omitempty"`
	StaticURL                               *string                       `protobuf:"bytes,24,opt,name=staticURL" json:"staticURL,omitempty"`
	Annotations                             []*InteractiveAnnotation      `protobuf:"bytes,25,rep,name=annotations" json:"annotations,omitempty"`
	AccessibilityLabel                      *string                       `protobuf:"bytes,26,opt,name=accessibilityLabel" json:"accessibilityLabel,omitempty"`
	ProcessedVideos                         []*ProcessedVideo             `protobuf:"bytes,27,rep,name=processedVideos" json:"processedVideos,omitempty"`
	ExternalShareFullVideoDurationInSeconds *uint32                       `` /* 126-byte string literal not displayed */
	MotionPhotoPresentationOffsetMS         *uint64                       `protobuf:"varint,29,opt,name=motionPhotoPresentationOffsetMS" json:"motionPhotoPresentationOffsetMS,omitempty"`
	MetadataURL                             *string                       `protobuf:"bytes,30,opt,name=metadataURL" json:"metadataURL,omitempty"`
	VideoSourceType                         *VideoMessage_VideoSourceType `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VideoMessage) Descriptor deprecated

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

Deprecated: Use VideoMessage.ProtoReflect.Descriptor instead.

func (*VideoMessage) GetAccessibilityLabel

func (x *VideoMessage) GetAccessibilityLabel() string

func (*VideoMessage) GetAnnotations

func (x *VideoMessage) GetAnnotations() []*InteractiveAnnotation

func (*VideoMessage) GetCaption

func (x *VideoMessage) GetCaption() string

func (*VideoMessage) GetContextInfo

func (x *VideoMessage) GetContextInfo() *ContextInfo

func (*VideoMessage) GetDirectPath

func (x *VideoMessage) GetDirectPath() string

func (*VideoMessage) GetExternalShareFullVideoDurationInSeconds

func (x *VideoMessage) GetExternalShareFullVideoDurationInSeconds() uint32

func (*VideoMessage) GetFileEncSHA256

func (x *VideoMessage) GetFileEncSHA256() []byte

func (*VideoMessage) GetFileLength

func (x *VideoMessage) GetFileLength() uint64

func (*VideoMessage) GetFileSHA256

func (x *VideoMessage) GetFileSHA256() []byte

func (*VideoMessage) GetGifAttribution

func (x *VideoMessage) GetGifAttribution() VideoMessage_Attribution

func (*VideoMessage) GetGifPlayback

func (x *VideoMessage) GetGifPlayback() bool

func (*VideoMessage) GetHeight

func (x *VideoMessage) GetHeight() uint32

func (*VideoMessage) GetInteractiveAnnotations

func (x *VideoMessage) GetInteractiveAnnotations() []*InteractiveAnnotation

func (*VideoMessage) GetJPEGThumbnail

func (x *VideoMessage) GetJPEGThumbnail() []byte

func (*VideoMessage) GetMediaKey

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

func (*VideoMessage) GetMediaKeyTimestamp

func (x *VideoMessage) GetMediaKeyTimestamp() int64

func (*VideoMessage) GetMetadataURL

func (x *VideoMessage) GetMetadataURL() string

func (*VideoMessage) GetMimetype

func (x *VideoMessage) GetMimetype() string

func (*VideoMessage) GetMotionPhotoPresentationOffsetMS

func (x *VideoMessage) GetMotionPhotoPresentationOffsetMS() uint64

func (*VideoMessage) GetProcessedVideos

func (x *VideoMessage) GetProcessedVideos() []*ProcessedVideo

func (*VideoMessage) GetSeconds

func (x *VideoMessage) GetSeconds() uint32

func (*VideoMessage) GetStaticURL

func (x *VideoMessage) GetStaticURL() string

func (*VideoMessage) GetStreamingSidecar

func (x *VideoMessage) GetStreamingSidecar() []byte

func (*VideoMessage) GetThumbnailDirectPath

func (x *VideoMessage) GetThumbnailDirectPath() string

func (*VideoMessage) GetThumbnailEncSHA256

func (x *VideoMessage) GetThumbnailEncSHA256() []byte

func (*VideoMessage) GetThumbnailSHA256

func (x *VideoMessage) GetThumbnailSHA256() []byte

func (*VideoMessage) GetURL

func (x *VideoMessage) GetURL() string

func (*VideoMessage) GetVideoSourceType

func (x *VideoMessage) GetVideoSourceType() VideoMessage_VideoSourceType

func (*VideoMessage) GetViewOnce

func (x *VideoMessage) GetViewOnce() bool

func (*VideoMessage) GetWidth

func (x *VideoMessage) GetWidth() uint32

func (*VideoMessage) ProtoMessage

func (*VideoMessage) ProtoMessage()

func (*VideoMessage) ProtoReflect

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

func (*VideoMessage) Reset

func (x *VideoMessage) Reset()

func (*VideoMessage) String

func (x *VideoMessage) String() string

type VideoMessage_Attribution

type VideoMessage_Attribution int32
const (
	VideoMessage_NONE  VideoMessage_Attribution = 0
	VideoMessage_GIPHY VideoMessage_Attribution = 1
	VideoMessage_TENOR VideoMessage_Attribution = 2
	VideoMessage_KLIPY VideoMessage_Attribution = 3
)

func (VideoMessage_Attribution) Descriptor

func (VideoMessage_Attribution) Enum

func (VideoMessage_Attribution) EnumDescriptor deprecated

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

Deprecated: Use VideoMessage_Attribution.Descriptor instead.

func (VideoMessage_Attribution) Number

func (VideoMessage_Attribution) String

func (x VideoMessage_Attribution) String() string

func (VideoMessage_Attribution) Type

func (*VideoMessage_Attribution) UnmarshalJSON deprecated

func (x *VideoMessage_Attribution) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type VideoMessage_VideoSourceType

type VideoMessage_VideoSourceType int32
const (
	VideoMessage_USER_VIDEO   VideoMessage_VideoSourceType = 0
	VideoMessage_AI_GENERATED VideoMessage_VideoSourceType = 1
)

func (VideoMessage_VideoSourceType) Descriptor

func (VideoMessage_VideoSourceType) Enum

func (VideoMessage_VideoSourceType) EnumDescriptor deprecated

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

Deprecated: Use VideoMessage_VideoSourceType.Descriptor instead.

func (VideoMessage_VideoSourceType) Number

func (VideoMessage_VideoSourceType) String

func (VideoMessage_VideoSourceType) Type

func (*VideoMessage_VideoSourceType) UnmarshalJSON deprecated

func (x *VideoMessage_VideoSourceType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type WebLinkRenderConfig

type WebLinkRenderConfig int32
const (
	WebLinkRenderConfig_WEBVIEW WebLinkRenderConfig = 0
	WebLinkRenderConfig_SYSTEM  WebLinkRenderConfig = 1
)

func (WebLinkRenderConfig) Descriptor

func (WebLinkRenderConfig) Enum

func (WebLinkRenderConfig) EnumDescriptor deprecated

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

Deprecated: Use WebLinkRenderConfig.Descriptor instead.

func (WebLinkRenderConfig) Number

func (WebLinkRenderConfig) String

func (x WebLinkRenderConfig) String() string

func (WebLinkRenderConfig) Type

func (*WebLinkRenderConfig) UnmarshalJSON deprecated

func (x *WebLinkRenderConfig) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

Jump to

Keyboard shortcuts

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