proto

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UserAgent_UserAgentPlatform_name = map[int32]string{
		0:  "ANDROID",
		1:  "IOS",
		2:  "WINDOWS_PHONE",
		3:  "BLACKBERRY",
		4:  "BLACKBERRYX",
		5:  "S40",
		6:  "S60",
		7:  "PYTHON_CLIENT",
		8:  "TIZEN",
		9:  "ENTERPRISE",
		10: "SMB_ANDROID",
		11: "KAIOS",
		12: "SMB_IOS",
		13: "WINDOWS",
		14: "WEB",
		15: "PORTAL",
		16: "GREEN_ANDROID",
		17: "GREEN_IPHONE",
		18: "BLUE_ANDROID",
		19: "BLUE_IPHONE",
		20: "FBLITE_ANDROID",
		21: "MLITE_ANDROID",
		22: "IGLITE_ANDROID",
		23: "PAGE",
		24: "MACOS",
		25: "VR",
	}
	UserAgent_UserAgentPlatform_value = map[string]int32{
		"ANDROID":        0,
		"IOS":            1,
		"WINDOWS_PHONE":  2,
		"BLACKBERRY":     3,
		"BLACKBERRYX":    4,
		"S40":            5,
		"S60":            6,
		"PYTHON_CLIENT":  7,
		"TIZEN":          8,
		"ENTERPRISE":     9,
		"SMB_ANDROID":    10,
		"KAIOS":          11,
		"SMB_IOS":        12,
		"WINDOWS":        13,
		"WEB":            14,
		"PORTAL":         15,
		"GREEN_ANDROID":  16,
		"GREEN_IPHONE":   17,
		"BLUE_ANDROID":   18,
		"BLUE_IPHONE":    19,
		"FBLITE_ANDROID": 20,
		"MLITE_ANDROID":  21,
		"IGLITE_ANDROID": 22,
		"PAGE":           23,
		"MACOS":          24,
		"VR":             25,
	}
)

Enum value maps for UserAgent_UserAgentPlatform.

View Source
var (
	UserAgent_UserAgentReleaseChannel_name = map[int32]string{
		0: "RELEASE",
		1: "BETA",
		2: "ALPHA",
		3: "DEBUG",
	}
	UserAgent_UserAgentReleaseChannel_value = map[string]int32{
		"RELEASE": 0,
		"BETA":    1,
		"ALPHA":   2,
		"DEBUG":   3,
	}
)

Enum value maps for UserAgent_UserAgentReleaseChannel.

View Source
var (
	WebInfo_WebInfoWebSubPlatform_name = map[int32]string{
		0: "WEB_BROWSER",
		1: "APP_STORE",
		2: "WIN_STORE",
		3: "DARWIN",
		4: "WIN32",
	}
	WebInfo_WebInfoWebSubPlatform_value = map[string]int32{
		"WEB_BROWSER": 0,
		"APP_STORE":   1,
		"WIN_STORE":   2,
		"DARWIN":      3,
		"WIN32":       4,
	}
)

Enum value maps for WebInfo_WebInfoWebSubPlatform.

View Source
var (
	DNSSource_DNSSourceDNSResolutionMethod_name = map[int32]string{
		0: "SYSTEM",
		1: "GOOGLE",
		2: "HARDCODED",
		3: "OVERRIDE",
		4: "FALLBACK",
	}
	DNSSource_DNSSourceDNSResolutionMethod_value = map[string]int32{
		"SYSTEM":    0,
		"GOOGLE":    1,
		"HARDCODED": 2,
		"OVERRIDE":  3,
		"FALLBACK":  4,
	}
)

Enum value maps for DNSSource_DNSSourceDNSResolutionMethod.

View Source
var (
	ClientPayload_ClientPayloadClientFeature_name = map[int32]string{
		0: "NONE",
	}
	ClientPayload_ClientPayloadClientFeature_value = map[string]int32{
		"NONE": 0,
	}
)

Enum value maps for ClientPayload_ClientPayloadClientFeature.

View Source
var (
	ClientPayload_ClientPayloadIOSAppExtension_name = map[int32]string{
		0: "SHARE_EXTENSION",
		1: "SERVICE_EXTENSION",
		2: "INTENTS_EXTENSION",
	}
	ClientPayload_ClientPayloadIOSAppExtension_value = map[string]int32{
		"SHARE_EXTENSION":   0,
		"SERVICE_EXTENSION": 1,
		"INTENTS_EXTENSION": 2,
	}
)

Enum value maps for ClientPayload_ClientPayloadIOSAppExtension.

View Source
var (
	ClientPayload_ClientPayloadConnectType_name = map[int32]string{
		0:   "CELLULAR_UNKNOWN",
		1:   "WIFI_UNKNOWN",
		100: "CELLULAR_EDGE",
		101: "CELLULAR_IDEN",
		102: "CELLULAR_UMTS",
		103: "CELLULAR_EVDO",
		104: "CELLULAR_GPRS",
		105: "CELLULAR_HSDPA",
		106: "CELLULAR_HSUPA",
		107: "CELLULAR_HSPA",
		108: "CELLULAR_CDMA",
		109: "CELLULAR_1XRTT",
		110: "CELLULAR_EHRPD",
		111: "CELLULAR_LTE",
		112: "CELLULAR_HSPAP",
	}
	ClientPayload_ClientPayloadConnectType_value = map[string]int32{
		"CELLULAR_UNKNOWN": 0,
		"WIFI_UNKNOWN":     1,
		"CELLULAR_EDGE":    100,
		"CELLULAR_IDEN":    101,
		"CELLULAR_UMTS":    102,
		"CELLULAR_EVDO":    103,
		"CELLULAR_GPRS":    104,
		"CELLULAR_HSDPA":   105,
		"CELLULAR_HSUPA":   106,
		"CELLULAR_HSPA":    107,
		"CELLULAR_CDMA":    108,
		"CELLULAR_1XRTT":   109,
		"CELLULAR_EHRPD":   110,
		"CELLULAR_LTE":     111,
		"CELLULAR_HSPAP":   112,
	}
)

Enum value maps for ClientPayload_ClientPayloadConnectType.

View Source
var (
	ClientPayload_ClientPayloadConnectReason_name = map[int32]string{
		0: "PUSH",
		1: "USER_ACTIVATED",
		2: "SCHEDULED",
		3: "ERROR_RECONNECT",
		4: "NETWORK_SWITCH",
		5: "PING_RECONNECT",
	}
	ClientPayload_ClientPayloadConnectReason_value = map[string]int32{
		"PUSH":            0,
		"USER_ACTIVATED":  1,
		"SCHEDULED":       2,
		"ERROR_RECONNECT": 3,
		"NETWORK_SWITCH":  4,
		"PING_RECONNECT":  5,
	}
)

Enum value maps for ClientPayload_ClientPayloadConnectReason.

View Source
var (
	ClientPayload_ClientPayloadProduct_name = map[int32]string{
		0: "WHATSAPP",
		1: "MESSENGER",
	}
	ClientPayload_ClientPayloadProduct_value = map[string]int32{
		"WHATSAPP":  0,
		"MESSENGER": 1,
	}
)

Enum value maps for ClientPayload_ClientPayloadProduct.

View Source
var (
	BizIdentityInfo_BizIdentityInfoVerifiedLevelValue_name = map[int32]string{
		0: "UNKNOWN",
		1: "LOW",
		2: "HIGH",
	}
	BizIdentityInfo_BizIdentityInfoVerifiedLevelValue_value = map[string]int32{
		"UNKNOWN": 0,
		"LOW":     1,
		"HIGH":    2,
	}
)

Enum value maps for BizIdentityInfo_BizIdentityInfoVerifiedLevelValue.

View Source
var (
	BizIdentityInfo_BizIdentityInfoHostStorageType_name = map[int32]string{
		0: "ON_PREMISE",
		1: "FACEBOOK",
	}
	BizIdentityInfo_BizIdentityInfoHostStorageType_value = map[string]int32{
		"ON_PREMISE": 0,
		"FACEBOOK":   1,
	}
)

Enum value maps for BizIdentityInfo_BizIdentityInfoHostStorageType.

View Source
var (
	BizIdentityInfo_BizIdentityInfoActualActorsType_name = map[int32]string{
		0: "SELF",
		1: "BSP",
	}
	BizIdentityInfo_BizIdentityInfoActualActorsType_value = map[string]int32{
		"SELF": 0,
		"BSP":  1,
	}
)

Enum value maps for BizIdentityInfo_BizIdentityInfoActualActorsType.

View Source
var (
	BizAccountLinkInfo_BizAccountLinkInfoHostStorageType_name = map[int32]string{
		0: "ON_PREMISE",
		1: "FACEBOOK",
	}
	BizAccountLinkInfo_BizAccountLinkInfoHostStorageType_value = map[string]int32{
		"ON_PREMISE": 0,
		"FACEBOOK":   1,
	}
)

Enum value maps for BizAccountLinkInfo_BizAccountLinkInfoHostStorageType.

View Source
var (
	BizAccountLinkInfo_BizAccountLinkInfoAccountType_name = map[int32]string{
		0: "ENTERPRISE",
		1: "PAGE",
	}
	BizAccountLinkInfo_BizAccountLinkInfoAccountType_value = map[string]int32{
		"ENTERPRISE": 0,
		"PAGE":       1,
	}
)

Enum value maps for BizAccountLinkInfo_BizAccountLinkInfoAccountType.

View Source
var (
	SyncdMutation_SyncdMutationSyncdOperation_name = map[int32]string{
		0: "SET",
		1: "REMOVE",
	}
	SyncdMutation_SyncdMutationSyncdOperation_value = map[string]int32{
		"SET":    0,
		"REMOVE": 1,
	}
)

Enum value maps for SyncdMutation_SyncdMutationSyncdOperation.

View Source
var (
	MediaRetryNotification_MediaRetryNotificationResultType_name = map[int32]string{
		0: "GENERAL_ERROR",
		1: "SUCCESS",
		2: "NOT_FOUND",
		3: "DECRYPTION_ERROR",
	}
	MediaRetryNotification_MediaRetryNotificationResultType_value = map[string]int32{
		"GENERAL_ERROR":    0,
		"SUCCESS":          1,
		"NOT_FOUND":        2,
		"DECRYPTION_ERROR": 3,
	}
)

Enum value maps for MediaRetryNotification_MediaRetryNotificationResultType.

View Source
var (
	Conversation_ConversationEndOfHistoryTransferType_name = map[int32]string{
		0: "COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY",
		1: "COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY",
	}
	Conversation_ConversationEndOfHistoryTransferType_value = map[string]int32{
		"COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY":   0,
		"COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY": 1,
	}
)

Enum value maps for Conversation_ConversationEndOfHistoryTransferType.

View Source
var (
	HistorySync_HistorySyncHistorySyncType_name = map[int32]string{
		0: "INITIAL_BOOTSTRAP",
		1: "INITIAL_STATUS_V3",
		2: "FULL",
		3: "RECENT",
		4: "PUSH_NAME",
	}
	HistorySync_HistorySyncHistorySyncType_value = map[string]int32{
		"INITIAL_BOOTSTRAP": 0,
		"INITIAL_STATUS_V3": 1,
		"FULL":              2,
		"RECENT":            3,
		"PUSH_NAME":         4,
	}
)

Enum value maps for HistorySync_HistorySyncHistorySyncType.

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

Enum value maps for AdReplyInfo_AdReplyInfoMediaType.

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

Enum value maps for ExternalAdReplyInfo_ExternalAdReplyInfoMediaType.

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

Enum value maps for InvoiceMessage_InvoiceMessageAttachmentType.

View Source
var (
	ExtendedTextMessage_ExtendedTextMessageFontType_name = map[int32]string{
		0: "SANS_SERIF",
		1: "SERIF",
		2: "NORICAN_REGULAR",
		3: "BRYNDAN_WRITE",
		4: "BEBASNEUE_REGULAR",
		5: "OSWALD_HEAVY",
	}
	ExtendedTextMessage_ExtendedTextMessageFontType_value = map[string]int32{
		"SANS_SERIF":        0,
		"SERIF":             1,
		"NORICAN_REGULAR":   2,
		"BRYNDAN_WRITE":     3,
		"BEBASNEUE_REGULAR": 4,
		"OSWALD_HEAVY":      5,
	}
)

Enum value maps for ExtendedTextMessage_ExtendedTextMessageFontType.

View Source
var (
	ExtendedTextMessage_ExtendedTextMessagePreviewType_name = map[int32]string{
		0: "NONE",
		1: "VIDEO",
	}
	ExtendedTextMessage_ExtendedTextMessagePreviewType_value = map[string]int32{
		"NONE":  0,
		"VIDEO": 1,
	}
)

Enum value maps for ExtendedTextMessage_ExtendedTextMessagePreviewType.

View Source
var (
	VideoMessage_VideoMessageAttribution_name = map[int32]string{
		0: "NONE",
		1: "GIPHY",
		2: "TENOR",
	}
	VideoMessage_VideoMessageAttribution_value = map[string]int32{
		"NONE":  0,
		"GIPHY": 1,
		"TENOR": 2,
	}
)

Enum value maps for VideoMessage_VideoMessageAttribution.

View Source
var (
	ProtocolMessage_ProtocolMessageType_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",
	}
	ProtocolMessage_ProtocolMessageType_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,
	}
)

Enum value maps for ProtocolMessage_ProtocolMessageType.

View Source
var (
	HistorySyncNotification_HistorySyncNotificationHistorySyncType_name = map[int32]string{
		0: "INITIAL_BOOTSTRAP",
		1: "INITIAL_STATUS_V3",
		2: "FULL",
		3: "RECENT",
		4: "PUSH_NAME",
	}
	HistorySyncNotification_HistorySyncNotificationHistorySyncType_value = map[string]int32{
		"INITIAL_BOOTSTRAP": 0,
		"INITIAL_STATUS_V3": 1,
		"FULL":              2,
		"RECENT":            3,
		"PUSH_NAME":         4,
	}
)

Enum value maps for HistorySyncNotification_HistorySyncNotificationHistorySyncType.

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

Enum value maps for HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType.

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

Enum value maps for HSMDateTimeComponent_HSMDateTimeComponentCalendarType.

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

Enum value maps for PaymentInviteMessage_PaymentInviteMessageServiceType.

View Source
var (
	OrderMessage_OrderMessageOrderStatus_name = map[int32]string{
		1: "INQUIRY",
	}
	OrderMessage_OrderMessageOrderStatus_value = map[string]int32{
		"INQUIRY": 1,
	}
)

Enum value maps for OrderMessage_OrderMessageOrderStatus.

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

Enum value maps for OrderMessage_OrderMessageOrderSurface.

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

Enum value maps for ListMessage_ListMessageListType.

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

Enum value maps for ListResponseMessage_ListResponseMessageListType.

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

Enum value maps for Button_ButtonType.

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

Enum value maps for ButtonsMessage_ButtonsMessageHeaderType.

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

Enum value maps for ButtonsResponseMessage_ButtonsResponseMessageType.

View Source
var (
	CompanionProps_CompanionPropsPlatformType_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "CHROME",
		2:  "FIREFOX",
		3:  "IE",
		4:  "OPERA",
		5:  "SAFARI",
		6:  "EDGE",
		7:  "DESKTOP",
		8:  "IPAD",
		9:  "ANDROID_TABLET",
		10: "OHANA",
		11: "ALOHA",
		12: "CATALINA",
	}
	CompanionProps_CompanionPropsPlatformType_value = map[string]int32{
		"UNKNOWN":        0,
		"CHROME":         1,
		"FIREFOX":        2,
		"IE":             3,
		"OPERA":          4,
		"SAFARI":         5,
		"EDGE":           6,
		"DESKTOP":        7,
		"IPAD":           8,
		"ANDROID_TABLET": 9,
		"OHANA":          10,
		"ALOHA":          11,
		"CATALINA":       12,
	}
)

Enum value maps for CompanionProps_CompanionPropsPlatformType.

View Source
var (
	WebFeatures_WebFeaturesFlag_name = map[int32]string{
		0: "NOT_STARTED",
		1: "FORCE_UPGRADE",
		2: "DEVELOPMENT",
		3: "PRODUCTION",
	}
	WebFeatures_WebFeaturesFlag_value = map[string]int32{
		"NOT_STARTED":   0,
		"FORCE_UPGRADE": 1,
		"DEVELOPMENT":   2,
		"PRODUCTION":    3,
	}
)

Enum value maps for WebFeatures_WebFeaturesFlag.

View Source
var (
	PaymentInfo_PaymentInfoCurrency_name = map[int32]string{
		0: "UNKNOWN_CURRENCY",
		1: "INR",
	}
	PaymentInfo_PaymentInfoCurrency_value = map[string]int32{
		"UNKNOWN_CURRENCY": 0,
		"INR":              1,
	}
)

Enum value maps for PaymentInfo_PaymentInfoCurrency.

View Source
var (
	PaymentInfo_PaymentInfoStatus_name = map[int32]string{
		0:  "UNKNOWN_STATUS",
		1:  "PROCESSING",
		2:  "SENT",
		3:  "NEED_TO_ACCEPT",
		4:  "COMPLETE",
		5:  "COULD_NOT_COMPLETE",
		6:  "REFUNDED",
		7:  "EXPIRED",
		8:  "REJECTED",
		9:  "CANCELLED",
		10: "WAITING_FOR_PAYER",
		11: "WAITING",
	}
	PaymentInfo_PaymentInfoStatus_value = map[string]int32{
		"UNKNOWN_STATUS":     0,
		"PROCESSING":         1,
		"SENT":               2,
		"NEED_TO_ACCEPT":     3,
		"COMPLETE":           4,
		"COULD_NOT_COMPLETE": 5,
		"REFUNDED":           6,
		"EXPIRED":            7,
		"REJECTED":           8,
		"CANCELLED":          9,
		"WAITING_FOR_PAYER":  10,
		"WAITING":            11,
	}
)

Enum value maps for PaymentInfo_PaymentInfoStatus.

View Source
var (
	PaymentInfo_PaymentInfoTxnStatus_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "PENDING_SETUP",
		2:  "PENDING_RECEIVER_SETUP",
		3:  "INIT",
		4:  "SUCCESS",
		5:  "COMPLETED",
		6:  "FAILED",
		7:  "FAILED_RISK",
		8:  "FAILED_PROCESSING",
		9:  "FAILED_RECEIVER_PROCESSING",
		10: "FAILED_DA",
		11: "FAILED_DA_FINAL",
		12: "REFUNDED_TXN",
		13: "REFUND_FAILED",
		14: "REFUND_FAILED_PROCESSING",
		15: "REFUND_FAILED_DA",
		16: "EXPIRED_TXN",
		17: "AUTH_CANCELED",
		18: "AUTH_CANCEL_FAILED_PROCESSING",
		19: "AUTH_CANCEL_FAILED",
		20: "COLLECT_INIT",
		21: "COLLECT_SUCCESS",
		22: "COLLECT_FAILED",
		23: "COLLECT_FAILED_RISK",
		24: "COLLECT_REJECTED",
		25: "COLLECT_EXPIRED",
		26: "COLLECT_CANCELED",
		27: "COLLECT_CANCELLING",
		28: "IN_REVIEW",
	}
	PaymentInfo_PaymentInfoTxnStatus_value = map[string]int32{
		"UNKNOWN":                       0,
		"PENDING_SETUP":                 1,
		"PENDING_RECEIVER_SETUP":        2,
		"INIT":                          3,
		"SUCCESS":                       4,
		"COMPLETED":                     5,
		"FAILED":                        6,
		"FAILED_RISK":                   7,
		"FAILED_PROCESSING":             8,
		"FAILED_RECEIVER_PROCESSING":    9,
		"FAILED_DA":                     10,
		"FAILED_DA_FINAL":               11,
		"REFUNDED_TXN":                  12,
		"REFUND_FAILED":                 13,
		"REFUND_FAILED_PROCESSING":      14,
		"REFUND_FAILED_DA":              15,
		"EXPIRED_TXN":                   16,
		"AUTH_CANCELED":                 17,
		"AUTH_CANCEL_FAILED_PROCESSING": 18,
		"AUTH_CANCEL_FAILED":            19,
		"COLLECT_INIT":                  20,
		"COLLECT_SUCCESS":               21,
		"COLLECT_FAILED":                22,
		"COLLECT_FAILED_RISK":           23,
		"COLLECT_REJECTED":              24,
		"COLLECT_EXPIRED":               25,
		"COLLECT_CANCELED":              26,
		"COLLECT_CANCELLING":            27,
		"IN_REVIEW":                     28,
	}
)

Enum value maps for PaymentInfo_PaymentInfoTxnStatus.

View Source
var (
	WebMessageInfo_WebMessageInfoStatus_name = map[int32]string{
		0: "ERROR",
		1: "PENDING",
		2: "SERVER_ACK",
		3: "DELIVERY_ACK",
		4: "READ",
		5: "PLAYED",
	}
	WebMessageInfo_WebMessageInfoStatus_value = map[string]int32{
		"ERROR":        0,
		"PENDING":      1,
		"SERVER_ACK":   2,
		"DELIVERY_ACK": 3,
		"READ":         4,
		"PLAYED":       5,
	}
)

Enum value maps for WebMessageInfo_WebMessageInfoStatus.

View Source
var (
	WebMessageInfo_WebMessageInfoStubType_name = map[int32]string{}/* 130 elements not displayed */

	WebMessageInfo_WebMessageInfoStubType_value = map[string]int32{}/* 130 elements not displayed */

)

Enum value maps for WebMessageInfo_WebMessageInfoStubType.

View Source
var (
	WebMessageInfo_WebMessageInfoBizPrivacyStatus_name = map[int32]string{
		0: "E2EE",
		2: "FB",
		1: "BSP",
		3: "BSP_AND_FB",
	}
	WebMessageInfo_WebMessageInfoBizPrivacyStatus_value = map[string]int32{
		"E2EE":       0,
		"FB":         2,
		"BSP":        1,
		"BSP_AND_FB": 3,
	}
)

Enum value maps for WebMessageInfo_WebMessageInfoBizPrivacyStatus.

View Source
var File_binary_proto_def_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ADVDeviceIdentity

type ADVDeviceIdentity struct {
	RawId     *uint32 `protobuf:"varint,1,opt,name=rawId" json:"rawId,omitempty"`
	Timestamp *uint64 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	KeyIndex  *uint32 `protobuf:"varint,3,opt,name=keyIndex" json:"keyIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVDeviceIdentity) Descriptor deprecated

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

Deprecated: Use ADVDeviceIdentity.ProtoReflect.Descriptor instead.

func (*ADVDeviceIdentity) GetKeyIndex

func (x *ADVDeviceIdentity) GetKeyIndex() uint32

func (*ADVDeviceIdentity) GetRawId

func (x *ADVDeviceIdentity) GetRawId() uint32

func (*ADVDeviceIdentity) GetTimestamp

func (x *ADVDeviceIdentity) GetTimestamp() uint64

func (*ADVDeviceIdentity) ProtoMessage

func (*ADVDeviceIdentity) ProtoMessage()

func (*ADVDeviceIdentity) ProtoReflect

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

func (*ADVDeviceIdentity) Reset

func (x *ADVDeviceIdentity) Reset()

func (*ADVDeviceIdentity) String

func (x *ADVDeviceIdentity) String() string

type ADVKeyIndexList

type ADVKeyIndexList struct {
	RawId        *uint32  `protobuf:"varint,1,opt,name=rawId" json:"rawId,omitempty"`
	Timestamp    *uint64  `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	CurrentIndex *uint32  `protobuf:"varint,3,opt,name=currentIndex" json:"currentIndex,omitempty"`
	ValidIndexes []uint32 `protobuf:"varint,4,rep,packed,name=validIndexes" json:"validIndexes,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVKeyIndexList) Descriptor deprecated

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

Deprecated: Use ADVKeyIndexList.ProtoReflect.Descriptor instead.

func (*ADVKeyIndexList) GetCurrentIndex

func (x *ADVKeyIndexList) GetCurrentIndex() uint32

func (*ADVKeyIndexList) GetRawId

func (x *ADVKeyIndexList) GetRawId() uint32

func (*ADVKeyIndexList) GetTimestamp

func (x *ADVKeyIndexList) GetTimestamp() uint64

func (*ADVKeyIndexList) GetValidIndexes

func (x *ADVKeyIndexList) GetValidIndexes() []uint32

func (*ADVKeyIndexList) ProtoMessage

func (*ADVKeyIndexList) ProtoMessage()

func (*ADVKeyIndexList) ProtoReflect

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

func (*ADVKeyIndexList) Reset

func (x *ADVKeyIndexList) Reset()

func (*ADVKeyIndexList) String

func (x *ADVKeyIndexList) String() string

type ADVSignedDeviceIdentity

type ADVSignedDeviceIdentity struct {
	Details             []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	AccountSignatureKey []byte `protobuf:"bytes,2,opt,name=accountSignatureKey" json:"accountSignatureKey,omitempty"`
	AccountSignature    []byte `protobuf:"bytes,3,opt,name=accountSignature" json:"accountSignature,omitempty"`
	DeviceSignature     []byte `protobuf:"bytes,4,opt,name=deviceSignature" json:"deviceSignature,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVSignedDeviceIdentity) Descriptor deprecated

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

Deprecated: Use ADVSignedDeviceIdentity.ProtoReflect.Descriptor instead.

func (*ADVSignedDeviceIdentity) GetAccountSignature

func (x *ADVSignedDeviceIdentity) GetAccountSignature() []byte

func (*ADVSignedDeviceIdentity) GetAccountSignatureKey

func (x *ADVSignedDeviceIdentity) GetAccountSignatureKey() []byte

func (*ADVSignedDeviceIdentity) GetDetails

func (x *ADVSignedDeviceIdentity) GetDetails() []byte

func (*ADVSignedDeviceIdentity) GetDeviceSignature

func (x *ADVSignedDeviceIdentity) GetDeviceSignature() []byte

func (*ADVSignedDeviceIdentity) ProtoMessage

func (*ADVSignedDeviceIdentity) ProtoMessage()

func (*ADVSignedDeviceIdentity) ProtoReflect

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

func (*ADVSignedDeviceIdentity) Reset

func (x *ADVSignedDeviceIdentity) Reset()

func (*ADVSignedDeviceIdentity) String

func (x *ADVSignedDeviceIdentity) String() string

type ADVSignedDeviceIdentityHMAC

type ADVSignedDeviceIdentityHMAC struct {
	Details []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	Hmac    []byte `protobuf:"bytes,2,opt,name=hmac" json:"hmac,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVSignedDeviceIdentityHMAC) Descriptor deprecated

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

Deprecated: Use ADVSignedDeviceIdentityHMAC.ProtoReflect.Descriptor instead.

func (*ADVSignedDeviceIdentityHMAC) GetDetails

func (x *ADVSignedDeviceIdentityHMAC) GetDetails() []byte

func (*ADVSignedDeviceIdentityHMAC) GetHmac

func (x *ADVSignedDeviceIdentityHMAC) GetHmac() []byte

func (*ADVSignedDeviceIdentityHMAC) ProtoMessage

func (*ADVSignedDeviceIdentityHMAC) ProtoMessage()

func (*ADVSignedDeviceIdentityHMAC) ProtoReflect

func (*ADVSignedDeviceIdentityHMAC) Reset

func (x *ADVSignedDeviceIdentityHMAC) Reset()

func (*ADVSignedDeviceIdentityHMAC) String

func (x *ADVSignedDeviceIdentityHMAC) String() string

type ADVSignedKeyIndexList

type ADVSignedKeyIndexList struct {
	Details          []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	AccountSignature []byte `protobuf:"bytes,2,opt,name=accountSignature" json:"accountSignature,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVSignedKeyIndexList) Descriptor deprecated

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

Deprecated: Use ADVSignedKeyIndexList.ProtoReflect.Descriptor instead.

func (*ADVSignedKeyIndexList) GetAccountSignature

func (x *ADVSignedKeyIndexList) GetAccountSignature() []byte

func (*ADVSignedKeyIndexList) GetDetails

func (x *ADVSignedKeyIndexList) GetDetails() []byte

func (*ADVSignedKeyIndexList) ProtoMessage

func (*ADVSignedKeyIndexList) ProtoMessage()

func (*ADVSignedKeyIndexList) ProtoReflect

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

func (*ADVSignedKeyIndexList) Reset

func (x *ADVSignedKeyIndexList) Reset()

func (*ADVSignedKeyIndexList) String

func (x *ADVSignedKeyIndexList) String() string

type AdReplyInfo

type AdReplyInfo struct {
	AdvertiserName *string                           `protobuf:"bytes,1,opt,name=advertiserName" json:"advertiserName,omitempty"`
	MediaType      *AdReplyInfo_AdReplyInfoMediaType `protobuf:"varint,2,opt,name=mediaType,enum=proto.AdReplyInfo_AdReplyInfoMediaType" 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 (*AdReplyInfo) Descriptor deprecated

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

Deprecated: Use AdReplyInfo.ProtoReflect.Descriptor instead.

func (*AdReplyInfo) GetAdvertiserName

func (x *AdReplyInfo) GetAdvertiserName() string

func (*AdReplyInfo) GetCaption

func (x *AdReplyInfo) GetCaption() string

func (*AdReplyInfo) GetJpegThumbnail

func (x *AdReplyInfo) GetJpegThumbnail() []byte

func (*AdReplyInfo) GetMediaType

func (*AdReplyInfo) ProtoMessage

func (*AdReplyInfo) ProtoMessage()

func (*AdReplyInfo) ProtoReflect

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

func (*AdReplyInfo) Reset

func (x *AdReplyInfo) Reset()

func (*AdReplyInfo) String

func (x *AdReplyInfo) String() string

type AdReplyInfo_AdReplyInfoMediaType

type AdReplyInfo_AdReplyInfoMediaType int32
const (
	AdReplyInfo_NONE  AdReplyInfo_AdReplyInfoMediaType = 0
	AdReplyInfo_IMAGE AdReplyInfo_AdReplyInfoMediaType = 1
	AdReplyInfo_VIDEO AdReplyInfo_AdReplyInfoMediaType = 2
)

func (AdReplyInfo_AdReplyInfoMediaType) Descriptor

func (AdReplyInfo_AdReplyInfoMediaType) Enum

func (AdReplyInfo_AdReplyInfoMediaType) EnumDescriptor deprecated

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

Deprecated: Use AdReplyInfo_AdReplyInfoMediaType.Descriptor instead.

func (AdReplyInfo_AdReplyInfoMediaType) Number

func (AdReplyInfo_AdReplyInfoMediaType) String

func (AdReplyInfo_AdReplyInfoMediaType) Type

func (*AdReplyInfo_AdReplyInfoMediaType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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 AppVersion

type AppVersion struct {
	Primary    *uint32 `protobuf:"varint,1,opt,name=primary" json:"primary,omitempty"`
	Secondary  *uint32 `protobuf:"varint,2,opt,name=secondary" json:"secondary,omitempty"`
	Tertiary   *uint32 `protobuf:"varint,3,opt,name=tertiary" json:"tertiary,omitempty"`
	Quaternary *uint32 `protobuf:"varint,4,opt,name=quaternary" json:"quaternary,omitempty"`
	Quinary    *uint32 `protobuf:"varint,5,opt,name=quinary" json:"quinary,omitempty"`
	// contains filtered or unexported fields
}

func (*AppVersion) Descriptor deprecated

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

Deprecated: Use AppVersion.ProtoReflect.Descriptor instead.

func (*AppVersion) GetPrimary

func (x *AppVersion) GetPrimary() uint32

func (*AppVersion) GetQuaternary

func (x *AppVersion) GetQuaternary() uint32

func (*AppVersion) GetQuinary

func (x *AppVersion) GetQuinary() uint32

func (*AppVersion) GetSecondary

func (x *AppVersion) GetSecondary() uint32

func (*AppVersion) GetTertiary

func (x *AppVersion) GetTertiary() uint32

func (*AppVersion) ProtoMessage

func (*AppVersion) ProtoMessage()

func (*AppVersion) ProtoReflect

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

func (*AppVersion) Reset

func (x *AppVersion) Reset()

func (*AppVersion) String

func (x *AppVersion) String() string

type ArchiveChatAction

type ArchiveChatAction struct {
	Archived     *bool                   `protobuf:"varint,1,opt,name=archived" json:"archived,omitempty"`
	MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveChatAction) Descriptor deprecated

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

Deprecated: Use ArchiveChatAction.ProtoReflect.Descriptor instead.

func (*ArchiveChatAction) GetArchived

func (x *ArchiveChatAction) GetArchived() bool

func (*ArchiveChatAction) GetMessageRange

func (x *ArchiveChatAction) GetMessageRange() *SyncActionMessageRange

func (*ArchiveChatAction) ProtoMessage

func (*ArchiveChatAction) ProtoMessage()

func (*ArchiveChatAction) ProtoReflect

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

func (*ArchiveChatAction) Reset

func (x *ArchiveChatAction) Reset()

func (*ArchiveChatAction) String

func (x *ArchiveChatAction) 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"`
	// contains filtered or unexported fields
}

func (*AudioMessage) Descriptor deprecated

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

Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead.

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) 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 BizAccountLinkInfo

type BizAccountLinkInfo struct {
	WhatsappBizAcctFbid *uint64                                               `protobuf:"varint,1,opt,name=whatsappBizAcctFbid" json:"whatsappBizAcctFbid,omitempty"`
	WhatsappAcctNumber  *string                                               `protobuf:"bytes,2,opt,name=whatsappAcctNumber" json:"whatsappAcctNumber,omitempty"`
	IssueTime           *uint64                                               `protobuf:"varint,3,opt,name=issueTime" json:"issueTime,omitempty"`
	HostStorage         *BizAccountLinkInfo_BizAccountLinkInfoHostStorageType `` /* 133-byte string literal not displayed */
	AccountType         *BizAccountLinkInfo_BizAccountLinkInfoAccountType     `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BizAccountLinkInfo) Descriptor deprecated

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

Deprecated: Use BizAccountLinkInfo.ProtoReflect.Descriptor instead.

func (*BizAccountLinkInfo) GetAccountType

func (*BizAccountLinkInfo) GetHostStorage

func (*BizAccountLinkInfo) GetIssueTime

func (x *BizAccountLinkInfo) GetIssueTime() uint64

func (*BizAccountLinkInfo) GetWhatsappAcctNumber

func (x *BizAccountLinkInfo) GetWhatsappAcctNumber() string

func (*BizAccountLinkInfo) GetWhatsappBizAcctFbid

func (x *BizAccountLinkInfo) GetWhatsappBizAcctFbid() uint64

func (*BizAccountLinkInfo) ProtoMessage

func (*BizAccountLinkInfo) ProtoMessage()

func (*BizAccountLinkInfo) ProtoReflect

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

func (*BizAccountLinkInfo) Reset

func (x *BizAccountLinkInfo) Reset()

func (*BizAccountLinkInfo) String

func (x *BizAccountLinkInfo) String() string

type BizAccountLinkInfo_BizAccountLinkInfoAccountType

type BizAccountLinkInfo_BizAccountLinkInfoAccountType int32
const (
	BizAccountLinkInfo_ENTERPRISE BizAccountLinkInfo_BizAccountLinkInfoAccountType = 0
	BizAccountLinkInfo_PAGE       BizAccountLinkInfo_BizAccountLinkInfoAccountType = 1
)

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) Descriptor

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) Enum

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) EnumDescriptor deprecated

Deprecated: Use BizAccountLinkInfo_BizAccountLinkInfoAccountType.Descriptor instead.

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) Number

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) String

func (BizAccountLinkInfo_BizAccountLinkInfoAccountType) Type

func (*BizAccountLinkInfo_BizAccountLinkInfoAccountType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BizAccountLinkInfo_BizAccountLinkInfoHostStorageType

type BizAccountLinkInfo_BizAccountLinkInfoHostStorageType int32
const (
	BizAccountLinkInfo_ON_PREMISE BizAccountLinkInfo_BizAccountLinkInfoHostStorageType = 0
	BizAccountLinkInfo_FACEBOOK   BizAccountLinkInfo_BizAccountLinkInfoHostStorageType = 1
)

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) Descriptor

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) Enum

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) EnumDescriptor deprecated

Deprecated: Use BizAccountLinkInfo_BizAccountLinkInfoHostStorageType.Descriptor instead.

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) Number

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) String

func (BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) Type

func (*BizAccountLinkInfo_BizAccountLinkInfoHostStorageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BizAccountPayload

type BizAccountPayload struct {
	VnameCert       *VerifiedNameCertificate `protobuf:"bytes,1,opt,name=vnameCert" json:"vnameCert,omitempty"`
	BizAcctLinkInfo []byte                   `protobuf:"bytes,2,opt,name=bizAcctLinkInfo" json:"bizAcctLinkInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*BizAccountPayload) Descriptor deprecated

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

Deprecated: Use BizAccountPayload.ProtoReflect.Descriptor instead.

func (*BizAccountPayload) GetBizAcctLinkInfo

func (x *BizAccountPayload) GetBizAcctLinkInfo() []byte

func (*BizAccountPayload) GetVnameCert

func (x *BizAccountPayload) GetVnameCert() *VerifiedNameCertificate

func (*BizAccountPayload) ProtoMessage

func (*BizAccountPayload) ProtoMessage()

func (*BizAccountPayload) ProtoReflect

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

func (*BizAccountPayload) Reset

func (x *BizAccountPayload) Reset()

func (*BizAccountPayload) String

func (x *BizAccountPayload) String() string

type BizIdentityInfo

type BizIdentityInfo struct {
	Vlevel        *BizIdentityInfo_BizIdentityInfoVerifiedLevelValue `protobuf:"varint,1,opt,name=vlevel,enum=proto.BizIdentityInfo_BizIdentityInfoVerifiedLevelValue" json:"vlevel,omitempty"`
	VnameCert     *VerifiedNameCertificate                           `protobuf:"bytes,2,opt,name=vnameCert" json:"vnameCert,omitempty"`
	Signed        *bool                                              `protobuf:"varint,3,opt,name=signed" json:"signed,omitempty"`
	Revoked       *bool                                              `protobuf:"varint,4,opt,name=revoked" json:"revoked,omitempty"`
	HostStorage   *BizIdentityInfo_BizIdentityInfoHostStorageType    `` /* 127-byte string literal not displayed */
	ActualActors  *BizIdentityInfo_BizIdentityInfoActualActorsType   `` /* 130-byte string literal not displayed */
	PrivacyModeTs *uint64                                            `protobuf:"varint,7,opt,name=privacyModeTs" json:"privacyModeTs,omitempty"`
	// contains filtered or unexported fields
}

func (*BizIdentityInfo) Descriptor deprecated

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

Deprecated: Use BizIdentityInfo.ProtoReflect.Descriptor instead.

func (*BizIdentityInfo) GetActualActors

func (*BizIdentityInfo) GetHostStorage

func (*BizIdentityInfo) GetPrivacyModeTs

func (x *BizIdentityInfo) GetPrivacyModeTs() uint64

func (*BizIdentityInfo) GetRevoked

func (x *BizIdentityInfo) GetRevoked() bool

func (*BizIdentityInfo) GetSigned

func (x *BizIdentityInfo) GetSigned() bool

func (*BizIdentityInfo) GetVlevel

func (*BizIdentityInfo) GetVnameCert

func (x *BizIdentityInfo) GetVnameCert() *VerifiedNameCertificate

func (*BizIdentityInfo) ProtoMessage

func (*BizIdentityInfo) ProtoMessage()

func (*BizIdentityInfo) ProtoReflect

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

func (*BizIdentityInfo) Reset

func (x *BizIdentityInfo) Reset()

func (*BizIdentityInfo) String

func (x *BizIdentityInfo) String() string

type BizIdentityInfo_BizIdentityInfoActualActorsType

type BizIdentityInfo_BizIdentityInfoActualActorsType int32

func (BizIdentityInfo_BizIdentityInfoActualActorsType) Descriptor

func (BizIdentityInfo_BizIdentityInfoActualActorsType) Enum

func (BizIdentityInfo_BizIdentityInfoActualActorsType) EnumDescriptor deprecated

Deprecated: Use BizIdentityInfo_BizIdentityInfoActualActorsType.Descriptor instead.

func (BizIdentityInfo_BizIdentityInfoActualActorsType) Number

func (BizIdentityInfo_BizIdentityInfoActualActorsType) String

func (BizIdentityInfo_BizIdentityInfoActualActorsType) Type

func (*BizIdentityInfo_BizIdentityInfoActualActorsType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BizIdentityInfo_BizIdentityInfoHostStorageType

type BizIdentityInfo_BizIdentityInfoHostStorageType int32
const (
	BizIdentityInfo_ON_PREMISE BizIdentityInfo_BizIdentityInfoHostStorageType = 0
	BizIdentityInfo_FACEBOOK   BizIdentityInfo_BizIdentityInfoHostStorageType = 1
)

func (BizIdentityInfo_BizIdentityInfoHostStorageType) Descriptor

func (BizIdentityInfo_BizIdentityInfoHostStorageType) Enum

func (BizIdentityInfo_BizIdentityInfoHostStorageType) EnumDescriptor deprecated

Deprecated: Use BizIdentityInfo_BizIdentityInfoHostStorageType.Descriptor instead.

func (BizIdentityInfo_BizIdentityInfoHostStorageType) Number

func (BizIdentityInfo_BizIdentityInfoHostStorageType) String

func (BizIdentityInfo_BizIdentityInfoHostStorageType) Type

func (*BizIdentityInfo_BizIdentityInfoHostStorageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type BizIdentityInfo_BizIdentityInfoVerifiedLevelValue

type BizIdentityInfo_BizIdentityInfoVerifiedLevelValue int32

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) Descriptor

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) Enum

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) EnumDescriptor deprecated

Deprecated: Use BizIdentityInfo_BizIdentityInfoVerifiedLevelValue.Descriptor instead.

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) Number

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) String

func (BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) Type

func (*BizIdentityInfo_BizIdentityInfoVerifiedLevelValue) UnmarshalJSON deprecated

Deprecated: Do not use.

type Button

type Button struct {
	ButtonId       *string            `protobuf:"bytes,1,opt,name=buttonId" json:"buttonId,omitempty"`
	ButtonText     *ButtonText        `protobuf:"bytes,2,opt,name=buttonText" json:"buttonText,omitempty"`
	Type           *Button_ButtonType `protobuf:"varint,3,opt,name=type,enum=proto.Button_ButtonType" json:"type,omitempty"`
	NativeFlowInfo *NativeFlowInfo    `protobuf:"bytes,4,opt,name=nativeFlowInfo" json:"nativeFlowInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*Button) Descriptor deprecated

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

Deprecated: Use Button.ProtoReflect.Descriptor instead.

func (*Button) GetButtonId

func (x *Button) GetButtonId() string

func (*Button) GetButtonText

func (x *Button) GetButtonText() *ButtonText

func (*Button) GetNativeFlowInfo

func (x *Button) GetNativeFlowInfo() *NativeFlowInfo

func (*Button) GetType

func (x *Button) GetType() Button_ButtonType

func (*Button) ProtoMessage

func (*Button) ProtoMessage()

func (*Button) ProtoReflect

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

func (*Button) Reset

func (x *Button) Reset()

func (*Button) String

func (x *Button) String() string

type ButtonText

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

func (*ButtonText) Descriptor deprecated

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

Deprecated: Use ButtonText.ProtoReflect.Descriptor instead.

func (*ButtonText) GetDisplayText

func (x *ButtonText) GetDisplayText() string

func (*ButtonText) ProtoMessage

func (*ButtonText) ProtoMessage()

func (*ButtonText) ProtoReflect

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

func (*ButtonText) Reset

func (x *ButtonText) Reset()

func (*ButtonText) String

func (x *ButtonText) String() string

type Button_ButtonType

type Button_ButtonType int32
const (
	Button_UNKNOWN     Button_ButtonType = 0
	Button_RESPONSE    Button_ButtonType = 1
	Button_NATIVE_FLOW Button_ButtonType = 2
)

func (Button_ButtonType) Descriptor

func (Button_ButtonType) Enum

func (Button_ButtonType) EnumDescriptor deprecated

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

Deprecated: Use Button_ButtonType.Descriptor instead.

func (Button_ButtonType) Number

func (Button_ButtonType) String

func (x Button_ButtonType) String() string

func (Button_ButtonType) Type

func (*Button_ButtonType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ButtonsMessage

type ButtonsMessage struct {
	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     []*Button                                `protobuf:"bytes,9,rep,name=buttons" json:"buttons,omitempty"`
	HeaderType  *ButtonsMessage_ButtonsMessageHeaderType `protobuf:"varint,10,opt,name=headerType,enum=proto.ButtonsMessage_ButtonsMessageHeaderType" json:"headerType,omitempty"`
	// Types that are assignable to Header:
	//	*ButtonsMessage_Text
	//	*ButtonsMessage_DocumentMessage
	//	*ButtonsMessage_ImageMessage
	//	*ButtonsMessage_VideoMessage
	//	*ButtonsMessage_LocationMessage
	Header isButtonsMessage_Header `protobuf_oneof:"header"`
	// 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() []*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 (m *ButtonsMessage) GetHeader() isButtonsMessage_Header

func (*ButtonsMessage) GetHeaderType

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_ButtonsMessageHeaderType

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

func (ButtonsMessage_ButtonsMessageHeaderType) Descriptor

func (ButtonsMessage_ButtonsMessageHeaderType) Enum

func (ButtonsMessage_ButtonsMessageHeaderType) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_ButtonsMessageHeaderType.Descriptor instead.

func (ButtonsMessage_ButtonsMessageHeaderType) Number

func (ButtonsMessage_ButtonsMessageHeaderType) String

func (ButtonsMessage_ButtonsMessageHeaderType) Type

func (*ButtonsMessage_ButtonsMessageHeaderType) UnmarshalJSON deprecated

func (x *ButtonsMessage_ButtonsMessageHeaderType) 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_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 {
	SelectedButtonId *string                                            `protobuf:"bytes,1,opt,name=selectedButtonId" json:"selectedButtonId,omitempty"`
	ContextInfo      *ContextInfo                                       `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Type             *ButtonsResponseMessage_ButtonsResponseMessageType `protobuf:"varint,4,opt,name=type,enum=proto.ButtonsResponseMessage_ButtonsResponseMessageType" json:"type,omitempty"`
	// Types that are assignable to Response:
	//	*ButtonsResponseMessage_SelectedDisplayText
	Response isButtonsResponseMessage_Response `protobuf_oneof:"response"`
	// 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 (m *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_ButtonsResponseMessageType

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

func (ButtonsResponseMessage_ButtonsResponseMessageType) Descriptor

func (ButtonsResponseMessage_ButtonsResponseMessageType) Enum

func (ButtonsResponseMessage_ButtonsResponseMessageType) EnumDescriptor deprecated

Deprecated: Use ButtonsResponseMessage_ButtonsResponseMessageType.Descriptor instead.

func (ButtonsResponseMessage_ButtonsResponseMessageType) Number

func (ButtonsResponseMessage_ButtonsResponseMessageType) String

func (ButtonsResponseMessage_ButtonsResponseMessageType) Type

func (*ButtonsResponseMessage_ButtonsResponseMessageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ButtonsResponseMessage_SelectedDisplayText

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

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"`
	// contains filtered or unexported fields
}

func (*Call) Descriptor deprecated

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

Deprecated: Use Call.ProtoReflect.Descriptor instead.

func (*Call) GetCallKey

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

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) 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 CallButton

type 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 (*CallButton) Descriptor deprecated

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

Deprecated: Use CallButton.ProtoReflect.Descriptor instead.

func (*CallButton) GetDisplayText

func (x *CallButton) GetDisplayText() *HighlyStructuredMessage

func (*CallButton) GetPhoneNumber

func (x *CallButton) GetPhoneNumber() *HighlyStructuredMessage

func (*CallButton) ProtoMessage

func (*CallButton) ProtoMessage()

func (*CallButton) ProtoReflect

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

func (*CallButton) Reset

func (x *CallButton) Reset()

func (*CallButton) String

func (x *CallButton) String() string

type CancelPaymentRequestMessage

type CancelPaymentRequestMessage struct {
	Key *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 CatalogSnapshot

type 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 (*CatalogSnapshot) Descriptor deprecated

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

Deprecated: Use CatalogSnapshot.ProtoReflect.Descriptor instead.

func (*CatalogSnapshot) GetCatalogImage

func (x *CatalogSnapshot) GetCatalogImage() *ImageMessage

func (*CatalogSnapshot) GetDescription

func (x *CatalogSnapshot) GetDescription() string

func (*CatalogSnapshot) GetTitle

func (x *CatalogSnapshot) GetTitle() string

func (*CatalogSnapshot) ProtoMessage

func (*CatalogSnapshot) ProtoMessage()

func (*CatalogSnapshot) ProtoReflect

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

func (*CatalogSnapshot) Reset

func (x *CatalogSnapshot) Reset()

func (*CatalogSnapshot) String

func (x *CatalogSnapshot) 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 ClearChatAction

type ClearChatAction struct {
	MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearChatAction) Descriptor deprecated

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

Deprecated: Use ClearChatAction.ProtoReflect.Descriptor instead.

func (*ClearChatAction) GetMessageRange

func (x *ClearChatAction) GetMessageRange() *SyncActionMessageRange

func (*ClearChatAction) ProtoMessage

func (*ClearChatAction) ProtoMessage()

func (*ClearChatAction) ProtoReflect

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

func (*ClearChatAction) Reset

func (x *ClearChatAction) Reset()

func (*ClearChatAction) String

func (x *ClearChatAction) String() string

type ClientFinish

type ClientFinish struct {
	Static  []byte `protobuf:"bytes,1,opt,name=static" json:"static,omitempty"`
	Payload []byte `protobuf:"bytes,2,opt,name=payload" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientFinish) Descriptor deprecated

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

Deprecated: Use ClientFinish.ProtoReflect.Descriptor instead.

func (*ClientFinish) GetPayload

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

func (*ClientFinish) GetStatic

func (x *ClientFinish) GetStatic() []byte

func (*ClientFinish) ProtoMessage

func (*ClientFinish) ProtoMessage()

func (*ClientFinish) ProtoReflect

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

func (*ClientFinish) Reset

func (x *ClientFinish) Reset()

func (*ClientFinish) String

func (x *ClientFinish) String() string

type ClientHello

type ClientHello struct {
	Ephemeral []byte `protobuf:"bytes,1,opt,name=ephemeral" json:"ephemeral,omitempty"`
	Static    []byte `protobuf:"bytes,2,opt,name=static" json:"static,omitempty"`
	Payload   []byte `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientHello) Descriptor deprecated

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

Deprecated: Use ClientHello.ProtoReflect.Descriptor instead.

func (*ClientHello) GetEphemeral

func (x *ClientHello) GetEphemeral() []byte

func (*ClientHello) GetPayload

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

func (*ClientHello) GetStatic

func (x *ClientHello) GetStatic() []byte

func (*ClientHello) ProtoMessage

func (*ClientHello) ProtoMessage()

func (*ClientHello) ProtoReflect

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

func (*ClientHello) Reset

func (x *ClientHello) Reset()

func (*ClientHello) String

func (x *ClientHello) String() string

type ClientPayload

type ClientPayload struct {
	Username            *uint64                                     `protobuf:"varint,1,opt,name=username" json:"username,omitempty"`
	Passive             *bool                                       `protobuf:"varint,3,opt,name=passive" json:"passive,omitempty"`
	ClientFeatures      []ClientPayload_ClientPayloadClientFeature  `` /* 127-byte string literal not displayed */
	UserAgent           *UserAgent                                  `protobuf:"bytes,5,opt,name=userAgent" json:"userAgent,omitempty"`
	WebInfo             *WebInfo                                    `protobuf:"bytes,6,opt,name=webInfo" json:"webInfo,omitempty"`
	PushName            *string                                     `protobuf:"bytes,7,opt,name=pushName" json:"pushName,omitempty"`
	SessionId           *int32                                      `protobuf:"fixed32,9,opt,name=sessionId" json:"sessionId,omitempty"`
	ShortConnect        *bool                                       `protobuf:"varint,10,opt,name=shortConnect" json:"shortConnect,omitempty"`
	IosAppExtension     *ClientPayload_ClientPayloadIOSAppExtension `` /* 132-byte string literal not displayed */
	ConnectType         *ClientPayload_ClientPayloadConnectType     `protobuf:"varint,12,opt,name=connectType,enum=proto.ClientPayload_ClientPayloadConnectType" json:"connectType,omitempty"`
	ConnectReason       *ClientPayload_ClientPayloadConnectReason   `` /* 126-byte string literal not displayed */
	Shards              []int32                                     `protobuf:"varint,14,rep,name=shards" json:"shards,omitempty"`
	DnsSource           *DNSSource                                  `protobuf:"bytes,15,opt,name=dnsSource" json:"dnsSource,omitempty"`
	ConnectAttemptCount *uint32                                     `protobuf:"varint,16,opt,name=connectAttemptCount" json:"connectAttemptCount,omitempty"`
	Agent               *uint32                                     `protobuf:"varint,17,opt,name=agent" json:"agent,omitempty"`
	Device              *uint32                                     `protobuf:"varint,18,opt,name=device" json:"device,omitempty"`
	RegData             *CompanionRegData                           `protobuf:"bytes,19,opt,name=regData" json:"regData,omitempty"`
	Product             *ClientPayload_ClientPayloadProduct         `protobuf:"varint,20,opt,name=product,enum=proto.ClientPayload_ClientPayloadProduct" json:"product,omitempty"`
	FbCat               []byte                                      `protobuf:"bytes,21,opt,name=fbCat" json:"fbCat,omitempty"`
	FbUserAgent         []byte                                      `protobuf:"bytes,22,opt,name=fbUserAgent" json:"fbUserAgent,omitempty"`
	Oc                  *bool                                       `protobuf:"varint,23,opt,name=oc" json:"oc,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload) Descriptor deprecated

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

Deprecated: Use ClientPayload.ProtoReflect.Descriptor instead.

func (*ClientPayload) GetAgent

func (x *ClientPayload) GetAgent() uint32

func (*ClientPayload) GetClientFeatures

func (*ClientPayload) GetConnectAttemptCount

func (x *ClientPayload) GetConnectAttemptCount() uint32

func (*ClientPayload) GetConnectReason

func (*ClientPayload) GetConnectType

func (*ClientPayload) GetDevice

func (x *ClientPayload) GetDevice() uint32

func (*ClientPayload) GetDnsSource

func (x *ClientPayload) GetDnsSource() *DNSSource

func (*ClientPayload) GetFbCat

func (x *ClientPayload) GetFbCat() []byte

func (*ClientPayload) GetFbUserAgent

func (x *ClientPayload) GetFbUserAgent() []byte

func (*ClientPayload) GetIosAppExtension

func (*ClientPayload) GetOc

func (x *ClientPayload) GetOc() bool

func (*ClientPayload) GetPassive

func (x *ClientPayload) GetPassive() bool

func (*ClientPayload) GetProduct

func (*ClientPayload) GetPushName

func (x *ClientPayload) GetPushName() string

func (*ClientPayload) GetRegData

func (x *ClientPayload) GetRegData() *CompanionRegData

func (*ClientPayload) GetSessionId

func (x *ClientPayload) GetSessionId() int32

func (*ClientPayload) GetShards

func (x *ClientPayload) GetShards() []int32

func (*ClientPayload) GetShortConnect

func (x *ClientPayload) GetShortConnect() bool

func (*ClientPayload) GetUserAgent

func (x *ClientPayload) GetUserAgent() *UserAgent

func (*ClientPayload) GetUsername

func (x *ClientPayload) GetUsername() uint64

func (*ClientPayload) GetWebInfo

func (x *ClientPayload) GetWebInfo() *WebInfo

func (*ClientPayload) ProtoMessage

func (*ClientPayload) ProtoMessage()

func (*ClientPayload) ProtoReflect

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

func (*ClientPayload) Reset

func (x *ClientPayload) Reset()

func (*ClientPayload) String

func (x *ClientPayload) String() string

type ClientPayload_ClientPayloadClientFeature

type ClientPayload_ClientPayloadClientFeature int32
const (
	ClientPayload_NONE ClientPayload_ClientPayloadClientFeature = 0
)

func (ClientPayload_ClientPayloadClientFeature) Descriptor

func (ClientPayload_ClientPayloadClientFeature) Enum

func (ClientPayload_ClientPayloadClientFeature) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ClientPayloadClientFeature.Descriptor instead.

func (ClientPayload_ClientPayloadClientFeature) Number

func (ClientPayload_ClientPayloadClientFeature) String

func (ClientPayload_ClientPayloadClientFeature) Type

func (*ClientPayload_ClientPayloadClientFeature) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_ClientPayloadConnectReason

type ClientPayload_ClientPayloadConnectReason int32
const (
	ClientPayload_PUSH            ClientPayload_ClientPayloadConnectReason = 0
	ClientPayload_USER_ACTIVATED  ClientPayload_ClientPayloadConnectReason = 1
	ClientPayload_SCHEDULED       ClientPayload_ClientPayloadConnectReason = 2
	ClientPayload_ERROR_RECONNECT ClientPayload_ClientPayloadConnectReason = 3
	ClientPayload_NETWORK_SWITCH  ClientPayload_ClientPayloadConnectReason = 4
	ClientPayload_PING_RECONNECT  ClientPayload_ClientPayloadConnectReason = 5
)

func (ClientPayload_ClientPayloadConnectReason) Descriptor

func (ClientPayload_ClientPayloadConnectReason) Enum

func (ClientPayload_ClientPayloadConnectReason) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ClientPayloadConnectReason.Descriptor instead.

func (ClientPayload_ClientPayloadConnectReason) Number

func (ClientPayload_ClientPayloadConnectReason) String

func (ClientPayload_ClientPayloadConnectReason) Type

func (*ClientPayload_ClientPayloadConnectReason) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_ClientPayloadConnectType

type ClientPayload_ClientPayloadConnectType int32
const (
	ClientPayload_CELLULAR_UNKNOWN ClientPayload_ClientPayloadConnectType = 0
	ClientPayload_WIFI_UNKNOWN     ClientPayload_ClientPayloadConnectType = 1
	ClientPayload_CELLULAR_EDGE    ClientPayload_ClientPayloadConnectType = 100
	ClientPayload_CELLULAR_IDEN    ClientPayload_ClientPayloadConnectType = 101
	ClientPayload_CELLULAR_UMTS    ClientPayload_ClientPayloadConnectType = 102
	ClientPayload_CELLULAR_EVDO    ClientPayload_ClientPayloadConnectType = 103
	ClientPayload_CELLULAR_GPRS    ClientPayload_ClientPayloadConnectType = 104
	ClientPayload_CELLULAR_HSDPA   ClientPayload_ClientPayloadConnectType = 105
	ClientPayload_CELLULAR_HSUPA   ClientPayload_ClientPayloadConnectType = 106
	ClientPayload_CELLULAR_HSPA    ClientPayload_ClientPayloadConnectType = 107
	ClientPayload_CELLULAR_CDMA    ClientPayload_ClientPayloadConnectType = 108
	ClientPayload_CELLULAR_1XRTT   ClientPayload_ClientPayloadConnectType = 109
	ClientPayload_CELLULAR_EHRPD   ClientPayload_ClientPayloadConnectType = 110
	ClientPayload_CELLULAR_LTE     ClientPayload_ClientPayloadConnectType = 111
	ClientPayload_CELLULAR_HSPAP   ClientPayload_ClientPayloadConnectType = 112
)

func (ClientPayload_ClientPayloadConnectType) Descriptor

func (ClientPayload_ClientPayloadConnectType) Enum

func (ClientPayload_ClientPayloadConnectType) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ClientPayloadConnectType.Descriptor instead.

func (ClientPayload_ClientPayloadConnectType) Number

func (ClientPayload_ClientPayloadConnectType) String

func (ClientPayload_ClientPayloadConnectType) Type

func (*ClientPayload_ClientPayloadConnectType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_ClientPayloadIOSAppExtension

type ClientPayload_ClientPayloadIOSAppExtension int32
const (
	ClientPayload_SHARE_EXTENSION   ClientPayload_ClientPayloadIOSAppExtension = 0
	ClientPayload_SERVICE_EXTENSION ClientPayload_ClientPayloadIOSAppExtension = 1
	ClientPayload_INTENTS_EXTENSION ClientPayload_ClientPayloadIOSAppExtension = 2
)

func (ClientPayload_ClientPayloadIOSAppExtension) Descriptor

func (ClientPayload_ClientPayloadIOSAppExtension) Enum

func (ClientPayload_ClientPayloadIOSAppExtension) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ClientPayloadIOSAppExtension.Descriptor instead.

func (ClientPayload_ClientPayloadIOSAppExtension) Number

func (ClientPayload_ClientPayloadIOSAppExtension) String

func (ClientPayload_ClientPayloadIOSAppExtension) Type

func (*ClientPayload_ClientPayloadIOSAppExtension) UnmarshalJSON deprecated

Deprecated: Do not use.

type ClientPayload_ClientPayloadProduct

type ClientPayload_ClientPayloadProduct int32
const (
	ClientPayload_WHATSAPP  ClientPayload_ClientPayloadProduct = 0
	ClientPayload_MESSENGER ClientPayload_ClientPayloadProduct = 1
)

func (ClientPayload_ClientPayloadProduct) Descriptor

func (ClientPayload_ClientPayloadProduct) Enum

func (ClientPayload_ClientPayloadProduct) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ClientPayloadProduct.Descriptor instead.

func (ClientPayload_ClientPayloadProduct) Number

func (ClientPayload_ClientPayloadProduct) String

func (ClientPayload_ClientPayloadProduct) Type

func (*ClientPayload_ClientPayloadProduct) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CompanionProps

type CompanionProps struct {
	Os              *string                                    `protobuf:"bytes,1,opt,name=os" json:"os,omitempty"`
	Version         *AppVersion                                `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	PlatformType    *CompanionProps_CompanionPropsPlatformType `protobuf:"varint,3,opt,name=platformType,enum=proto.CompanionProps_CompanionPropsPlatformType" json:"platformType,omitempty"`
	RequireFullSync *bool                                      `protobuf:"varint,4,opt,name=requireFullSync" json:"requireFullSync,omitempty"`
	// contains filtered or unexported fields
}

func (*CompanionProps) Descriptor deprecated

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

Deprecated: Use CompanionProps.ProtoReflect.Descriptor instead.

func (*CompanionProps) GetOs

func (x *CompanionProps) GetOs() string

func (*CompanionProps) GetPlatformType

func (*CompanionProps) GetRequireFullSync

func (x *CompanionProps) GetRequireFullSync() bool

func (*CompanionProps) GetVersion

func (x *CompanionProps) GetVersion() *AppVersion

func (*CompanionProps) ProtoMessage

func (*CompanionProps) ProtoMessage()

func (*CompanionProps) ProtoReflect

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

func (*CompanionProps) Reset

func (x *CompanionProps) Reset()

func (*CompanionProps) String

func (x *CompanionProps) String() string

type CompanionProps_CompanionPropsPlatformType

type CompanionProps_CompanionPropsPlatformType int32
const (
	CompanionProps_UNKNOWN        CompanionProps_CompanionPropsPlatformType = 0
	CompanionProps_CHROME         CompanionProps_CompanionPropsPlatformType = 1
	CompanionProps_FIREFOX        CompanionProps_CompanionPropsPlatformType = 2
	CompanionProps_IE             CompanionProps_CompanionPropsPlatformType = 3
	CompanionProps_OPERA          CompanionProps_CompanionPropsPlatformType = 4
	CompanionProps_SAFARI         CompanionProps_CompanionPropsPlatformType = 5
	CompanionProps_EDGE           CompanionProps_CompanionPropsPlatformType = 6
	CompanionProps_DESKTOP        CompanionProps_CompanionPropsPlatformType = 7
	CompanionProps_IPAD           CompanionProps_CompanionPropsPlatformType = 8
	CompanionProps_ANDROID_TABLET CompanionProps_CompanionPropsPlatformType = 9
	CompanionProps_OHANA          CompanionProps_CompanionPropsPlatformType = 10
	CompanionProps_ALOHA          CompanionProps_CompanionPropsPlatformType = 11
	CompanionProps_CATALINA       CompanionProps_CompanionPropsPlatformType = 12
)

func (CompanionProps_CompanionPropsPlatformType) Descriptor

func (CompanionProps_CompanionPropsPlatformType) Enum

func (CompanionProps_CompanionPropsPlatformType) EnumDescriptor deprecated

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

Deprecated: Use CompanionProps_CompanionPropsPlatformType.Descriptor instead.

func (CompanionProps_CompanionPropsPlatformType) Number

func (CompanionProps_CompanionPropsPlatformType) String

func (CompanionProps_CompanionPropsPlatformType) Type

func (*CompanionProps_CompanionPropsPlatformType) UnmarshalJSON deprecated

Deprecated: Do not use.

type CompanionRegData

type CompanionRegData struct {
	ERegid         []byte `protobuf:"bytes,1,opt,name=eRegid" json:"eRegid,omitempty"`
	EKeytype       []byte `protobuf:"bytes,2,opt,name=eKeytype" json:"eKeytype,omitempty"`
	EIdent         []byte `protobuf:"bytes,3,opt,name=eIdent" json:"eIdent,omitempty"`
	ESkeyId        []byte `protobuf:"bytes,4,opt,name=eSkeyId" json:"eSkeyId,omitempty"`
	ESkeyVal       []byte `protobuf:"bytes,5,opt,name=eSkeyVal" json:"eSkeyVal,omitempty"`
	ESkeySig       []byte `protobuf:"bytes,6,opt,name=eSkeySig" json:"eSkeySig,omitempty"`
	BuildHash      []byte `protobuf:"bytes,7,opt,name=buildHash" json:"buildHash,omitempty"`
	CompanionProps []byte `protobuf:"bytes,8,opt,name=companionProps" json:"companionProps,omitempty"`
	// contains filtered or unexported fields
}

func (*CompanionRegData) Descriptor deprecated

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

Deprecated: Use CompanionRegData.ProtoReflect.Descriptor instead.

func (*CompanionRegData) GetBuildHash

func (x *CompanionRegData) GetBuildHash() []byte

func (*CompanionRegData) GetCompanionProps

func (x *CompanionRegData) GetCompanionProps() []byte

func (*CompanionRegData) GetEIdent

func (x *CompanionRegData) GetEIdent() []byte

func (*CompanionRegData) GetEKeytype

func (x *CompanionRegData) GetEKeytype() []byte

func (*CompanionRegData) GetERegid

func (x *CompanionRegData) GetERegid() []byte

func (*CompanionRegData) GetESkeyId

func (x *CompanionRegData) GetESkeyId() []byte

func (*CompanionRegData) GetESkeySig

func (x *CompanionRegData) GetESkeySig() []byte

func (*CompanionRegData) GetESkeyVal

func (x *CompanionRegData) GetESkeyVal() []byte

func (*CompanionRegData) ProtoMessage

func (*CompanionRegData) ProtoMessage()

func (*CompanionRegData) ProtoReflect

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

func (*CompanionRegData) Reset

func (x *CompanionRegData) Reset()

func (*CompanionRegData) String

func (x *CompanionRegData) String() string

type ContactAction

type ContactAction struct {
	FullName  *string `protobuf:"bytes,1,opt,name=fullName" json:"fullName,omitempty"`
	FirstName *string `protobuf:"bytes,2,opt,name=firstName" json:"firstName,omitempty"`
	// contains filtered or unexported fields
}

func (*ContactAction) Descriptor deprecated

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

Deprecated: Use ContactAction.ProtoReflect.Descriptor instead.

func (*ContactAction) GetFirstName

func (x *ContactAction) GetFirstName() string

func (*ContactAction) GetFullName

func (x *ContactAction) GetFullName() string

func (*ContactAction) ProtoMessage

func (*ContactAction) ProtoMessage()

func (*ContactAction) ProtoReflect

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

func (*ContactAction) Reset

func (x *ContactAction) Reset()

func (*ContactAction) String

func (x *ContactAction) String() string

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"`
	// 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) 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                         *AdReplyInfo         `protobuf:"bytes,23,opt,name=quotedAd" json:"quotedAd,omitempty"`
	PlaceholderKey                   *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                  *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"`
	// contains filtered or unexported fields
}

func (*ContextInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo.ProtoReflect.Descriptor instead.

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) GetEntryPointConversionApp

func (x *ContextInfo) GetEntryPointConversionApp() string

func (*ContextInfo) GetEntryPointConversionDelaySeconds

func (x *ContextInfo) GetEntryPointConversionDelaySeconds() uint32

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() *ExternalAdReplyInfo

func (*ContextInfo) GetForwardingScore

func (x *ContextInfo) GetForwardingScore() uint32

func (*ContextInfo) GetIsForwarded

func (x *ContextInfo) GetIsForwarded() bool

func (*ContextInfo) GetMentionedJid

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

func (*ContextInfo) GetParticipant

func (x *ContextInfo) GetParticipant() string

func (*ContextInfo) GetPlaceholderKey

func (x *ContextInfo) GetPlaceholderKey() *MessageKey

func (*ContextInfo) GetQuotedAd

func (x *ContextInfo) GetQuotedAd() *AdReplyInfo

func (*ContextInfo) GetQuotedMessage

func (x *ContextInfo) GetQuotedMessage() *Message

func (*ContextInfo) GetRemoteJid

func (x *ContextInfo) GetRemoteJid() string

func (*ContextInfo) GetStanzaId

func (x *ContextInfo) GetStanzaId() string

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 Conversation

type Conversation struct {
	Id                        *string                                            `protobuf:"bytes,1,req,name=id" json:"id,omitempty"`
	Messages                  []*HistorySyncMsg                                  `protobuf:"bytes,2,rep,name=messages" json:"messages,omitempty"`
	NewJid                    *string                                            `protobuf:"bytes,3,opt,name=newJid" json:"newJid,omitempty"`
	OldJid                    *string                                            `protobuf:"bytes,4,opt,name=oldJid" json:"oldJid,omitempty"`
	LastMsgTimestamp          *uint64                                            `protobuf:"varint,5,opt,name=lastMsgTimestamp" json:"lastMsgTimestamp,omitempty"`
	UnreadCount               *uint32                                            `protobuf:"varint,6,opt,name=unreadCount" json:"unreadCount,omitempty"`
	ReadOnly                  *bool                                              `protobuf:"varint,7,opt,name=readOnly" json:"readOnly,omitempty"`
	EndOfHistoryTransfer      *bool                                              `protobuf:"varint,8,opt,name=endOfHistoryTransfer" json:"endOfHistoryTransfer,omitempty"`
	EphemeralExpiration       *uint32                                            `protobuf:"varint,9,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp *int64                                             `protobuf:"varint,10,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	EndOfHistoryTransferType  *Conversation_ConversationEndOfHistoryTransferType `` /* 157-byte string literal not displayed */
	ConversationTimestamp     *uint64                                            `protobuf:"varint,12,opt,name=conversationTimestamp" json:"conversationTimestamp,omitempty"`
	Name                      *string                                            `protobuf:"bytes,13,opt,name=name" json:"name,omitempty"`
	PHash                     *string                                            `protobuf:"bytes,14,opt,name=pHash" json:"pHash,omitempty"`
	NotSpam                   *bool                                              `protobuf:"varint,15,opt,name=notSpam" json:"notSpam,omitempty"`
	// contains filtered or unexported fields
}

func (*Conversation) Descriptor deprecated

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

Deprecated: Use Conversation.ProtoReflect.Descriptor instead.

func (*Conversation) GetConversationTimestamp

func (x *Conversation) GetConversationTimestamp() uint64

func (*Conversation) GetEndOfHistoryTransfer

func (x *Conversation) GetEndOfHistoryTransfer() bool

func (*Conversation) GetEndOfHistoryTransferType

func (x *Conversation) GetEndOfHistoryTransferType() Conversation_ConversationEndOfHistoryTransferType

func (*Conversation) GetEphemeralExpiration

func (x *Conversation) GetEphemeralExpiration() uint32

func (*Conversation) GetEphemeralSettingTimestamp

func (x *Conversation) GetEphemeralSettingTimestamp() int64

func (*Conversation) GetId

func (x *Conversation) GetId() string

func (*Conversation) GetLastMsgTimestamp

func (x *Conversation) GetLastMsgTimestamp() uint64

func (*Conversation) GetMessages

func (x *Conversation) GetMessages() []*HistorySyncMsg

func (*Conversation) GetName

func (x *Conversation) GetName() string

func (*Conversation) GetNewJid

func (x *Conversation) GetNewJid() string

func (*Conversation) GetNotSpam

func (x *Conversation) GetNotSpam() bool

func (*Conversation) GetOldJid

func (x *Conversation) GetOldJid() string

func (*Conversation) GetPHash

func (x *Conversation) GetPHash() string

func (*Conversation) GetReadOnly

func (x *Conversation) GetReadOnly() bool

func (*Conversation) GetUnreadCount

func (x *Conversation) GetUnreadCount() uint32

func (*Conversation) ProtoMessage

func (*Conversation) ProtoMessage()

func (*Conversation) ProtoReflect

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

func (*Conversation) Reset

func (x *Conversation) Reset()

func (*Conversation) String

func (x *Conversation) String() string

type Conversation_ConversationEndOfHistoryTransferType

type Conversation_ConversationEndOfHistoryTransferType int32
const (
	Conversation_COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY   Conversation_ConversationEndOfHistoryTransferType = 0
	Conversation_COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY Conversation_ConversationEndOfHistoryTransferType = 1
)

func (Conversation_ConversationEndOfHistoryTransferType) Descriptor

func (Conversation_ConversationEndOfHistoryTransferType) Enum

func (Conversation_ConversationEndOfHistoryTransferType) EnumDescriptor deprecated

Deprecated: Use Conversation_ConversationEndOfHistoryTransferType.Descriptor instead.

func (Conversation_ConversationEndOfHistoryTransferType) Number

func (Conversation_ConversationEndOfHistoryTransferType) String

func (Conversation_ConversationEndOfHistoryTransferType) Type

func (*Conversation_ConversationEndOfHistoryTransferType) UnmarshalJSON deprecated

Deprecated: Do not use.

type DNSSource

type DNSSource struct {
	DnsMethod *DNSSource_DNSSourceDNSResolutionMethod `protobuf:"varint,15,opt,name=dnsMethod,enum=proto.DNSSource_DNSSourceDNSResolutionMethod" json:"dnsMethod,omitempty"`
	AppCached *bool                                   `protobuf:"varint,16,opt,name=appCached" json:"appCached,omitempty"`
	// contains filtered or unexported fields
}

func (*DNSSource) Descriptor deprecated

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

Deprecated: Use DNSSource.ProtoReflect.Descriptor instead.

func (*DNSSource) GetAppCached

func (x *DNSSource) GetAppCached() bool

func (*DNSSource) GetDnsMethod

func (*DNSSource) ProtoMessage

func (*DNSSource) ProtoMessage()

func (*DNSSource) ProtoReflect

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

func (*DNSSource) Reset

func (x *DNSSource) Reset()

func (*DNSSource) String

func (x *DNSSource) String() string

type DNSSource_DNSSourceDNSResolutionMethod

type DNSSource_DNSSourceDNSResolutionMethod int32
const (
	DNSSource_SYSTEM    DNSSource_DNSSourceDNSResolutionMethod = 0
	DNSSource_GOOGLE    DNSSource_DNSSourceDNSResolutionMethod = 1
	DNSSource_HARDCODED DNSSource_DNSSourceDNSResolutionMethod = 2
	DNSSource_OVERRIDE  DNSSource_DNSSourceDNSResolutionMethod = 3
	DNSSource_FALLBACK  DNSSource_DNSSourceDNSResolutionMethod = 4
)

func (DNSSource_DNSSourceDNSResolutionMethod) Descriptor

func (DNSSource_DNSSourceDNSResolutionMethod) Enum

func (DNSSource_DNSSourceDNSResolutionMethod) EnumDescriptor deprecated

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

Deprecated: Use DNSSource_DNSSourceDNSResolutionMethod.Descriptor instead.

func (DNSSource_DNSSourceDNSResolutionMethod) Number

func (DNSSource_DNSSourceDNSResolutionMethod) String

func (DNSSource_DNSSourceDNSResolutionMethod) Type

func (*DNSSource_DNSSourceDNSResolutionMethod) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type DeclinePaymentRequestMessage

type DeclinePaymentRequestMessage struct {
	Key *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 DeleteChatAction

type DeleteChatAction struct {
	MessageRange *SyncActionMessageRange `protobuf:"bytes,1,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteChatAction) Descriptor deprecated

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

Deprecated: Use DeleteChatAction.ProtoReflect.Descriptor instead.

func (*DeleteChatAction) GetMessageRange

func (x *DeleteChatAction) GetMessageRange() *SyncActionMessageRange

func (*DeleteChatAction) ProtoMessage

func (*DeleteChatAction) ProtoMessage()

func (*DeleteChatAction) ProtoReflect

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

func (*DeleteChatAction) Reset

func (x *DeleteChatAction) Reset()

func (*DeleteChatAction) String

func (x *DeleteChatAction) String() string

type DeleteMessageForMeAction

type DeleteMessageForMeAction struct {
	DeleteMedia      *bool  `protobuf:"varint,1,opt,name=deleteMedia" json:"deleteMedia,omitempty"`
	MessageTimestamp *int64 `protobuf:"varint,2,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMessageForMeAction) Descriptor deprecated

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

Deprecated: Use DeleteMessageForMeAction.ProtoReflect.Descriptor instead.

func (*DeleteMessageForMeAction) GetDeleteMedia

func (x *DeleteMessageForMeAction) GetDeleteMedia() bool

func (*DeleteMessageForMeAction) GetMessageTimestamp

func (x *DeleteMessageForMeAction) GetMessageTimestamp() int64

func (*DeleteMessageForMeAction) ProtoMessage

func (*DeleteMessageForMeAction) ProtoMessage()

func (*DeleteMessageForMeAction) ProtoReflect

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

func (*DeleteMessageForMeAction) Reset

func (x *DeleteMessageForMeAction) Reset()

func (*DeleteMessageForMeAction) String

func (x *DeleteMessageForMeAction) String() 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"`
	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) GetRecipientKeyHash

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

func (*DeviceListMetadata) GetRecipientKeyIndexes

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

func (*DeviceListMetadata) GetRecipientTimestamp

func (x *DeviceListMetadata) GetRecipientTimestamp() uint64

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 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"`
	// contains filtered or unexported fields
}

func (*DocumentMessage) Descriptor deprecated

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

Deprecated: Use DocumentMessage.ProtoReflect.Descriptor instead.

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 EphemeralSetting

type EphemeralSetting struct {
	Duration  *int32 `protobuf:"fixed32,1,opt,name=duration" json:"duration,omitempty"`
	Timestamp *int64 `protobuf:"fixed64,2,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*EphemeralSetting) Descriptor deprecated

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

Deprecated: Use EphemeralSetting.ProtoReflect.Descriptor instead.

func (*EphemeralSetting) GetDuration

func (x *EphemeralSetting) GetDuration() int32

func (*EphemeralSetting) GetTimestamp

func (x *EphemeralSetting) GetTimestamp() int64

func (*EphemeralSetting) ProtoMessage

func (*EphemeralSetting) ProtoMessage()

func (*EphemeralSetting) ProtoReflect

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

func (*EphemeralSetting) Reset

func (x *EphemeralSetting) Reset()

func (*EphemeralSetting) String

func (x *EphemeralSetting) String() string

type ExitCode

type ExitCode struct {
	Code *uint64 `protobuf:"varint,1,opt,name=code" json:"code,omitempty"`
	Text *string `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*ExitCode) Descriptor deprecated

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

Deprecated: Use ExitCode.ProtoReflect.Descriptor instead.

func (*ExitCode) GetCode

func (x *ExitCode) GetCode() uint64

func (*ExitCode) GetText

func (x *ExitCode) GetText() string

func (*ExitCode) ProtoMessage

func (*ExitCode) ProtoMessage()

func (*ExitCode) ProtoReflect

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

func (*ExitCode) Reset

func (x *ExitCode) Reset()

func (*ExitCode) String

func (x *ExitCode) String() string

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"`
	CanonicalUrl        *string                                             `protobuf:"bytes,4,opt,name=canonicalUrl" json:"canonicalUrl,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_ExtendedTextMessageFontType    `protobuf:"varint,9,opt,name=font,enum=proto.ExtendedTextMessage_ExtendedTextMessageFontType" json:"font,omitempty"`
	PreviewType         *ExtendedTextMessage_ExtendedTextMessagePreviewType `` /* 132-byte string literal not displayed */
	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"`
	// 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) GetCanonicalUrl

func (x *ExtendedTextMessage) GetCanonicalUrl() string

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) GetFont

func (*ExtendedTextMessage) GetJpegThumbnail

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

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) 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) 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_ExtendedTextMessageFontType

type ExtendedTextMessage_ExtendedTextMessageFontType int32
const (
	ExtendedTextMessage_SANS_SERIF        ExtendedTextMessage_ExtendedTextMessageFontType = 0
	ExtendedTextMessage_SERIF             ExtendedTextMessage_ExtendedTextMessageFontType = 1
	ExtendedTextMessage_NORICAN_REGULAR   ExtendedTextMessage_ExtendedTextMessageFontType = 2
	ExtendedTextMessage_BRYNDAN_WRITE     ExtendedTextMessage_ExtendedTextMessageFontType = 3
	ExtendedTextMessage_BEBASNEUE_REGULAR ExtendedTextMessage_ExtendedTextMessageFontType = 4
	ExtendedTextMessage_OSWALD_HEAVY      ExtendedTextMessage_ExtendedTextMessageFontType = 5
)

func (ExtendedTextMessage_ExtendedTextMessageFontType) Descriptor

func (ExtendedTextMessage_ExtendedTextMessageFontType) Enum

func (ExtendedTextMessage_ExtendedTextMessageFontType) EnumDescriptor deprecated

Deprecated: Use ExtendedTextMessage_ExtendedTextMessageFontType.Descriptor instead.

func (ExtendedTextMessage_ExtendedTextMessageFontType) Number

func (ExtendedTextMessage_ExtendedTextMessageFontType) String

func (ExtendedTextMessage_ExtendedTextMessageFontType) Type

func (*ExtendedTextMessage_ExtendedTextMessageFontType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ExtendedTextMessage_ExtendedTextMessagePreviewType

type ExtendedTextMessage_ExtendedTextMessagePreviewType int32
const (
	ExtendedTextMessage_NONE  ExtendedTextMessage_ExtendedTextMessagePreviewType = 0
	ExtendedTextMessage_VIDEO ExtendedTextMessage_ExtendedTextMessagePreviewType = 1
)

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Descriptor

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Enum

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) EnumDescriptor deprecated

Deprecated: Use ExtendedTextMessage_ExtendedTextMessagePreviewType.Descriptor instead.

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Number

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) String

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Type

func (*ExtendedTextMessage_ExtendedTextMessagePreviewType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ExternalAdReplyInfo

type 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    *ExternalAdReplyInfo_ExternalAdReplyInfoMediaType `protobuf:"varint,3,opt,name=mediaType,enum=proto.ExternalAdReplyInfo_ExternalAdReplyInfoMediaType" json:"mediaType,omitempty"`
	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"`
	// contains filtered or unexported fields
}

func (*ExternalAdReplyInfo) Descriptor deprecated

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

Deprecated: Use ExternalAdReplyInfo.ProtoReflect.Descriptor instead.

func (*ExternalAdReplyInfo) GetBody

func (x *ExternalAdReplyInfo) GetBody() string

func (*ExternalAdReplyInfo) GetMediaType

func (*ExternalAdReplyInfo) GetMediaUrl

func (x *ExternalAdReplyInfo) GetMediaUrl() string

func (*ExternalAdReplyInfo) GetSourceId

func (x *ExternalAdReplyInfo) GetSourceId() string

func (*ExternalAdReplyInfo) GetSourceType

func (x *ExternalAdReplyInfo) GetSourceType() string

func (*ExternalAdReplyInfo) GetSourceUrl

func (x *ExternalAdReplyInfo) GetSourceUrl() string

func (*ExternalAdReplyInfo) GetThumbnail

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

func (*ExternalAdReplyInfo) GetThumbnailUrl

func (x *ExternalAdReplyInfo) GetThumbnailUrl() string

func (*ExternalAdReplyInfo) GetTitle

func (x *ExternalAdReplyInfo) GetTitle() string

func (*ExternalAdReplyInfo) ProtoMessage

func (*ExternalAdReplyInfo) ProtoMessage()

func (*ExternalAdReplyInfo) ProtoReflect

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

func (*ExternalAdReplyInfo) Reset

func (x *ExternalAdReplyInfo) Reset()

func (*ExternalAdReplyInfo) String

func (x *ExternalAdReplyInfo) String() string

type ExternalAdReplyInfo_ExternalAdReplyInfoMediaType

type ExternalAdReplyInfo_ExternalAdReplyInfoMediaType int32
const (
	ExternalAdReplyInfo_NONE  ExternalAdReplyInfo_ExternalAdReplyInfoMediaType = 0
	ExternalAdReplyInfo_IMAGE ExternalAdReplyInfo_ExternalAdReplyInfoMediaType = 1
	ExternalAdReplyInfo_VIDEO ExternalAdReplyInfo_ExternalAdReplyInfoMediaType = 2
)

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Descriptor

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Enum

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) EnumDescriptor deprecated

Deprecated: Use ExternalAdReplyInfo_ExternalAdReplyInfoMediaType.Descriptor instead.

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Number

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) String

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Type

func (*ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ExternalBlobReference

type ExternalBlobReference struct {
	MediaKey      []byte  `protobuf:"bytes,1,opt,name=mediaKey" json:"mediaKey,omitempty"`
	DirectPath    *string `protobuf:"bytes,2,opt,name=directPath" json:"directPath,omitempty"`
	Handle        *string `protobuf:"bytes,3,opt,name=handle" json:"handle,omitempty"`
	FileSizeBytes *uint64 `protobuf:"varint,4,opt,name=fileSizeBytes" json:"fileSizeBytes,omitempty"`
	FileSha256    []byte  `protobuf:"bytes,5,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileEncSha256 []byte  `protobuf:"bytes,6,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalBlobReference) Descriptor deprecated

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

Deprecated: Use ExternalBlobReference.ProtoReflect.Descriptor instead.

func (*ExternalBlobReference) GetDirectPath

func (x *ExternalBlobReference) GetDirectPath() string

func (*ExternalBlobReference) GetFileEncSha256

func (x *ExternalBlobReference) GetFileEncSha256() []byte

func (*ExternalBlobReference) GetFileSha256

func (x *ExternalBlobReference) GetFileSha256() []byte

func (*ExternalBlobReference) GetFileSizeBytes

func (x *ExternalBlobReference) GetFileSizeBytes() uint64

func (*ExternalBlobReference) GetHandle

func (x *ExternalBlobReference) GetHandle() string

func (*ExternalBlobReference) GetMediaKey

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

func (*ExternalBlobReference) ProtoMessage

func (*ExternalBlobReference) ProtoMessage()

func (*ExternalBlobReference) ProtoReflect

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

func (*ExternalBlobReference) Reset

func (x *ExternalBlobReference) Reset()

func (*ExternalBlobReference) String

func (x *ExternalBlobReference) String() string

type FourRowTemplate

type FourRowTemplate struct {
	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"`
	// Types that are assignable to Title:
	//	*FourRowTemplate_DocumentMessage
	//	*FourRowTemplate_HighlyStructuredMessage
	//	*FourRowTemplate_ImageMessage
	//	*FourRowTemplate_VideoMessage
	//	*FourRowTemplate_LocationMessage
	Title isFourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*FourRowTemplate) Descriptor deprecated

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

Deprecated: Use FourRowTemplate.ProtoReflect.Descriptor instead.

func (*FourRowTemplate) GetButtons

func (x *FourRowTemplate) GetButtons() []*TemplateButton

func (*FourRowTemplate) GetContent

func (x *FourRowTemplate) GetContent() *HighlyStructuredMessage

func (*FourRowTemplate) GetDocumentMessage

func (x *FourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*FourRowTemplate) GetFooter

func (x *FourRowTemplate) GetFooter() *HighlyStructuredMessage

func (*FourRowTemplate) GetHighlyStructuredMessage

func (x *FourRowTemplate) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*FourRowTemplate) GetImageMessage

func (x *FourRowTemplate) GetImageMessage() *ImageMessage

func (*FourRowTemplate) GetLocationMessage

func (x *FourRowTemplate) GetLocationMessage() *LocationMessage

func (*FourRowTemplate) GetTitle

func (m *FourRowTemplate) GetTitle() isFourRowTemplate_Title

func (*FourRowTemplate) GetVideoMessage

func (x *FourRowTemplate) GetVideoMessage() *VideoMessage

func (*FourRowTemplate) ProtoMessage

func (*FourRowTemplate) ProtoMessage()

func (*FourRowTemplate) ProtoReflect

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

func (*FourRowTemplate) Reset

func (x *FourRowTemplate) Reset()

func (*FourRowTemplate) String

func (x *FourRowTemplate) String() string

type FourRowTemplate_DocumentMessage

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

type FourRowTemplate_HighlyStructuredMessage

type FourRowTemplate_HighlyStructuredMessage struct {
	HighlyStructuredMessage *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=highlyStructuredMessage,oneof"`
}

type FourRowTemplate_ImageMessage

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

type FourRowTemplate_LocationMessage

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

type FourRowTemplate_VideoMessage

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

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"`
	// 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) 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 HSMCurrency

type 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 (*HSMCurrency) Descriptor deprecated

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

Deprecated: Use HSMCurrency.ProtoReflect.Descriptor instead.

func (*HSMCurrency) GetAmount1000

func (x *HSMCurrency) GetAmount1000() int64

func (*HSMCurrency) GetCurrencyCode

func (x *HSMCurrency) GetCurrencyCode() string

func (*HSMCurrency) ProtoMessage

func (*HSMCurrency) ProtoMessage()

func (*HSMCurrency) ProtoReflect

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

func (*HSMCurrency) Reset

func (x *HSMCurrency) Reset()

func (*HSMCurrency) String

func (x *HSMCurrency) String() string

type HSMDateTime

type HSMDateTime struct {

	// Types that are assignable to DatetimeOneof:
	//	*HSMDateTime_Component
	//	*HSMDateTime_UnixEpoch
	DatetimeOneof isHSMDateTime_DatetimeOneof `protobuf_oneof:"datetimeOneof"`
	// contains filtered or unexported fields
}

func (*HSMDateTime) Descriptor deprecated

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

Deprecated: Use HSMDateTime.ProtoReflect.Descriptor instead.

func (*HSMDateTime) GetComponent

func (x *HSMDateTime) GetComponent() *HSMDateTimeComponent

func (*HSMDateTime) GetDatetimeOneof

func (m *HSMDateTime) GetDatetimeOneof() isHSMDateTime_DatetimeOneof

func (*HSMDateTime) GetUnixEpoch

func (x *HSMDateTime) GetUnixEpoch() *HSMDateTimeUnixEpoch

func (*HSMDateTime) ProtoMessage

func (*HSMDateTime) ProtoMessage()

func (*HSMDateTime) ProtoReflect

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

func (*HSMDateTime) Reset

func (x *HSMDateTime) Reset()

func (*HSMDateTime) String

func (x *HSMDateTime) String() string

type HSMDateTimeComponent

type HSMDateTimeComponent struct {
	DayOfWeek  *HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType `` /* 131-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   *HSMDateTimeComponent_HSMDateTimeComponentCalendarType  `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HSMDateTimeComponent) Descriptor deprecated

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

Deprecated: Use HSMDateTimeComponent.ProtoReflect.Descriptor instead.

func (*HSMDateTimeComponent) GetCalendar

func (*HSMDateTimeComponent) GetDayOfMonth

func (x *HSMDateTimeComponent) GetDayOfMonth() uint32

func (*HSMDateTimeComponent) GetDayOfWeek

func (*HSMDateTimeComponent) GetHour

func (x *HSMDateTimeComponent) GetHour() uint32

func (*HSMDateTimeComponent) GetMinute

func (x *HSMDateTimeComponent) GetMinute() uint32

func (*HSMDateTimeComponent) GetMonth

func (x *HSMDateTimeComponent) GetMonth() uint32

func (*HSMDateTimeComponent) GetYear

func (x *HSMDateTimeComponent) GetYear() uint32

func (*HSMDateTimeComponent) ProtoMessage

func (*HSMDateTimeComponent) ProtoMessage()

func (*HSMDateTimeComponent) ProtoReflect

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

func (*HSMDateTimeComponent) Reset

func (x *HSMDateTimeComponent) Reset()

func (*HSMDateTimeComponent) String

func (x *HSMDateTimeComponent) String() string

type HSMDateTimeComponent_HSMDateTimeComponentCalendarType

type HSMDateTimeComponent_HSMDateTimeComponentCalendarType int32
const (
	HSMDateTimeComponent_GREGORIAN   HSMDateTimeComponent_HSMDateTimeComponentCalendarType = 1
	HSMDateTimeComponent_SOLAR_HIJRI HSMDateTimeComponent_HSMDateTimeComponentCalendarType = 2
)

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Descriptor

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Enum

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) EnumDescriptor deprecated

Deprecated: Use HSMDateTimeComponent_HSMDateTimeComponentCalendarType.Descriptor instead.

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Number

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) String

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Type

func (*HSMDateTimeComponent_HSMDateTimeComponentCalendarType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType

type HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType int32

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Descriptor

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Enum

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) EnumDescriptor deprecated

Deprecated: Use HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType.Descriptor instead.

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Number

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) String

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Type

func (*HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HSMDateTimeUnixEpoch

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

func (*HSMDateTimeUnixEpoch) Descriptor deprecated

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

Deprecated: Use HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.

func (*HSMDateTimeUnixEpoch) GetTimestamp

func (x *HSMDateTimeUnixEpoch) GetTimestamp() int64

func (*HSMDateTimeUnixEpoch) ProtoMessage

func (*HSMDateTimeUnixEpoch) ProtoMessage()

func (*HSMDateTimeUnixEpoch) ProtoReflect

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

func (*HSMDateTimeUnixEpoch) Reset

func (x *HSMDateTimeUnixEpoch) Reset()

func (*HSMDateTimeUnixEpoch) String

func (x *HSMDateTimeUnixEpoch) String() string

type HSMDateTime_Component

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

type HSMDateTime_UnixEpoch

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

type HSMLocalizableParameter

type HSMLocalizableParameter struct {
	Default *string `protobuf:"bytes,1,opt,name=default" json:"default,omitempty"`
	// Types that are assignable to ParamOneof:
	//	*HSMLocalizableParameter_Currency
	//	*HSMLocalizableParameter_DateTime
	ParamOneof isHSMLocalizableParameter_ParamOneof `protobuf_oneof:"paramOneof"`
	// contains filtered or unexported fields
}

func (*HSMLocalizableParameter) Descriptor deprecated

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

Deprecated: Use HSMLocalizableParameter.ProtoReflect.Descriptor instead.

func (*HSMLocalizableParameter) GetCurrency

func (x *HSMLocalizableParameter) GetCurrency() *HSMCurrency

func (*HSMLocalizableParameter) GetDateTime

func (x *HSMLocalizableParameter) GetDateTime() *HSMDateTime

func (*HSMLocalizableParameter) GetDefault

func (x *HSMLocalizableParameter) GetDefault() string

func (*HSMLocalizableParameter) GetParamOneof

func (m *HSMLocalizableParameter) GetParamOneof() isHSMLocalizableParameter_ParamOneof

func (*HSMLocalizableParameter) ProtoMessage

func (*HSMLocalizableParameter) ProtoMessage()

func (*HSMLocalizableParameter) ProtoReflect

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

func (*HSMLocalizableParameter) Reset

func (x *HSMLocalizableParameter) Reset()

func (*HSMLocalizableParameter) String

func (x *HSMLocalizableParameter) String() string

type HSMLocalizableParameter_Currency

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

type HSMLocalizableParameter_DateTime

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

type HandshakeMessage

type HandshakeMessage struct {
	ClientHello  *ClientHello  `protobuf:"bytes,2,opt,name=clientHello" json:"clientHello,omitempty"`
	ServerHello  *ServerHello  `protobuf:"bytes,3,opt,name=serverHello" json:"serverHello,omitempty"`
	ClientFinish *ClientFinish `protobuf:"bytes,4,opt,name=clientFinish" json:"clientFinish,omitempty"`
	// contains filtered or unexported fields
}

func (*HandshakeMessage) Descriptor deprecated

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

Deprecated: Use HandshakeMessage.ProtoReflect.Descriptor instead.

func (*HandshakeMessage) GetClientFinish

func (x *HandshakeMessage) GetClientFinish() *ClientFinish

func (*HandshakeMessage) GetClientHello

func (x *HandshakeMessage) GetClientHello() *ClientHello

func (*HandshakeMessage) GetServerHello

func (x *HandshakeMessage) GetServerHello() *ServerHello

func (*HandshakeMessage) ProtoMessage

func (*HandshakeMessage) ProtoMessage()

func (*HandshakeMessage) ProtoReflect

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

func (*HandshakeMessage) Reset

func (x *HandshakeMessage) Reset()

func (*HandshakeMessage) String

func (x *HandshakeMessage) 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 []*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 (x *HighlyStructuredMessage) GetLocalizableParams() []*HSMLocalizableParameter

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 HistorySync

type HistorySync struct {
	SyncType         *HistorySync_HistorySyncHistorySyncType `protobuf:"varint,1,req,name=syncType,enum=proto.HistorySync_HistorySyncHistorySyncType" json:"syncType,omitempty"`
	Conversations    []*Conversation                         `protobuf:"bytes,2,rep,name=conversations" json:"conversations,omitempty"`
	StatusV3Messages []*WebMessageInfo                       `protobuf:"bytes,3,rep,name=statusV3Messages" json:"statusV3Messages,omitempty"`
	ChunkOrder       *uint32                                 `protobuf:"varint,5,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	Progress         *uint32                                 `protobuf:"varint,6,opt,name=progress" json:"progress,omitempty"`
	Pushnames        []*Pushname                             `protobuf:"bytes,7,rep,name=pushnames" json:"pushnames,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySync) Descriptor deprecated

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

Deprecated: Use HistorySync.ProtoReflect.Descriptor instead.

func (*HistorySync) GetChunkOrder

func (x *HistorySync) GetChunkOrder() uint32

func (*HistorySync) GetConversations

func (x *HistorySync) GetConversations() []*Conversation

func (*HistorySync) GetProgress

func (x *HistorySync) GetProgress() uint32

func (*HistorySync) GetPushnames

func (x *HistorySync) GetPushnames() []*Pushname

func (*HistorySync) GetStatusV3Messages

func (x *HistorySync) GetStatusV3Messages() []*WebMessageInfo

func (*HistorySync) GetSyncType

func (*HistorySync) ProtoMessage

func (*HistorySync) ProtoMessage()

func (*HistorySync) ProtoReflect

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

func (*HistorySync) Reset

func (x *HistorySync) Reset()

func (*HistorySync) String

func (x *HistorySync) String() string

type HistorySyncMsg

type HistorySyncMsg struct {
	Message    *WebMessageInfo `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
	MsgOrderId *uint64         `protobuf:"varint,2,opt,name=msgOrderId" json:"msgOrderId,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySyncMsg) Descriptor deprecated

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

Deprecated: Use HistorySyncMsg.ProtoReflect.Descriptor instead.

func (*HistorySyncMsg) GetMessage

func (x *HistorySyncMsg) GetMessage() *WebMessageInfo

func (*HistorySyncMsg) GetMsgOrderId

func (x *HistorySyncMsg) GetMsgOrderId() uint64

func (*HistorySyncMsg) ProtoMessage

func (*HistorySyncMsg) ProtoMessage()

func (*HistorySyncMsg) ProtoReflect

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

func (*HistorySyncMsg) Reset

func (x *HistorySyncMsg) Reset()

func (*HistorySyncMsg) String

func (x *HistorySyncMsg) String() 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          *HistorySyncNotification_HistorySyncNotificationHistorySyncType `` /* 137-byte string literal not displayed */
	ChunkOrder        *uint32                                                         `protobuf:"varint,7,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	OriginalMessageId *string                                                         `protobuf:"bytes,8,opt,name=originalMessageId" json:"originalMessageId,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) GetFileEncSha256

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

func (*HistorySyncNotification) GetFileLength

func (x *HistorySyncNotification) GetFileLength() uint64

func (*HistorySyncNotification) GetFileSha256

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

func (*HistorySyncNotification) GetMediaKey

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

func (*HistorySyncNotification) GetOriginalMessageId

func (x *HistorySyncNotification) GetOriginalMessageId() string

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 HistorySyncNotification_HistorySyncNotificationHistorySyncType

type HistorySyncNotification_HistorySyncNotificationHistorySyncType int32
const (
	HistorySyncNotification_INITIAL_BOOTSTRAP HistorySyncNotification_HistorySyncNotificationHistorySyncType = 0
	HistorySyncNotification_INITIAL_STATUS_V3 HistorySyncNotification_HistorySyncNotificationHistorySyncType = 1
	HistorySyncNotification_FULL              HistorySyncNotification_HistorySyncNotificationHistorySyncType = 2
	HistorySyncNotification_RECENT            HistorySyncNotification_HistorySyncNotificationHistorySyncType = 3
	HistorySyncNotification_PUSH_NAME         HistorySyncNotification_HistorySyncNotificationHistorySyncType = 4
)

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Descriptor

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Enum

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) EnumDescriptor deprecated

Deprecated: Use HistorySyncNotification_HistorySyncNotificationHistorySyncType.Descriptor instead.

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Number

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) String

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Type

func (*HistorySyncNotification_HistorySyncNotificationHistorySyncType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HistorySync_HistorySyncHistorySyncType

type HistorySync_HistorySyncHistorySyncType int32
const (
	HistorySync_INITIAL_BOOTSTRAP HistorySync_HistorySyncHistorySyncType = 0
	HistorySync_INITIAL_STATUS_V3 HistorySync_HistorySyncHistorySyncType = 1
	HistorySync_FULL              HistorySync_HistorySyncHistorySyncType = 2
	HistorySync_RECENT            HistorySync_HistorySyncHistorySyncType = 3
	HistorySync_PUSH_NAME         HistorySync_HistorySyncHistorySyncType = 4
)

func (HistorySync_HistorySyncHistorySyncType) Descriptor

func (HistorySync_HistorySyncHistorySyncType) Enum

func (HistorySync_HistorySyncHistorySyncType) EnumDescriptor deprecated

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

Deprecated: Use HistorySync_HistorySyncHistorySyncType.Descriptor instead.

func (HistorySync_HistorySyncHistorySyncType) Number

func (HistorySync_HistorySyncHistorySyncType) String

func (HistorySync_HistorySyncHistorySyncType) Type

func (*HistorySync_HistorySyncHistorySyncType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HydratedCallButton

type 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 (*HydratedCallButton) Descriptor deprecated

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

Deprecated: Use HydratedCallButton.ProtoReflect.Descriptor instead.

func (*HydratedCallButton) GetDisplayText

func (x *HydratedCallButton) GetDisplayText() string

func (*HydratedCallButton) GetPhoneNumber

func (x *HydratedCallButton) GetPhoneNumber() string

func (*HydratedCallButton) ProtoMessage

func (*HydratedCallButton) ProtoMessage()

func (*HydratedCallButton) ProtoReflect

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

func (*HydratedCallButton) Reset

func (x *HydratedCallButton) Reset()

func (*HydratedCallButton) String

func (x *HydratedCallButton) String() string

type HydratedFourRowTemplate

type HydratedFourRowTemplate struct {
	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"`
	// Types that are assignable to Title:
	//	*HydratedFourRowTemplate_DocumentMessage
	//	*HydratedFourRowTemplate_HydratedTitleText
	//	*HydratedFourRowTemplate_ImageMessage
	//	*HydratedFourRowTemplate_VideoMessage
	//	*HydratedFourRowTemplate_LocationMessage
	Title isHydratedFourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*HydratedFourRowTemplate) Descriptor deprecated

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

Deprecated: Use HydratedFourRowTemplate.ProtoReflect.Descriptor instead.

func (*HydratedFourRowTemplate) GetDocumentMessage

func (x *HydratedFourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*HydratedFourRowTemplate) GetHydratedButtons

func (x *HydratedFourRowTemplate) GetHydratedButtons() []*HydratedTemplateButton

func (*HydratedFourRowTemplate) GetHydratedContentText

func (x *HydratedFourRowTemplate) GetHydratedContentText() string

func (*HydratedFourRowTemplate) GetHydratedFooterText

func (x *HydratedFourRowTemplate) GetHydratedFooterText() string

func (*HydratedFourRowTemplate) GetHydratedTitleText

func (x *HydratedFourRowTemplate) GetHydratedTitleText() string

func (*HydratedFourRowTemplate) GetImageMessage

func (x *HydratedFourRowTemplate) GetImageMessage() *ImageMessage

func (*HydratedFourRowTemplate) GetLocationMessage

func (x *HydratedFourRowTemplate) GetLocationMessage() *LocationMessage

func (*HydratedFourRowTemplate) GetTemplateId

func (x *HydratedFourRowTemplate) GetTemplateId() string

func (*HydratedFourRowTemplate) GetTitle

func (m *HydratedFourRowTemplate) GetTitle() isHydratedFourRowTemplate_Title

func (*HydratedFourRowTemplate) GetVideoMessage

func (x *HydratedFourRowTemplate) GetVideoMessage() *VideoMessage

func (*HydratedFourRowTemplate) ProtoMessage

func (*HydratedFourRowTemplate) ProtoMessage()

func (*HydratedFourRowTemplate) ProtoReflect

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

func (*HydratedFourRowTemplate) Reset

func (x *HydratedFourRowTemplate) Reset()

func (*HydratedFourRowTemplate) String

func (x *HydratedFourRowTemplate) String() string

type HydratedFourRowTemplate_DocumentMessage

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

type HydratedFourRowTemplate_HydratedTitleText

type HydratedFourRowTemplate_HydratedTitleText struct {
	HydratedTitleText string `protobuf:"bytes,2,opt,name=hydratedTitleText,oneof"`
}

type HydratedFourRowTemplate_ImageMessage

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

type HydratedFourRowTemplate_LocationMessage

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

type HydratedFourRowTemplate_VideoMessage

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

type HydratedQuickReplyButton

type 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 (*HydratedQuickReplyButton) Descriptor deprecated

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

Deprecated: Use HydratedQuickReplyButton.ProtoReflect.Descriptor instead.

func (*HydratedQuickReplyButton) GetDisplayText

func (x *HydratedQuickReplyButton) GetDisplayText() string

func (*HydratedQuickReplyButton) GetId

func (x *HydratedQuickReplyButton) GetId() string

func (*HydratedQuickReplyButton) ProtoMessage

func (*HydratedQuickReplyButton) ProtoMessage()

func (*HydratedQuickReplyButton) ProtoReflect

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

func (*HydratedQuickReplyButton) Reset

func (x *HydratedQuickReplyButton) Reset()

func (*HydratedQuickReplyButton) String

func (x *HydratedQuickReplyButton) String() string

type HydratedTemplateButton

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

func (*HydratedTemplateButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton) GetCallButton

func (x *HydratedTemplateButton) GetCallButton() *HydratedCallButton

func (*HydratedTemplateButton) GetHydratedButton

func (m *HydratedTemplateButton) GetHydratedButton() isHydratedTemplateButton_HydratedButton

func (*HydratedTemplateButton) GetIndex

func (x *HydratedTemplateButton) GetIndex() uint32

func (*HydratedTemplateButton) GetQuickReplyButton

func (x *HydratedTemplateButton) GetQuickReplyButton() *HydratedQuickReplyButton

func (*HydratedTemplateButton) GetUrlButton

func (x *HydratedTemplateButton) GetUrlButton() *HydratedURLButton

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 *HydratedCallButton `protobuf:"bytes,3,opt,name=callButton,oneof"`
}

type HydratedTemplateButton_QuickReplyButton

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

type HydratedTemplateButton_UrlButton

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

type HydratedURLButton

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

func (*HydratedURLButton) Descriptor deprecated

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

Deprecated: Use HydratedURLButton.ProtoReflect.Descriptor instead.

func (*HydratedURLButton) GetDisplayText

func (x *HydratedURLButton) GetDisplayText() string

func (*HydratedURLButton) GetUrl

func (x *HydratedURLButton) GetUrl() string

func (*HydratedURLButton) ProtoMessage

func (*HydratedURLButton) ProtoMessage()

func (*HydratedURLButton) ProtoReflect

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

func (*HydratedURLButton) Reset

func (x *HydratedURLButton) Reset()

func (*HydratedURLButton) String

func (x *HydratedURLButton) String() string

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"`
	// contains filtered or unexported fields
}

func (*ImageMessage) Descriptor deprecated

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

Deprecated: Use ImageMessage.ProtoReflect.Descriptor instead.

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) 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) GetScanLengths

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

func (*ImageMessage) GetScansSidecar

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

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 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 InteractiveAnnotation

type InteractiveAnnotation struct {
	PolygonVertices []*Point `protobuf:"bytes,1,rep,name=polygonVertices" json:"polygonVertices,omitempty"`
	// Types that are assignable to Action:
	//	*InteractiveAnnotation_Location
	Action isInteractiveAnnotation_Action `protobuf_oneof:"action"`
	// contains filtered or unexported fields
}

func (*InteractiveAnnotation) Descriptor deprecated

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

Deprecated: Use InteractiveAnnotation.ProtoReflect.Descriptor instead.

func (*InteractiveAnnotation) GetAction

func (m *InteractiveAnnotation) GetAction() isInteractiveAnnotation_Action

func (*InteractiveAnnotation) GetLocation

func (x *InteractiveAnnotation) GetLocation() *Location

func (*InteractiveAnnotation) GetPolygonVertices

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

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_Location

type InteractiveAnnotation_Location struct {
	Location *Location `protobuf:"bytes,2,opt,name=location,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_InvoiceMessageAttachmentType `` /* 130-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 (*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_InvoiceMessageAttachmentType

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

func (InvoiceMessage_InvoiceMessageAttachmentType) Descriptor

func (InvoiceMessage_InvoiceMessageAttachmentType) Enum

func (InvoiceMessage_InvoiceMessageAttachmentType) EnumDescriptor deprecated

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

Deprecated: Use InvoiceMessage_InvoiceMessageAttachmentType.Descriptor instead.

func (InvoiceMessage_InvoiceMessageAttachmentType) Number

func (InvoiceMessage_InvoiceMessageAttachmentType) String

func (InvoiceMessage_InvoiceMessageAttachmentType) Type

func (*InvoiceMessage_InvoiceMessageAttachmentType) UnmarshalJSON deprecated

Deprecated: Do not use.

type KeyExpiration

type KeyExpiration struct {
	ExpiredKeyEpoch *int32 `protobuf:"varint,1,opt,name=expiredKeyEpoch" json:"expiredKeyEpoch,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyExpiration) Descriptor deprecated

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

Deprecated: Use KeyExpiration.ProtoReflect.Descriptor instead.

func (*KeyExpiration) GetExpiredKeyEpoch

func (x *KeyExpiration) GetExpiredKeyEpoch() int32

func (*KeyExpiration) ProtoMessage

func (*KeyExpiration) ProtoMessage()

func (*KeyExpiration) ProtoReflect

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

func (*KeyExpiration) Reset

func (x *KeyExpiration) Reset()

func (*KeyExpiration) String

func (x *KeyExpiration) String() string

type KeyId

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

func (*KeyId) Descriptor deprecated

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

Deprecated: Use KeyId.ProtoReflect.Descriptor instead.

func (*KeyId) GetId

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

func (*KeyId) ProtoMessage

func (*KeyId) ProtoMessage()

func (*KeyId) ProtoReflect

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

func (*KeyId) Reset

func (x *KeyId) Reset()

func (*KeyId) String

func (x *KeyId) String() string

type LabelAssociationAction

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

func (*LabelAssociationAction) Descriptor deprecated

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

Deprecated: Use LabelAssociationAction.ProtoReflect.Descriptor instead.

func (*LabelAssociationAction) GetLabeled

func (x *LabelAssociationAction) GetLabeled() bool

func (*LabelAssociationAction) ProtoMessage

func (*LabelAssociationAction) ProtoMessage()

func (*LabelAssociationAction) ProtoReflect

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

func (*LabelAssociationAction) Reset

func (x *LabelAssociationAction) Reset()

func (*LabelAssociationAction) String

func (x *LabelAssociationAction) String() string

type LabelEditAction

type LabelEditAction struct {
	Name         *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Color        *int32  `protobuf:"varint,2,opt,name=color" json:"color,omitempty"`
	PredefinedId *int32  `protobuf:"varint,3,opt,name=predefinedId" json:"predefinedId,omitempty"`
	Deleted      *bool   `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelEditAction) Descriptor deprecated

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

Deprecated: Use LabelEditAction.ProtoReflect.Descriptor instead.

func (*LabelEditAction) GetColor

func (x *LabelEditAction) GetColor() int32

func (*LabelEditAction) GetDeleted

func (x *LabelEditAction) GetDeleted() bool

func (*LabelEditAction) GetName

func (x *LabelEditAction) GetName() string

func (*LabelEditAction) GetPredefinedId

func (x *LabelEditAction) GetPredefinedId() int32

func (*LabelEditAction) ProtoMessage

func (*LabelEditAction) ProtoMessage()

func (*LabelEditAction) ProtoReflect

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

func (*LabelEditAction) Reset

func (x *LabelEditAction) Reset()

func (*LabelEditAction) String

func (x *LabelEditAction) String() string

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_ListMessageListType `protobuf:"varint,4,opt,name=listType,enum=proto.ListMessage_ListMessageListType" json:"listType,omitempty"`
	Sections        []*Section                       `protobuf:"bytes,5,rep,name=sections" json:"sections,omitempty"`
	ProductListInfo *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 (*ListMessage) GetProductListInfo

func (x *ListMessage) GetProductListInfo() *ProductListInfo

func (*ListMessage) GetSections

func (x *ListMessage) GetSections() []*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_ListMessageListType

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

func (ListMessage_ListMessageListType) Descriptor

func (ListMessage_ListMessageListType) Enum

func (ListMessage_ListMessageListType) EnumDescriptor deprecated

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

Deprecated: Use ListMessage_ListMessageListType.Descriptor instead.

func (ListMessage_ListMessageListType) Number

func (ListMessage_ListMessageListType) String

func (ListMessage_ListMessageListType) Type

func (*ListMessage_ListMessageListType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ListResponseMessage

type ListResponseMessage struct {
	Title             *string                                          `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	ListType          *ListResponseMessage_ListResponseMessageListType `protobuf:"varint,2,opt,name=listType,enum=proto.ListResponseMessage_ListResponseMessageListType" json:"listType,omitempty"`
	SingleSelectReply *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 (x *ListResponseMessage) GetSingleSelectReply() *SingleSelectReply

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_ListResponseMessageListType

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

func (ListResponseMessage_ListResponseMessageListType) Descriptor

func (ListResponseMessage_ListResponseMessageListType) Enum

func (ListResponseMessage_ListResponseMessageListType) EnumDescriptor deprecated

Deprecated: Use ListResponseMessage_ListResponseMessageListType.Descriptor instead.

func (ListResponseMessage_ListResponseMessageListType) Number

func (ListResponseMessage_ListResponseMessageListType) String

func (ListResponseMessage_ListResponseMessageListType) Type

func (*ListResponseMessage_ListResponseMessageListType) UnmarshalJSON deprecated

Deprecated: Do not use.

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 LocaleSetting

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

func (*LocaleSetting) Descriptor deprecated

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

Deprecated: Use LocaleSetting.ProtoReflect.Descriptor instead.

func (*LocaleSetting) GetLocale

func (x *LocaleSetting) GetLocale() string

func (*LocaleSetting) ProtoMessage

func (*LocaleSetting) ProtoMessage()

func (*LocaleSetting) ProtoReflect

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

func (*LocaleSetting) Reset

func (x *LocaleSetting) Reset()

func (*LocaleSetting) String

func (x *LocaleSetting) String() string

type LocalizedName

type LocalizedName struct {
	Lg           *string `protobuf:"bytes,1,opt,name=lg" json:"lg,omitempty"`
	Lc           *string `protobuf:"bytes,2,opt,name=lc" json:"lc,omitempty"`
	VerifiedName *string `protobuf:"bytes,3,opt,name=verifiedName" json:"verifiedName,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalizedName) Descriptor deprecated

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

Deprecated: Use LocalizedName.ProtoReflect.Descriptor instead.

func (*LocalizedName) GetLc

func (x *LocalizedName) GetLc() string

func (*LocalizedName) GetLg

func (x *LocalizedName) GetLg() string

func (*LocalizedName) GetVerifiedName

func (x *LocalizedName) GetVerifiedName() string

func (*LocalizedName) ProtoMessage

func (*LocalizedName) ProtoMessage()

func (*LocalizedName) ProtoReflect

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

func (*LocalizedName) Reset

func (x *LocalizedName) Reset()

func (*LocalizedName) String

func (x *LocalizedName) 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 MarkChatAsReadAction

type MarkChatAsReadAction struct {
	Read         *bool                   `protobuf:"varint,1,opt,name=read" json:"read,omitempty"`
	MessageRange *SyncActionMessageRange `protobuf:"bytes,2,opt,name=messageRange" json:"messageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkChatAsReadAction) Descriptor deprecated

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

Deprecated: Use MarkChatAsReadAction.ProtoReflect.Descriptor instead.

func (*MarkChatAsReadAction) GetMessageRange

func (x *MarkChatAsReadAction) GetMessageRange() *SyncActionMessageRange

func (*MarkChatAsReadAction) GetRead

func (x *MarkChatAsReadAction) GetRead() bool

func (*MarkChatAsReadAction) ProtoMessage

func (*MarkChatAsReadAction) ProtoMessage()

func (*MarkChatAsReadAction) ProtoReflect

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

func (*MarkChatAsReadAction) Reset

func (x *MarkChatAsReadAction) Reset()

func (*MarkChatAsReadAction) String

func (x *MarkChatAsReadAction) String() string

type MediaData

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

func (*MediaData) Descriptor deprecated

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

Deprecated: Use MediaData.ProtoReflect.Descriptor instead.

func (*MediaData) GetLocalPath

func (x *MediaData) GetLocalPath() string

func (*MediaData) ProtoMessage

func (*MediaData) ProtoMessage()

func (*MediaData) ProtoReflect

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

func (*MediaData) Reset

func (x *MediaData) Reset()

func (*MediaData) String

func (x *MediaData) String() string

type MediaRetryNotification

type MediaRetryNotification struct {
	StanzaId   *string                                                  `protobuf:"bytes,1,opt,name=stanzaId" json:"stanzaId,omitempty"`
	DirectPath *string                                                  `protobuf:"bytes,2,opt,name=directPath" json:"directPath,omitempty"`
	Result     *MediaRetryNotification_MediaRetryNotificationResultType `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MediaRetryNotification) Descriptor deprecated

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

Deprecated: Use MediaRetryNotification.ProtoReflect.Descriptor instead.

func (*MediaRetryNotification) GetDirectPath

func (x *MediaRetryNotification) GetDirectPath() string

func (*MediaRetryNotification) GetStanzaId

func (x *MediaRetryNotification) GetStanzaId() string

func (*MediaRetryNotification) ProtoMessage

func (*MediaRetryNotification) ProtoMessage()

func (*MediaRetryNotification) ProtoReflect

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

func (*MediaRetryNotification) Reset

func (x *MediaRetryNotification) Reset()

func (*MediaRetryNotification) String

func (x *MediaRetryNotification) String() string

type MediaRetryNotification_MediaRetryNotificationResultType

type MediaRetryNotification_MediaRetryNotificationResultType int32
const (
	MediaRetryNotification_GENERAL_ERROR    MediaRetryNotification_MediaRetryNotificationResultType = 0
	MediaRetryNotification_SUCCESS          MediaRetryNotification_MediaRetryNotificationResultType = 1
	MediaRetryNotification_NOT_FOUND        MediaRetryNotification_MediaRetryNotificationResultType = 2
	MediaRetryNotification_DECRYPTION_ERROR MediaRetryNotification_MediaRetryNotificationResultType = 3
)

func (MediaRetryNotification_MediaRetryNotificationResultType) Descriptor

func (MediaRetryNotification_MediaRetryNotificationResultType) Enum

func (MediaRetryNotification_MediaRetryNotificationResultType) EnumDescriptor deprecated

Deprecated: Use MediaRetryNotification_MediaRetryNotificationResultType.Descriptor instead.

func (MediaRetryNotification_MediaRetryNotificationResultType) Number

func (MediaRetryNotification_MediaRetryNotificationResultType) String

func (MediaRetryNotification_MediaRetryNotificationResultType) Type

func (*MediaRetryNotification_MediaRetryNotificationResultType) UnmarshalJSON deprecated

Deprecated: Do not use.

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"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetAudioMessage

func (x *Message) GetAudioMessage() *AudioMessage

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) GetCancelPaymentRequestMessage

func (x *Message) GetCancelPaymentRequestMessage() *CancelPaymentRequestMessage

func (*Message) GetChat

func (x *Message) GetChat() *Chat

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) GetEphemeralMessage

func (x *Message) GetEphemeralMessage() *FutureProofMessage

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) GetHighlyStructuredMessage

func (x *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*Message) GetImageMessage

func (x *Message) GetImageMessage() *ImageMessage

func (*Message) GetInvoiceMessage

func (x *Message) GetInvoiceMessage() *InvoiceMessage

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) GetMessageContextInfo

func (x *Message) GetMessageContextInfo() *MessageContextInfo

func (*Message) GetOrderMessage

func (x *Message) GetOrderMessage() *OrderMessage

func (*Message) GetPaymentInviteMessage

func (x *Message) GetPaymentInviteMessage() *PaymentInviteMessage

func (*Message) GetProductMessage

func (x *Message) GetProductMessage() *ProductMessage

func (*Message) GetProtocolMessage

func (x *Message) GetProtocolMessage() *ProtocolMessage

func (*Message) GetRequestPaymentMessage

func (x *Message) GetRequestPaymentMessage() *RequestPaymentMessage

func (*Message) GetSendPaymentMessage

func (x *Message) GetSendPaymentMessage() *SendPaymentMessage

func (*Message) GetSenderKeyDistributionMessage

func (x *Message) GetSenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetStickerMessage

func (x *Message) GetStickerMessage() *StickerMessage

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) 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 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"`
	// contains filtered or unexported fields
}

func (*MessageContextInfo) Descriptor deprecated

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

Deprecated: Use MessageContextInfo.ProtoReflect.Descriptor instead.

func (*MessageContextInfo) GetDeviceListMetadata

func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata

func (*MessageContextInfo) GetDeviceListMetadataVersion

func (x *MessageContextInfo) GetDeviceListMetadataVersion() int32

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 MessageKey

type MessageKey struct {
	RemoteJid   *string `protobuf:"bytes,1,opt,name=remoteJid" json:"remoteJid,omitempty"`
	FromMe      *bool   `protobuf:"varint,2,opt,name=fromMe" json:"fromMe,omitempty"`
	Id          *string `protobuf:"bytes,3,opt,name=id" json:"id,omitempty"`
	Participant *string `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageKey) Descriptor deprecated

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

Deprecated: Use MessageKey.ProtoReflect.Descriptor instead.

func (*MessageKey) GetFromMe

func (x *MessageKey) GetFromMe() bool

func (*MessageKey) GetId

func (x *MessageKey) GetId() string

func (*MessageKey) GetParticipant

func (x *MessageKey) GetParticipant() string

func (*MessageKey) GetRemoteJid

func (x *MessageKey) GetRemoteJid() string

func (*MessageKey) ProtoMessage

func (*MessageKey) ProtoMessage()

func (*MessageKey) ProtoReflect

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

func (*MessageKey) Reset

func (x *MessageKey) Reset()

func (*MessageKey) String

func (x *MessageKey) 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 MsgOpaqueData

type MsgOpaqueData struct {
	Body      *string `protobuf:"bytes,1,opt,name=body" json:"body,omitempty"`
	Caption   *string `protobuf:"bytes,3,opt,name=caption" json:"caption,omitempty"`
	ClientUrl *string `protobuf:"bytes,4,opt,name=clientUrl" json:"clientUrl,omitempty"`
	//    optional string loc = 4;
	Lng                *float64 `protobuf:"fixed64,5,opt,name=lng" json:"lng,omitempty"`
	Lat                *float64 `protobuf:"fixed64,7,opt,name=lat" json:"lat,omitempty"`
	PaymentAmount1000  *int32   `protobuf:"varint,8,opt,name=paymentAmount1000" json:"paymentAmount1000,omitempty"`
	PaymentNoteMsgBody *string  `protobuf:"bytes,9,opt,name=paymentNoteMsgBody" json:"paymentNoteMsgBody,omitempty"`
	CanonicalUrl       *string  `protobuf:"bytes,10,opt,name=canonicalUrl" json:"canonicalUrl,omitempty"`
	MatchedText        *string  `protobuf:"bytes,11,opt,name=matchedText" json:"matchedText,omitempty"`
	Title              *string  `protobuf:"bytes,12,opt,name=title" json:"title,omitempty"`
	Description        *string  `protobuf:"bytes,13,opt,name=description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgOpaqueData) Descriptor deprecated

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

Deprecated: Use MsgOpaqueData.ProtoReflect.Descriptor instead.

func (*MsgOpaqueData) GetBody

func (x *MsgOpaqueData) GetBody() string

func (*MsgOpaqueData) GetCanonicalUrl

func (x *MsgOpaqueData) GetCanonicalUrl() string

func (*MsgOpaqueData) GetCaption

func (x *MsgOpaqueData) GetCaption() string

func (*MsgOpaqueData) GetClientUrl

func (x *MsgOpaqueData) GetClientUrl() string

func (*MsgOpaqueData) GetDescription

func (x *MsgOpaqueData) GetDescription() string

func (*MsgOpaqueData) GetLat

func (x *MsgOpaqueData) GetLat() float64

func (*MsgOpaqueData) GetLng

func (x *MsgOpaqueData) GetLng() float64

func (*MsgOpaqueData) GetMatchedText

func (x *MsgOpaqueData) GetMatchedText() string

func (*MsgOpaqueData) GetPaymentAmount1000

func (x *MsgOpaqueData) GetPaymentAmount1000() int32

func (*MsgOpaqueData) GetPaymentNoteMsgBody

func (x *MsgOpaqueData) GetPaymentNoteMsgBody() string

func (*MsgOpaqueData) GetTitle

func (x *MsgOpaqueData) GetTitle() string

func (*MsgOpaqueData) ProtoMessage

func (*MsgOpaqueData) ProtoMessage()

func (*MsgOpaqueData) ProtoReflect

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

func (*MsgOpaqueData) Reset

func (x *MsgOpaqueData) Reset()

func (*MsgOpaqueData) String

func (x *MsgOpaqueData) String() string

type MsgRowOpaqueData

type MsgRowOpaqueData struct {
	CurrentMsg *MsgOpaqueData `protobuf:"bytes,1,opt,name=currentMsg" json:"currentMsg,omitempty"`
	QuotedMsg  *MsgOpaqueData `protobuf:"bytes,2,opt,name=quotedMsg" json:"quotedMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgRowOpaqueData) Descriptor deprecated

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

Deprecated: Use MsgRowOpaqueData.ProtoReflect.Descriptor instead.

func (*MsgRowOpaqueData) GetCurrentMsg

func (x *MsgRowOpaqueData) GetCurrentMsg() *MsgOpaqueData

func (*MsgRowOpaqueData) GetQuotedMsg

func (x *MsgRowOpaqueData) GetQuotedMsg() *MsgOpaqueData

func (*MsgRowOpaqueData) ProtoMessage

func (*MsgRowOpaqueData) ProtoMessage()

func (*MsgRowOpaqueData) ProtoReflect

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

func (*MsgRowOpaqueData) Reset

func (x *MsgRowOpaqueData) Reset()

func (*MsgRowOpaqueData) String

func (x *MsgRowOpaqueData) String() string

type MuteAction

type MuteAction struct {
	Muted            *bool  `protobuf:"varint,1,opt,name=muted" json:"muted,omitempty"`
	MuteEndTimestamp *int64 `protobuf:"varint,2,opt,name=muteEndTimestamp" json:"muteEndTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MuteAction) Descriptor deprecated

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

Deprecated: Use MuteAction.ProtoReflect.Descriptor instead.

func (*MuteAction) GetMuteEndTimestamp

func (x *MuteAction) GetMuteEndTimestamp() int64

func (*MuteAction) GetMuted

func (x *MuteAction) GetMuted() bool

func (*MuteAction) ProtoMessage

func (*MuteAction) ProtoMessage()

func (*MuteAction) ProtoReflect

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

func (*MuteAction) Reset

func (x *MuteAction) Reset()

func (*MuteAction) String

func (x *MuteAction) String() string

type NativeFlowInfo

type 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 (*NativeFlowInfo) Descriptor deprecated

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

Deprecated: Use NativeFlowInfo.ProtoReflect.Descriptor instead.

func (*NativeFlowInfo) GetName

func (x *NativeFlowInfo) GetName() string

func (*NativeFlowInfo) GetParamsJson

func (x *NativeFlowInfo) GetParamsJson() string

func (*NativeFlowInfo) ProtoMessage

func (*NativeFlowInfo) ProtoMessage()

func (*NativeFlowInfo) ProtoReflect

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

func (*NativeFlowInfo) Reset

func (x *NativeFlowInfo) Reset()

func (*NativeFlowInfo) String

func (x *NativeFlowInfo) String() string

type NoiseCertificate

type NoiseCertificate struct {
	Details   []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	Signature []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*NoiseCertificate) Descriptor deprecated

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

Deprecated: Use NoiseCertificate.ProtoReflect.Descriptor instead.

func (*NoiseCertificate) GetDetails

func (x *NoiseCertificate) GetDetails() []byte

func (*NoiseCertificate) GetSignature

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

func (*NoiseCertificate) ProtoMessage

func (*NoiseCertificate) ProtoMessage()

func (*NoiseCertificate) ProtoReflect

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

func (*NoiseCertificate) Reset

func (x *NoiseCertificate) Reset()

func (*NoiseCertificate) String

func (x *NoiseCertificate) String() string

type NotificationMessageInfo

type NotificationMessageInfo struct {
	Key              *MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Message          *Message    `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	MessageTimestamp *uint64     `protobuf:"varint,3,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"`
	Participant      *string     `protobuf:"bytes,4,opt,name=participant" json:"participant,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationMessageInfo) Descriptor deprecated

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

Deprecated: Use NotificationMessageInfo.ProtoReflect.Descriptor instead.

func (*NotificationMessageInfo) GetKey

func (x *NotificationMessageInfo) GetKey() *MessageKey

func (*NotificationMessageInfo) GetMessage

func (x *NotificationMessageInfo) GetMessage() *Message

func (*NotificationMessageInfo) GetMessageTimestamp

func (x *NotificationMessageInfo) GetMessageTimestamp() uint64

func (*NotificationMessageInfo) GetParticipant

func (x *NotificationMessageInfo) GetParticipant() string

func (*NotificationMessageInfo) ProtoMessage

func (*NotificationMessageInfo) ProtoMessage()

func (*NotificationMessageInfo) ProtoReflect

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

func (*NotificationMessageInfo) Reset

func (x *NotificationMessageInfo) Reset()

func (*NotificationMessageInfo) String

func (x *NotificationMessageInfo) String() 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_OrderMessageOrderStatus  `protobuf:"varint,4,opt,name=status,enum=proto.OrderMessage_OrderMessageOrderStatus" json:"status,omitempty"`
	Surface           *OrderMessage_OrderMessageOrderSurface `protobuf:"varint,5,opt,name=surface,enum=proto.OrderMessage_OrderMessageOrderSurface" 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"`
	// contains filtered or unexported fields
}

func (*OrderMessage) Descriptor deprecated

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

Deprecated: Use OrderMessage.ProtoReflect.Descriptor instead.

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) GetOrderId

func (x *OrderMessage) GetOrderId() string

func (*OrderMessage) GetOrderTitle

func (x *OrderMessage) GetOrderTitle() string

func (*OrderMessage) GetSellerJid

func (x *OrderMessage) GetSellerJid() string

func (*OrderMessage) GetStatus

func (*OrderMessage) GetSurface

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_OrderMessageOrderStatus

type OrderMessage_OrderMessageOrderStatus int32
const (
	OrderMessage_INQUIRY OrderMessage_OrderMessageOrderStatus = 1
)

func (OrderMessage_OrderMessageOrderStatus) Descriptor

func (OrderMessage_OrderMessageOrderStatus) Enum

func (OrderMessage_OrderMessageOrderStatus) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderMessageOrderStatus.Descriptor instead.

func (OrderMessage_OrderMessageOrderStatus) Number

func (OrderMessage_OrderMessageOrderStatus) String

func (OrderMessage_OrderMessageOrderStatus) Type

func (*OrderMessage_OrderMessageOrderStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type OrderMessage_OrderMessageOrderSurface

type OrderMessage_OrderMessageOrderSurface int32
const (
	OrderMessage_CATALOG OrderMessage_OrderMessageOrderSurface = 1
)

func (OrderMessage_OrderMessageOrderSurface) Descriptor

func (OrderMessage_OrderMessageOrderSurface) Enum

func (OrderMessage_OrderMessageOrderSurface) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderMessageOrderSurface.Descriptor instead.

func (OrderMessage_OrderMessageOrderSurface) Number

func (OrderMessage_OrderMessageOrderSurface) String

func (OrderMessage_OrderMessageOrderSurface) Type

func (*OrderMessage_OrderMessageOrderSurface) UnmarshalJSON deprecated

func (x *OrderMessage_OrderMessageOrderSurface) 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      *string `protobuf:"bytes,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"`
	// 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() string

func (*PaymentBackground) GetHeight

func (x *PaymentBackground) GetHeight() uint32

func (*PaymentBackground) GetId

func (x *PaymentBackground) GetId() string

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) 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 PaymentInfo

type PaymentInfo struct {
	CurrencyDeprecated   *PaymentInfo_PaymentInfoCurrency  `` /* 126-byte string literal not displayed */
	Amount1000           *uint64                           `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
	ReceiverJid          *string                           `protobuf:"bytes,3,opt,name=receiverJid" json:"receiverJid,omitempty"`
	Status               *PaymentInfo_PaymentInfoStatus    `protobuf:"varint,4,opt,name=status,enum=proto.PaymentInfo_PaymentInfoStatus" json:"status,omitempty"`
	TransactionTimestamp *uint64                           `protobuf:"varint,5,opt,name=transactionTimestamp" json:"transactionTimestamp,omitempty"`
	RequestMessageKey    *MessageKey                       `protobuf:"bytes,6,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
	ExpiryTimestamp      *uint64                           `protobuf:"varint,7,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
	Futureproofed        *bool                             `protobuf:"varint,8,opt,name=futureproofed" json:"futureproofed,omitempty"`
	Currency             *string                           `protobuf:"bytes,9,opt,name=currency" json:"currency,omitempty"`
	TxnStatus            *PaymentInfo_PaymentInfoTxnStatus `protobuf:"varint,10,opt,name=txnStatus,enum=proto.PaymentInfo_PaymentInfoTxnStatus" json:"txnStatus,omitempty"`
	UseNoviFiatFormat    *bool                             `protobuf:"varint,11,opt,name=useNoviFiatFormat" json:"useNoviFiatFormat,omitempty"`
	PrimaryAmount        *Money                            `protobuf:"bytes,12,opt,name=primaryAmount" json:"primaryAmount,omitempty"`
	ExchangeAmount       *Money                            `protobuf:"bytes,13,opt,name=exchangeAmount" json:"exchangeAmount,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentInfo) Descriptor deprecated

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

Deprecated: Use PaymentInfo.ProtoReflect.Descriptor instead.

func (*PaymentInfo) GetAmount1000

func (x *PaymentInfo) GetAmount1000() uint64

func (*PaymentInfo) GetCurrency

func (x *PaymentInfo) GetCurrency() string

func (*PaymentInfo) GetCurrencyDeprecated

func (x *PaymentInfo) GetCurrencyDeprecated() PaymentInfo_PaymentInfoCurrency

func (*PaymentInfo) GetExchangeAmount

func (x *PaymentInfo) GetExchangeAmount() *Money

func (*PaymentInfo) GetExpiryTimestamp

func (x *PaymentInfo) GetExpiryTimestamp() uint64

func (*PaymentInfo) GetFutureproofed

func (x *PaymentInfo) GetFutureproofed() bool

func (*PaymentInfo) GetPrimaryAmount

func (x *PaymentInfo) GetPrimaryAmount() *Money

func (*PaymentInfo) GetReceiverJid

func (x *PaymentInfo) GetReceiverJid() string

func (*PaymentInfo) GetRequestMessageKey

func (x *PaymentInfo) GetRequestMessageKey() *MessageKey

func (*PaymentInfo) GetStatus

func (*PaymentInfo) GetTransactionTimestamp

func (x *PaymentInfo) GetTransactionTimestamp() uint64

func (*PaymentInfo) GetTxnStatus

func (*PaymentInfo) GetUseNoviFiatFormat

func (x *PaymentInfo) GetUseNoviFiatFormat() bool

func (*PaymentInfo) ProtoMessage

func (*PaymentInfo) ProtoMessage()

func (*PaymentInfo) ProtoReflect

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

func (*PaymentInfo) Reset

func (x *PaymentInfo) Reset()

func (*PaymentInfo) String

func (x *PaymentInfo) String() string

type PaymentInfo_PaymentInfoCurrency

type PaymentInfo_PaymentInfoCurrency int32
const (
	PaymentInfo_UNKNOWN_CURRENCY PaymentInfo_PaymentInfoCurrency = 0
	PaymentInfo_INR              PaymentInfo_PaymentInfoCurrency = 1
)

func (PaymentInfo_PaymentInfoCurrency) Descriptor

func (PaymentInfo_PaymentInfoCurrency) Enum

func (PaymentInfo_PaymentInfoCurrency) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoCurrency.Descriptor instead.

func (PaymentInfo_PaymentInfoCurrency) Number

func (PaymentInfo_PaymentInfoCurrency) String

func (PaymentInfo_PaymentInfoCurrency) Type

func (*PaymentInfo_PaymentInfoCurrency) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_PaymentInfoStatus

type PaymentInfo_PaymentInfoStatus int32
const (
	PaymentInfo_UNKNOWN_STATUS     PaymentInfo_PaymentInfoStatus = 0
	PaymentInfo_PROCESSING         PaymentInfo_PaymentInfoStatus = 1
	PaymentInfo_SENT               PaymentInfo_PaymentInfoStatus = 2
	PaymentInfo_NEED_TO_ACCEPT     PaymentInfo_PaymentInfoStatus = 3
	PaymentInfo_COMPLETE           PaymentInfo_PaymentInfoStatus = 4
	PaymentInfo_COULD_NOT_COMPLETE PaymentInfo_PaymentInfoStatus = 5
	PaymentInfo_REFUNDED           PaymentInfo_PaymentInfoStatus = 6
	PaymentInfo_EXPIRED            PaymentInfo_PaymentInfoStatus = 7
	PaymentInfo_REJECTED           PaymentInfo_PaymentInfoStatus = 8
	PaymentInfo_CANCELLED          PaymentInfo_PaymentInfoStatus = 9
	PaymentInfo_WAITING_FOR_PAYER  PaymentInfo_PaymentInfoStatus = 10
	PaymentInfo_WAITING            PaymentInfo_PaymentInfoStatus = 11
)

func (PaymentInfo_PaymentInfoStatus) Descriptor

func (PaymentInfo_PaymentInfoStatus) Enum

func (PaymentInfo_PaymentInfoStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoStatus.Descriptor instead.

func (PaymentInfo_PaymentInfoStatus) Number

func (PaymentInfo_PaymentInfoStatus) String

func (PaymentInfo_PaymentInfoStatus) Type

func (*PaymentInfo_PaymentInfoStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_PaymentInfoTxnStatus

type PaymentInfo_PaymentInfoTxnStatus int32
const (
	PaymentInfo_UNKNOWN                       PaymentInfo_PaymentInfoTxnStatus = 0
	PaymentInfo_PENDING_SETUP                 PaymentInfo_PaymentInfoTxnStatus = 1
	PaymentInfo_PENDING_RECEIVER_SETUP        PaymentInfo_PaymentInfoTxnStatus = 2
	PaymentInfo_INIT                          PaymentInfo_PaymentInfoTxnStatus = 3
	PaymentInfo_SUCCESS                       PaymentInfo_PaymentInfoTxnStatus = 4
	PaymentInfo_COMPLETED                     PaymentInfo_PaymentInfoTxnStatus = 5
	PaymentInfo_FAILED                        PaymentInfo_PaymentInfoTxnStatus = 6
	PaymentInfo_FAILED_RISK                   PaymentInfo_PaymentInfoTxnStatus = 7
	PaymentInfo_FAILED_PROCESSING             PaymentInfo_PaymentInfoTxnStatus = 8
	PaymentInfo_FAILED_RECEIVER_PROCESSING    PaymentInfo_PaymentInfoTxnStatus = 9
	PaymentInfo_FAILED_DA                     PaymentInfo_PaymentInfoTxnStatus = 10
	PaymentInfo_FAILED_DA_FINAL               PaymentInfo_PaymentInfoTxnStatus = 11
	PaymentInfo_REFUNDED_TXN                  PaymentInfo_PaymentInfoTxnStatus = 12
	PaymentInfo_REFUND_FAILED                 PaymentInfo_PaymentInfoTxnStatus = 13
	PaymentInfo_REFUND_FAILED_PROCESSING      PaymentInfo_PaymentInfoTxnStatus = 14
	PaymentInfo_REFUND_FAILED_DA              PaymentInfo_PaymentInfoTxnStatus = 15
	PaymentInfo_EXPIRED_TXN                   PaymentInfo_PaymentInfoTxnStatus = 16
	PaymentInfo_AUTH_CANCELED                 PaymentInfo_PaymentInfoTxnStatus = 17
	PaymentInfo_AUTH_CANCEL_FAILED_PROCESSING PaymentInfo_PaymentInfoTxnStatus = 18
	PaymentInfo_AUTH_CANCEL_FAILED            PaymentInfo_PaymentInfoTxnStatus = 19
	PaymentInfo_COLLECT_INIT                  PaymentInfo_PaymentInfoTxnStatus = 20
	PaymentInfo_COLLECT_SUCCESS               PaymentInfo_PaymentInfoTxnStatus = 21
	PaymentInfo_COLLECT_FAILED                PaymentInfo_PaymentInfoTxnStatus = 22
	PaymentInfo_COLLECT_FAILED_RISK           PaymentInfo_PaymentInfoTxnStatus = 23
	PaymentInfo_COLLECT_REJECTED              PaymentInfo_PaymentInfoTxnStatus = 24
	PaymentInfo_COLLECT_EXPIRED               PaymentInfo_PaymentInfoTxnStatus = 25
	PaymentInfo_COLLECT_CANCELED              PaymentInfo_PaymentInfoTxnStatus = 26
	PaymentInfo_COLLECT_CANCELLING            PaymentInfo_PaymentInfoTxnStatus = 27
	PaymentInfo_IN_REVIEW                     PaymentInfo_PaymentInfoTxnStatus = 28
)

func (PaymentInfo_PaymentInfoTxnStatus) Descriptor

func (PaymentInfo_PaymentInfoTxnStatus) Enum

func (PaymentInfo_PaymentInfoTxnStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoTxnStatus.Descriptor instead.

func (PaymentInfo_PaymentInfoTxnStatus) Number

func (PaymentInfo_PaymentInfoTxnStatus) String

func (PaymentInfo_PaymentInfoTxnStatus) Type

func (*PaymentInfo_PaymentInfoTxnStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInviteMessage

type PaymentInviteMessage struct {
	ServiceType     *PaymentInviteMessage_PaymentInviteMessageServiceType `` /* 133-byte string literal not displayed */
	ExpiryTimestamp *int64                                                `protobuf:"varint,2,opt,name=expiryTimestamp" json:"expiryTimestamp,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) 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_PaymentInviteMessageServiceType

type PaymentInviteMessage_PaymentInviteMessageServiceType int32

func (PaymentInviteMessage_PaymentInviteMessageServiceType) Descriptor

func (PaymentInviteMessage_PaymentInviteMessageServiceType) Enum

func (PaymentInviteMessage_PaymentInviteMessageServiceType) EnumDescriptor deprecated

Deprecated: Use PaymentInviteMessage_PaymentInviteMessageServiceType.Descriptor instead.

func (PaymentInviteMessage_PaymentInviteMessageServiceType) Number

func (PaymentInviteMessage_PaymentInviteMessageServiceType) String

func (PaymentInviteMessage_PaymentInviteMessageServiceType) Type

func (*PaymentInviteMessage_PaymentInviteMessageServiceType) UnmarshalJSON deprecated

Deprecated: Do not use.

type PhotoChange

type PhotoChange struct {
	OldPhoto   []byte  `protobuf:"bytes,1,opt,name=oldPhoto" json:"oldPhoto,omitempty"`
	NewPhoto   []byte  `protobuf:"bytes,2,opt,name=newPhoto" json:"newPhoto,omitempty"`
	NewPhotoId *uint32 `protobuf:"varint,3,opt,name=newPhotoId" json:"newPhotoId,omitempty"`
	// contains filtered or unexported fields
}

func (*PhotoChange) Descriptor deprecated

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

Deprecated: Use PhotoChange.ProtoReflect.Descriptor instead.

func (*PhotoChange) GetNewPhoto

func (x *PhotoChange) GetNewPhoto() []byte

func (*PhotoChange) GetNewPhotoId

func (x *PhotoChange) GetNewPhotoId() uint32

func (*PhotoChange) GetOldPhoto

func (x *PhotoChange) GetOldPhoto() []byte

func (*PhotoChange) ProtoMessage

func (*PhotoChange) ProtoMessage()

func (*PhotoChange) ProtoReflect

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

func (*PhotoChange) Reset

func (x *PhotoChange) Reset()

func (*PhotoChange) String

func (x *PhotoChange) String() string

type PinAction

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

func (*PinAction) Descriptor deprecated

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

Deprecated: Use PinAction.ProtoReflect.Descriptor instead.

func (*PinAction) GetPinned

func (x *PinAction) GetPinned() bool

func (*PinAction) ProtoMessage

func (*PinAction) ProtoMessage()

func (*PinAction) ProtoReflect

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

func (*PinAction) Reset

func (x *PinAction) Reset()

func (*PinAction) String

func (x *PinAction) String() string

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 Product

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

func (*Product) Descriptor deprecated

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

Deprecated: Use Product.ProtoReflect.Descriptor instead.

func (*Product) GetProductId

func (x *Product) GetProductId() string

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) ProtoReflect

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

func (*Product) Reset

func (x *Product) Reset()

func (*Product) String

func (x *Product) String() string

type ProductListHeaderImage

type 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 (*ProductListHeaderImage) Descriptor deprecated

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

Deprecated: Use ProductListHeaderImage.ProtoReflect.Descriptor instead.

func (*ProductListHeaderImage) GetJpegThumbnail

func (x *ProductListHeaderImage) GetJpegThumbnail() []byte

func (*ProductListHeaderImage) GetProductId

func (x *ProductListHeaderImage) GetProductId() string

func (*ProductListHeaderImage) ProtoMessage

func (*ProductListHeaderImage) ProtoMessage()

func (*ProductListHeaderImage) ProtoReflect

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

func (*ProductListHeaderImage) Reset

func (x *ProductListHeaderImage) Reset()

func (*ProductListHeaderImage) String

func (x *ProductListHeaderImage) String() string

type ProductListInfo

type ProductListInfo struct {
	ProductSections  []*ProductSection       `protobuf:"bytes,1,rep,name=productSections" json:"productSections,omitempty"`
	HeaderImage      *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 (*ProductListInfo) Descriptor deprecated

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

Deprecated: Use ProductListInfo.ProtoReflect.Descriptor instead.

func (*ProductListInfo) GetBusinessOwnerJid

func (x *ProductListInfo) GetBusinessOwnerJid() string

func (*ProductListInfo) GetHeaderImage

func (x *ProductListInfo) GetHeaderImage() *ProductListHeaderImage

func (*ProductListInfo) GetProductSections

func (x *ProductListInfo) GetProductSections() []*ProductSection

func (*ProductListInfo) ProtoMessage

func (*ProductListInfo) ProtoMessage()

func (*ProductListInfo) ProtoReflect

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

func (*ProductListInfo) Reset

func (x *ProductListInfo) Reset()

func (*ProductListInfo) String

func (x *ProductListInfo) String() string

type ProductMessage

type ProductMessage struct {
	Product          *ProductSnapshot `protobuf:"bytes,1,opt,name=product" json:"product,omitempty"`
	BusinessOwnerJid *string          `protobuf:"bytes,2,opt,name=businessOwnerJid" json:"businessOwnerJid,omitempty"`
	Catalog          *CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog" json:"catalog,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) GetBusinessOwnerJid

func (x *ProductMessage) GetBusinessOwnerJid() string

func (*ProductMessage) GetCatalog

func (x *ProductMessage) GetCatalog() *CatalogSnapshot

func (*ProductMessage) GetContextInfo

func (x *ProductMessage) GetContextInfo() *ContextInfo

func (*ProductMessage) GetProduct

func (x *ProductMessage) GetProduct() *ProductSnapshot

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 ProductSection

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

func (*ProductSection) Descriptor deprecated

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

Deprecated: Use ProductSection.ProtoReflect.Descriptor instead.

func (*ProductSection) GetProducts

func (x *ProductSection) GetProducts() []*Product

func (*ProductSection) GetTitle

func (x *ProductSection) GetTitle() string

func (*ProductSection) ProtoMessage

func (*ProductSection) ProtoMessage()

func (*ProductSection) ProtoReflect

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

func (*ProductSection) Reset

func (x *ProductSection) Reset()

func (*ProductSection) String

func (x *ProductSection) String() string

type ProductSnapshot

type 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"`
	// contains filtered or unexported fields
}

func (*ProductSnapshot) Descriptor deprecated

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

Deprecated: Use ProductSnapshot.ProtoReflect.Descriptor instead.

func (*ProductSnapshot) GetCurrencyCode

func (x *ProductSnapshot) GetCurrencyCode() string

func (*ProductSnapshot) GetDescription

func (x *ProductSnapshot) GetDescription() string

func (*ProductSnapshot) GetFirstImageId

func (x *ProductSnapshot) GetFirstImageId() string

func (*ProductSnapshot) GetPriceAmount1000

func (x *ProductSnapshot) GetPriceAmount1000() int64

func (*ProductSnapshot) GetProductId

func (x *ProductSnapshot) GetProductId() string

func (*ProductSnapshot) GetProductImage

func (x *ProductSnapshot) GetProductImage() *ImageMessage

func (*ProductSnapshot) GetProductImageCount

func (x *ProductSnapshot) GetProductImageCount() uint32

func (*ProductSnapshot) GetRetailerId

func (x *ProductSnapshot) GetRetailerId() string

func (*ProductSnapshot) GetSalePriceAmount1000

func (x *ProductSnapshot) GetSalePriceAmount1000() int64

func (*ProductSnapshot) GetTitle

func (x *ProductSnapshot) GetTitle() string

func (*ProductSnapshot) GetUrl

func (x *ProductSnapshot) GetUrl() string

func (*ProductSnapshot) ProtoMessage

func (*ProductSnapshot) ProtoMessage()

func (*ProductSnapshot) ProtoReflect

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

func (*ProductSnapshot) Reset

func (x *ProductSnapshot) Reset()

func (*ProductSnapshot) String

func (x *ProductSnapshot) String() string

type ProtocolMessage

type ProtocolMessage struct {
	Key                                    *MessageKey                             `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type                                   *ProtocolMessage_ProtocolMessageType    `protobuf:"varint,2,opt,name=type,enum=proto.ProtocolMessage_ProtocolMessageType" 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"`
	// contains filtered or unexported fields
}

func (*ProtocolMessage) Descriptor deprecated

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

Deprecated: Use ProtocolMessage.ProtoReflect.Descriptor instead.

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) 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) GetKey

func (x *ProtocolMessage) GetKey() *MessageKey

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_ProtocolMessageType

type ProtocolMessage_ProtocolMessageType int32
const (
	ProtocolMessage_REVOKE                                     ProtocolMessage_ProtocolMessageType = 0
	ProtocolMessage_EPHEMERAL_SETTING                          ProtocolMessage_ProtocolMessageType = 3
	ProtocolMessage_EPHEMERAL_SYNC_RESPONSE                    ProtocolMessage_ProtocolMessageType = 4
	ProtocolMessage_HISTORY_SYNC_NOTIFICATION                  ProtocolMessage_ProtocolMessageType = 5
	ProtocolMessage_APP_STATE_SYNC_KEY_SHARE                   ProtocolMessage_ProtocolMessageType = 6
	ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST                 ProtocolMessage_ProtocolMessageType = 7
	ProtocolMessage_MSG_FANOUT_BACKFILL_REQUEST                ProtocolMessage_ProtocolMessageType = 8
	ProtocolMessage_INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC ProtocolMessage_ProtocolMessageType = 9
	ProtocolMessage_APP_STATE_FATAL_EXCEPTION_NOTIFICATION     ProtocolMessage_ProtocolMessageType = 10
)

func (ProtocolMessage_ProtocolMessageType) Descriptor

func (ProtocolMessage_ProtocolMessageType) Enum

func (ProtocolMessage_ProtocolMessageType) EnumDescriptor deprecated

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

Deprecated: Use ProtocolMessage_ProtocolMessageType.Descriptor instead.

func (ProtocolMessage_ProtocolMessageType) Number

func (ProtocolMessage_ProtocolMessageType) String

func (ProtocolMessage_ProtocolMessageType) Type

func (*ProtocolMessage_ProtocolMessageType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PushNameSetting

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

func (*PushNameSetting) Descriptor deprecated

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

Deprecated: Use PushNameSetting.ProtoReflect.Descriptor instead.

func (*PushNameSetting) GetName

func (x *PushNameSetting) GetName() string

func (*PushNameSetting) ProtoMessage

func (*PushNameSetting) ProtoMessage()

func (*PushNameSetting) ProtoReflect

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

func (*PushNameSetting) Reset

func (x *PushNameSetting) Reset()

func (*PushNameSetting) String

func (x *PushNameSetting) String() string

type Pushname

type Pushname struct {
	Id       *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Pushname *string `protobuf:"bytes,2,opt,name=pushname" json:"pushname,omitempty"`
	// contains filtered or unexported fields
}

func (*Pushname) Descriptor deprecated

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

Deprecated: Use Pushname.ProtoReflect.Descriptor instead.

func (*Pushname) GetId

func (x *Pushname) GetId() string

func (*Pushname) GetPushname

func (x *Pushname) GetPushname() string

func (*Pushname) ProtoMessage

func (*Pushname) ProtoMessage()

func (*Pushname) ProtoReflect

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

func (*Pushname) Reset

func (x *Pushname) Reset()

func (*Pushname) String

func (x *Pushname) String() string

type QuickReplyAction

type QuickReplyAction struct {
	Shortcut *string  `protobuf:"bytes,1,opt,name=shortcut" json:"shortcut,omitempty"`
	Message  *string  `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Keywords []string `protobuf:"bytes,3,rep,name=keywords" json:"keywords,omitempty"`
	Count    *int32   `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
	Deleted  *bool    `protobuf:"varint,5,opt,name=deleted" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*QuickReplyAction) Descriptor deprecated

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

Deprecated: Use QuickReplyAction.ProtoReflect.Descriptor instead.

func (*QuickReplyAction) GetCount

func (x *QuickReplyAction) GetCount() int32

func (*QuickReplyAction) GetDeleted

func (x *QuickReplyAction) GetDeleted() bool

func (*QuickReplyAction) GetKeywords

func (x *QuickReplyAction) GetKeywords() []string

func (*QuickReplyAction) GetMessage

func (x *QuickReplyAction) GetMessage() string

func (*QuickReplyAction) GetShortcut

func (x *QuickReplyAction) GetShortcut() string

func (*QuickReplyAction) ProtoMessage

func (*QuickReplyAction) ProtoMessage()

func (*QuickReplyAction) ProtoReflect

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

func (*QuickReplyAction) Reset

func (x *QuickReplyAction) Reset()

func (*QuickReplyAction) String

func (x *QuickReplyAction) String() string

type QuickReplyButton

type 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 (*QuickReplyButton) Descriptor deprecated

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

Deprecated: Use QuickReplyButton.ProtoReflect.Descriptor instead.

func (*QuickReplyButton) GetDisplayText

func (x *QuickReplyButton) GetDisplayText() *HighlyStructuredMessage

func (*QuickReplyButton) GetId

func (x *QuickReplyButton) GetId() string

func (*QuickReplyButton) ProtoMessage

func (*QuickReplyButton) ProtoMessage()

func (*QuickReplyButton) ProtoReflect

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

func (*QuickReplyButton) Reset

func (x *QuickReplyButton) Reset()

func (*QuickReplyButton) String

func (x *QuickReplyButton) String() string

type RecentEmojiWeight

type RecentEmojiWeight struct {
	Emoji  *string  `protobuf:"bytes,1,opt,name=emoji" json:"emoji,omitempty"`
	Weight *float32 `protobuf:"fixed32,2,opt,name=weight" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentEmojiWeight) Descriptor deprecated

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

Deprecated: Use RecentEmojiWeight.ProtoReflect.Descriptor instead.

func (*RecentEmojiWeight) GetEmoji

func (x *RecentEmojiWeight) GetEmoji() string

func (*RecentEmojiWeight) GetWeight

func (x *RecentEmojiWeight) GetWeight() float32

func (*RecentEmojiWeight) ProtoMessage

func (*RecentEmojiWeight) ProtoMessage()

func (*RecentEmojiWeight) ProtoReflect

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

func (*RecentEmojiWeight) Reset

func (x *RecentEmojiWeight) Reset()

func (*RecentEmojiWeight) String

func (x *RecentEmojiWeight) String() string

type RecentEmojiWeightsAction

type RecentEmojiWeightsAction struct {
	Weights []*RecentEmojiWeight `protobuf:"bytes,1,rep,name=weights" json:"weights,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentEmojiWeightsAction) Descriptor deprecated

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

Deprecated: Use RecentEmojiWeightsAction.ProtoReflect.Descriptor instead.

func (*RecentEmojiWeightsAction) GetWeights

func (x *RecentEmojiWeightsAction) GetWeights() []*RecentEmojiWeight

func (*RecentEmojiWeightsAction) ProtoMessage

func (*RecentEmojiWeightsAction) ProtoMessage()

func (*RecentEmojiWeightsAction) ProtoReflect

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

func (*RecentEmojiWeightsAction) Reset

func (x *RecentEmojiWeightsAction) Reset()

func (*RecentEmojiWeightsAction) String

func (x *RecentEmojiWeightsAction) String() string

type RecentStickerMetadata

type RecentStickerMetadata struct {
	DirectPath  *string `protobuf:"bytes,1,opt,name=directPath" json:"directPath,omitempty"`
	EncFilehash *string `protobuf:"bytes,2,opt,name=encFilehash" json:"encFilehash,omitempty"`
	MediaKey    *string `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	StanzaId    *string `protobuf:"bytes,4,opt,name=stanzaId" json:"stanzaId,omitempty"`
	ChatJid     *string `protobuf:"bytes,5,opt,name=chatJid" json:"chatJid,omitempty"`
	Participant *string `protobuf:"bytes,6,opt,name=participant" json:"participant,omitempty"`
	IsSentByMe  *bool   `protobuf:"varint,7,opt,name=isSentByMe" json:"isSentByMe,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentStickerMetadata) Descriptor deprecated

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

Deprecated: Use RecentStickerMetadata.ProtoReflect.Descriptor instead.

func (*RecentStickerMetadata) GetChatJid

func (x *RecentStickerMetadata) GetChatJid() string

func (*RecentStickerMetadata) GetDirectPath

func (x *RecentStickerMetadata) GetDirectPath() string

func (*RecentStickerMetadata) GetEncFilehash

func (x *RecentStickerMetadata) GetEncFilehash() string

func (*RecentStickerMetadata) GetIsSentByMe

func (x *RecentStickerMetadata) GetIsSentByMe() bool

func (*RecentStickerMetadata) GetMediaKey

func (x *RecentStickerMetadata) GetMediaKey() string

func (*RecentStickerMetadata) GetParticipant

func (x *RecentStickerMetadata) GetParticipant() string

func (*RecentStickerMetadata) GetStanzaId

func (x *RecentStickerMetadata) GetStanzaId() string

func (*RecentStickerMetadata) ProtoMessage

func (*RecentStickerMetadata) ProtoMessage()

func (*RecentStickerMetadata) ProtoReflect

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

func (*RecentStickerMetadata) Reset

func (x *RecentStickerMetadata) Reset()

func (*RecentStickerMetadata) String

func (x *RecentStickerMetadata) String() string

type RecentStickerWeight

type RecentStickerWeight struct {
	Filehash *string  `protobuf:"bytes,1,opt,name=filehash" json:"filehash,omitempty"`
	Weight   *float32 `protobuf:"fixed32,2,opt,name=weight" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentStickerWeight) Descriptor deprecated

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

Deprecated: Use RecentStickerWeight.ProtoReflect.Descriptor instead.

func (*RecentStickerWeight) GetFilehash

func (x *RecentStickerWeight) GetFilehash() string

func (*RecentStickerWeight) GetWeight

func (x *RecentStickerWeight) GetWeight() float32

func (*RecentStickerWeight) ProtoMessage

func (*RecentStickerWeight) ProtoMessage()

func (*RecentStickerWeight) ProtoReflect

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

func (*RecentStickerWeight) Reset

func (x *RecentStickerWeight) Reset()

func (*RecentStickerWeight) String

func (x *RecentStickerWeight) String() string

type RecentStickerWeightsAction

type RecentStickerWeightsAction struct {
	Weights []*RecentStickerWeight `protobuf:"bytes,1,rep,name=weights" json:"weights,omitempty"`
	// contains filtered or unexported fields
}

func (*RecentStickerWeightsAction) Descriptor deprecated

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

Deprecated: Use RecentStickerWeightsAction.ProtoReflect.Descriptor instead.

func (*RecentStickerWeightsAction) GetWeights

func (*RecentStickerWeightsAction) ProtoMessage

func (*RecentStickerWeightsAction) ProtoMessage()

func (*RecentStickerWeightsAction) ProtoReflect

func (*RecentStickerWeightsAction) Reset

func (x *RecentStickerWeightsAction) Reset()

func (*RecentStickerWeightsAction) String

func (x *RecentStickerWeightsAction) 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 Row

type 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 (*Row) Descriptor deprecated

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

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetDescription

func (x *Row) GetDescription() string

func (*Row) GetRowId

func (x *Row) GetRowId() string

func (*Row) GetTitle

func (x *Row) GetTitle() string

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect

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

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

type Section

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

func (*Section) Descriptor deprecated

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

Deprecated: Use Section.ProtoReflect.Descriptor instead.

func (*Section) GetRows

func (x *Section) GetRows() []*Row

func (*Section) GetTitle

func (x *Section) GetTitle() string

func (*Section) ProtoMessage

func (*Section) ProtoMessage()

func (*Section) ProtoReflect

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

func (*Section) Reset

func (x *Section) Reset()

func (*Section) String

func (x *Section) String() string

type SecurityNotificationSetting

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

func (*SecurityNotificationSetting) Descriptor deprecated

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

Deprecated: Use SecurityNotificationSetting.ProtoReflect.Descriptor instead.

func (*SecurityNotificationSetting) GetShowNotification

func (x *SecurityNotificationSetting) GetShowNotification() bool

func (*SecurityNotificationSetting) ProtoMessage

func (*SecurityNotificationSetting) ProtoMessage()

func (*SecurityNotificationSetting) ProtoReflect

func (*SecurityNotificationSetting) Reset

func (x *SecurityNotificationSetting) Reset()

func (*SecurityNotificationSetting) String

func (x *SecurityNotificationSetting) String() string

type SendPaymentMessage

type SendPaymentMessage struct {
	NoteMessage       *Message           `protobuf:"bytes,2,opt,name=noteMessage" json:"noteMessage,omitempty"`
	RequestMessageKey *MessageKey        `protobuf:"bytes,3,opt,name=requestMessageKey" json:"requestMessageKey,omitempty"`
	Background        *PaymentBackground `protobuf:"bytes,4,opt,name=background" json:"background,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() *MessageKey

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 ServerErrorReceipt

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

func (*ServerErrorReceipt) Descriptor deprecated

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

Deprecated: Use ServerErrorReceipt.ProtoReflect.Descriptor instead.

func (*ServerErrorReceipt) GetStanzaId

func (x *ServerErrorReceipt) GetStanzaId() string

func (*ServerErrorReceipt) ProtoMessage

func (*ServerErrorReceipt) ProtoMessage()

func (*ServerErrorReceipt) ProtoReflect

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

func (*ServerErrorReceipt) Reset

func (x *ServerErrorReceipt) Reset()

func (*ServerErrorReceipt) String

func (x *ServerErrorReceipt) String() string

type ServerHello

type ServerHello struct {
	Ephemeral []byte `protobuf:"bytes,1,opt,name=ephemeral" json:"ephemeral,omitempty"`
	Static    []byte `protobuf:"bytes,2,opt,name=static" json:"static,omitempty"`
	Payload   []byte `protobuf:"bytes,3,opt,name=payload" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerHello) Descriptor deprecated

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

Deprecated: Use ServerHello.ProtoReflect.Descriptor instead.

func (*ServerHello) GetEphemeral

func (x *ServerHello) GetEphemeral() []byte

func (*ServerHello) GetPayload

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

func (*ServerHello) GetStatic

func (x *ServerHello) GetStatic() []byte

func (*ServerHello) ProtoMessage

func (*ServerHello) ProtoMessage()

func (*ServerHello) ProtoReflect

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

func (*ServerHello) Reset

func (x *ServerHello) Reset()

func (*ServerHello) String

func (x *ServerHello) String() string

type SingleSelectReply

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

func (*SingleSelectReply) Descriptor deprecated

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

Deprecated: Use SingleSelectReply.ProtoReflect.Descriptor instead.

func (*SingleSelectReply) GetSelectedRowId

func (x *SingleSelectReply) GetSelectedRowId() string

func (*SingleSelectReply) ProtoMessage

func (*SingleSelectReply) ProtoMessage()

func (*SingleSelectReply) ProtoReflect

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

func (*SingleSelectReply) Reset

func (x *SingleSelectReply) Reset()

func (*SingleSelectReply) String

func (x *SingleSelectReply) String() string

type StarAction

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

func (*StarAction) Descriptor deprecated

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

Deprecated: Use StarAction.ProtoReflect.Descriptor instead.

func (*StarAction) GetStarred

func (x *StarAction) GetStarred() bool

func (*StarAction) ProtoMessage

func (*StarAction) ProtoMessage()

func (*StarAction) ProtoReflect

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

func (*StarAction) Reset

func (x *StarAction) Reset()

func (*StarAction) String

func (x *StarAction) String() string

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"`
	// contains filtered or unexported fields
}

func (*StickerMessage) Descriptor deprecated

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

Deprecated: Use StickerMessage.ProtoReflect.Descriptor instead.

func (*StickerMessage) GetContextInfo

func (x *StickerMessage) GetContextInfo() *ContextInfo

func (*StickerMessage) GetDirectPath

func (x *StickerMessage) GetDirectPath() 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) GetIsAnimated

func (x *StickerMessage) GetIsAnimated() 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) 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 SyncActionData

type SyncActionData struct {
	Index   []byte           `protobuf:"bytes,1,opt,name=index" json:"index,omitempty"`
	Value   *SyncActionValue `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	Padding []byte           `protobuf:"bytes,3,opt,name=padding" json:"padding,omitempty"`
	Version *int32           `protobuf:"varint,4,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionData) Descriptor deprecated

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

Deprecated: Use SyncActionData.ProtoReflect.Descriptor instead.

func (*SyncActionData) GetIndex

func (x *SyncActionData) GetIndex() []byte

func (*SyncActionData) GetPadding

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

func (*SyncActionData) GetValue

func (x *SyncActionData) GetValue() *SyncActionValue

func (*SyncActionData) GetVersion

func (x *SyncActionData) GetVersion() int32

func (*SyncActionData) ProtoMessage

func (*SyncActionData) ProtoMessage()

func (*SyncActionData) ProtoReflect

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

func (*SyncActionData) Reset

func (x *SyncActionData) Reset()

func (*SyncActionData) String

func (x *SyncActionData) String() string

type SyncActionMessage

type SyncActionMessage struct {
	Key       *MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Timestamp *int64      `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionMessage) Descriptor deprecated

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

Deprecated: Use SyncActionMessage.ProtoReflect.Descriptor instead.

func (*SyncActionMessage) GetKey

func (x *SyncActionMessage) GetKey() *MessageKey

func (*SyncActionMessage) GetTimestamp

func (x *SyncActionMessage) GetTimestamp() int64

func (*SyncActionMessage) ProtoMessage

func (*SyncActionMessage) ProtoMessage()

func (*SyncActionMessage) ProtoReflect

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

func (*SyncActionMessage) Reset

func (x *SyncActionMessage) Reset()

func (*SyncActionMessage) String

func (x *SyncActionMessage) String() string

type SyncActionMessageRange

type SyncActionMessageRange struct {
	LastMessageTimestamp       *int64               `protobuf:"varint,1,opt,name=lastMessageTimestamp" json:"lastMessageTimestamp,omitempty"`
	LastSystemMessageTimestamp *int64               `protobuf:"varint,2,opt,name=lastSystemMessageTimestamp" json:"lastSystemMessageTimestamp,omitempty"`
	Messages                   []*SyncActionMessage `protobuf:"bytes,3,rep,name=messages" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionMessageRange) Descriptor deprecated

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

Deprecated: Use SyncActionMessageRange.ProtoReflect.Descriptor instead.

func (*SyncActionMessageRange) GetLastMessageTimestamp

func (x *SyncActionMessageRange) GetLastMessageTimestamp() int64

func (*SyncActionMessageRange) GetLastSystemMessageTimestamp

func (x *SyncActionMessageRange) GetLastSystemMessageTimestamp() int64

func (*SyncActionMessageRange) GetMessages

func (x *SyncActionMessageRange) GetMessages() []*SyncActionMessage

func (*SyncActionMessageRange) ProtoMessage

func (*SyncActionMessageRange) ProtoMessage()

func (*SyncActionMessageRange) ProtoReflect

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

func (*SyncActionMessageRange) Reset

func (x *SyncActionMessageRange) Reset()

func (*SyncActionMessageRange) String

func (x *SyncActionMessageRange) String() string

type SyncActionValue

type SyncActionValue struct {
	Timestamp                   *int64                       `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	StarAction                  *StarAction                  `protobuf:"bytes,2,opt,name=starAction" json:"starAction,omitempty"`
	ContactAction               *ContactAction               `protobuf:"bytes,3,opt,name=contactAction" json:"contactAction,omitempty"`
	MuteAction                  *MuteAction                  `protobuf:"bytes,4,opt,name=muteAction" json:"muteAction,omitempty"`
	PinAction                   *PinAction                   `protobuf:"bytes,5,opt,name=pinAction" json:"pinAction,omitempty"`
	SecurityNotificationSetting *SecurityNotificationSetting `protobuf:"bytes,6,opt,name=securityNotificationSetting" json:"securityNotificationSetting,omitempty"`
	PushNameSetting             *PushNameSetting             `protobuf:"bytes,7,opt,name=pushNameSetting" json:"pushNameSetting,omitempty"`
	QuickReplyAction            *QuickReplyAction            `protobuf:"bytes,8,opt,name=quickReplyAction" json:"quickReplyAction,omitempty"`
	RecentStickerWeightsAction  *RecentStickerWeightsAction  `protobuf:"bytes,9,opt,name=recentStickerWeightsAction" json:"recentStickerWeightsAction,omitempty"`
	RecentStickerMetadata       *RecentStickerMetadata       `protobuf:"bytes,10,opt,name=recentStickerMetadata" json:"recentStickerMetadata,omitempty"`
	RecentEmojiWeightsAction    *RecentEmojiWeightsAction    `protobuf:"bytes,11,opt,name=recentEmojiWeightsAction" json:"recentEmojiWeightsAction,omitempty"`
	LabelEditAction             *LabelEditAction             `protobuf:"bytes,14,opt,name=labelEditAction" json:"labelEditAction,omitempty"`
	LabelAssociationAction      *LabelAssociationAction      `protobuf:"bytes,15,opt,name=labelAssociationAction" json:"labelAssociationAction,omitempty"`
	LocaleSetting               *LocaleSetting               `protobuf:"bytes,16,opt,name=localeSetting" json:"localeSetting,omitempty"`
	ArchiveChatAction           *ArchiveChatAction           `protobuf:"bytes,17,opt,name=archiveChatAction" json:"archiveChatAction,omitempty"`
	DeleteMessageForMeAction    *DeleteMessageForMeAction    `protobuf:"bytes,18,opt,name=deleteMessageForMeAction" json:"deleteMessageForMeAction,omitempty"`
	KeyExpiration               *KeyExpiration               `protobuf:"bytes,19,opt,name=keyExpiration" json:"keyExpiration,omitempty"`
	MarkChatAsReadAction        *MarkChatAsReadAction        `protobuf:"bytes,20,opt,name=markChatAsReadAction" json:"markChatAsReadAction,omitempty"`
	ClearChatAction             *ClearChatAction             `protobuf:"bytes,21,opt,name=clearChatAction" json:"clearChatAction,omitempty"`
	DeleteChatAction            *DeleteChatAction            `protobuf:"bytes,22,opt,name=deleteChatAction" json:"deleteChatAction,omitempty"`
	UnarchiveChatsSetting       *UnarchiveChatsSetting       `protobuf:"bytes,23,opt,name=unarchiveChatsSetting" json:"unarchiveChatsSetting,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionValue) Descriptor deprecated

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

Deprecated: Use SyncActionValue.ProtoReflect.Descriptor instead.

func (*SyncActionValue) GetArchiveChatAction

func (x *SyncActionValue) GetArchiveChatAction() *ArchiveChatAction

func (*SyncActionValue) GetClearChatAction

func (x *SyncActionValue) GetClearChatAction() *ClearChatAction

func (*SyncActionValue) GetContactAction

func (x *SyncActionValue) GetContactAction() *ContactAction

func (*SyncActionValue) GetDeleteChatAction

func (x *SyncActionValue) GetDeleteChatAction() *DeleteChatAction

func (*SyncActionValue) GetDeleteMessageForMeAction

func (x *SyncActionValue) GetDeleteMessageForMeAction() *DeleteMessageForMeAction

func (*SyncActionValue) GetKeyExpiration

func (x *SyncActionValue) GetKeyExpiration() *KeyExpiration

func (*SyncActionValue) GetLabelAssociationAction

func (x *SyncActionValue) GetLabelAssociationAction() *LabelAssociationAction

func (*SyncActionValue) GetLabelEditAction

func (x *SyncActionValue) GetLabelEditAction() *LabelEditAction

func (*SyncActionValue) GetLocaleSetting

func (x *SyncActionValue) GetLocaleSetting() *LocaleSetting

func (*SyncActionValue) GetMarkChatAsReadAction

func (x *SyncActionValue) GetMarkChatAsReadAction() *MarkChatAsReadAction

func (*SyncActionValue) GetMuteAction

func (x *SyncActionValue) GetMuteAction() *MuteAction

func (*SyncActionValue) GetPinAction

func (x *SyncActionValue) GetPinAction() *PinAction

func (*SyncActionValue) GetPushNameSetting

func (x *SyncActionValue) GetPushNameSetting() *PushNameSetting

func (*SyncActionValue) GetQuickReplyAction

func (x *SyncActionValue) GetQuickReplyAction() *QuickReplyAction

func (*SyncActionValue) GetRecentEmojiWeightsAction

func (x *SyncActionValue) GetRecentEmojiWeightsAction() *RecentEmojiWeightsAction

func (*SyncActionValue) GetRecentStickerMetadata

func (x *SyncActionValue) GetRecentStickerMetadata() *RecentStickerMetadata

func (*SyncActionValue) GetRecentStickerWeightsAction

func (x *SyncActionValue) GetRecentStickerWeightsAction() *RecentStickerWeightsAction

func (*SyncActionValue) GetSecurityNotificationSetting

func (x *SyncActionValue) GetSecurityNotificationSetting() *SecurityNotificationSetting

func (*SyncActionValue) GetStarAction

func (x *SyncActionValue) GetStarAction() *StarAction

func (*SyncActionValue) GetTimestamp

func (x *SyncActionValue) GetTimestamp() int64

func (*SyncActionValue) GetUnarchiveChatsSetting

func (x *SyncActionValue) GetUnarchiveChatsSetting() *UnarchiveChatsSetting

func (*SyncActionValue) ProtoMessage

func (*SyncActionValue) ProtoMessage()

func (*SyncActionValue) ProtoReflect

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

func (*SyncActionValue) Reset

func (x *SyncActionValue) Reset()

func (*SyncActionValue) String

func (x *SyncActionValue) String() string

type SyncdIndex

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

func (*SyncdIndex) Descriptor deprecated

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

Deprecated: Use SyncdIndex.ProtoReflect.Descriptor instead.

func (*SyncdIndex) GetBlob

func (x *SyncdIndex) GetBlob() []byte

func (*SyncdIndex) ProtoMessage

func (*SyncdIndex) ProtoMessage()

func (*SyncdIndex) ProtoReflect

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

func (*SyncdIndex) Reset

func (x *SyncdIndex) Reset()

func (*SyncdIndex) String

func (x *SyncdIndex) String() string

type SyncdMutation

type SyncdMutation struct {
	Operation *SyncdMutation_SyncdMutationSyncdOperation `protobuf:"varint,1,opt,name=operation,enum=proto.SyncdMutation_SyncdMutationSyncdOperation" json:"operation,omitempty"`
	Record    *SyncdRecord                               `protobuf:"bytes,2,opt,name=record" json:"record,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdMutation) Descriptor deprecated

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

Deprecated: Use SyncdMutation.ProtoReflect.Descriptor instead.

func (*SyncdMutation) GetOperation

func (*SyncdMutation) GetRecord

func (x *SyncdMutation) GetRecord() *SyncdRecord

func (*SyncdMutation) ProtoMessage

func (*SyncdMutation) ProtoMessage()

func (*SyncdMutation) ProtoReflect

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

func (*SyncdMutation) Reset

func (x *SyncdMutation) Reset()

func (*SyncdMutation) String

func (x *SyncdMutation) String() string

type SyncdMutation_SyncdMutationSyncdOperation

type SyncdMutation_SyncdMutationSyncdOperation int32
const (
	SyncdMutation_SET    SyncdMutation_SyncdMutationSyncdOperation = 0
	SyncdMutation_REMOVE SyncdMutation_SyncdMutationSyncdOperation = 1
)

func (SyncdMutation_SyncdMutationSyncdOperation) Descriptor

func (SyncdMutation_SyncdMutationSyncdOperation) Enum

func (SyncdMutation_SyncdMutationSyncdOperation) EnumDescriptor deprecated

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

Deprecated: Use SyncdMutation_SyncdMutationSyncdOperation.Descriptor instead.

func (SyncdMutation_SyncdMutationSyncdOperation) Number

func (SyncdMutation_SyncdMutationSyncdOperation) String

func (SyncdMutation_SyncdMutationSyncdOperation) Type

func (*SyncdMutation_SyncdMutationSyncdOperation) UnmarshalJSON deprecated

Deprecated: Do not use.

type SyncdMutations

type SyncdMutations struct {
	Mutations []*SyncdMutation `protobuf:"bytes,1,rep,name=mutations" json:"mutations,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdMutations) Descriptor deprecated

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

Deprecated: Use SyncdMutations.ProtoReflect.Descriptor instead.

func (*SyncdMutations) GetMutations

func (x *SyncdMutations) GetMutations() []*SyncdMutation

func (*SyncdMutations) ProtoMessage

func (*SyncdMutations) ProtoMessage()

func (*SyncdMutations) ProtoReflect

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

func (*SyncdMutations) Reset

func (x *SyncdMutations) Reset()

func (*SyncdMutations) String

func (x *SyncdMutations) String() string

type SyncdPatch

type SyncdPatch struct {
	Version           *SyncdVersion          `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	Mutations         []*SyncdMutation       `protobuf:"bytes,2,rep,name=mutations" json:"mutations,omitempty"`
	ExternalMutations *ExternalBlobReference `protobuf:"bytes,3,opt,name=externalMutations" json:"externalMutations,omitempty"`
	SnapshotMac       []byte                 `protobuf:"bytes,4,opt,name=snapshotMac" json:"snapshotMac,omitempty"`
	PatchMac          []byte                 `protobuf:"bytes,5,opt,name=patchMac" json:"patchMac,omitempty"`
	KeyId             *KeyId                 `protobuf:"bytes,6,opt,name=keyId" json:"keyId,omitempty"`
	ExitCode          *ExitCode              `protobuf:"bytes,7,opt,name=exitCode" json:"exitCode,omitempty"`
	DeviceIndex       *uint32                `protobuf:"varint,8,opt,name=deviceIndex" json:"deviceIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdPatch) Descriptor deprecated

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

Deprecated: Use SyncdPatch.ProtoReflect.Descriptor instead.

func (*SyncdPatch) GetDeviceIndex

func (x *SyncdPatch) GetDeviceIndex() uint32

func (*SyncdPatch) GetExitCode

func (x *SyncdPatch) GetExitCode() *ExitCode

func (*SyncdPatch) GetExternalMutations

func (x *SyncdPatch) GetExternalMutations() *ExternalBlobReference

func (*SyncdPatch) GetKeyId

func (x *SyncdPatch) GetKeyId() *KeyId

func (*SyncdPatch) GetMutations

func (x *SyncdPatch) GetMutations() []*SyncdMutation

func (*SyncdPatch) GetPatchMac

func (x *SyncdPatch) GetPatchMac() []byte

func (*SyncdPatch) GetSnapshotMac

func (x *SyncdPatch) GetSnapshotMac() []byte

func (*SyncdPatch) GetVersion

func (x *SyncdPatch) GetVersion() *SyncdVersion

func (*SyncdPatch) ProtoMessage

func (*SyncdPatch) ProtoMessage()

func (*SyncdPatch) ProtoReflect

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

func (*SyncdPatch) Reset

func (x *SyncdPatch) Reset()

func (*SyncdPatch) String

func (x *SyncdPatch) String() string

type SyncdRecord

type SyncdRecord struct {
	Index *SyncdIndex `protobuf:"bytes,1,opt,name=index" json:"index,omitempty"`
	Value *SyncdValue `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	KeyId *KeyId      `protobuf:"bytes,3,opt,name=keyId" json:"keyId,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdRecord) Descriptor deprecated

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

Deprecated: Use SyncdRecord.ProtoReflect.Descriptor instead.

func (*SyncdRecord) GetIndex

func (x *SyncdRecord) GetIndex() *SyncdIndex

func (*SyncdRecord) GetKeyId

func (x *SyncdRecord) GetKeyId() *KeyId

func (*SyncdRecord) GetValue

func (x *SyncdRecord) GetValue() *SyncdValue

func (*SyncdRecord) ProtoMessage

func (*SyncdRecord) ProtoMessage()

func (*SyncdRecord) ProtoReflect

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

func (*SyncdRecord) Reset

func (x *SyncdRecord) Reset()

func (*SyncdRecord) String

func (x *SyncdRecord) String() string

type SyncdSnapshot

type SyncdSnapshot struct {
	Version *SyncdVersion  `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	Records []*SyncdRecord `protobuf:"bytes,2,rep,name=records" json:"records,omitempty"`
	Mac     []byte         `protobuf:"bytes,3,opt,name=mac" json:"mac,omitempty"`
	KeyId   *KeyId         `protobuf:"bytes,4,opt,name=keyId" json:"keyId,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdSnapshot) Descriptor deprecated

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

Deprecated: Use SyncdSnapshot.ProtoReflect.Descriptor instead.

func (*SyncdSnapshot) GetKeyId

func (x *SyncdSnapshot) GetKeyId() *KeyId

func (*SyncdSnapshot) GetMac

func (x *SyncdSnapshot) GetMac() []byte

func (*SyncdSnapshot) GetRecords

func (x *SyncdSnapshot) GetRecords() []*SyncdRecord

func (*SyncdSnapshot) GetVersion

func (x *SyncdSnapshot) GetVersion() *SyncdVersion

func (*SyncdSnapshot) ProtoMessage

func (*SyncdSnapshot) ProtoMessage()

func (*SyncdSnapshot) ProtoReflect

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

func (*SyncdSnapshot) Reset

func (x *SyncdSnapshot) Reset()

func (*SyncdSnapshot) String

func (x *SyncdSnapshot) String() string

type SyncdValue

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

func (*SyncdValue) Descriptor deprecated

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

Deprecated: Use SyncdValue.ProtoReflect.Descriptor instead.

func (*SyncdValue) GetBlob

func (x *SyncdValue) GetBlob() []byte

func (*SyncdValue) ProtoMessage

func (*SyncdValue) ProtoMessage()

func (*SyncdValue) ProtoReflect

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

func (*SyncdValue) Reset

func (x *SyncdValue) Reset()

func (*SyncdValue) String

func (x *SyncdValue) String() string

type SyncdVersion

type SyncdVersion struct {
	Version *uint64 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncdVersion) Descriptor deprecated

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

Deprecated: Use SyncdVersion.ProtoReflect.Descriptor instead.

func (*SyncdVersion) GetVersion

func (x *SyncdVersion) GetVersion() uint64

func (*SyncdVersion) ProtoMessage

func (*SyncdVersion) ProtoMessage()

func (*SyncdVersion) ProtoReflect

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

func (*SyncdVersion) Reset

func (x *SyncdVersion) Reset()

func (*SyncdVersion) String

func (x *SyncdVersion) String() string

type TemplateButton

type TemplateButton struct {
	Index *uint32 `protobuf:"varint,4,opt,name=index" json:"index,omitempty"`
	// Types that are assignable to Button:
	//	*TemplateButton_QuickReplyButton
	//	*TemplateButton_UrlButton
	//	*TemplateButton_CallButton
	Button isTemplateButton_Button `protobuf_oneof:"button"`
	// contains filtered or unexported fields
}

func (*TemplateButton) Descriptor deprecated

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

Deprecated: Use TemplateButton.ProtoReflect.Descriptor instead.

func (*TemplateButton) GetButton

func (m *TemplateButton) GetButton() isTemplateButton_Button

func (*TemplateButton) GetCallButton

func (x *TemplateButton) GetCallButton() *CallButton

func (*TemplateButton) GetIndex

func (x *TemplateButton) GetIndex() uint32

func (*TemplateButton) GetQuickReplyButton

func (x *TemplateButton) GetQuickReplyButton() *QuickReplyButton

func (*TemplateButton) GetUrlButton

func (x *TemplateButton) GetUrlButton() *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"`
	// 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) 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 {
	CallButton *CallButton `protobuf:"bytes,3,opt,name=callButton,oneof"`
}

type TemplateButton_QuickReplyButton

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

type TemplateButton_UrlButton

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

type TemplateMessage

type TemplateMessage struct {
	ContextInfo      *ContextInfo             `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	HydratedTemplate *HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate" json:"hydratedTemplate,omitempty"`
	// Types that are assignable to Format:
	//	*TemplateMessage_FourRowTemplate
	//	*TemplateMessage_HydratedFourRowTemplate
	Format isTemplateMessage_Format `protobuf_oneof:"format"`
	// 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 (m *TemplateMessage) GetFormat() isTemplateMessage_Format

func (*TemplateMessage) GetFourRowTemplate

func (x *TemplateMessage) GetFourRowTemplate() *FourRowTemplate

func (*TemplateMessage) GetHydratedFourRowTemplate

func (x *TemplateMessage) GetHydratedFourRowTemplate() *HydratedFourRowTemplate

func (*TemplateMessage) GetHydratedTemplate

func (x *TemplateMessage) GetHydratedTemplate() *HydratedFourRowTemplate

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 {
	FourRowTemplate *FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate

type TemplateMessage_HydratedFourRowTemplate struct {
	HydratedFourRowTemplate *HydratedFourRowTemplate `protobuf:"bytes,2,opt,name=hydratedFourRowTemplate,oneof"`
}

type URLButton

type 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 (*URLButton) Descriptor deprecated

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

Deprecated: Use URLButton.ProtoReflect.Descriptor instead.

func (*URLButton) GetDisplayText

func (x *URLButton) GetDisplayText() *HighlyStructuredMessage

func (*URLButton) GetUrl

func (x *URLButton) GetUrl() *HighlyStructuredMessage

func (*URLButton) ProtoMessage

func (*URLButton) ProtoMessage()

func (*URLButton) ProtoReflect

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

func (*URLButton) Reset

func (x *URLButton) Reset()

func (*URLButton) String

func (x *URLButton) String() string

type UnarchiveChatsSetting

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

func (*UnarchiveChatsSetting) Descriptor deprecated

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

Deprecated: Use UnarchiveChatsSetting.ProtoReflect.Descriptor instead.

func (*UnarchiveChatsSetting) GetUnarchiveChats

func (x *UnarchiveChatsSetting) GetUnarchiveChats() bool

func (*UnarchiveChatsSetting) ProtoMessage

func (*UnarchiveChatsSetting) ProtoMessage()

func (*UnarchiveChatsSetting) ProtoReflect

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

func (*UnarchiveChatsSetting) Reset

func (x *UnarchiveChatsSetting) Reset()

func (*UnarchiveChatsSetting) String

func (x *UnarchiveChatsSetting) String() string

type UserAgent

type UserAgent struct {
	Platform                    *UserAgent_UserAgentPlatform       `protobuf:"varint,1,opt,name=platform,enum=proto.UserAgent_UserAgentPlatform" json:"platform,omitempty"`
	AppVersion                  *AppVersion                        `protobuf:"bytes,2,opt,name=appVersion" json:"appVersion,omitempty"`
	Mcc                         *string                            `protobuf:"bytes,3,opt,name=mcc" json:"mcc,omitempty"`
	Mnc                         *string                            `protobuf:"bytes,4,opt,name=mnc" json:"mnc,omitempty"`
	OsVersion                   *string                            `protobuf:"bytes,5,opt,name=osVersion" json:"osVersion,omitempty"`
	Manufacturer                *string                            `protobuf:"bytes,6,opt,name=manufacturer" json:"manufacturer,omitempty"`
	Device                      *string                            `protobuf:"bytes,7,opt,name=device" json:"device,omitempty"`
	OsBuildNumber               *string                            `protobuf:"bytes,8,opt,name=osBuildNumber" json:"osBuildNumber,omitempty"`
	PhoneId                     *string                            `protobuf:"bytes,9,opt,name=phoneId" json:"phoneId,omitempty"`
	ReleaseChannel              *UserAgent_UserAgentReleaseChannel `protobuf:"varint,10,opt,name=releaseChannel,enum=proto.UserAgent_UserAgentReleaseChannel" json:"releaseChannel,omitempty"`
	LocaleLanguageIso6391       *string                            `protobuf:"bytes,11,opt,name=localeLanguageIso6391" json:"localeLanguageIso6391,omitempty"`
	LocaleCountryIso31661Alpha2 *string                            `protobuf:"bytes,12,opt,name=localeCountryIso31661Alpha2" json:"localeCountryIso31661Alpha2,omitempty"`
	DeviceBoard                 *string                            `protobuf:"bytes,13,opt,name=deviceBoard" json:"deviceBoard,omitempty"`
	// contains filtered or unexported fields
}

func (*UserAgent) Descriptor deprecated

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

Deprecated: Use UserAgent.ProtoReflect.Descriptor instead.

func (*UserAgent) GetAppVersion

func (x *UserAgent) GetAppVersion() *AppVersion

func (*UserAgent) GetDevice

func (x *UserAgent) GetDevice() string

func (*UserAgent) GetDeviceBoard

func (x *UserAgent) GetDeviceBoard() string

func (*UserAgent) GetLocaleCountryIso31661Alpha2

func (x *UserAgent) GetLocaleCountryIso31661Alpha2() string

func (*UserAgent) GetLocaleLanguageIso6391

func (x *UserAgent) GetLocaleLanguageIso6391() string

func (*UserAgent) GetManufacturer

func (x *UserAgent) GetManufacturer() string

func (*UserAgent) GetMcc

func (x *UserAgent) GetMcc() string

func (*UserAgent) GetMnc

func (x *UserAgent) GetMnc() string

func (*UserAgent) GetOsBuildNumber

func (x *UserAgent) GetOsBuildNumber() string

func (*UserAgent) GetOsVersion

func (x *UserAgent) GetOsVersion() string

func (*UserAgent) GetPhoneId

func (x *UserAgent) GetPhoneId() string

func (*UserAgent) GetPlatform

func (x *UserAgent) GetPlatform() UserAgent_UserAgentPlatform

func (*UserAgent) GetReleaseChannel

func (x *UserAgent) GetReleaseChannel() UserAgent_UserAgentReleaseChannel

func (*UserAgent) ProtoMessage

func (*UserAgent) ProtoMessage()

func (*UserAgent) ProtoReflect

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

func (*UserAgent) Reset

func (x *UserAgent) Reset()

func (*UserAgent) String

func (x *UserAgent) String() string

type UserAgent_UserAgentPlatform

type UserAgent_UserAgentPlatform int32
const (
	UserAgent_ANDROID        UserAgent_UserAgentPlatform = 0
	UserAgent_IOS            UserAgent_UserAgentPlatform = 1
	UserAgent_WINDOWS_PHONE  UserAgent_UserAgentPlatform = 2
	UserAgent_BLACKBERRY     UserAgent_UserAgentPlatform = 3
	UserAgent_BLACKBERRYX    UserAgent_UserAgentPlatform = 4
	UserAgent_S40            UserAgent_UserAgentPlatform = 5
	UserAgent_S60            UserAgent_UserAgentPlatform = 6
	UserAgent_PYTHON_CLIENT  UserAgent_UserAgentPlatform = 7
	UserAgent_TIZEN          UserAgent_UserAgentPlatform = 8
	UserAgent_ENTERPRISE     UserAgent_UserAgentPlatform = 9
	UserAgent_SMB_ANDROID    UserAgent_UserAgentPlatform = 10
	UserAgent_KAIOS          UserAgent_UserAgentPlatform = 11
	UserAgent_SMB_IOS        UserAgent_UserAgentPlatform = 12
	UserAgent_WINDOWS        UserAgent_UserAgentPlatform = 13
	UserAgent_WEB            UserAgent_UserAgentPlatform = 14
	UserAgent_PORTAL         UserAgent_UserAgentPlatform = 15
	UserAgent_GREEN_ANDROID  UserAgent_UserAgentPlatform = 16
	UserAgent_GREEN_IPHONE   UserAgent_UserAgentPlatform = 17
	UserAgent_BLUE_ANDROID   UserAgent_UserAgentPlatform = 18
	UserAgent_BLUE_IPHONE    UserAgent_UserAgentPlatform = 19
	UserAgent_FBLITE_ANDROID UserAgent_UserAgentPlatform = 20
	UserAgent_MLITE_ANDROID  UserAgent_UserAgentPlatform = 21
	UserAgent_IGLITE_ANDROID UserAgent_UserAgentPlatform = 22
	UserAgent_PAGE           UserAgent_UserAgentPlatform = 23
	UserAgent_MACOS          UserAgent_UserAgentPlatform = 24
	UserAgent_VR             UserAgent_UserAgentPlatform = 25
)

func (UserAgent_UserAgentPlatform) Descriptor

func (UserAgent_UserAgentPlatform) Enum

func (UserAgent_UserAgentPlatform) EnumDescriptor deprecated

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

Deprecated: Use UserAgent_UserAgentPlatform.Descriptor instead.

func (UserAgent_UserAgentPlatform) Number

func (UserAgent_UserAgentPlatform) String

func (UserAgent_UserAgentPlatform) Type

func (*UserAgent_UserAgentPlatform) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type UserAgent_UserAgentReleaseChannel

type UserAgent_UserAgentReleaseChannel int32
const (
	UserAgent_RELEASE UserAgent_UserAgentReleaseChannel = 0
	UserAgent_BETA    UserAgent_UserAgentReleaseChannel = 1
	UserAgent_ALPHA   UserAgent_UserAgentReleaseChannel = 2
	UserAgent_DEBUG   UserAgent_UserAgentReleaseChannel = 3
)

func (UserAgent_UserAgentReleaseChannel) Descriptor

func (UserAgent_UserAgentReleaseChannel) Enum

func (UserAgent_UserAgentReleaseChannel) EnumDescriptor deprecated

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

Deprecated: Use UserAgent_UserAgentReleaseChannel.Descriptor instead.

func (UserAgent_UserAgentReleaseChannel) Number

func (UserAgent_UserAgentReleaseChannel) String

func (UserAgent_UserAgentReleaseChannel) Type

func (*UserAgent_UserAgentReleaseChannel) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type VerifiedNameCertificate

type VerifiedNameCertificate struct {
	Details         []byte `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	Signature       []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	ServerSignature []byte `protobuf:"bytes,3,opt,name=serverSignature" json:"serverSignature,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedNameCertificate) Descriptor deprecated

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

Deprecated: Use VerifiedNameCertificate.ProtoReflect.Descriptor instead.

func (*VerifiedNameCertificate) GetDetails

func (x *VerifiedNameCertificate) GetDetails() []byte

func (*VerifiedNameCertificate) GetServerSignature

func (x *VerifiedNameCertificate) GetServerSignature() []byte

func (*VerifiedNameCertificate) GetSignature

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

func (*VerifiedNameCertificate) ProtoMessage

func (*VerifiedNameCertificate) ProtoMessage()

func (*VerifiedNameCertificate) ProtoReflect

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

func (*VerifiedNameCertificate) Reset

func (x *VerifiedNameCertificate) Reset()

func (*VerifiedNameCertificate) String

func (x *VerifiedNameCertificate) 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_VideoMessageAttribution `protobuf:"varint,19,opt,name=gifAttribution,enum=proto.VideoMessage_VideoMessageAttribution" 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"`
	// contains filtered or unexported fields
}

func (*VideoMessage) Descriptor deprecated

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

Deprecated: Use VideoMessage.ProtoReflect.Descriptor instead.

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) 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_VideoMessageAttribution

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) GetMimetype

func (x *VideoMessage) GetMimetype() string

func (*VideoMessage) GetSeconds

func (x *VideoMessage) GetSeconds() uint32

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) 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_VideoMessageAttribution

type VideoMessage_VideoMessageAttribution int32
const (
	VideoMessage_NONE  VideoMessage_VideoMessageAttribution = 0
	VideoMessage_GIPHY VideoMessage_VideoMessageAttribution = 1
	VideoMessage_TENOR VideoMessage_VideoMessageAttribution = 2
)

func (VideoMessage_VideoMessageAttribution) Descriptor

func (VideoMessage_VideoMessageAttribution) Enum

func (VideoMessage_VideoMessageAttribution) EnumDescriptor deprecated

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

Deprecated: Use VideoMessage_VideoMessageAttribution.Descriptor instead.

func (VideoMessage_VideoMessageAttribution) Number

func (VideoMessage_VideoMessageAttribution) String

func (VideoMessage_VideoMessageAttribution) Type

func (*VideoMessage_VideoMessageAttribution) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebFeatures

type WebFeatures struct {
	LabelsDisplay                *WebFeatures_WebFeaturesFlag `protobuf:"varint,1,opt,name=labelsDisplay,enum=proto.WebFeatures_WebFeaturesFlag" json:"labelsDisplay,omitempty"`
	VoipIndividualOutgoing       *WebFeatures_WebFeaturesFlag `` /* 130-byte string literal not displayed */
	GroupsV3                     *WebFeatures_WebFeaturesFlag `protobuf:"varint,3,opt,name=groupsV3,enum=proto.WebFeatures_WebFeaturesFlag" json:"groupsV3,omitempty"`
	GroupsV3Create               *WebFeatures_WebFeaturesFlag `protobuf:"varint,4,opt,name=groupsV3Create,enum=proto.WebFeatures_WebFeaturesFlag" json:"groupsV3Create,omitempty"`
	ChangeNumberV2               *WebFeatures_WebFeaturesFlag `protobuf:"varint,5,opt,name=changeNumberV2,enum=proto.WebFeatures_WebFeaturesFlag" json:"changeNumberV2,omitempty"`
	QueryStatusV3Thumbnail       *WebFeatures_WebFeaturesFlag `` /* 130-byte string literal not displayed */
	LiveLocations                *WebFeatures_WebFeaturesFlag `protobuf:"varint,7,opt,name=liveLocations,enum=proto.WebFeatures_WebFeaturesFlag" json:"liveLocations,omitempty"`
	QueryVname                   *WebFeatures_WebFeaturesFlag `protobuf:"varint,8,opt,name=queryVname,enum=proto.WebFeatures_WebFeaturesFlag" json:"queryVname,omitempty"`
	VoipIndividualIncoming       *WebFeatures_WebFeaturesFlag `` /* 130-byte string literal not displayed */
	QuickRepliesQuery            *WebFeatures_WebFeaturesFlag `protobuf:"varint,10,opt,name=quickRepliesQuery,enum=proto.WebFeatures_WebFeaturesFlag" json:"quickRepliesQuery,omitempty"`
	Payments                     *WebFeatures_WebFeaturesFlag `protobuf:"varint,11,opt,name=payments,enum=proto.WebFeatures_WebFeaturesFlag" json:"payments,omitempty"`
	StickerPackQuery             *WebFeatures_WebFeaturesFlag `protobuf:"varint,12,opt,name=stickerPackQuery,enum=proto.WebFeatures_WebFeaturesFlag" json:"stickerPackQuery,omitempty"`
	LiveLocationsFinal           *WebFeatures_WebFeaturesFlag `protobuf:"varint,13,opt,name=liveLocationsFinal,enum=proto.WebFeatures_WebFeaturesFlag" json:"liveLocationsFinal,omitempty"`
	LabelsEdit                   *WebFeatures_WebFeaturesFlag `protobuf:"varint,14,opt,name=labelsEdit,enum=proto.WebFeatures_WebFeaturesFlag" json:"labelsEdit,omitempty"`
	MediaUpload                  *WebFeatures_WebFeaturesFlag `protobuf:"varint,15,opt,name=mediaUpload,enum=proto.WebFeatures_WebFeaturesFlag" json:"mediaUpload,omitempty"`
	MediaUploadRichQuickReplies  *WebFeatures_WebFeaturesFlag `` /* 141-byte string literal not displayed */
	VnameV2                      *WebFeatures_WebFeaturesFlag `protobuf:"varint,19,opt,name=vnameV2,enum=proto.WebFeatures_WebFeaturesFlag" json:"vnameV2,omitempty"`
	VideoPlaybackUrl             *WebFeatures_WebFeaturesFlag `protobuf:"varint,20,opt,name=videoPlaybackUrl,enum=proto.WebFeatures_WebFeaturesFlag" json:"videoPlaybackUrl,omitempty"`
	StatusRanking                *WebFeatures_WebFeaturesFlag `protobuf:"varint,21,opt,name=statusRanking,enum=proto.WebFeatures_WebFeaturesFlag" json:"statusRanking,omitempty"`
	VoipIndividualVideo          *WebFeatures_WebFeaturesFlag `protobuf:"varint,22,opt,name=voipIndividualVideo,enum=proto.WebFeatures_WebFeaturesFlag" json:"voipIndividualVideo,omitempty"`
	ThirdPartyStickers           *WebFeatures_WebFeaturesFlag `protobuf:"varint,23,opt,name=thirdPartyStickers,enum=proto.WebFeatures_WebFeaturesFlag" json:"thirdPartyStickers,omitempty"`
	FrequentlyForwardedSetting   *WebFeatures_WebFeaturesFlag `` /* 139-byte string literal not displayed */
	GroupsV4JoinPermission       *WebFeatures_WebFeaturesFlag `` /* 131-byte string literal not displayed */
	RecentStickers               *WebFeatures_WebFeaturesFlag `protobuf:"varint,26,opt,name=recentStickers,enum=proto.WebFeatures_WebFeaturesFlag" json:"recentStickers,omitempty"`
	Catalog                      *WebFeatures_WebFeaturesFlag `protobuf:"varint,27,opt,name=catalog,enum=proto.WebFeatures_WebFeaturesFlag" json:"catalog,omitempty"`
	StarredStickers              *WebFeatures_WebFeaturesFlag `protobuf:"varint,28,opt,name=starredStickers,enum=proto.WebFeatures_WebFeaturesFlag" json:"starredStickers,omitempty"`
	VoipGroupCall                *WebFeatures_WebFeaturesFlag `protobuf:"varint,29,opt,name=voipGroupCall,enum=proto.WebFeatures_WebFeaturesFlag" json:"voipGroupCall,omitempty"`
	TemplateMessage              *WebFeatures_WebFeaturesFlag `protobuf:"varint,30,opt,name=templateMessage,enum=proto.WebFeatures_WebFeaturesFlag" json:"templateMessage,omitempty"`
	TemplateMessageInteractivity *WebFeatures_WebFeaturesFlag `` /* 143-byte string literal not displayed */
	EphemeralMessages            *WebFeatures_WebFeaturesFlag `protobuf:"varint,32,opt,name=ephemeralMessages,enum=proto.WebFeatures_WebFeaturesFlag" json:"ephemeralMessages,omitempty"`
	E2ENotificationSync          *WebFeatures_WebFeaturesFlag `protobuf:"varint,33,opt,name=e2ENotificationSync,enum=proto.WebFeatures_WebFeaturesFlag" json:"e2ENotificationSync,omitempty"`
	RecentStickersV2             *WebFeatures_WebFeaturesFlag `protobuf:"varint,34,opt,name=recentStickersV2,enum=proto.WebFeatures_WebFeaturesFlag" json:"recentStickersV2,omitempty"`
	RecentStickersV3             *WebFeatures_WebFeaturesFlag `protobuf:"varint,36,opt,name=recentStickersV3,enum=proto.WebFeatures_WebFeaturesFlag" json:"recentStickersV3,omitempty"`
	UserNotice                   *WebFeatures_WebFeaturesFlag `protobuf:"varint,37,opt,name=userNotice,enum=proto.WebFeatures_WebFeaturesFlag" json:"userNotice,omitempty"`
	Support                      *WebFeatures_WebFeaturesFlag `protobuf:"varint,39,opt,name=support,enum=proto.WebFeatures_WebFeaturesFlag" json:"support,omitempty"`
	GroupUiiCleanup              *WebFeatures_WebFeaturesFlag `protobuf:"varint,40,opt,name=groupUiiCleanup,enum=proto.WebFeatures_WebFeaturesFlag" json:"groupUiiCleanup,omitempty"`
	GroupDogfoodingInternalOnly  *WebFeatures_WebFeaturesFlag `` /* 141-byte string literal not displayed */
	SettingsSync                 *WebFeatures_WebFeaturesFlag `protobuf:"varint,42,opt,name=settingsSync,enum=proto.WebFeatures_WebFeaturesFlag" json:"settingsSync,omitempty"`
	ArchiveV2                    *WebFeatures_WebFeaturesFlag `protobuf:"varint,43,opt,name=archiveV2,enum=proto.WebFeatures_WebFeaturesFlag" json:"archiveV2,omitempty"`
	EphemeralAllowGroupMembers   *WebFeatures_WebFeaturesFlag `` /* 139-byte string literal not displayed */
	Ephemeral24HDuration         *WebFeatures_WebFeaturesFlag `` /* 127-byte string literal not displayed */
	MdForceUpgrade               *WebFeatures_WebFeaturesFlag `protobuf:"varint,46,opt,name=mdForceUpgrade,enum=proto.WebFeatures_WebFeaturesFlag" json:"mdForceUpgrade,omitempty"`
	// contains filtered or unexported fields
}

func (*WebFeatures) Descriptor deprecated

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

Deprecated: Use WebFeatures.ProtoReflect.Descriptor instead.

func (*WebFeatures) GetArchiveV2

func (x *WebFeatures) GetArchiveV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetCatalog

func (x *WebFeatures) GetCatalog() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetChangeNumberV2

func (x *WebFeatures) GetChangeNumberV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetE2ENotificationSync

func (x *WebFeatures) GetE2ENotificationSync() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetEphemeral24HDuration

func (x *WebFeatures) GetEphemeral24HDuration() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetEphemeralAllowGroupMembers

func (x *WebFeatures) GetEphemeralAllowGroupMembers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetEphemeralMessages

func (x *WebFeatures) GetEphemeralMessages() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetFrequentlyForwardedSetting

func (x *WebFeatures) GetFrequentlyForwardedSetting() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupDogfoodingInternalOnly

func (x *WebFeatures) GetGroupDogfoodingInternalOnly() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupUiiCleanup

func (x *WebFeatures) GetGroupUiiCleanup() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV3

func (x *WebFeatures) GetGroupsV3() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV3Create

func (x *WebFeatures) GetGroupsV3Create() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV4JoinPermission

func (x *WebFeatures) GetGroupsV4JoinPermission() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLabelsDisplay

func (x *WebFeatures) GetLabelsDisplay() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLabelsEdit

func (x *WebFeatures) GetLabelsEdit() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLiveLocations

func (x *WebFeatures) GetLiveLocations() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLiveLocationsFinal

func (x *WebFeatures) GetLiveLocationsFinal() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetMdForceUpgrade

func (x *WebFeatures) GetMdForceUpgrade() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetMediaUpload

func (x *WebFeatures) GetMediaUpload() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetMediaUploadRichQuickReplies

func (x *WebFeatures) GetMediaUploadRichQuickReplies() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetPayments

func (x *WebFeatures) GetPayments() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQueryStatusV3Thumbnail

func (x *WebFeatures) GetQueryStatusV3Thumbnail() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQueryVname

func (x *WebFeatures) GetQueryVname() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQuickRepliesQuery

func (x *WebFeatures) GetQuickRepliesQuery() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickers

func (x *WebFeatures) GetRecentStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickersV2

func (x *WebFeatures) GetRecentStickersV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickersV3

func (x *WebFeatures) GetRecentStickersV3() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSettingsSync

func (x *WebFeatures) GetSettingsSync() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStarredStickers

func (x *WebFeatures) GetStarredStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStatusRanking

func (x *WebFeatures) GetStatusRanking() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStickerPackQuery

func (x *WebFeatures) GetStickerPackQuery() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSupport

func (x *WebFeatures) GetSupport() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetTemplateMessage

func (x *WebFeatures) GetTemplateMessage() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetTemplateMessageInteractivity

func (x *WebFeatures) GetTemplateMessageInteractivity() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetThirdPartyStickers

func (x *WebFeatures) GetThirdPartyStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetUserNotice

func (x *WebFeatures) GetUserNotice() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVideoPlaybackUrl

func (x *WebFeatures) GetVideoPlaybackUrl() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVnameV2

func (x *WebFeatures) GetVnameV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipGroupCall

func (x *WebFeatures) GetVoipGroupCall() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualIncoming

func (x *WebFeatures) GetVoipIndividualIncoming() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualOutgoing

func (x *WebFeatures) GetVoipIndividualOutgoing() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualVideo

func (x *WebFeatures) GetVoipIndividualVideo() WebFeatures_WebFeaturesFlag

func (*WebFeatures) ProtoMessage

func (*WebFeatures) ProtoMessage()

func (*WebFeatures) ProtoReflect

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

func (*WebFeatures) Reset

func (x *WebFeatures) Reset()

func (*WebFeatures) String

func (x *WebFeatures) String() string

type WebFeatures_WebFeaturesFlag

type WebFeatures_WebFeaturesFlag int32
const (
	WebFeatures_NOT_STARTED   WebFeatures_WebFeaturesFlag = 0
	WebFeatures_FORCE_UPGRADE WebFeatures_WebFeaturesFlag = 1
	WebFeatures_DEVELOPMENT   WebFeatures_WebFeaturesFlag = 2
	WebFeatures_PRODUCTION    WebFeatures_WebFeaturesFlag = 3
)

func (WebFeatures_WebFeaturesFlag) Descriptor

func (WebFeatures_WebFeaturesFlag) Enum

func (WebFeatures_WebFeaturesFlag) EnumDescriptor deprecated

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

Deprecated: Use WebFeatures_WebFeaturesFlag.Descriptor instead.

func (WebFeatures_WebFeaturesFlag) Number

func (WebFeatures_WebFeaturesFlag) String

func (WebFeatures_WebFeaturesFlag) Type

func (*WebFeatures_WebFeaturesFlag) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebInfo

type WebInfo struct {
	RefToken       *string                        `protobuf:"bytes,1,opt,name=refToken" json:"refToken,omitempty"`
	Version        *string                        `protobuf:"bytes,2,opt,name=version" json:"version,omitempty"`
	WebdPayload    *WebdPayload                   `protobuf:"bytes,3,opt,name=webdPayload" json:"webdPayload,omitempty"`
	WebSubPlatform *WebInfo_WebInfoWebSubPlatform `protobuf:"varint,4,opt,name=webSubPlatform,enum=proto.WebInfo_WebInfoWebSubPlatform" json:"webSubPlatform,omitempty"`
	// contains filtered or unexported fields
}

func (*WebInfo) Descriptor deprecated

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

Deprecated: Use WebInfo.ProtoReflect.Descriptor instead.

func (*WebInfo) GetRefToken

func (x *WebInfo) GetRefToken() string

func (*WebInfo) GetVersion

func (x *WebInfo) GetVersion() string

func (*WebInfo) GetWebSubPlatform

func (x *WebInfo) GetWebSubPlatform() WebInfo_WebInfoWebSubPlatform

func (*WebInfo) GetWebdPayload

func (x *WebInfo) GetWebdPayload() *WebdPayload

func (*WebInfo) ProtoMessage

func (*WebInfo) ProtoMessage()

func (*WebInfo) ProtoReflect

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

func (*WebInfo) Reset

func (x *WebInfo) Reset()

func (*WebInfo) String

func (x *WebInfo) String() string

type WebInfo_WebInfoWebSubPlatform

type WebInfo_WebInfoWebSubPlatform int32
const (
	WebInfo_WEB_BROWSER WebInfo_WebInfoWebSubPlatform = 0
	WebInfo_APP_STORE   WebInfo_WebInfoWebSubPlatform = 1
	WebInfo_WIN_STORE   WebInfo_WebInfoWebSubPlatform = 2
	WebInfo_DARWIN      WebInfo_WebInfoWebSubPlatform = 3
	WebInfo_WIN32       WebInfo_WebInfoWebSubPlatform = 4
)

func (WebInfo_WebInfoWebSubPlatform) Descriptor

func (WebInfo_WebInfoWebSubPlatform) Enum

func (WebInfo_WebInfoWebSubPlatform) EnumDescriptor deprecated

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

Deprecated: Use WebInfo_WebInfoWebSubPlatform.Descriptor instead.

func (WebInfo_WebInfoWebSubPlatform) Number

func (WebInfo_WebInfoWebSubPlatform) String

func (WebInfo_WebInfoWebSubPlatform) Type

func (*WebInfo_WebInfoWebSubPlatform) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo

type WebMessageInfo struct {
	Key                     *MessageKey                                    `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Message                 *Message                                       `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	MessageTimestamp        *uint64                                        `protobuf:"varint,3,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"`
	Status                  *WebMessageInfo_WebMessageInfoStatus           `protobuf:"varint,4,opt,name=status,enum=proto.WebMessageInfo_WebMessageInfoStatus" json:"status,omitempty"`
	Participant             *string                                        `protobuf:"bytes,5,opt,name=participant" json:"participant,omitempty"`
	MessageC2STimestamp     *uint64                                        `protobuf:"varint,6,opt,name=messageC2STimestamp" json:"messageC2STimestamp,omitempty"`
	Ignore                  *bool                                          `protobuf:"varint,16,opt,name=ignore" json:"ignore,omitempty"`
	Starred                 *bool                                          `protobuf:"varint,17,opt,name=starred" json:"starred,omitempty"`
	Broadcast               *bool                                          `protobuf:"varint,18,opt,name=broadcast" json:"broadcast,omitempty"`
	PushName                *string                                        `protobuf:"bytes,19,opt,name=pushName" json:"pushName,omitempty"`
	MediaCiphertextSha256   []byte                                         `protobuf:"bytes,20,opt,name=mediaCiphertextSha256" json:"mediaCiphertextSha256,omitempty"`
	Multicast               *bool                                          `protobuf:"varint,21,opt,name=multicast" json:"multicast,omitempty"`
	UrlText                 *bool                                          `protobuf:"varint,22,opt,name=urlText" json:"urlText,omitempty"`
	UrlNumber               *bool                                          `protobuf:"varint,23,opt,name=urlNumber" json:"urlNumber,omitempty"`
	MessageStubType         *WebMessageInfo_WebMessageInfoStubType         `` /* 127-byte string literal not displayed */
	ClearMedia              *bool                                          `protobuf:"varint,25,opt,name=clearMedia" json:"clearMedia,omitempty"`
	MessageStubParameters   []string                                       `protobuf:"bytes,26,rep,name=messageStubParameters" json:"messageStubParameters,omitempty"`
	Duration                *uint32                                        `protobuf:"varint,27,opt,name=duration" json:"duration,omitempty"`
	Labels                  []string                                       `protobuf:"bytes,28,rep,name=labels" json:"labels,omitempty"`
	PaymentInfo             *PaymentInfo                                   `protobuf:"bytes,29,opt,name=paymentInfo" json:"paymentInfo,omitempty"`
	FinalLiveLocation       *LiveLocationMessage                           `protobuf:"bytes,30,opt,name=finalLiveLocation" json:"finalLiveLocation,omitempty"`
	QuotedPaymentInfo       *PaymentInfo                                   `protobuf:"bytes,31,opt,name=quotedPaymentInfo" json:"quotedPaymentInfo,omitempty"`
	EphemeralStartTimestamp *uint64                                        `protobuf:"varint,32,opt,name=ephemeralStartTimestamp" json:"ephemeralStartTimestamp,omitempty"`
	EphemeralDuration       *uint32                                        `protobuf:"varint,33,opt,name=ephemeralDuration" json:"ephemeralDuration,omitempty"`
	EphemeralOffToOn        *bool                                          `protobuf:"varint,34,opt,name=ephemeralOffToOn" json:"ephemeralOffToOn,omitempty"`
	EphemeralOutOfSync      *bool                                          `protobuf:"varint,35,opt,name=ephemeralOutOfSync" json:"ephemeralOutOfSync,omitempty"`
	BizPrivacyStatus        *WebMessageInfo_WebMessageInfoBizPrivacyStatus `` /* 137-byte string literal not displayed */
	VerifiedBizName         *string                                        `protobuf:"bytes,37,opt,name=verifiedBizName" json:"verifiedBizName,omitempty"`
	MediaData               *MediaData                                     `protobuf:"bytes,38,opt,name=mediaData" json:"mediaData,omitempty"`
	PhotoChange             *PhotoChange                                   `protobuf:"bytes,39,opt,name=photoChange" json:"photoChange,omitempty"`
	// contains filtered or unexported fields
}

func (*WebMessageInfo) Descriptor deprecated

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

Deprecated: Use WebMessageInfo.ProtoReflect.Descriptor instead.

func (*WebMessageInfo) GetBizPrivacyStatus

func (*WebMessageInfo) GetBroadcast

func (x *WebMessageInfo) GetBroadcast() bool

func (*WebMessageInfo) GetClearMedia

func (x *WebMessageInfo) GetClearMedia() bool

func (*WebMessageInfo) GetDuration

func (x *WebMessageInfo) GetDuration() uint32

func (*WebMessageInfo) GetEphemeralDuration

func (x *WebMessageInfo) GetEphemeralDuration() uint32

func (*WebMessageInfo) GetEphemeralOffToOn

func (x *WebMessageInfo) GetEphemeralOffToOn() bool

func (*WebMessageInfo) GetEphemeralOutOfSync

func (x *WebMessageInfo) GetEphemeralOutOfSync() bool

func (*WebMessageInfo) GetEphemeralStartTimestamp

func (x *WebMessageInfo) GetEphemeralStartTimestamp() uint64

func (*WebMessageInfo) GetFinalLiveLocation

func (x *WebMessageInfo) GetFinalLiveLocation() *LiveLocationMessage

func (*WebMessageInfo) GetIgnore

func (x *WebMessageInfo) GetIgnore() bool

func (*WebMessageInfo) GetKey

func (x *WebMessageInfo) GetKey() *MessageKey

func (*WebMessageInfo) GetLabels

func (x *WebMessageInfo) GetLabels() []string

func (*WebMessageInfo) GetMediaCiphertextSha256

func (x *WebMessageInfo) GetMediaCiphertextSha256() []byte

func (*WebMessageInfo) GetMediaData

func (x *WebMessageInfo) GetMediaData() *MediaData

func (*WebMessageInfo) GetMessage

func (x *WebMessageInfo) GetMessage() *Message

func (*WebMessageInfo) GetMessageC2STimestamp

func (x *WebMessageInfo) GetMessageC2STimestamp() uint64

func (*WebMessageInfo) GetMessageStubParameters

func (x *WebMessageInfo) GetMessageStubParameters() []string

func (*WebMessageInfo) GetMessageStubType

func (x *WebMessageInfo) GetMessageStubType() WebMessageInfo_WebMessageInfoStubType

func (*WebMessageInfo) GetMessageTimestamp

func (x *WebMessageInfo) GetMessageTimestamp() uint64

func (*WebMessageInfo) GetMulticast

func (x *WebMessageInfo) GetMulticast() bool

func (*WebMessageInfo) GetParticipant

func (x *WebMessageInfo) GetParticipant() string

func (*WebMessageInfo) GetPaymentInfo

func (x *WebMessageInfo) GetPaymentInfo() *PaymentInfo

func (*WebMessageInfo) GetPhotoChange

func (x *WebMessageInfo) GetPhotoChange() *PhotoChange

func (*WebMessageInfo) GetPushName

func (x *WebMessageInfo) GetPushName() string

func (*WebMessageInfo) GetQuotedPaymentInfo

func (x *WebMessageInfo) GetQuotedPaymentInfo() *PaymentInfo

func (*WebMessageInfo) GetStarred

func (x *WebMessageInfo) GetStarred() bool

func (*WebMessageInfo) GetStatus

func (*WebMessageInfo) GetUrlNumber

func (x *WebMessageInfo) GetUrlNumber() bool

func (*WebMessageInfo) GetUrlText

func (x *WebMessageInfo) GetUrlText() bool

func (*WebMessageInfo) GetVerifiedBizName

func (x *WebMessageInfo) GetVerifiedBizName() string

func (*WebMessageInfo) ProtoMessage

func (*WebMessageInfo) ProtoMessage()

func (*WebMessageInfo) ProtoReflect

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

func (*WebMessageInfo) Reset

func (x *WebMessageInfo) Reset()

func (*WebMessageInfo) String

func (x *WebMessageInfo) String() string

type WebMessageInfo_WebMessageInfoBizPrivacyStatus

type WebMessageInfo_WebMessageInfoBizPrivacyStatus int32

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Descriptor

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Enum

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoBizPrivacyStatus.Descriptor instead.

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Number

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) String

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Type

func (*WebMessageInfo_WebMessageInfoBizPrivacyStatus) UnmarshalJSON deprecated

Deprecated: Do not use.

type WebMessageInfo_WebMessageInfoStatus

type WebMessageInfo_WebMessageInfoStatus int32
const (
	WebMessageInfo_ERROR        WebMessageInfo_WebMessageInfoStatus = 0
	WebMessageInfo_PENDING      WebMessageInfo_WebMessageInfoStatus = 1
	WebMessageInfo_SERVER_ACK   WebMessageInfo_WebMessageInfoStatus = 2
	WebMessageInfo_DELIVERY_ACK WebMessageInfo_WebMessageInfoStatus = 3
	WebMessageInfo_READ         WebMessageInfo_WebMessageInfoStatus = 4
	WebMessageInfo_PLAYED       WebMessageInfo_WebMessageInfoStatus = 5
)

func (WebMessageInfo_WebMessageInfoStatus) Descriptor

func (WebMessageInfo_WebMessageInfoStatus) Enum

func (WebMessageInfo_WebMessageInfoStatus) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoStatus.Descriptor instead.

func (WebMessageInfo_WebMessageInfoStatus) Number

func (WebMessageInfo_WebMessageInfoStatus) String

func (WebMessageInfo_WebMessageInfoStatus) Type

func (*WebMessageInfo_WebMessageInfoStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo_WebMessageInfoStubType

type WebMessageInfo_WebMessageInfoStubType int32
const (
	WebMessageInfo_UNKNOWN                                                  WebMessageInfo_WebMessageInfoStubType = 0
	WebMessageInfo_REVOKE                                                   WebMessageInfo_WebMessageInfoStubType = 1
	WebMessageInfo_CIPHERTEXT                                               WebMessageInfo_WebMessageInfoStubType = 2
	WebMessageInfo_FUTUREPROOF                                              WebMessageInfo_WebMessageInfoStubType = 3
	WebMessageInfo_NON_VERIFIED_TRANSITION                                  WebMessageInfo_WebMessageInfoStubType = 4
	WebMessageInfo_UNVERIFIED_TRANSITION                                    WebMessageInfo_WebMessageInfoStubType = 5
	WebMessageInfo_VERIFIED_TRANSITION                                      WebMessageInfo_WebMessageInfoStubType = 6
	WebMessageInfo_VERIFIED_LOW_UNKNOWN                                     WebMessageInfo_WebMessageInfoStubType = 7
	WebMessageInfo_VERIFIED_HIGH                                            WebMessageInfo_WebMessageInfoStubType = 8
	WebMessageInfo_VERIFIED_INITIAL_UNKNOWN                                 WebMessageInfo_WebMessageInfoStubType = 9
	WebMessageInfo_VERIFIED_INITIAL_LOW                                     WebMessageInfo_WebMessageInfoStubType = 10
	WebMessageInfo_VERIFIED_INITIAL_HIGH                                    WebMessageInfo_WebMessageInfoStubType = 11
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_NONE                          WebMessageInfo_WebMessageInfoStubType = 12
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_HIGH                          WebMessageInfo_WebMessageInfoStubType = 13
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_LOW                          WebMessageInfo_WebMessageInfoStubType = 14
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_UNKNOWN                      WebMessageInfo_WebMessageInfoStubType = 15
	WebMessageInfo_VERIFIED_TRANSITION_UNKNOWN_TO_LOW                       WebMessageInfo_WebMessageInfoStubType = 16
	WebMessageInfo_VERIFIED_TRANSITION_LOW_TO_UNKNOWN                       WebMessageInfo_WebMessageInfoStubType = 17
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_LOW                          WebMessageInfo_WebMessageInfoStubType = 18
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_UNKNOWN                      WebMessageInfo_WebMessageInfoStubType = 19
	WebMessageInfo_GROUP_CREATE                                             WebMessageInfo_WebMessageInfoStubType = 20
	WebMessageInfo_GROUP_CHANGE_SUBJECT                                     WebMessageInfo_WebMessageInfoStubType = 21
	WebMessageInfo_GROUP_CHANGE_ICON                                        WebMessageInfo_WebMessageInfoStubType = 22
	WebMessageInfo_GROUP_CHANGE_INVITE_LINK                                 WebMessageInfo_WebMessageInfoStubType = 23
	WebMessageInfo_GROUP_CHANGE_DESCRIPTION                                 WebMessageInfo_WebMessageInfoStubType = 24
	WebMessageInfo_GROUP_CHANGE_RESTRICT                                    WebMessageInfo_WebMessageInfoStubType = 25
	WebMessageInfo_GROUP_CHANGE_ANNOUNCE                                    WebMessageInfo_WebMessageInfoStubType = 26
	WebMessageInfo_GROUP_PARTICIPANT_ADD                                    WebMessageInfo_WebMessageInfoStubType = 27
	WebMessageInfo_GROUP_PARTICIPANT_REMOVE                                 WebMessageInfo_WebMessageInfoStubType = 28
	WebMessageInfo_GROUP_PARTICIPANT_PROMOTE                                WebMessageInfo_WebMessageInfoStubType = 29
	WebMessageInfo_GROUP_PARTICIPANT_DEMOTE                                 WebMessageInfo_WebMessageInfoStubType = 30
	WebMessageInfo_GROUP_PARTICIPANT_INVITE                                 WebMessageInfo_WebMessageInfoStubType = 31
	WebMessageInfo_GROUP_PARTICIPANT_LEAVE                                  WebMessageInfo_WebMessageInfoStubType = 32
	WebMessageInfo_GROUP_PARTICIPANT_CHANGE_NUMBER                          WebMessageInfo_WebMessageInfoStubType = 33
	WebMessageInfo_BROADCAST_CREATE                                         WebMessageInfo_WebMessageInfoStubType = 34
	WebMessageInfo_BROADCAST_ADD                                            WebMessageInfo_WebMessageInfoStubType = 35
	WebMessageInfo_BROADCAST_REMOVE                                         WebMessageInfo_WebMessageInfoStubType = 36
	WebMessageInfo_GENERIC_NOTIFICATION                                     WebMessageInfo_WebMessageInfoStubType = 37
	WebMessageInfo_E2E_IDENTITY_CHANGED                                     WebMessageInfo_WebMessageInfoStubType = 38
	WebMessageInfo_E2E_ENCRYPTED                                            WebMessageInfo_WebMessageInfoStubType = 39
	WebMessageInfo_CALL_MISSED_VOICE                                        WebMessageInfo_WebMessageInfoStubType = 40
	WebMessageInfo_CALL_MISSED_VIDEO                                        WebMessageInfo_WebMessageInfoStubType = 41
	WebMessageInfo_INDIVIDUAL_CHANGE_NUMBER                                 WebMessageInfo_WebMessageInfoStubType = 42
	WebMessageInfo_GROUP_DELETE                                             WebMessageInfo_WebMessageInfoStubType = 43
	WebMessageInfo_GROUP_ANNOUNCE_MODE_MESSAGE_BOUNCE                       WebMessageInfo_WebMessageInfoStubType = 44
	WebMessageInfo_CALL_MISSED_GROUP_VOICE                                  WebMessageInfo_WebMessageInfoStubType = 45
	WebMessageInfo_CALL_MISSED_GROUP_VIDEO                                  WebMessageInfo_WebMessageInfoStubType = 46
	WebMessageInfo_PAYMENT_CIPHERTEXT                                       WebMessageInfo_WebMessageInfoStubType = 47
	WebMessageInfo_PAYMENT_FUTUREPROOF                                      WebMessageInfo_WebMessageInfoStubType = 48
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_FAILED                 WebMessageInfo_WebMessageInfoStubType = 49
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_REFUNDED               WebMessageInfo_WebMessageInfoStubType = 50
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_REFUND_FAILED          WebMessageInfo_WebMessageInfoStubType = 51
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_RECEIVER_PENDING_SETUP        WebMessageInfo_WebMessageInfoStubType = 52
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_RECEIVER_SUCCESS_AFTER_HICCUP WebMessageInfo_WebMessageInfoStubType = 53
	WebMessageInfo_PAYMENT_ACTION_ACCOUNT_SETUP_REMINDER                    WebMessageInfo_WebMessageInfoStubType = 54
	WebMessageInfo_PAYMENT_ACTION_SEND_PAYMENT_REMINDER                     WebMessageInfo_WebMessageInfoStubType = 55
	WebMessageInfo_PAYMENT_ACTION_SEND_PAYMENT_INVITATION                   WebMessageInfo_WebMessageInfoStubType = 56
	WebMessageInfo_PAYMENT_ACTION_REQUEST_DECLINED                          WebMessageInfo_WebMessageInfoStubType = 57
	WebMessageInfo_PAYMENT_ACTION_REQUEST_EXPIRED                           WebMessageInfo_WebMessageInfoStubType = 58
	WebMessageInfo_PAYMENT_ACTION_REQUEST_CANCELLED                         WebMessageInfo_WebMessageInfoStubType = 59
	WebMessageInfo_BIZ_VERIFIED_TRANSITION_TOP_TO_BOTTOM                    WebMessageInfo_WebMessageInfoStubType = 60
	WebMessageInfo_BIZ_VERIFIED_TRANSITION_BOTTOM_TO_TOP                    WebMessageInfo_WebMessageInfoStubType = 61
	WebMessageInfo_BIZ_INTRO_TOP                                            WebMessageInfo_WebMessageInfoStubType = 62
	WebMessageInfo_BIZ_INTRO_BOTTOM                                         WebMessageInfo_WebMessageInfoStubType = 63
	WebMessageInfo_BIZ_NAME_CHANGE                                          WebMessageInfo_WebMessageInfoStubType = 64
	WebMessageInfo_BIZ_MOVE_TO_CONSUMER_APP                                 WebMessageInfo_WebMessageInfoStubType = 65
	WebMessageInfo_BIZ_TWO_TIER_MIGRATION_TOP                               WebMessageInfo_WebMessageInfoStubType = 66
	WebMessageInfo_BIZ_TWO_TIER_MIGRATION_BOTTOM                            WebMessageInfo_WebMessageInfoStubType = 67
	WebMessageInfo_OVERSIZED                                                WebMessageInfo_WebMessageInfoStubType = 68
	WebMessageInfo_GROUP_CHANGE_NO_FREQUENTLY_FORWARDED                     WebMessageInfo_WebMessageInfoStubType = 69
	WebMessageInfo_GROUP_V4_ADD_INVITE_SENT                                 WebMessageInfo_WebMessageInfoStubType = 70
	WebMessageInfo_GROUP_PARTICIPANT_ADD_REQUEST_JOIN                       WebMessageInfo_WebMessageInfoStubType = 71
	WebMessageInfo_CHANGE_EPHEMERAL_SETTING                                 WebMessageInfo_WebMessageInfoStubType = 72
	WebMessageInfo_E2E_DEVICE_CHANGED                                       WebMessageInfo_WebMessageInfoStubType = 73
	WebMessageInfo_VIEWED_ONCE                                              WebMessageInfo_WebMessageInfoStubType = 74
	WebMessageInfo_E2E_ENCRYPTED_NOW                                        WebMessageInfo_WebMessageInfoStubType = 75
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_BSP_PREMISE                           WebMessageInfo_WebMessageInfoStubType = 76
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_SELF_FB                               WebMessageInfo_WebMessageInfoStubType = 77
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_SELF_PREMISE                          WebMessageInfo_WebMessageInfoStubType = 78
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED                               WebMessageInfo_WebMessageInfoStubType = 79
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_SELF_PREMISE_VERIFIED      WebMessageInfo_WebMessageInfoStubType = 80
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED                                 WebMessageInfo_WebMessageInfoStubType = 81
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_SELF_PREMISE_UNVERIFIED      WebMessageInfo_WebMessageInfoStubType = 82
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_TO_SELF_PREMISE                     WebMessageInfo_WebMessageInfoStubType = 83
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_UNVERIFIED                          WebMessageInfo_WebMessageInfoStubType = 84
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_UNVERIFIED_TO_SELF_PREMISE_VERIFIED WebMessageInfo_WebMessageInfoStubType = 85
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_VERIFIED                            WebMessageInfo_WebMessageInfoStubType = 86
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_VERIFIED_TO_SELF_PREMISE_UNVERIFIED WebMessageInfo_WebMessageInfoStubType = 87
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_BSP_FB_UNVERIFIED                   WebMessageInfo_WebMessageInfoStubType = 88
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_BSP_PREMISE_UNVERIFIED              WebMessageInfo_WebMessageInfoStubType = 89
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_SELF_FB_UNVERIFIED                  WebMessageInfo_WebMessageInfoStubType = 90
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_SELF_PREMISE_UNVERIFIED             WebMessageInfo_WebMessageInfoStubType = 91
	WebMessageInfo_BLUE_MSG_SELF_FB_TO_BSP_PREMISE                          WebMessageInfo_WebMessageInfoStubType = 92
	WebMessageInfo_BLUE_MSG_SELF_FB_TO_SELF_PREMISE                         WebMessageInfo_WebMessageInfoStubType = 93
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED                              WebMessageInfo_WebMessageInfoStubType = 94
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED_TO_SELF_PREMISE_VERIFIED     WebMessageInfo_WebMessageInfoStubType = 95
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED                                WebMessageInfo_WebMessageInfoStubType = 96
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED_TO_SELF_PREMISE_UNVERIFIED     WebMessageInfo_WebMessageInfoStubType = 97
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_TO_BSP_PREMISE                     WebMessageInfo_WebMessageInfoStubType = 98
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_UNVERIFIED                         WebMessageInfo_WebMessageInfoStubType = 99
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_VERIFIED                           WebMessageInfo_WebMessageInfoStubType = 100
	WebMessageInfo_BLUE_MSG_TO_BSP_FB                                       WebMessageInfo_WebMessageInfoStubType = 101
	WebMessageInfo_BLUE_MSG_TO_CONSUMER                                     WebMessageInfo_WebMessageInfoStubType = 102
	WebMessageInfo_BLUE_MSG_TO_SELF_FB                                      WebMessageInfo_WebMessageInfoStubType = 103
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_BSP_FB_VERIFIED                   WebMessageInfo_WebMessageInfoStubType = 104
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_BSP_PREMISE_VERIFIED              WebMessageInfo_WebMessageInfoStubType = 105
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_SELF_FB_VERIFIED                  WebMessageInfo_WebMessageInfoStubType = 106
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_VERIFIED                          WebMessageInfo_WebMessageInfoStubType = 107
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_BSP_FB_UNVERIFIED                   WebMessageInfo_WebMessageInfoStubType = 108
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_BSP_PREMISE_UNVERIFIED              WebMessageInfo_WebMessageInfoStubType = 109
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_SELF_FB_UNVERIFIED                  WebMessageInfo_WebMessageInfoStubType = 110
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_UNVERIFIED                          WebMessageInfo_WebMessageInfoStubType = 111
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_BSP_PREMISE_VERIFIED       WebMessageInfo_WebMessageInfoStubType = 112
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_SELF_FB_VERIFIED           WebMessageInfo_WebMessageInfoStubType = 113
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_BSP_PREMISE_UNVERIFIED       WebMessageInfo_WebMessageInfoStubType = 114
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_SELF_FB_UNVERIFIED           WebMessageInfo_WebMessageInfoStubType = 115
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED_TO_BSP_PREMISE_VERIFIED      WebMessageInfo_WebMessageInfoStubType = 116
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED_TO_BSP_PREMISE_UNVERIFIED      WebMessageInfo_WebMessageInfoStubType = 117
	WebMessageInfo_E2E_IDENTITY_UNAVAILABLE                                 WebMessageInfo_WebMessageInfoStubType = 118
	WebMessageInfo_GROUP_CREATING                                           WebMessageInfo_WebMessageInfoStubType = 119
	WebMessageInfo_GROUP_CREATE_FAILED                                      WebMessageInfo_WebMessageInfoStubType = 120
	WebMessageInfo_GROUP_BOUNCED                                            WebMessageInfo_WebMessageInfoStubType = 121
	WebMessageInfo_BLOCK_CONTACT                                            WebMessageInfo_WebMessageInfoStubType = 122
	WebMessageInfo_EPHEMERAL_SETTING_NOT_APPLIED                            WebMessageInfo_WebMessageInfoStubType = 123
	WebMessageInfo_SYNC_FAILED                                              WebMessageInfo_WebMessageInfoStubType = 124
	WebMessageInfo_SYNCING                                                  WebMessageInfo_WebMessageInfoStubType = 125
	WebMessageInfo_BIZ_PRIVACY_MODE_INIT_FB                                 WebMessageInfo_WebMessageInfoStubType = 126
	WebMessageInfo_BIZ_PRIVACY_MODE_INIT_BSP                                WebMessageInfo_WebMessageInfoStubType = 127
	WebMessageInfo_BIZ_PRIVACY_MODE_TO_FB                                   WebMessageInfo_WebMessageInfoStubType = 128
	WebMessageInfo_BIZ_PRIVACY_MODE_TO_BSP                                  WebMessageInfo_WebMessageInfoStubType = 129
)

func (WebMessageInfo_WebMessageInfoStubType) Descriptor

func (WebMessageInfo_WebMessageInfoStubType) Enum

func (WebMessageInfo_WebMessageInfoStubType) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoStubType.Descriptor instead.

func (WebMessageInfo_WebMessageInfoStubType) Number

func (WebMessageInfo_WebMessageInfoStubType) String

func (WebMessageInfo_WebMessageInfoStubType) Type

func (*WebMessageInfo_WebMessageInfoStubType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebNotificationsInfo

type WebNotificationsInfo struct {
	Timestamp          *uint64           `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	UnreadChats        *uint32           `protobuf:"varint,3,opt,name=unreadChats" json:"unreadChats,omitempty"`
	NotifyMessageCount *uint32           `protobuf:"varint,4,opt,name=notifyMessageCount" json:"notifyMessageCount,omitempty"`
	NotifyMessages     []*WebMessageInfo `protobuf:"bytes,5,rep,name=notifyMessages" json:"notifyMessages,omitempty"`
	// contains filtered or unexported fields
}

func (*WebNotificationsInfo) Descriptor deprecated

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

Deprecated: Use WebNotificationsInfo.ProtoReflect.Descriptor instead.

func (*WebNotificationsInfo) GetNotifyMessageCount

func (x *WebNotificationsInfo) GetNotifyMessageCount() uint32

func (*WebNotificationsInfo) GetNotifyMessages

func (x *WebNotificationsInfo) GetNotifyMessages() []*WebMessageInfo

func (*WebNotificationsInfo) GetTimestamp

func (x *WebNotificationsInfo) GetTimestamp() uint64

func (*WebNotificationsInfo) GetUnreadChats

func (x *WebNotificationsInfo) GetUnreadChats() uint32

func (*WebNotificationsInfo) ProtoMessage

func (*WebNotificationsInfo) ProtoMessage()

func (*WebNotificationsInfo) ProtoReflect

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

func (*WebNotificationsInfo) Reset

func (x *WebNotificationsInfo) Reset()

func (*WebNotificationsInfo) String

func (x *WebNotificationsInfo) String() string

type WebdPayload

type WebdPayload struct {
	UsesParticipantInKey     *bool   `protobuf:"varint,1,opt,name=usesParticipantInKey" json:"usesParticipantInKey,omitempty"`
	SupportsStarredMessages  *bool   `protobuf:"varint,2,opt,name=supportsStarredMessages" json:"supportsStarredMessages,omitempty"`
	SupportsDocumentMessages *bool   `protobuf:"varint,3,opt,name=supportsDocumentMessages" json:"supportsDocumentMessages,omitempty"`
	SupportsUrlMessages      *bool   `protobuf:"varint,4,opt,name=supportsUrlMessages" json:"supportsUrlMessages,omitempty"`
	SupportsMediaRetry       *bool   `protobuf:"varint,5,opt,name=supportsMediaRetry" json:"supportsMediaRetry,omitempty"`
	SupportsE2EImage         *bool   `protobuf:"varint,6,opt,name=supportsE2EImage" json:"supportsE2EImage,omitempty"`
	SupportsE2EVideo         *bool   `protobuf:"varint,7,opt,name=supportsE2EVideo" json:"supportsE2EVideo,omitempty"`
	SupportsE2EAudio         *bool   `protobuf:"varint,8,opt,name=supportsE2EAudio" json:"supportsE2EAudio,omitempty"`
	SupportsE2EDocument      *bool   `protobuf:"varint,9,opt,name=supportsE2EDocument" json:"supportsE2EDocument,omitempty"`
	DocumentTypes            *string `protobuf:"bytes,10,opt,name=documentTypes" json:"documentTypes,omitempty"`
	Features                 []byte  `protobuf:"bytes,11,opt,name=features" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*WebdPayload) Descriptor deprecated

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

Deprecated: Use WebdPayload.ProtoReflect.Descriptor instead.

func (*WebdPayload) GetDocumentTypes

func (x *WebdPayload) GetDocumentTypes() string

func (*WebdPayload) GetFeatures

func (x *WebdPayload) GetFeatures() []byte

func (*WebdPayload) GetSupportsDocumentMessages

func (x *WebdPayload) GetSupportsDocumentMessages() bool

func (*WebdPayload) GetSupportsE2EAudio

func (x *WebdPayload) GetSupportsE2EAudio() bool

func (*WebdPayload) GetSupportsE2EDocument

func (x *WebdPayload) GetSupportsE2EDocument() bool

func (*WebdPayload) GetSupportsE2EImage

func (x *WebdPayload) GetSupportsE2EImage() bool

func (*WebdPayload) GetSupportsE2EVideo

func (x *WebdPayload) GetSupportsE2EVideo() bool

func (*WebdPayload) GetSupportsMediaRetry

func (x *WebdPayload) GetSupportsMediaRetry() bool

func (*WebdPayload) GetSupportsStarredMessages

func (x *WebdPayload) GetSupportsStarredMessages() bool

func (*WebdPayload) GetSupportsUrlMessages

func (x *WebdPayload) GetSupportsUrlMessages() bool

func (*WebdPayload) GetUsesParticipantInKey

func (x *WebdPayload) GetUsesParticipantInKey() bool

func (*WebdPayload) ProtoMessage

func (*WebdPayload) ProtoMessage()

func (*WebdPayload) ProtoReflect

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

func (*WebdPayload) Reset

func (x *WebdPayload) Reset()

func (*WebdPayload) String

func (x *WebdPayload) String() string

Jump to

Keyboard shortcuts

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