proto

package
v0.0.0-...-681a319 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package proto contains the compiled protobuf structs from WhatsApp's protobuf schema.

Index

Constants

This section is empty.

Variables

View Source
var (
	ADVEncryptionType_name = map[int32]string{
		0: "E2EE",
		1: "HOSTED",
	}
	ADVEncryptionType_value = map[string]int32{
		"E2EE":   0,
		"HOSTED": 1,
	}
)

Enum value maps for ADVEncryptionType.

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

Enum value maps for KeepType.

View Source
var (
	PeerDataOperationRequestType_name = map[int32]string{
		0: "UPLOAD_STICKER",
		1: "SEND_RECENT_STICKER_BOOTSTRAP",
		2: "GENERATE_LINK_PREVIEW",
		3: "HISTORY_SYNC_ON_DEMAND",
		4: "PLACEHOLDER_MESSAGE_RESEND",
	}
	PeerDataOperationRequestType_value = map[string]int32{
		"UPLOAD_STICKER":                0,
		"SEND_RECENT_STICKER_BOOTSTRAP": 1,
		"GENERATE_LINK_PREVIEW":         2,
		"HISTORY_SYNC_ON_DEMAND":        3,
		"PLACEHOLDER_MESSAGE_RESEND":    4,
	}
)

Enum value maps for PeerDataOperationRequestType.

View Source
var (
	MediaVisibility_name = map[int32]string{
		0: "DEFAULT",
		1: "OFF",
		2: "ON",
	}
	MediaVisibility_value = map[string]int32{
		"DEFAULT": 0,
		"OFF":     1,
		"ON":      2,
	}
)

Enum value maps for MediaVisibility.

View Source
var (
	DeviceProps_PlatformType_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",
		13: "TCL_TV",
		14: "IOS_PHONE",
		15: "IOS_CATALYST",
		16: "ANDROID_PHONE",
		17: "ANDROID_AMBIGUOUS",
		18: "WEAR_OS",
		19: "AR_WRIST",
		20: "AR_DEVICE",
		21: "UWP",
		22: "VR",
	}
	DeviceProps_PlatformType_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,
		"TCL_TV":            13,
		"IOS_PHONE":         14,
		"IOS_CATALYST":      15,
		"ANDROID_PHONE":     16,
		"ANDROID_AMBIGUOUS": 17,
		"WEAR_OS":           18,
		"AR_WRIST":          19,
		"AR_DEVICE":         20,
		"UWP":               21,
		"VR":                22,
	}
)

Enum value maps for DeviceProps_PlatformType.

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

Enum value maps for InvoiceMessage_AttachmentType.

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

Enum value maps for InteractiveResponseMessage_Body_Format.

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

Enum value maps for InteractiveMessage_ShopMessage_Surface.

View Source
var (
	HistorySyncNotification_HistorySyncType_name = map[int32]string{
		0: "INITIAL_BOOTSTRAP",
		1: "INITIAL_STATUS_V3",
		2: "FULL",
		3: "RECENT",
		4: "PUSH_NAME",
		5: "NON_BLOCKING_DATA",
		6: "ON_DEMAND",
	}
	HistorySyncNotification_HistorySyncType_value = map[string]int32{
		"INITIAL_BOOTSTRAP": 0,
		"INITIAL_STATUS_V3": 1,
		"FULL":              2,
		"RECENT":            3,
		"PUSH_NAME":         4,
		"NON_BLOCKING_DATA": 5,
		"ON_DEMAND":         6,
	}
)

Enum value maps for HistorySyncNotification_HistorySyncType.

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

Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.

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

Enum value maps for HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.

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

Enum value maps for GroupInviteMessage_GroupType.

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

Enum value maps for ExtendedTextMessage_PreviewType.

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

Enum value maps for ExtendedTextMessage_InviteLinkGroupType.

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

Enum value maps for ExtendedTextMessage_FontType.

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

Enum value maps for CallLogMessage_CallType.

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

Enum value maps for CallLogMessage_CallOutcome.

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

Enum value maps for ButtonsResponseMessage_Type.

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

Enum value maps for ButtonsMessage_HeaderType.

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

Enum value maps for ButtonsMessage_Button_Type.

View Source
var (
	BotFeedbackMessage_BotFeedbackKind_name = map[int32]string{
		0: "BOT_FEEDBACK_POSITIVE",
		1: "BOT_FEEDBACK_NEGATIVE_GENERIC",
		2: "BOT_FEEDBACK_NEGATIVE_HELPFUL",
		3: "BOT_FEEDBACK_NEGATIVE_INTERESTING",
		4: "BOT_FEEDBACK_NEGATIVE_ACCURATE",
		5: "BOT_FEEDBACK_NEGATIVE_SAFE",
		6: "BOT_FEEDBACK_NEGATIVE_OTHER",
		7: "BOT_FEEDBACK_NEGATIVE_REFUSED",
		8: "BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING",
		9: "BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT",
	}
	BotFeedbackMessage_BotFeedbackKind_value = map[string]int32{
		"BOT_FEEDBACK_POSITIVE":                        0,
		"BOT_FEEDBACK_NEGATIVE_GENERIC":                1,
		"BOT_FEEDBACK_NEGATIVE_HELPFUL":                2,
		"BOT_FEEDBACK_NEGATIVE_INTERESTING":            3,
		"BOT_FEEDBACK_NEGATIVE_ACCURATE":               4,
		"BOT_FEEDBACK_NEGATIVE_SAFE":                   5,
		"BOT_FEEDBACK_NEGATIVE_OTHER":                  6,
		"BOT_FEEDBACK_NEGATIVE_REFUSED":                7,
		"BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING": 8,
		"BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT":   9,
	}
)

Enum value maps for BotFeedbackMessage_BotFeedbackKind.

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

Enum value maps for BCallMessage_MediaType.

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

Enum value maps for DisappearingMode_Trigger.

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

Enum value maps for DisappearingMode_Initiator.

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

Enum value maps for ContextInfo_ExternalAdReplyInfo_MediaType.

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

Enum value maps for ContextInfo_AdReplyInfo_MediaType.

View Source
var (
	BotPluginMetadata_SearchProvider_name = map[int32]string{
		1: "BING",
		2: "GOOGLE",
	}
	BotPluginMetadata_SearchProvider_value = map[string]int32{
		"BING":   1,
		"GOOGLE": 2,
	}
)

Enum value maps for BotPluginMetadata_SearchProvider.

View Source
var (
	BotPluginMetadata_PluginType_name = map[int32]string{
		1: "REELS",
		2: "SEARCH",
	}
	BotPluginMetadata_PluginType_value = map[string]int32{
		"REELS":  1,
		"SEARCH": 2,
	}
)

Enum value maps for BotPluginMetadata_PluginType.

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

Enum value maps for PaymentBackground_Type.

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

Enum value maps for VideoMessage_Attribution.

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

Enum value maps for ScheduledCallEditMessage_EditType.

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

Enum value maps for ScheduledCallCreationMessage_CallType.

View Source
var (
	ProtocolMessage_Type_name = map[int32]string{
		0:  "REVOKE",
		3:  "EPHEMERAL_SETTING",
		4:  "EPHEMERAL_SYNC_RESPONSE",
		5:  "HISTORY_SYNC_NOTIFICATION",
		6:  "APP_STATE_SYNC_KEY_SHARE",
		7:  "APP_STATE_SYNC_KEY_REQUEST",
		8:  "MSG_FANOUT_BACKFILL_REQUEST",
		9:  "INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC",
		10: "APP_STATE_FATAL_EXCEPTION_NOTIFICATION",
		11: "SHARE_PHONE_NUMBER",
		14: "MESSAGE_EDIT",
		16: "PEER_DATA_OPERATION_REQUEST_MESSAGE",
		17: "PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE",
		18: "REQUEST_WELCOME_MESSAGE",
		19: "BOT_FEEDBACK_MESSAGE",
	}
	ProtocolMessage_Type_value = map[string]int32{
		"REVOKE":                                       0,
		"EPHEMERAL_SETTING":                            3,
		"EPHEMERAL_SYNC_RESPONSE":                      4,
		"HISTORY_SYNC_NOTIFICATION":                    5,
		"APP_STATE_SYNC_KEY_SHARE":                     6,
		"APP_STATE_SYNC_KEY_REQUEST":                   7,
		"MSG_FANOUT_BACKFILL_REQUEST":                  8,
		"INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC":   9,
		"APP_STATE_FATAL_EXCEPTION_NOTIFICATION":       10,
		"SHARE_PHONE_NUMBER":                           11,
		"MESSAGE_EDIT":                                 14,
		"PEER_DATA_OPERATION_REQUEST_MESSAGE":          16,
		"PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE": 17,
		"REQUEST_WELCOME_MESSAGE":                      18,
		"BOT_FEEDBACK_MESSAGE":                         19,
	}
)

Enum value maps for ProtocolMessage_Type.

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

Enum value maps for PinInChatMessage_Type.

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

Enum value maps for PaymentInviteMessage_ServiceType.

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

Enum value maps for OrderMessage_OrderSurface.

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

Enum value maps for OrderMessage_OrderStatus.

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

Enum value maps for ListResponseMessage_ListType.

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

Enum value maps for ListMessage_ListType.

View Source
var (
	PastParticipant_LeaveReason_name = map[int32]string{
		0: "LEFT",
		1: "REMOVED",
	}
	PastParticipant_LeaveReason_value = map[string]int32{
		"LEFT":    0,
		"REMOVED": 1,
	}
)

Enum value maps for PastParticipant_LeaveReason.

View Source
var (
	HistorySync_HistorySyncType_name = map[int32]string{
		0: "INITIAL_BOOTSTRAP",
		1: "INITIAL_STATUS_V3",
		2: "FULL",
		3: "RECENT",
		4: "PUSH_NAME",
		5: "NON_BLOCKING_DATA",
		6: "ON_DEMAND",
	}
	HistorySync_HistorySyncType_value = map[string]int32{
		"INITIAL_BOOTSTRAP": 0,
		"INITIAL_STATUS_V3": 1,
		"FULL":              2,
		"RECENT":            3,
		"PUSH_NAME":         4,
		"NON_BLOCKING_DATA": 5,
		"ON_DEMAND":         6,
	}
)

Enum value maps for HistorySync_HistorySyncType.

View Source
var (
	HistorySync_BotAIWaitListState_name = map[int32]string{
		0: "IN_WAITLIST",
		1: "AI_AVAILABLE",
	}
	HistorySync_BotAIWaitListState_value = map[string]int32{
		"IN_WAITLIST":  0,
		"AI_AVAILABLE": 1,
	}
)

Enum value maps for HistorySync_BotAIWaitListState.

View Source
var (
	GroupParticipant_Rank_name = map[int32]string{
		0: "REGULAR",
		1: "ADMIN",
		2: "SUPERADMIN",
	}
	GroupParticipant_Rank_value = map[string]int32{
		"REGULAR":    0,
		"ADMIN":      1,
		"SUPERADMIN": 2,
	}
)

Enum value maps for GroupParticipant_Rank.

View Source
var (
	Conversation_EndOfHistoryTransferType_name = map[int32]string{
		0: "COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY",
		1: "COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY",
		2: "COMPLETE_ON_DEMAND_SYNC_BUT_MORE_MSG_REMAIN_ON_PRIMARY",
	}
	Conversation_EndOfHistoryTransferType_value = map[string]int32{
		"COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY":           0,
		"COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY":         1,
		"COMPLETE_ON_DEMAND_SYNC_BUT_MORE_MSG_REMAIN_ON_PRIMARY": 2,
	}
)

Enum value maps for Conversation_EndOfHistoryTransferType.

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

Enum value maps for MediaRetryNotification_ResultType.

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

Enum value maps for SyncdMutation_SyncdOperation.

View Source
var (
	StatusPrivacyAction_StatusDistributionMode_name = map[int32]string{
		0: "ALLOW_LIST",
		1: "DENY_LIST",
		2: "CONTACTS",
	}
	StatusPrivacyAction_StatusDistributionMode_value = map[string]int32{
		"ALLOW_LIST": 0,
		"DENY_LIST":  1,
		"CONTACTS":   2,
	}
)

Enum value maps for StatusPrivacyAction_StatusDistributionMode.

View Source
var (
	MarketingMessageAction_MarketingMessagePrototypeType_name = map[int32]string{
		0: "PERSONALIZED",
	}
	MarketingMessageAction_MarketingMessagePrototypeType_value = map[string]int32{
		"PERSONALIZED": 0,
	}
)

Enum value maps for MarketingMessageAction_MarketingMessagePrototypeType.

View Source
var (
	CallLogRecord_SilenceReason_name = map[int32]string{
		0: "NONE",
		1: "SCHEDULED",
		2: "PRIVACY",
		3: "LIGHTWEIGHT",
	}
	CallLogRecord_SilenceReason_value = map[string]int32{
		"NONE":        0,
		"SCHEDULED":   1,
		"PRIVACY":     2,
		"LIGHTWEIGHT": 3,
	}
)

Enum value maps for CallLogRecord_SilenceReason.

View Source
var (
	CallLogRecord_CallResult_name = map[int32]string{
		0:  "CONNECTED",
		1:  "REJECTED",
		2:  "CANCELLED",
		3:  "ACCEPTEDELSEWHERE",
		4:  "MISSED",
		5:  "INVALID",
		6:  "UNAVAILABLE",
		7:  "UPCOMING",
		8:  "FAILED",
		9:  "ABANDONED",
		10: "ONGOING",
	}
	CallLogRecord_CallResult_value = map[string]int32{
		"CONNECTED":         0,
		"REJECTED":          1,
		"CANCELLED":         2,
		"ACCEPTEDELSEWHERE": 3,
		"MISSED":            4,
		"INVALID":           5,
		"UNAVAILABLE":       6,
		"UPCOMING":          7,
		"FAILED":            8,
		"ABANDONED":         9,
		"ONGOING":           10,
	}
)

Enum value maps for CallLogRecord_CallResult.

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

Enum value maps for BizIdentityInfo_VerifiedLevelValue.

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

Enum value maps for BizIdentityInfo_HostStorageType.

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

Enum value maps for BizIdentityInfo_ActualActorsType.

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

Enum value maps for BizAccountLinkInfo_HostStorageType.

View Source
var (
	BizAccountLinkInfo_AccountType_name = map[int32]string{
		0: "ENTERPRISE",
	}
	BizAccountLinkInfo_AccountType_value = map[string]int32{
		"ENTERPRISE": 0,
	}
)

Enum value maps for BizAccountLinkInfo_AccountType.

View Source
var (
	ClientPayload_Product_name = map[int32]string{
		0: "WHATSAPP",
		1: "MESSENGER",
		2: "INTEROP",
		3: "INTEROP_MSGR",
	}
	ClientPayload_Product_value = map[string]int32{
		"WHATSAPP":     0,
		"MESSENGER":    1,
		"INTEROP":      2,
		"INTEROP_MSGR": 3,
	}
)

Enum value maps for ClientPayload_Product.

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

Enum value maps for ClientPayload_IOSAppExtension.

View Source
var (
	ClientPayload_ConnectType_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_ConnectType_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_ConnectType.

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

Enum value maps for ClientPayload_ConnectReason.

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

Enum value maps for ClientPayload_WebInfo_WebSubPlatform.

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

Enum value maps for ClientPayload_UserAgent_ReleaseChannel.

View Source
var (
	ClientPayload_UserAgent_Platform_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: "OCULUS_MSG",
		26: "OCULUS_CALL",
		27: "MILAN",
		28: "CAPI",
		29: "WEAROS",
		30: "ARDEVICE",
		31: "VRDEVICE",
		32: "BLUE_WEB",
		33: "IPAD",
		34: "TEST",
	}
	ClientPayload_UserAgent_Platform_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,
		"OCULUS_MSG":     25,
		"OCULUS_CALL":    26,
		"MILAN":          27,
		"CAPI":           28,
		"WEAROS":         29,
		"ARDEVICE":       30,
		"VRDEVICE":       31,
		"BLUE_WEB":       32,
		"IPAD":           33,
		"TEST":           34,
	}
)

Enum value maps for ClientPayload_UserAgent_Platform.

View Source
var (
	ClientPayload_UserAgent_DeviceType_name = map[int32]string{
		0: "PHONE",
		1: "TABLET",
		2: "DESKTOP",
		3: "WEARABLE",
		4: "VR",
	}
	ClientPayload_UserAgent_DeviceType_value = map[string]int32{
		"PHONE":    0,
		"TABLET":   1,
		"DESKTOP":  2,
		"WEARABLE": 3,
		"VR":       4,
	}
)

Enum value maps for ClientPayload_UserAgent_DeviceType.

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

Enum value maps for ClientPayload_DNSSource_DNSResolutionMethod.

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

	WebMessageInfo_StubType_value = map[string]int32{}/* 198 elements not displayed */

)

Enum value maps for WebMessageInfo_StubType.

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

Enum value maps for WebMessageInfo_Status.

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

Enum value maps for WebMessageInfo_BizPrivacyStatus.

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

Enum value maps for WebFeatures_Flag.

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

Enum value maps for PinInChat_Type.

View Source
var (
	PaymentInfo_TxnStatus_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",
		29: "REVERSAL_SUCCESS",
		30: "REVERSAL_PENDING",
		31: "REFUND_PENDING",
	}
	PaymentInfo_TxnStatus_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,
		"REVERSAL_SUCCESS":              29,
		"REVERSAL_PENDING":              30,
		"REFUND_PENDING":                31,
	}
)

Enum value maps for PaymentInfo_TxnStatus.

View Source
var (
	PaymentInfo_Status_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_Status_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_Status.

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

Enum value maps for PaymentInfo_Currency.

View Source
var (
	QP_FilterResult_name = map[int32]string{
		1: "TRUE",
		2: "FALSE",
		3: "UNKNOWN",
	}
	QP_FilterResult_value = map[string]int32{
		"TRUE":    1,
		"FALSE":   2,
		"UNKNOWN": 3,
	}
)

Enum value maps for QP_FilterResult.

View Source
var (
	QP_FilterClientNotSupportedConfig_name = map[int32]string{
		1: "PASS_BY_DEFAULT",
		2: "FAIL_BY_DEFAULT",
	}
	QP_FilterClientNotSupportedConfig_value = map[string]int32{
		"PASS_BY_DEFAULT": 1,
		"FAIL_BY_DEFAULT": 2,
	}
)

Enum value maps for QP_FilterClientNotSupportedConfig.

View Source
var (
	QP_ClauseType_name = map[int32]string{
		1: "AND",
		2: "OR",
		3: "NOR",
	}
	QP_ClauseType_value = map[string]int32{
		"AND": 1,
		"OR":  2,
		"NOR": 3,
	}
)

Enum value maps for QP_ClauseType.

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"`
	AccountType *ADVEncryptionType `protobuf:"varint,4,opt,name=accountType,enum=proto.ADVEncryptionType" json:"accountType,omitempty"`
	DeviceType  *ADVEncryptionType `protobuf:"varint,5,opt,name=deviceType,enum=proto.ADVEncryptionType" json:"deviceType,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVDeviceIdentity) Descriptor deprecated

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

Deprecated: Use ADVDeviceIdentity.ProtoReflect.Descriptor instead.

func (*ADVDeviceIdentity) GetAccountType

func (x *ADVDeviceIdentity) GetAccountType() ADVEncryptionType

func (*ADVDeviceIdentity) GetDeviceType

func (x *ADVDeviceIdentity) GetDeviceType() ADVEncryptionType

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 ADVEncryptionType

type ADVEncryptionType int32
const (
	ADVEncryptionType_E2EE   ADVEncryptionType = 0
	ADVEncryptionType_HOSTED ADVEncryptionType = 1
)

func (ADVEncryptionType) Descriptor

func (ADVEncryptionType) Enum

func (ADVEncryptionType) EnumDescriptor deprecated

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

Deprecated: Use ADVEncryptionType.Descriptor instead.

func (ADVEncryptionType) Number

func (ADVEncryptionType) String

func (x ADVEncryptionType) String() string

func (ADVEncryptionType) Type

func (*ADVEncryptionType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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"`
	AccountType  *ADVEncryptionType `protobuf:"varint,5,opt,name=accountType,enum=proto.ADVEncryptionType" json:"accountType,omitempty"`
	// contains filtered or unexported fields
}

func (*ADVKeyIndexList) Descriptor deprecated

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

Deprecated: Use ADVKeyIndexList.ProtoReflect.Descriptor instead.

func (*ADVKeyIndexList) GetAccountType

func (x *ADVKeyIndexList) GetAccountType() ADVEncryptionType

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

func (*ADVSignedDeviceIdentityHMAC) Descriptor deprecated

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

Deprecated: Use ADVSignedDeviceIdentityHMAC.ProtoReflect.Descriptor instead.

func (*ADVSignedDeviceIdentityHMAC) GetAccountType

func (x *ADVSignedDeviceIdentityHMAC) GetAccountType() ADVEncryptionType

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 ActionLink struct {
	Url         *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	ButtonTitle *string `protobuf:"bytes,2,opt,name=buttonTitle" json:"buttonTitle,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionLink) Descriptor deprecated

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

Deprecated: Use ActionLink.ProtoReflect.Descriptor instead.

func (*ActionLink) GetButtonTitle

func (x *ActionLink) GetButtonTitle() string

func (*ActionLink) GetUrl

func (x *ActionLink) GetUrl() string

func (*ActionLink) ProtoMessage

func (*ActionLink) ProtoMessage()

func (*ActionLink) ProtoReflect

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

func (*ActionLink) Reset

func (x *ActionLink) Reset()

func (*ActionLink) String

func (x *ActionLink) String() string

type AgentAction

type AgentAction struct {
	Name      *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	DeviceID  *int32  `protobuf:"varint,2,opt,name=deviceID" json:"deviceID,omitempty"`
	IsDeleted *bool   `protobuf:"varint,3,opt,name=isDeleted" json:"isDeleted,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentAction) Descriptor deprecated

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

Deprecated: Use AgentAction.ProtoReflect.Descriptor instead.

func (*AgentAction) GetDeviceID

func (x *AgentAction) GetDeviceID() int32

func (*AgentAction) GetIsDeleted

func (x *AgentAction) GetIsDeleted() bool

func (*AgentAction) GetName

func (x *AgentAction) GetName() string

func (*AgentAction) ProtoMessage

func (*AgentAction) ProtoMessage()

func (*AgentAction) ProtoReflect

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

func (*AgentAction) Reset

func (x *AgentAction) Reset()

func (*AgentAction) String

func (x *AgentAction) String() string

type AndroidUnsupportedActions

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

func (*AndroidUnsupportedActions) Descriptor deprecated

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

Deprecated: Use AndroidUnsupportedActions.ProtoReflect.Descriptor instead.

func (*AndroidUnsupportedActions) GetAllowed

func (x *AndroidUnsupportedActions) GetAllowed() bool

func (*AndroidUnsupportedActions) ProtoMessage

func (*AndroidUnsupportedActions) ProtoMessage()

func (*AndroidUnsupportedActions) ProtoReflect

func (*AndroidUnsupportedActions) Reset

func (x *AndroidUnsupportedActions) Reset()

func (*AndroidUnsupportedActions) String

func (x *AndroidUnsupportedActions) String() string

type AppStateFatalExceptionNotification

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

func (*AppStateFatalExceptionNotification) Descriptor deprecated

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

Deprecated: Use AppStateFatalExceptionNotification.ProtoReflect.Descriptor instead.

func (*AppStateFatalExceptionNotification) GetCollectionNames

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

func (*AppStateFatalExceptionNotification) GetTimestamp

func (x *AppStateFatalExceptionNotification) GetTimestamp() int64

func (*AppStateFatalExceptionNotification) ProtoMessage

func (*AppStateFatalExceptionNotification) ProtoMessage()

func (*AppStateFatalExceptionNotification) ProtoReflect

func (*AppStateFatalExceptionNotification) Reset

func (*AppStateFatalExceptionNotification) String

type AppStateSyncKey

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

func (*AppStateSyncKey) Descriptor deprecated

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

Deprecated: Use AppStateSyncKey.ProtoReflect.Descriptor instead.

func (*AppStateSyncKey) GetKeyData

func (x *AppStateSyncKey) GetKeyData() *AppStateSyncKeyData

func (*AppStateSyncKey) GetKeyId

func (x *AppStateSyncKey) GetKeyId() *AppStateSyncKeyId

func (*AppStateSyncKey) ProtoMessage

func (*AppStateSyncKey) ProtoMessage()

func (*AppStateSyncKey) ProtoReflect

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

func (*AppStateSyncKey) Reset

func (x *AppStateSyncKey) Reset()

func (*AppStateSyncKey) String

func (x *AppStateSyncKey) String() string

type AppStateSyncKeyData

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

func (*AppStateSyncKeyData) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyData.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyData) GetFingerprint

func (x *AppStateSyncKeyData) GetFingerprint() *AppStateSyncKeyFingerprint

func (*AppStateSyncKeyData) GetKeyData

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

func (*AppStateSyncKeyData) GetTimestamp

func (x *AppStateSyncKeyData) GetTimestamp() int64

func (*AppStateSyncKeyData) ProtoMessage

func (*AppStateSyncKeyData) ProtoMessage()

func (*AppStateSyncKeyData) ProtoReflect

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

func (*AppStateSyncKeyData) Reset

func (x *AppStateSyncKeyData) Reset()

func (*AppStateSyncKeyData) String

func (x *AppStateSyncKeyData) String() string

type AppStateSyncKeyFingerprint

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

func (*AppStateSyncKeyFingerprint) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyFingerprint.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyFingerprint) GetCurrentIndex

func (x *AppStateSyncKeyFingerprint) GetCurrentIndex() uint32

func (*AppStateSyncKeyFingerprint) GetDeviceIndexes

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

func (*AppStateSyncKeyFingerprint) GetRawId

func (x *AppStateSyncKeyFingerprint) GetRawId() uint32

func (*AppStateSyncKeyFingerprint) ProtoMessage

func (*AppStateSyncKeyFingerprint) ProtoMessage()

func (*AppStateSyncKeyFingerprint) ProtoReflect

func (*AppStateSyncKeyFingerprint) Reset

func (x *AppStateSyncKeyFingerprint) Reset()

func (*AppStateSyncKeyFingerprint) String

func (x *AppStateSyncKeyFingerprint) String() string

type AppStateSyncKeyId

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

func (*AppStateSyncKeyId) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyId.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyId) GetKeyId

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

func (*AppStateSyncKeyId) ProtoMessage

func (*AppStateSyncKeyId) ProtoMessage()

func (*AppStateSyncKeyId) ProtoReflect

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

func (*AppStateSyncKeyId) Reset

func (x *AppStateSyncKeyId) Reset()

func (*AppStateSyncKeyId) String

func (x *AppStateSyncKeyId) String() string

type AppStateSyncKeyRequest

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

func (*AppStateSyncKeyRequest) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyRequest.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyRequest) GetKeyIds

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

func (*AppStateSyncKeyRequest) ProtoMessage

func (*AppStateSyncKeyRequest) ProtoMessage()

func (*AppStateSyncKeyRequest) ProtoReflect

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

func (*AppStateSyncKeyRequest) Reset

func (x *AppStateSyncKeyRequest) Reset()

func (*AppStateSyncKeyRequest) String

func (x *AppStateSyncKeyRequest) String() string

type AppStateSyncKeyShare

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

func (*AppStateSyncKeyShare) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyShare.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyShare) GetKeys

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

func (*AppStateSyncKeyShare) ProtoMessage

func (*AppStateSyncKeyShare) ProtoMessage()

func (*AppStateSyncKeyShare) ProtoReflect

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

func (*AppStateSyncKeyShare) Reset

func (x *AppStateSyncKeyShare) Reset()

func (*AppStateSyncKeyShare) String

func (x *AppStateSyncKeyShare) String() string

type 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"`
	Waveform          []byte       `protobuf:"bytes,19,opt,name=waveform" json:"waveform,omitempty"`
	BackgroundArgb    *uint32      `protobuf:"fixed32,20,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
	ViewOnce          *bool        `protobuf:"varint,21,opt,name=viewOnce" json:"viewOnce,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMessage) Descriptor deprecated

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

Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead.

func (*AudioMessage) GetBackgroundArgb

func (x *AudioMessage) GetBackgroundArgb() uint32

func (*AudioMessage) GetContextInfo

func (x *AudioMessage) GetContextInfo() *ContextInfo

func (*AudioMessage) GetDirectPath

func (x *AudioMessage) GetDirectPath() string

func (*AudioMessage) GetFileEncSha256

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

func (*AudioMessage) GetFileLength

func (x *AudioMessage) GetFileLength() uint64

func (*AudioMessage) GetFileSha256

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

func (*AudioMessage) GetMediaKey

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

func (*AudioMessage) GetMediaKeyTimestamp

func (x *AudioMessage) GetMediaKeyTimestamp() int64

func (*AudioMessage) GetMimetype

func (x *AudioMessage) GetMimetype() string

func (*AudioMessage) GetPtt

func (x *AudioMessage) GetPtt() bool

func (*AudioMessage) GetSeconds

func (x *AudioMessage) GetSeconds() uint32

func (*AudioMessage) GetStreamingSidecar

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

func (*AudioMessage) GetUrl

func (x *AudioMessage) GetUrl() string

func (*AudioMessage) GetViewOnce

func (x *AudioMessage) GetViewOnce() bool

func (*AudioMessage) GetWaveform

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

func (*AudioMessage) ProtoMessage

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) ProtoReflect

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

func (*AudioMessage) Reset

func (x *AudioMessage) Reset()

func (*AudioMessage) String

func (x *AudioMessage) String() string

type AutoDownloadSettings

type AutoDownloadSettings struct {
	DownloadImages    *bool `protobuf:"varint,1,opt,name=downloadImages" json:"downloadImages,omitempty"`
	DownloadAudio     *bool `protobuf:"varint,2,opt,name=downloadAudio" json:"downloadAudio,omitempty"`
	DownloadVideo     *bool `protobuf:"varint,3,opt,name=downloadVideo" json:"downloadVideo,omitempty"`
	DownloadDocuments *bool `protobuf:"varint,4,opt,name=downloadDocuments" json:"downloadDocuments,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoDownloadSettings) Descriptor deprecated

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

Deprecated: Use AutoDownloadSettings.ProtoReflect.Descriptor instead.

func (*AutoDownloadSettings) GetDownloadAudio

func (x *AutoDownloadSettings) GetDownloadAudio() bool

func (*AutoDownloadSettings) GetDownloadDocuments

func (x *AutoDownloadSettings) GetDownloadDocuments() bool

func (*AutoDownloadSettings) GetDownloadImages

func (x *AutoDownloadSettings) GetDownloadImages() bool

func (*AutoDownloadSettings) GetDownloadVideo

func (x *AutoDownloadSettings) GetDownloadVideo() bool

func (*AutoDownloadSettings) ProtoMessage

func (*AutoDownloadSettings) ProtoMessage()

func (*AutoDownloadSettings) ProtoReflect

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

func (*AutoDownloadSettings) Reset

func (x *AutoDownloadSettings) Reset()

func (*AutoDownloadSettings) String

func (x *AutoDownloadSettings) String() string

type AvatarUserSettings

type AvatarUserSettings struct {
	Fbid     *string `protobuf:"bytes,1,opt,name=fbid" json:"fbid,omitempty"`
	Password *string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarUserSettings) Descriptor deprecated

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

Deprecated: Use AvatarUserSettings.ProtoReflect.Descriptor instead.

func (*AvatarUserSettings) GetFbid

func (x *AvatarUserSettings) GetFbid() string

func (*AvatarUserSettings) GetPassword

func (x *AvatarUserSettings) GetPassword() string

func (*AvatarUserSettings) ProtoMessage

func (*AvatarUserSettings) ProtoMessage()

func (*AvatarUserSettings) ProtoReflect

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

func (*AvatarUserSettings) Reset

func (x *AvatarUserSettings) Reset()

func (*AvatarUserSettings) String

func (x *AvatarUserSettings) String() string

type BCallMessage

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

func (*BCallMessage) Descriptor deprecated

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

Deprecated: Use BCallMessage.ProtoReflect.Descriptor instead.

func (*BCallMessage) GetMasterKey

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

func (*BCallMessage) GetMediaType

func (x *BCallMessage) GetMediaType() BCallMessage_MediaType

func (*BCallMessage) GetSessionId

func (x *BCallMessage) GetSessionId() string

func (*BCallMessage) ProtoMessage

func (*BCallMessage) ProtoMessage()

func (*BCallMessage) ProtoReflect

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

func (*BCallMessage) Reset

func (x *BCallMessage) Reset()

func (*BCallMessage) String

func (x *BCallMessage) String() string

type BCallMessage_MediaType

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

func (BCallMessage_MediaType) Descriptor

func (BCallMessage_MediaType) Enum

func (BCallMessage_MediaType) EnumDescriptor deprecated

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

Deprecated: Use BCallMessage_MediaType.Descriptor instead.

func (BCallMessage_MediaType) Number

func (BCallMessage_MediaType) String

func (x BCallMessage_MediaType) String() string

func (BCallMessage_MediaType) Type

func (*BCallMessage_MediaType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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_HostStorageType `protobuf:"varint,4,opt,name=hostStorage,enum=proto.BizAccountLinkInfo_HostStorageType" json:"hostStorage,omitempty"`
	AccountType         *BizAccountLinkInfo_AccountType     `protobuf:"varint,5,opt,name=accountType,enum=proto.BizAccountLinkInfo_AccountType" json:"accountType,omitempty"`
	// 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_AccountType

type BizAccountLinkInfo_AccountType int32
const (
	BizAccountLinkInfo_ENTERPRISE BizAccountLinkInfo_AccountType = 0
)

func (BizAccountLinkInfo_AccountType) Descriptor

func (BizAccountLinkInfo_AccountType) Enum

func (BizAccountLinkInfo_AccountType) EnumDescriptor deprecated

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

Deprecated: Use BizAccountLinkInfo_AccountType.Descriptor instead.

func (BizAccountLinkInfo_AccountType) Number

func (BizAccountLinkInfo_AccountType) String

func (BizAccountLinkInfo_AccountType) Type

func (*BizAccountLinkInfo_AccountType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BizAccountLinkInfo_HostStorageType

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

func (BizAccountLinkInfo_HostStorageType) Descriptor

func (BizAccountLinkInfo_HostStorageType) Enum

func (BizAccountLinkInfo_HostStorageType) EnumDescriptor deprecated

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

Deprecated: Use BizAccountLinkInfo_HostStorageType.Descriptor instead.

func (BizAccountLinkInfo_HostStorageType) Number

func (BizAccountLinkInfo_HostStorageType) String

func (BizAccountLinkInfo_HostStorageType) Type

func (*BizAccountLinkInfo_HostStorageType) UnmarshalJSON deprecated

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

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_VerifiedLevelValue `protobuf:"varint,1,opt,name=vlevel,enum=proto.BizIdentityInfo_VerifiedLevelValue" 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_HostStorageType    `protobuf:"varint,5,opt,name=hostStorage,enum=proto.BizIdentityInfo_HostStorageType" json:"hostStorage,omitempty"`
	ActualActors    *BizIdentityInfo_ActualActorsType   `protobuf:"varint,6,opt,name=actualActors,enum=proto.BizIdentityInfo_ActualActorsType" json:"actualActors,omitempty"`
	PrivacyModeTs   *uint64                             `protobuf:"varint,7,opt,name=privacyModeTs" json:"privacyModeTs,omitempty"`
	FeatureControls *uint64                             `protobuf:"varint,8,opt,name=featureControls" json:"featureControls,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) GetFeatureControls

func (x *BizIdentityInfo) GetFeatureControls() uint64

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_ActualActorsType

type BizIdentityInfo_ActualActorsType int32
const (
	BizIdentityInfo_SELF BizIdentityInfo_ActualActorsType = 0
	BizIdentityInfo_BSP  BizIdentityInfo_ActualActorsType = 1
)

func (BizIdentityInfo_ActualActorsType) Descriptor

func (BizIdentityInfo_ActualActorsType) Enum

func (BizIdentityInfo_ActualActorsType) EnumDescriptor deprecated

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

Deprecated: Use BizIdentityInfo_ActualActorsType.Descriptor instead.

func (BizIdentityInfo_ActualActorsType) Number

func (BizIdentityInfo_ActualActorsType) String

func (BizIdentityInfo_ActualActorsType) Type

func (*BizIdentityInfo_ActualActorsType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BizIdentityInfo_HostStorageType

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

func (BizIdentityInfo_HostStorageType) Descriptor

func (BizIdentityInfo_HostStorageType) Enum

func (BizIdentityInfo_HostStorageType) EnumDescriptor deprecated

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

Deprecated: Use BizIdentityInfo_HostStorageType.Descriptor instead.

func (BizIdentityInfo_HostStorageType) Number

func (BizIdentityInfo_HostStorageType) String

func (BizIdentityInfo_HostStorageType) Type

func (*BizIdentityInfo_HostStorageType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BizIdentityInfo_VerifiedLevelValue

type BizIdentityInfo_VerifiedLevelValue int32
const (
	BizIdentityInfo_UNKNOWN BizIdentityInfo_VerifiedLevelValue = 0
	BizIdentityInfo_LOW     BizIdentityInfo_VerifiedLevelValue = 1
	BizIdentityInfo_HIGH    BizIdentityInfo_VerifiedLevelValue = 2
)

func (BizIdentityInfo_VerifiedLevelValue) Descriptor

func (BizIdentityInfo_VerifiedLevelValue) Enum

func (BizIdentityInfo_VerifiedLevelValue) EnumDescriptor deprecated

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

Deprecated: Use BizIdentityInfo_VerifiedLevelValue.Descriptor instead.

func (BizIdentityInfo_VerifiedLevelValue) Number

func (BizIdentityInfo_VerifiedLevelValue) String

func (BizIdentityInfo_VerifiedLevelValue) Type

func (*BizIdentityInfo_VerifiedLevelValue) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BotAvatarMetadata

type BotAvatarMetadata struct {
	Sentiment     *uint32 `protobuf:"varint,1,opt,name=sentiment" json:"sentiment,omitempty"`
	BehaviorGraph *string `protobuf:"bytes,2,opt,name=behaviorGraph" json:"behaviorGraph,omitempty"`
	Action        *uint32 `protobuf:"varint,3,opt,name=action" json:"action,omitempty"`
	Intensity     *uint32 `protobuf:"varint,4,opt,name=intensity" json:"intensity,omitempty"`
	WordCount     *uint32 `protobuf:"varint,5,opt,name=wordCount" json:"wordCount,omitempty"`
	// contains filtered or unexported fields
}

func (*BotAvatarMetadata) Descriptor deprecated

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

Deprecated: Use BotAvatarMetadata.ProtoReflect.Descriptor instead.

func (*BotAvatarMetadata) GetAction

func (x *BotAvatarMetadata) GetAction() uint32

func (*BotAvatarMetadata) GetBehaviorGraph

func (x *BotAvatarMetadata) GetBehaviorGraph() string

func (*BotAvatarMetadata) GetIntensity

func (x *BotAvatarMetadata) GetIntensity() uint32

func (*BotAvatarMetadata) GetSentiment

func (x *BotAvatarMetadata) GetSentiment() uint32

func (*BotAvatarMetadata) GetWordCount

func (x *BotAvatarMetadata) GetWordCount() uint32

func (*BotAvatarMetadata) ProtoMessage

func (*BotAvatarMetadata) ProtoMessage()

func (*BotAvatarMetadata) ProtoReflect

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

func (*BotAvatarMetadata) Reset

func (x *BotAvatarMetadata) Reset()

func (*BotAvatarMetadata) String

func (x *BotAvatarMetadata) String() string

type BotFeedbackMessage

type BotFeedbackMessage struct {
	MessageKey *MessageKey                         `protobuf:"bytes,1,opt,name=messageKey" json:"messageKey,omitempty"`
	Kind       *BotFeedbackMessage_BotFeedbackKind `protobuf:"varint,2,opt,name=kind,enum=proto.BotFeedbackMessage_BotFeedbackKind" json:"kind,omitempty"`
	Text       *string                             `protobuf:"bytes,3,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*BotFeedbackMessage) Descriptor deprecated

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

Deprecated: Use BotFeedbackMessage.ProtoReflect.Descriptor instead.

func (*BotFeedbackMessage) GetKind

func (*BotFeedbackMessage) GetMessageKey

func (x *BotFeedbackMessage) GetMessageKey() *MessageKey

func (*BotFeedbackMessage) GetText

func (x *BotFeedbackMessage) GetText() string

func (*BotFeedbackMessage) ProtoMessage

func (*BotFeedbackMessage) ProtoMessage()

func (*BotFeedbackMessage) ProtoReflect

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

func (*BotFeedbackMessage) Reset

func (x *BotFeedbackMessage) Reset()

func (*BotFeedbackMessage) String

func (x *BotFeedbackMessage) String() string

type BotFeedbackMessage_BotFeedbackKind

type BotFeedbackMessage_BotFeedbackKind int32
const (
	BotFeedbackMessage_BOT_FEEDBACK_POSITIVE                        BotFeedbackMessage_BotFeedbackKind = 0
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_GENERIC                BotFeedbackMessage_BotFeedbackKind = 1
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_HELPFUL                BotFeedbackMessage_BotFeedbackKind = 2
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_INTERESTING            BotFeedbackMessage_BotFeedbackKind = 3
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_ACCURATE               BotFeedbackMessage_BotFeedbackKind = 4
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_SAFE                   BotFeedbackMessage_BotFeedbackKind = 5
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_OTHER                  BotFeedbackMessage_BotFeedbackKind = 6
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_REFUSED                BotFeedbackMessage_BotFeedbackKind = 7
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_VISUALLY_APPEALING BotFeedbackMessage_BotFeedbackKind = 8
	BotFeedbackMessage_BOT_FEEDBACK_NEGATIVE_NOT_RELEVANT_TO_TEXT   BotFeedbackMessage_BotFeedbackKind = 9
)

func (BotFeedbackMessage_BotFeedbackKind) Descriptor

func (BotFeedbackMessage_BotFeedbackKind) Enum

func (BotFeedbackMessage_BotFeedbackKind) EnumDescriptor deprecated

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

Deprecated: Use BotFeedbackMessage_BotFeedbackKind.Descriptor instead.

func (BotFeedbackMessage_BotFeedbackKind) Number

func (BotFeedbackMessage_BotFeedbackKind) String

func (BotFeedbackMessage_BotFeedbackKind) Type

func (*BotFeedbackMessage_BotFeedbackKind) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BotMetadata

type BotMetadata struct {
	AvatarMetadata *BotAvatarMetadata `protobuf:"bytes,1,opt,name=avatarMetadata" json:"avatarMetadata,omitempty"`
	PersonaId      *string            `protobuf:"bytes,2,opt,name=personaId" json:"personaId,omitempty"`
	PluginMetadata *BotPluginMetadata `protobuf:"bytes,3,opt,name=pluginMetadata" json:"pluginMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BotMetadata) Descriptor deprecated

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

Deprecated: Use BotMetadata.ProtoReflect.Descriptor instead.

func (*BotMetadata) GetAvatarMetadata

func (x *BotMetadata) GetAvatarMetadata() *BotAvatarMetadata

func (*BotMetadata) GetPersonaId

func (x *BotMetadata) GetPersonaId() string

func (*BotMetadata) GetPluginMetadata

func (x *BotMetadata) GetPluginMetadata() *BotPluginMetadata

func (*BotMetadata) ProtoMessage

func (*BotMetadata) ProtoMessage()

func (*BotMetadata) ProtoReflect

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

func (*BotMetadata) Reset

func (x *BotMetadata) Reset()

func (*BotMetadata) String

func (x *BotMetadata) String() string

type BotPluginMetadata

type BotPluginMetadata struct {
	Provider           *BotPluginMetadata_SearchProvider `protobuf:"varint,1,opt,name=provider,enum=proto.BotPluginMetadata_SearchProvider" json:"provider,omitempty"`
	PluginType         *BotPluginMetadata_PluginType     `protobuf:"varint,2,opt,name=pluginType,enum=proto.BotPluginMetadata_PluginType" json:"pluginType,omitempty"`
	ThumbnailCdnUrl    *string                           `protobuf:"bytes,3,opt,name=thumbnailCdnUrl" json:"thumbnailCdnUrl,omitempty"`
	ProfilePhotoCdnUrl *string                           `protobuf:"bytes,4,opt,name=profilePhotoCdnUrl" json:"profilePhotoCdnUrl,omitempty"`
	SearchProviderUrl  *string                           `protobuf:"bytes,5,opt,name=searchProviderUrl" json:"searchProviderUrl,omitempty"`
	ReferenceIndex     *uint32                           `protobuf:"varint,6,opt,name=referenceIndex" json:"referenceIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*BotPluginMetadata) Descriptor deprecated

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

Deprecated: Use BotPluginMetadata.ProtoReflect.Descriptor instead.

func (*BotPluginMetadata) GetPluginType

func (*BotPluginMetadata) GetProfilePhotoCdnUrl

func (x *BotPluginMetadata) GetProfilePhotoCdnUrl() string

func (*BotPluginMetadata) GetProvider

func (*BotPluginMetadata) GetReferenceIndex

func (x *BotPluginMetadata) GetReferenceIndex() uint32

func (*BotPluginMetadata) GetSearchProviderUrl

func (x *BotPluginMetadata) GetSearchProviderUrl() string

func (*BotPluginMetadata) GetThumbnailCdnUrl

func (x *BotPluginMetadata) GetThumbnailCdnUrl() string

func (*BotPluginMetadata) ProtoMessage

func (*BotPluginMetadata) ProtoMessage()

func (*BotPluginMetadata) ProtoReflect

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

func (*BotPluginMetadata) Reset

func (x *BotPluginMetadata) Reset()

func (*BotPluginMetadata) String

func (x *BotPluginMetadata) String() string

type BotPluginMetadata_PluginType

type BotPluginMetadata_PluginType int32
const (
	BotPluginMetadata_REELS  BotPluginMetadata_PluginType = 1
	BotPluginMetadata_SEARCH BotPluginMetadata_PluginType = 2
)

func (BotPluginMetadata_PluginType) Descriptor

func (BotPluginMetadata_PluginType) Enum

func (BotPluginMetadata_PluginType) EnumDescriptor deprecated

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

Deprecated: Use BotPluginMetadata_PluginType.Descriptor instead.

func (BotPluginMetadata_PluginType) Number

func (BotPluginMetadata_PluginType) String

func (BotPluginMetadata_PluginType) Type

func (*BotPluginMetadata_PluginType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type BotPluginMetadata_SearchProvider

type BotPluginMetadata_SearchProvider int32
const (
	BotPluginMetadata_BING   BotPluginMetadata_SearchProvider = 1
	BotPluginMetadata_GOOGLE BotPluginMetadata_SearchProvider = 2
)

func (BotPluginMetadata_SearchProvider) Descriptor

func (BotPluginMetadata_SearchProvider) Enum

func (BotPluginMetadata_SearchProvider) EnumDescriptor deprecated

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

Deprecated: Use BotPluginMetadata_SearchProvider.Descriptor instead.

func (BotPluginMetadata_SearchProvider) Number

func (BotPluginMetadata_SearchProvider) String

func (BotPluginMetadata_SearchProvider) Type

func (*BotPluginMetadata_SearchProvider) UnmarshalJSON deprecated

func (x *BotPluginMetadata_SearchProvider) 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     []*ButtonsMessage_Button   `protobuf:"bytes,9,rep,name=buttons" json:"buttons,omitempty"`
	HeaderType  *ButtonsMessage_HeaderType `protobuf:"varint,10,opt,name=headerType,enum=proto.ButtonsMessage_HeaderType" 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() []*ButtonsMessage_Button

func (*ButtonsMessage) GetContentText

func (x *ButtonsMessage) GetContentText() string

func (*ButtonsMessage) GetContextInfo

func (x *ButtonsMessage) GetContextInfo() *ContextInfo

func (*ButtonsMessage) GetDocumentMessage

func (x *ButtonsMessage) GetDocumentMessage() *DocumentMessage

func (*ButtonsMessage) GetFooterText

func (x *ButtonsMessage) GetFooterText() string

func (*ButtonsMessage) GetHeader

func (m *ButtonsMessage) GetHeader() isButtonsMessage_Header

func (*ButtonsMessage) GetHeaderType

func (x *ButtonsMessage) GetHeaderType() ButtonsMessage_HeaderType

func (*ButtonsMessage) GetImageMessage

func (x *ButtonsMessage) GetImageMessage() *ImageMessage

func (*ButtonsMessage) GetLocationMessage

func (x *ButtonsMessage) GetLocationMessage() *LocationMessage

func (*ButtonsMessage) GetText

func (x *ButtonsMessage) GetText() string

func (*ButtonsMessage) GetVideoMessage

func (x *ButtonsMessage) GetVideoMessage() *VideoMessage

func (*ButtonsMessage) ProtoMessage

func (*ButtonsMessage) ProtoMessage()

func (*ButtonsMessage) ProtoReflect

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

func (*ButtonsMessage) Reset

func (x *ButtonsMessage) Reset()

func (*ButtonsMessage) String

func (x *ButtonsMessage) String() string

type ButtonsMessage_Button

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

func (*ButtonsMessage_Button) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button) GetButtonId

func (x *ButtonsMessage_Button) GetButtonId() string

func (*ButtonsMessage_Button) GetButtonText

func (*ButtonsMessage_Button) GetNativeFlowInfo

func (*ButtonsMessage_Button) GetType

func (*ButtonsMessage_Button) ProtoMessage

func (*ButtonsMessage_Button) ProtoMessage()

func (*ButtonsMessage_Button) ProtoReflect

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

func (*ButtonsMessage_Button) Reset

func (x *ButtonsMessage_Button) Reset()

func (*ButtonsMessage_Button) String

func (x *ButtonsMessage_Button) String() string

type ButtonsMessage_Button_ButtonText

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

func (*ButtonsMessage_Button_ButtonText) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_ButtonText.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button_ButtonText) GetDisplayText

func (x *ButtonsMessage_Button_ButtonText) GetDisplayText() string

func (*ButtonsMessage_Button_ButtonText) ProtoMessage

func (*ButtonsMessage_Button_ButtonText) ProtoMessage()

func (*ButtonsMessage_Button_ButtonText) ProtoReflect

func (*ButtonsMessage_Button_ButtonText) Reset

func (*ButtonsMessage_Button_ButtonText) String

type ButtonsMessage_Button_NativeFlowInfo

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

func (*ButtonsMessage_Button_NativeFlowInfo) Descriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_NativeFlowInfo.ProtoReflect.Descriptor instead.

func (*ButtonsMessage_Button_NativeFlowInfo) GetName

func (*ButtonsMessage_Button_NativeFlowInfo) GetParamsJson

func (x *ButtonsMessage_Button_NativeFlowInfo) GetParamsJson() string

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoMessage

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoMessage()

func (*ButtonsMessage_Button_NativeFlowInfo) ProtoReflect

func (*ButtonsMessage_Button_NativeFlowInfo) Reset

func (*ButtonsMessage_Button_NativeFlowInfo) String

type ButtonsMessage_Button_Type

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

func (ButtonsMessage_Button_Type) Descriptor

func (ButtonsMessage_Button_Type) Enum

func (ButtonsMessage_Button_Type) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_Button_Type.Descriptor instead.

func (ButtonsMessage_Button_Type) Number

func (ButtonsMessage_Button_Type) String

func (ButtonsMessage_Button_Type) Type

func (*ButtonsMessage_Button_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ButtonsMessage_DocumentMessage

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

type ButtonsMessage_HeaderType

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

func (ButtonsMessage_HeaderType) Descriptor

func (ButtonsMessage_HeaderType) Enum

func (ButtonsMessage_HeaderType) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_HeaderType.Descriptor instead.

func (ButtonsMessage_HeaderType) Number

func (ButtonsMessage_HeaderType) String

func (x ButtonsMessage_HeaderType) String() string

func (ButtonsMessage_HeaderType) Type

func (*ButtonsMessage_HeaderType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ButtonsMessage_ImageMessage

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

type ButtonsMessage_LocationMessage

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

type ButtonsMessage_Text

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

type ButtonsMessage_VideoMessage

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

type ButtonsResponseMessage

type ButtonsResponseMessage struct {
	SelectedButtonId *string                      `protobuf:"bytes,1,opt,name=selectedButtonId" json:"selectedButtonId,omitempty"`
	ContextInfo      *ContextInfo                 `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Type             *ButtonsResponseMessage_Type `protobuf:"varint,4,opt,name=type,enum=proto.ButtonsResponseMessage_Type" 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_SelectedDisplayText

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

type ButtonsResponseMessage_Type

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

func (ButtonsResponseMessage_Type) Descriptor

func (ButtonsResponseMessage_Type) Enum

func (ButtonsResponseMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use ButtonsResponseMessage_Type.Descriptor instead.

func (ButtonsResponseMessage_Type) Number

func (ButtonsResponseMessage_Type) String

func (ButtonsResponseMessage_Type) Type

func (*ButtonsResponseMessage_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Call

type Call struct {
	CallKey                []byte  `protobuf:"bytes,1,opt,name=callKey" json:"callKey,omitempty"`
	ConversionSource       *string `protobuf:"bytes,2,opt,name=conversionSource" json:"conversionSource,omitempty"`
	ConversionData         []byte  `protobuf:"bytes,3,opt,name=conversionData" json:"conversionData,omitempty"`
	ConversionDelaySeconds *uint32 `protobuf:"varint,4,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
	// 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 CallLogAction

type CallLogAction struct {
	CallLogRecord *CallLogRecord `protobuf:"bytes,1,opt,name=callLogRecord" json:"callLogRecord,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogAction) Descriptor deprecated

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

Deprecated: Use CallLogAction.ProtoReflect.Descriptor instead.

func (*CallLogAction) GetCallLogRecord

func (x *CallLogAction) GetCallLogRecord() *CallLogRecord

func (*CallLogAction) ProtoMessage

func (*CallLogAction) ProtoMessage()

func (*CallLogAction) ProtoReflect

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

func (*CallLogAction) Reset

func (x *CallLogAction) Reset()

func (*CallLogAction) String

func (x *CallLogAction) String() string

type CallLogMessage

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

func (*CallLogMessage) Descriptor deprecated

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

Deprecated: Use CallLogMessage.ProtoReflect.Descriptor instead.

func (*CallLogMessage) GetCallOutcome

func (x *CallLogMessage) GetCallOutcome() CallLogMessage_CallOutcome

func (*CallLogMessage) GetCallType

func (x *CallLogMessage) GetCallType() CallLogMessage_CallType

func (*CallLogMessage) GetDurationSecs

func (x *CallLogMessage) GetDurationSecs() int64

func (*CallLogMessage) GetIsVideo

func (x *CallLogMessage) GetIsVideo() bool

func (*CallLogMessage) GetParticipants

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

func (*CallLogMessage) ProtoMessage

func (*CallLogMessage) ProtoMessage()

func (*CallLogMessage) ProtoReflect

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

func (*CallLogMessage) Reset

func (x *CallLogMessage) Reset()

func (*CallLogMessage) String

func (x *CallLogMessage) String() string

type CallLogMessage_CallOutcome

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

func (CallLogMessage_CallOutcome) Descriptor

func (CallLogMessage_CallOutcome) Enum

func (CallLogMessage_CallOutcome) EnumDescriptor deprecated

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

Deprecated: Use CallLogMessage_CallOutcome.Descriptor instead.

func (CallLogMessage_CallOutcome) Number

func (CallLogMessage_CallOutcome) String

func (CallLogMessage_CallOutcome) Type

func (*CallLogMessage_CallOutcome) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CallLogMessage_CallParticipant

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

func (*CallLogMessage_CallParticipant) Descriptor deprecated

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

Deprecated: Use CallLogMessage_CallParticipant.ProtoReflect.Descriptor instead.

func (*CallLogMessage_CallParticipant) GetCallOutcome

func (*CallLogMessage_CallParticipant) GetJid

func (*CallLogMessage_CallParticipant) ProtoMessage

func (*CallLogMessage_CallParticipant) ProtoMessage()

func (*CallLogMessage_CallParticipant) ProtoReflect

func (*CallLogMessage_CallParticipant) Reset

func (x *CallLogMessage_CallParticipant) Reset()

func (*CallLogMessage_CallParticipant) String

type CallLogMessage_CallType

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

func (CallLogMessage_CallType) Descriptor

func (CallLogMessage_CallType) Enum

func (CallLogMessage_CallType) EnumDescriptor deprecated

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

Deprecated: Use CallLogMessage_CallType.Descriptor instead.

func (CallLogMessage_CallType) Number

func (CallLogMessage_CallType) String

func (x CallLogMessage_CallType) String() string

func (CallLogMessage_CallType) Type

func (*CallLogMessage_CallType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CallLogRecord

type CallLogRecord struct {
	CallResult      *CallLogRecord_CallResult        `protobuf:"varint,1,opt,name=callResult,enum=proto.CallLogRecord_CallResult" json:"callResult,omitempty"`
	IsDndMode       *bool                            `protobuf:"varint,2,opt,name=isDndMode" json:"isDndMode,omitempty"`
	SilenceReason   *CallLogRecord_SilenceReason     `protobuf:"varint,3,opt,name=silenceReason,enum=proto.CallLogRecord_SilenceReason" json:"silenceReason,omitempty"`
	Duration        *int64                           `protobuf:"varint,4,opt,name=duration" json:"duration,omitempty"`
	StartTime       *int64                           `protobuf:"varint,5,opt,name=startTime" json:"startTime,omitempty"`
	IsIncoming      *bool                            `protobuf:"varint,6,opt,name=isIncoming" json:"isIncoming,omitempty"`
	IsVideo         *bool                            `protobuf:"varint,7,opt,name=isVideo" json:"isVideo,omitempty"`
	IsCallLink      *bool                            `protobuf:"varint,8,opt,name=isCallLink" json:"isCallLink,omitempty"`
	CallLinkToken   *string                          `protobuf:"bytes,9,opt,name=callLinkToken" json:"callLinkToken,omitempty"`
	ScheduledCallId *string                          `protobuf:"bytes,10,opt,name=scheduledCallId" json:"scheduledCallId,omitempty"`
	CallId          *string                          `protobuf:"bytes,11,opt,name=callId" json:"callId,omitempty"`
	CallCreatorJid  *string                          `protobuf:"bytes,12,opt,name=callCreatorJid" json:"callCreatorJid,omitempty"`
	GroupJid        *string                          `protobuf:"bytes,13,opt,name=groupJid" json:"groupJid,omitempty"`
	Participants    []*CallLogRecord_ParticipantInfo `protobuf:"bytes,14,rep,name=participants" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogRecord) Descriptor deprecated

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

Deprecated: Use CallLogRecord.ProtoReflect.Descriptor instead.

func (*CallLogRecord) GetCallCreatorJid

func (x *CallLogRecord) GetCallCreatorJid() string

func (*CallLogRecord) GetCallId

func (x *CallLogRecord) GetCallId() string

func (*CallLogRecord) GetCallLinkToken

func (x *CallLogRecord) GetCallLinkToken() string

func (*CallLogRecord) GetCallResult

func (x *CallLogRecord) GetCallResult() CallLogRecord_CallResult

func (*CallLogRecord) GetDuration

func (x *CallLogRecord) GetDuration() int64

func (*CallLogRecord) GetGroupJid

func (x *CallLogRecord) GetGroupJid() string
func (x *CallLogRecord) GetIsCallLink() bool

func (*CallLogRecord) GetIsDndMode

func (x *CallLogRecord) GetIsDndMode() bool

func (*CallLogRecord) GetIsIncoming

func (x *CallLogRecord) GetIsIncoming() bool

func (*CallLogRecord) GetIsVideo

func (x *CallLogRecord) GetIsVideo() bool

func (*CallLogRecord) GetParticipants

func (x *CallLogRecord) GetParticipants() []*CallLogRecord_ParticipantInfo

func (*CallLogRecord) GetScheduledCallId

func (x *CallLogRecord) GetScheduledCallId() string

func (*CallLogRecord) GetSilenceReason

func (x *CallLogRecord) GetSilenceReason() CallLogRecord_SilenceReason

func (*CallLogRecord) GetStartTime

func (x *CallLogRecord) GetStartTime() int64

func (*CallLogRecord) ProtoMessage

func (*CallLogRecord) ProtoMessage()

func (*CallLogRecord) ProtoReflect

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

func (*CallLogRecord) Reset

func (x *CallLogRecord) Reset()

func (*CallLogRecord) String

func (x *CallLogRecord) String() string

type CallLogRecord_CallResult

type CallLogRecord_CallResult int32
const (
	CallLogRecord_CONNECTED         CallLogRecord_CallResult = 0
	CallLogRecord_REJECTED          CallLogRecord_CallResult = 1
	CallLogRecord_CANCELLED         CallLogRecord_CallResult = 2
	CallLogRecord_ACCEPTEDELSEWHERE CallLogRecord_CallResult = 3
	CallLogRecord_MISSED            CallLogRecord_CallResult = 4
	CallLogRecord_INVALID           CallLogRecord_CallResult = 5
	CallLogRecord_UNAVAILABLE       CallLogRecord_CallResult = 6
	CallLogRecord_UPCOMING          CallLogRecord_CallResult = 7
	CallLogRecord_FAILED            CallLogRecord_CallResult = 8
	CallLogRecord_ABANDONED         CallLogRecord_CallResult = 9
	CallLogRecord_ONGOING           CallLogRecord_CallResult = 10
)

func (CallLogRecord_CallResult) Descriptor

func (CallLogRecord_CallResult) Enum

func (CallLogRecord_CallResult) EnumDescriptor deprecated

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

Deprecated: Use CallLogRecord_CallResult.Descriptor instead.

func (CallLogRecord_CallResult) Number

func (CallLogRecord_CallResult) String

func (x CallLogRecord_CallResult) String() string

func (CallLogRecord_CallResult) Type

func (*CallLogRecord_CallResult) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type CallLogRecord_ParticipantInfo

type CallLogRecord_ParticipantInfo struct {
	UserJid    *string                   `protobuf:"bytes,1,opt,name=userJid" json:"userJid,omitempty"`
	CallResult *CallLogRecord_CallResult `protobuf:"varint,2,opt,name=callResult,enum=proto.CallLogRecord_CallResult" json:"callResult,omitempty"`
	// contains filtered or unexported fields
}

func (*CallLogRecord_ParticipantInfo) Descriptor deprecated

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

Deprecated: Use CallLogRecord_ParticipantInfo.ProtoReflect.Descriptor instead.

func (*CallLogRecord_ParticipantInfo) GetCallResult

func (*CallLogRecord_ParticipantInfo) GetUserJid

func (x *CallLogRecord_ParticipantInfo) GetUserJid() string

func (*CallLogRecord_ParticipantInfo) ProtoMessage

func (*CallLogRecord_ParticipantInfo) ProtoMessage()

func (*CallLogRecord_ParticipantInfo) ProtoReflect

func (*CallLogRecord_ParticipantInfo) Reset

func (x *CallLogRecord_ParticipantInfo) Reset()

func (*CallLogRecord_ParticipantInfo) String

type CallLogRecord_SilenceReason

type CallLogRecord_SilenceReason int32
const (
	CallLogRecord_NONE        CallLogRecord_SilenceReason = 0
	CallLogRecord_SCHEDULED   CallLogRecord_SilenceReason = 1
	CallLogRecord_PRIVACY     CallLogRecord_SilenceReason = 2
	CallLogRecord_LIGHTWEIGHT CallLogRecord_SilenceReason = 3
)

func (CallLogRecord_SilenceReason) Descriptor

func (CallLogRecord_SilenceReason) Enum

func (CallLogRecord_SilenceReason) EnumDescriptor deprecated

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

Deprecated: Use CallLogRecord_SilenceReason.Descriptor instead.

func (CallLogRecord_SilenceReason) Number

func (CallLogRecord_SilenceReason) String

func (CallLogRecord_SilenceReason) Type

func (*CallLogRecord_SilenceReason) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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 CertChain

type CertChain struct {
	Leaf         *CertChain_NoiseCertificate `protobuf:"bytes,1,opt,name=leaf" json:"leaf,omitempty"`
	Intermediate *CertChain_NoiseCertificate `protobuf:"bytes,2,opt,name=intermediate" json:"intermediate,omitempty"`
	// contains filtered or unexported fields
}

func (*CertChain) Descriptor deprecated

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

Deprecated: Use CertChain.ProtoReflect.Descriptor instead.

func (*CertChain) GetIntermediate

func (x *CertChain) GetIntermediate() *CertChain_NoiseCertificate

func (*CertChain) GetLeaf

func (x *CertChain) GetLeaf() *CertChain_NoiseCertificate

func (*CertChain) ProtoMessage

func (*CertChain) ProtoMessage()

func (*CertChain) ProtoReflect

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

func (*CertChain) Reset

func (x *CertChain) Reset()

func (*CertChain) String

func (x *CertChain) String() string

type CertChain_NoiseCertificate

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

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

Deprecated: Use CertChain_NoiseCertificate.ProtoReflect.Descriptor instead.

func (*CertChain_NoiseCertificate) GetDetails

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

func (*CertChain_NoiseCertificate) GetSignature

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

func (*CertChain_NoiseCertificate) ProtoMessage

func (*CertChain_NoiseCertificate) ProtoMessage()

func (*CertChain_NoiseCertificate) ProtoReflect

func (*CertChain_NoiseCertificate) Reset

func (x *CertChain_NoiseCertificate) Reset()

func (*CertChain_NoiseCertificate) String

func (x *CertChain_NoiseCertificate) String() string

type CertChain_NoiseCertificate_Details

type CertChain_NoiseCertificate_Details struct {
	Serial       *uint32 `protobuf:"varint,1,opt,name=serial" json:"serial,omitempty"`
	IssuerSerial *uint32 `protobuf:"varint,2,opt,name=issuerSerial" json:"issuerSerial,omitempty"`
	Key          []byte  `protobuf:"bytes,3,opt,name=key" json:"key,omitempty"`
	NotBefore    *uint64 `protobuf:"varint,4,opt,name=notBefore" json:"notBefore,omitempty"`
	NotAfter     *uint64 `protobuf:"varint,5,opt,name=notAfter" json:"notAfter,omitempty"`
	// contains filtered or unexported fields
}

func (*CertChain_NoiseCertificate_Details) Descriptor deprecated

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

Deprecated: Use CertChain_NoiseCertificate_Details.ProtoReflect.Descriptor instead.

func (*CertChain_NoiseCertificate_Details) GetIssuerSerial

func (x *CertChain_NoiseCertificate_Details) GetIssuerSerial() uint32

func (*CertChain_NoiseCertificate_Details) GetKey

func (*CertChain_NoiseCertificate_Details) GetNotAfter

func (x *CertChain_NoiseCertificate_Details) GetNotAfter() uint64

func (*CertChain_NoiseCertificate_Details) GetNotBefore

func (x *CertChain_NoiseCertificate_Details) GetNotBefore() uint64

func (*CertChain_NoiseCertificate_Details) GetSerial

func (*CertChain_NoiseCertificate_Details) ProtoMessage

func (*CertChain_NoiseCertificate_Details) ProtoMessage()

func (*CertChain_NoiseCertificate_Details) ProtoReflect

func (*CertChain_NoiseCertificate_Details) Reset

func (*CertChain_NoiseCertificate_Details) 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 ChatAssignmentAction

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

func (*ChatAssignmentAction) Descriptor deprecated

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

Deprecated: Use ChatAssignmentAction.ProtoReflect.Descriptor instead.

func (*ChatAssignmentAction) GetDeviceAgentID

func (x *ChatAssignmentAction) GetDeviceAgentID() string

func (*ChatAssignmentAction) ProtoMessage

func (*ChatAssignmentAction) ProtoMessage()

func (*ChatAssignmentAction) ProtoReflect

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

func (*ChatAssignmentAction) Reset

func (x *ChatAssignmentAction) Reset()

func (*ChatAssignmentAction) String

func (x *ChatAssignmentAction) String() string

type ChatAssignmentOpenedStatusAction

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

func (*ChatAssignmentOpenedStatusAction) Descriptor deprecated

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

Deprecated: Use ChatAssignmentOpenedStatusAction.ProtoReflect.Descriptor instead.

func (*ChatAssignmentOpenedStatusAction) GetChatOpened

func (x *ChatAssignmentOpenedStatusAction) GetChatOpened() bool

func (*ChatAssignmentOpenedStatusAction) ProtoMessage

func (*ChatAssignmentOpenedStatusAction) ProtoMessage()

func (*ChatAssignmentOpenedStatusAction) ProtoReflect

func (*ChatAssignmentOpenedStatusAction) Reset

func (*ChatAssignmentOpenedStatusAction) 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 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"`
	UserAgent           *ClientPayload_UserAgent                     `protobuf:"bytes,5,opt,name=userAgent" json:"userAgent,omitempty"`
	WebInfo             *ClientPayload_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"`
	ConnectType         *ClientPayload_ConnectType                   `protobuf:"varint,12,opt,name=connectType,enum=proto.ClientPayload_ConnectType" json:"connectType,omitempty"`
	ConnectReason       *ClientPayload_ConnectReason                 `protobuf:"varint,13,opt,name=connectReason,enum=proto.ClientPayload_ConnectReason" json:"connectReason,omitempty"`
	Shards              []int32                                      `protobuf:"varint,14,rep,name=shards" json:"shards,omitempty"`
	DnsSource           *ClientPayload_DNSSource                     `protobuf:"bytes,15,opt,name=dnsSource" json:"dnsSource,omitempty"`
	ConnectAttemptCount *uint32                                      `protobuf:"varint,16,opt,name=connectAttemptCount" json:"connectAttemptCount,omitempty"`
	Device              *uint32                                      `protobuf:"varint,18,opt,name=device" json:"device,omitempty"`
	DevicePairingData   *ClientPayload_DevicePairingRegistrationData `protobuf:"bytes,19,opt,name=devicePairingData" json:"devicePairingData,omitempty"`
	Product             *ClientPayload_Product                       `protobuf:"varint,20,opt,name=product,enum=proto.ClientPayload_Product" 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"`
	Lc                  *int32                                       `protobuf:"varint,24,opt,name=lc" json:"lc,omitempty"`
	IosAppExtension     *ClientPayload_IOSAppExtension               `protobuf:"varint,30,opt,name=iosAppExtension,enum=proto.ClientPayload_IOSAppExtension" json:"iosAppExtension,omitempty"`
	FbAppId             *uint64                                      `protobuf:"varint,31,opt,name=fbAppId" json:"fbAppId,omitempty"`
	FbDeviceId          []byte                                       `protobuf:"bytes,32,opt,name=fbDeviceId" json:"fbDeviceId,omitempty"`
	Pull                *bool                                        `protobuf:"varint,33,opt,name=pull" json:"pull,omitempty"`
	PaddingBytes        []byte                                       `protobuf:"bytes,34,opt,name=paddingBytes" json:"paddingBytes,omitempty"`
	YearClass           *int32                                       `protobuf:"varint,36,opt,name=yearClass" json:"yearClass,omitempty"`
	MemClass            *int32                                       `protobuf:"varint,37,opt,name=memClass" json:"memClass,omitempty"`
	InteropData         *ClientPayload_InteropData                   `protobuf:"bytes,38,opt,name=interopData" json:"interopData,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload) Descriptor deprecated

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

Deprecated: Use ClientPayload.ProtoReflect.Descriptor instead.

func (*ClientPayload) GetConnectAttemptCount

func (x *ClientPayload) GetConnectAttemptCount() uint32

func (*ClientPayload) GetConnectReason

func (x *ClientPayload) GetConnectReason() ClientPayload_ConnectReason

func (*ClientPayload) GetConnectType

func (x *ClientPayload) GetConnectType() ClientPayload_ConnectType

func (*ClientPayload) GetDevice

func (x *ClientPayload) GetDevice() uint32

func (*ClientPayload) GetDevicePairingData

func (*ClientPayload) GetDnsSource

func (x *ClientPayload) GetDnsSource() *ClientPayload_DNSSource

func (*ClientPayload) GetFbAppId

func (x *ClientPayload) GetFbAppId() uint64

func (*ClientPayload) GetFbCat

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

func (*ClientPayload) GetFbDeviceId

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

func (*ClientPayload) GetFbUserAgent

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

func (*ClientPayload) GetInteropData

func (x *ClientPayload) GetInteropData() *ClientPayload_InteropData

func (*ClientPayload) GetIosAppExtension

func (x *ClientPayload) GetIosAppExtension() ClientPayload_IOSAppExtension

func (*ClientPayload) GetLc

func (x *ClientPayload) GetLc() int32

func (*ClientPayload) GetMemClass

func (x *ClientPayload) GetMemClass() int32

func (*ClientPayload) GetOc

func (x *ClientPayload) GetOc() bool

func (*ClientPayload) GetPaddingBytes

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

func (*ClientPayload) GetPassive

func (x *ClientPayload) GetPassive() bool

func (*ClientPayload) GetProduct

func (x *ClientPayload) GetProduct() ClientPayload_Product

func (*ClientPayload) GetPull

func (x *ClientPayload) GetPull() bool

func (*ClientPayload) GetPushName

func (x *ClientPayload) GetPushName() string

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

func (*ClientPayload) GetUsername

func (x *ClientPayload) GetUsername() uint64

func (*ClientPayload) GetWebInfo

func (x *ClientPayload) GetWebInfo() *ClientPayload_WebInfo

func (*ClientPayload) GetYearClass

func (x *ClientPayload) GetYearClass() int32

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_ConnectReason

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

func (ClientPayload_ConnectReason) Descriptor

func (ClientPayload_ConnectReason) Enum

func (ClientPayload_ConnectReason) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ConnectReason.Descriptor instead.

func (ClientPayload_ConnectReason) Number

func (ClientPayload_ConnectReason) String

func (ClientPayload_ConnectReason) Type

func (*ClientPayload_ConnectReason) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_ConnectType

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

func (ClientPayload_ConnectType) Descriptor

func (ClientPayload_ConnectType) Enum

func (ClientPayload_ConnectType) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_ConnectType.Descriptor instead.

func (ClientPayload_ConnectType) Number

func (ClientPayload_ConnectType) String

func (x ClientPayload_ConnectType) String() string

func (ClientPayload_ConnectType) Type

func (*ClientPayload_ConnectType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_DNSSource

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

func (*ClientPayload_DNSSource) Descriptor deprecated

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

Deprecated: Use ClientPayload_DNSSource.ProtoReflect.Descriptor instead.

func (*ClientPayload_DNSSource) GetAppCached

func (x *ClientPayload_DNSSource) GetAppCached() bool

func (*ClientPayload_DNSSource) GetDnsMethod

func (*ClientPayload_DNSSource) ProtoMessage

func (*ClientPayload_DNSSource) ProtoMessage()

func (*ClientPayload_DNSSource) ProtoReflect

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

func (*ClientPayload_DNSSource) Reset

func (x *ClientPayload_DNSSource) Reset()

func (*ClientPayload_DNSSource) String

func (x *ClientPayload_DNSSource) String() string

type ClientPayload_DNSSource_DNSResolutionMethod

type ClientPayload_DNSSource_DNSResolutionMethod int32
const (
	ClientPayload_DNSSource_SYSTEM    ClientPayload_DNSSource_DNSResolutionMethod = 0
	ClientPayload_DNSSource_GOOGLE    ClientPayload_DNSSource_DNSResolutionMethod = 1
	ClientPayload_DNSSource_HARDCODED ClientPayload_DNSSource_DNSResolutionMethod = 2
	ClientPayload_DNSSource_OVERRIDE  ClientPayload_DNSSource_DNSResolutionMethod = 3
	ClientPayload_DNSSource_FALLBACK  ClientPayload_DNSSource_DNSResolutionMethod = 4
)

func (ClientPayload_DNSSource_DNSResolutionMethod) Descriptor

func (ClientPayload_DNSSource_DNSResolutionMethod) Enum

func (ClientPayload_DNSSource_DNSResolutionMethod) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_DNSSource_DNSResolutionMethod.Descriptor instead.

func (ClientPayload_DNSSource_DNSResolutionMethod) Number

func (ClientPayload_DNSSource_DNSResolutionMethod) String

func (ClientPayload_DNSSource_DNSResolutionMethod) Type

func (*ClientPayload_DNSSource_DNSResolutionMethod) UnmarshalJSON deprecated

Deprecated: Do not use.

type ClientPayload_DevicePairingRegistrationData

type ClientPayload_DevicePairingRegistrationData 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"`
	DeviceProps []byte `protobuf:"bytes,8,opt,name=deviceProps" json:"deviceProps,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_DevicePairingRegistrationData) Descriptor deprecated

Deprecated: Use ClientPayload_DevicePairingRegistrationData.ProtoReflect.Descriptor instead.

func (*ClientPayload_DevicePairingRegistrationData) GetBuildHash

func (*ClientPayload_DevicePairingRegistrationData) GetDeviceProps

func (x *ClientPayload_DevicePairingRegistrationData) GetDeviceProps() []byte

func (*ClientPayload_DevicePairingRegistrationData) GetEIdent

func (*ClientPayload_DevicePairingRegistrationData) GetEKeytype

func (*ClientPayload_DevicePairingRegistrationData) GetERegid

func (*ClientPayload_DevicePairingRegistrationData) GetESkeyId

func (*ClientPayload_DevicePairingRegistrationData) GetESkeySig

func (*ClientPayload_DevicePairingRegistrationData) GetESkeyVal

func (*ClientPayload_DevicePairingRegistrationData) ProtoMessage

func (*ClientPayload_DevicePairingRegistrationData) ProtoReflect

func (*ClientPayload_DevicePairingRegistrationData) Reset

func (*ClientPayload_DevicePairingRegistrationData) String

type ClientPayload_IOSAppExtension

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

func (ClientPayload_IOSAppExtension) Descriptor

func (ClientPayload_IOSAppExtension) Enum

func (ClientPayload_IOSAppExtension) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_IOSAppExtension.Descriptor instead.

func (ClientPayload_IOSAppExtension) Number

func (ClientPayload_IOSAppExtension) String

func (ClientPayload_IOSAppExtension) Type

func (*ClientPayload_IOSAppExtension) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_InteropData

type ClientPayload_InteropData struct {
	AccountId *uint64 `protobuf:"varint,1,opt,name=accountId" json:"accountId,omitempty"`
	Token     []byte  `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_InteropData) Descriptor deprecated

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

Deprecated: Use ClientPayload_InteropData.ProtoReflect.Descriptor instead.

func (*ClientPayload_InteropData) GetAccountId

func (x *ClientPayload_InteropData) GetAccountId() uint64

func (*ClientPayload_InteropData) GetToken

func (x *ClientPayload_InteropData) GetToken() []byte

func (*ClientPayload_InteropData) ProtoMessage

func (*ClientPayload_InteropData) ProtoMessage()

func (*ClientPayload_InteropData) ProtoReflect

func (*ClientPayload_InteropData) Reset

func (x *ClientPayload_InteropData) Reset()

func (*ClientPayload_InteropData) String

func (x *ClientPayload_InteropData) String() string

type ClientPayload_Product

type ClientPayload_Product int32
const (
	ClientPayload_WHATSAPP     ClientPayload_Product = 0
	ClientPayload_MESSENGER    ClientPayload_Product = 1
	ClientPayload_INTEROP      ClientPayload_Product = 2
	ClientPayload_INTEROP_MSGR ClientPayload_Product = 3
)

func (ClientPayload_Product) Descriptor

func (ClientPayload_Product) Enum

func (ClientPayload_Product) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_Product.Descriptor instead.

func (ClientPayload_Product) Number

func (ClientPayload_Product) String

func (x ClientPayload_Product) String() string

func (ClientPayload_Product) Type

func (*ClientPayload_Product) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_UserAgent

type ClientPayload_UserAgent struct {
	Platform                    *ClientPayload_UserAgent_Platform       `protobuf:"varint,1,opt,name=platform,enum=proto.ClientPayload_UserAgent_Platform" json:"platform,omitempty"`
	AppVersion                  *ClientPayload_UserAgent_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              *ClientPayload_UserAgent_ReleaseChannel `` /* 126-byte string literal not displayed */
	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"`
	DeviceExpId                 *string                                 `protobuf:"bytes,14,opt,name=deviceExpId" json:"deviceExpId,omitempty"`
	DeviceType                  *ClientPayload_UserAgent_DeviceType     `protobuf:"varint,15,opt,name=deviceType,enum=proto.ClientPayload_UserAgent_DeviceType" json:"deviceType,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_UserAgent) Descriptor deprecated

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

Deprecated: Use ClientPayload_UserAgent.ProtoReflect.Descriptor instead.

func (*ClientPayload_UserAgent) GetAppVersion

func (*ClientPayload_UserAgent) GetDevice

func (x *ClientPayload_UserAgent) GetDevice() string

func (*ClientPayload_UserAgent) GetDeviceBoard

func (x *ClientPayload_UserAgent) GetDeviceBoard() string

func (*ClientPayload_UserAgent) GetDeviceExpId

func (x *ClientPayload_UserAgent) GetDeviceExpId() string

func (*ClientPayload_UserAgent) GetDeviceType

func (*ClientPayload_UserAgent) GetLocaleCountryIso31661Alpha2

func (x *ClientPayload_UserAgent) GetLocaleCountryIso31661Alpha2() string

func (*ClientPayload_UserAgent) GetLocaleLanguageIso6391

func (x *ClientPayload_UserAgent) GetLocaleLanguageIso6391() string

func (*ClientPayload_UserAgent) GetManufacturer

func (x *ClientPayload_UserAgent) GetManufacturer() string

func (*ClientPayload_UserAgent) GetMcc

func (x *ClientPayload_UserAgent) GetMcc() string

func (*ClientPayload_UserAgent) GetMnc

func (x *ClientPayload_UserAgent) GetMnc() string

func (*ClientPayload_UserAgent) GetOsBuildNumber

func (x *ClientPayload_UserAgent) GetOsBuildNumber() string

func (*ClientPayload_UserAgent) GetOsVersion

func (x *ClientPayload_UserAgent) GetOsVersion() string

func (*ClientPayload_UserAgent) GetPhoneId

func (x *ClientPayload_UserAgent) GetPhoneId() string

func (*ClientPayload_UserAgent) GetPlatform

func (*ClientPayload_UserAgent) GetReleaseChannel

func (*ClientPayload_UserAgent) ProtoMessage

func (*ClientPayload_UserAgent) ProtoMessage()

func (*ClientPayload_UserAgent) ProtoReflect

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

func (*ClientPayload_UserAgent) Reset

func (x *ClientPayload_UserAgent) Reset()

func (*ClientPayload_UserAgent) String

func (x *ClientPayload_UserAgent) String() string

type ClientPayload_UserAgent_AppVersion

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

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

Deprecated: Use ClientPayload_UserAgent_AppVersion.ProtoReflect.Descriptor instead.

func (*ClientPayload_UserAgent_AppVersion) GetPrimary

func (*ClientPayload_UserAgent_AppVersion) GetQuaternary

func (x *ClientPayload_UserAgent_AppVersion) GetQuaternary() uint32

func (*ClientPayload_UserAgent_AppVersion) GetQuinary

func (*ClientPayload_UserAgent_AppVersion) GetSecondary

func (x *ClientPayload_UserAgent_AppVersion) GetSecondary() uint32

func (*ClientPayload_UserAgent_AppVersion) GetTertiary

func (x *ClientPayload_UserAgent_AppVersion) GetTertiary() uint32

func (*ClientPayload_UserAgent_AppVersion) ProtoMessage

func (*ClientPayload_UserAgent_AppVersion) ProtoMessage()

func (*ClientPayload_UserAgent_AppVersion) ProtoReflect

func (*ClientPayload_UserAgent_AppVersion) Reset

func (*ClientPayload_UserAgent_AppVersion) String

type ClientPayload_UserAgent_DeviceType

type ClientPayload_UserAgent_DeviceType int32
const (
	ClientPayload_UserAgent_PHONE    ClientPayload_UserAgent_DeviceType = 0
	ClientPayload_UserAgent_TABLET   ClientPayload_UserAgent_DeviceType = 1
	ClientPayload_UserAgent_DESKTOP  ClientPayload_UserAgent_DeviceType = 2
	ClientPayload_UserAgent_WEARABLE ClientPayload_UserAgent_DeviceType = 3
	ClientPayload_UserAgent_VR       ClientPayload_UserAgent_DeviceType = 4
)

func (ClientPayload_UserAgent_DeviceType) Descriptor

func (ClientPayload_UserAgent_DeviceType) Enum

func (ClientPayload_UserAgent_DeviceType) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_UserAgent_DeviceType.Descriptor instead.

func (ClientPayload_UserAgent_DeviceType) Number

func (ClientPayload_UserAgent_DeviceType) String

func (ClientPayload_UserAgent_DeviceType) Type

func (*ClientPayload_UserAgent_DeviceType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_UserAgent_Platform

type ClientPayload_UserAgent_Platform int32
const (
	ClientPayload_UserAgent_ANDROID        ClientPayload_UserAgent_Platform = 0
	ClientPayload_UserAgent_IOS            ClientPayload_UserAgent_Platform = 1
	ClientPayload_UserAgent_WINDOWS_PHONE  ClientPayload_UserAgent_Platform = 2
	ClientPayload_UserAgent_BLACKBERRY     ClientPayload_UserAgent_Platform = 3
	ClientPayload_UserAgent_BLACKBERRYX    ClientPayload_UserAgent_Platform = 4
	ClientPayload_UserAgent_S40            ClientPayload_UserAgent_Platform = 5
	ClientPayload_UserAgent_S60            ClientPayload_UserAgent_Platform = 6
	ClientPayload_UserAgent_PYTHON_CLIENT  ClientPayload_UserAgent_Platform = 7
	ClientPayload_UserAgent_TIZEN          ClientPayload_UserAgent_Platform = 8
	ClientPayload_UserAgent_ENTERPRISE     ClientPayload_UserAgent_Platform = 9
	ClientPayload_UserAgent_SMB_ANDROID    ClientPayload_UserAgent_Platform = 10
	ClientPayload_UserAgent_KAIOS          ClientPayload_UserAgent_Platform = 11
	ClientPayload_UserAgent_SMB_IOS        ClientPayload_UserAgent_Platform = 12
	ClientPayload_UserAgent_WINDOWS        ClientPayload_UserAgent_Platform = 13
	ClientPayload_UserAgent_WEB            ClientPayload_UserAgent_Platform = 14
	ClientPayload_UserAgent_PORTAL         ClientPayload_UserAgent_Platform = 15
	ClientPayload_UserAgent_GREEN_ANDROID  ClientPayload_UserAgent_Platform = 16
	ClientPayload_UserAgent_GREEN_IPHONE   ClientPayload_UserAgent_Platform = 17
	ClientPayload_UserAgent_BLUE_ANDROID   ClientPayload_UserAgent_Platform = 18
	ClientPayload_UserAgent_BLUE_IPHONE    ClientPayload_UserAgent_Platform = 19
	ClientPayload_UserAgent_FBLITE_ANDROID ClientPayload_UserAgent_Platform = 20
	ClientPayload_UserAgent_MLITE_ANDROID  ClientPayload_UserAgent_Platform = 21
	ClientPayload_UserAgent_IGLITE_ANDROID ClientPayload_UserAgent_Platform = 22
	ClientPayload_UserAgent_PAGE           ClientPayload_UserAgent_Platform = 23
	ClientPayload_UserAgent_MACOS          ClientPayload_UserAgent_Platform = 24
	ClientPayload_UserAgent_OCULUS_MSG     ClientPayload_UserAgent_Platform = 25
	ClientPayload_UserAgent_OCULUS_CALL    ClientPayload_UserAgent_Platform = 26
	ClientPayload_UserAgent_MILAN          ClientPayload_UserAgent_Platform = 27
	ClientPayload_UserAgent_CAPI           ClientPayload_UserAgent_Platform = 28
	ClientPayload_UserAgent_WEAROS         ClientPayload_UserAgent_Platform = 29
	ClientPayload_UserAgent_ARDEVICE       ClientPayload_UserAgent_Platform = 30
	ClientPayload_UserAgent_VRDEVICE       ClientPayload_UserAgent_Platform = 31
	ClientPayload_UserAgent_BLUE_WEB       ClientPayload_UserAgent_Platform = 32
	ClientPayload_UserAgent_IPAD           ClientPayload_UserAgent_Platform = 33
	ClientPayload_UserAgent_TEST           ClientPayload_UserAgent_Platform = 34
)

func (ClientPayload_UserAgent_Platform) Descriptor

func (ClientPayload_UserAgent_Platform) Enum

func (ClientPayload_UserAgent_Platform) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_UserAgent_Platform.Descriptor instead.

func (ClientPayload_UserAgent_Platform) Number

func (ClientPayload_UserAgent_Platform) String

func (ClientPayload_UserAgent_Platform) Type

func (*ClientPayload_UserAgent_Platform) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_UserAgent_ReleaseChannel

type ClientPayload_UserAgent_ReleaseChannel int32
const (
	ClientPayload_UserAgent_RELEASE ClientPayload_UserAgent_ReleaseChannel = 0
	ClientPayload_UserAgent_BETA    ClientPayload_UserAgent_ReleaseChannel = 1
	ClientPayload_UserAgent_ALPHA   ClientPayload_UserAgent_ReleaseChannel = 2
	ClientPayload_UserAgent_DEBUG   ClientPayload_UserAgent_ReleaseChannel = 3
)

func (ClientPayload_UserAgent_ReleaseChannel) Descriptor

func (ClientPayload_UserAgent_ReleaseChannel) Enum

func (ClientPayload_UserAgent_ReleaseChannel) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_UserAgent_ReleaseChannel.Descriptor instead.

func (ClientPayload_UserAgent_ReleaseChannel) Number

func (ClientPayload_UserAgent_ReleaseChannel) String

func (ClientPayload_UserAgent_ReleaseChannel) Type

func (*ClientPayload_UserAgent_ReleaseChannel) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_WebInfo

type ClientPayload_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    *ClientPayload_WebInfo_WebdPayload    `protobuf:"bytes,3,opt,name=webdPayload" json:"webdPayload,omitempty"`
	WebSubPlatform *ClientPayload_WebInfo_WebSubPlatform `protobuf:"varint,4,opt,name=webSubPlatform,enum=proto.ClientPayload_WebInfo_WebSubPlatform" json:"webSubPlatform,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientPayload_WebInfo) Descriptor deprecated

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

Deprecated: Use ClientPayload_WebInfo.ProtoReflect.Descriptor instead.

func (*ClientPayload_WebInfo) GetRefToken

func (x *ClientPayload_WebInfo) GetRefToken() string

func (*ClientPayload_WebInfo) GetVersion

func (x *ClientPayload_WebInfo) GetVersion() string

func (*ClientPayload_WebInfo) GetWebSubPlatform

func (*ClientPayload_WebInfo) GetWebdPayload

func (*ClientPayload_WebInfo) ProtoMessage

func (*ClientPayload_WebInfo) ProtoMessage()

func (*ClientPayload_WebInfo) ProtoReflect

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

func (*ClientPayload_WebInfo) Reset

func (x *ClientPayload_WebInfo) Reset()

func (*ClientPayload_WebInfo) String

func (x *ClientPayload_WebInfo) String() string

type ClientPayload_WebInfo_WebSubPlatform

type ClientPayload_WebInfo_WebSubPlatform int32
const (
	ClientPayload_WebInfo_WEB_BROWSER ClientPayload_WebInfo_WebSubPlatform = 0
	ClientPayload_WebInfo_APP_STORE   ClientPayload_WebInfo_WebSubPlatform = 1
	ClientPayload_WebInfo_WIN_STORE   ClientPayload_WebInfo_WebSubPlatform = 2
	ClientPayload_WebInfo_DARWIN      ClientPayload_WebInfo_WebSubPlatform = 3
	ClientPayload_WebInfo_WIN32       ClientPayload_WebInfo_WebSubPlatform = 4
)

func (ClientPayload_WebInfo_WebSubPlatform) Descriptor

func (ClientPayload_WebInfo_WebSubPlatform) Enum

func (ClientPayload_WebInfo_WebSubPlatform) EnumDescriptor deprecated

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

Deprecated: Use ClientPayload_WebInfo_WebSubPlatform.Descriptor instead.

func (ClientPayload_WebInfo_WebSubPlatform) Number

func (ClientPayload_WebInfo_WebSubPlatform) String

func (ClientPayload_WebInfo_WebSubPlatform) Type

func (*ClientPayload_WebInfo_WebSubPlatform) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ClientPayload_WebInfo_WebdPayload

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

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

Deprecated: Use ClientPayload_WebInfo_WebdPayload.ProtoReflect.Descriptor instead.

func (*ClientPayload_WebInfo_WebdPayload) GetDocumentTypes

func (x *ClientPayload_WebInfo_WebdPayload) GetDocumentTypes() string

func (*ClientPayload_WebInfo_WebdPayload) GetFeatures

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

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsDocumentMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsDocumentMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EAudio

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EAudio() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EDocument

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EDocument() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EImage

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EImage() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsE2EVideo

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsE2EVideo() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsMediaRetry

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsMediaRetry() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsStarredMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsStarredMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetSupportsUrlMessages

func (x *ClientPayload_WebInfo_WebdPayload) GetSupportsUrlMessages() bool

func (*ClientPayload_WebInfo_WebdPayload) GetUsesParticipantInKey

func (x *ClientPayload_WebInfo_WebdPayload) GetUsesParticipantInKey() bool

func (*ClientPayload_WebInfo_WebdPayload) ProtoMessage

func (*ClientPayload_WebInfo_WebdPayload) ProtoMessage()

func (*ClientPayload_WebInfo_WebdPayload) ProtoReflect

func (*ClientPayload_WebInfo_WebdPayload) Reset

func (*ClientPayload_WebInfo_WebdPayload) String

type CommentMetadata

type CommentMetadata struct {
	CommentParentKey *MessageKey `protobuf:"bytes,1,opt,name=commentParentKey" json:"commentParentKey,omitempty"`
	ReplyCount       *uint32     `protobuf:"varint,2,opt,name=replyCount" json:"replyCount,omitempty"`
	// contains filtered or unexported fields
}

func (*CommentMetadata) Descriptor deprecated

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

Deprecated: Use CommentMetadata.ProtoReflect.Descriptor instead.

func (*CommentMetadata) GetCommentParentKey

func (x *CommentMetadata) GetCommentParentKey() *MessageKey

func (*CommentMetadata) GetReplyCount

func (x *CommentMetadata) GetReplyCount() uint32

func (*CommentMetadata) ProtoMessage

func (*CommentMetadata) ProtoMessage()

func (*CommentMetadata) ProtoReflect

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

func (*CommentMetadata) Reset

func (x *CommentMetadata) Reset()

func (*CommentMetadata) String

func (x *CommentMetadata) 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"`
	LidJid    *string `protobuf:"bytes,3,opt,name=lidJid" json:"lidJid,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) GetLidJid

func (x *ContactAction) GetLidJid() 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                         *ContextInfo_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                  *ContextInfo_ExternalAdReplyInfo            `protobuf:"bytes,28,opt,name=externalAdReply" json:"externalAdReply,omitempty"`
	EntryPointConversionSource       *string                                     `protobuf:"bytes,29,opt,name=entryPointConversionSource" json:"entryPointConversionSource,omitempty"`
	EntryPointConversionApp          *string                                     `protobuf:"bytes,30,opt,name=entryPointConversionApp" json:"entryPointConversionApp,omitempty"`
	EntryPointConversionDelaySeconds *uint32                                     `protobuf:"varint,31,opt,name=entryPointConversionDelaySeconds" json:"entryPointConversionDelaySeconds,omitempty"`
	DisappearingMode                 *DisappearingMode                           `protobuf:"bytes,32,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	ActionLink                       *ActionLink                                 `protobuf:"bytes,33,opt,name=actionLink" json:"actionLink,omitempty"`
	GroupSubject                     *string                                     `protobuf:"bytes,34,opt,name=groupSubject" json:"groupSubject,omitempty"`
	ParentGroupJid                   *string                                     `protobuf:"bytes,35,opt,name=parentGroupJid" json:"parentGroupJid,omitempty"`
	TrustBannerType                  *string                                     `protobuf:"bytes,37,opt,name=trustBannerType" json:"trustBannerType,omitempty"`
	TrustBannerAction                *uint32                                     `protobuf:"varint,38,opt,name=trustBannerAction" json:"trustBannerAction,omitempty"`
	IsSampled                        *bool                                       `protobuf:"varint,39,opt,name=isSampled" json:"isSampled,omitempty"`
	GroupMentions                    []*GroupMention                             `protobuf:"bytes,40,rep,name=groupMentions" json:"groupMentions,omitempty"`
	Utm                              *ContextInfo_UTMInfo                        `protobuf:"bytes,41,opt,name=utm" json:"utm,omitempty"`
	ForwardedNewsletterMessageInfo   *ContextInfo_ForwardedNewsletterMessageInfo `protobuf:"bytes,43,opt,name=forwardedNewsletterMessageInfo" json:"forwardedNewsletterMessageInfo,omitempty"`
	BusinessMessageForwardInfo       *ContextInfo_BusinessMessageForwardInfo     `protobuf:"bytes,44,opt,name=businessMessageForwardInfo" json:"businessMessageForwardInfo,omitempty"`
	SmbClientCampaignId              *string                                     `protobuf:"bytes,45,opt,name=smbClientCampaignId" json:"smbClientCampaignId,omitempty"`
	SmbServerCampaignId              *string                                     `protobuf:"bytes,46,opt,name=smbServerCampaignId" json:"smbServerCampaignId,omitempty"`
	DataSharingContext               *ContextInfo_DataSharingContext             `protobuf:"bytes,47,opt,name=dataSharingContext" json:"dataSharingContext,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo.ProtoReflect.Descriptor instead.

func (x *ContextInfo) GetActionLink() *ActionLink

func (*ContextInfo) GetBusinessMessageForwardInfo

func (x *ContextInfo) GetBusinessMessageForwardInfo() *ContextInfo_BusinessMessageForwardInfo

func (*ContextInfo) GetConversionData

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

func (*ContextInfo) GetConversionDelaySeconds

func (x *ContextInfo) GetConversionDelaySeconds() uint32

func (*ContextInfo) GetConversionSource

func (x *ContextInfo) GetConversionSource() string

func (*ContextInfo) GetDataSharingContext

func (x *ContextInfo) GetDataSharingContext() *ContextInfo_DataSharingContext

func (*ContextInfo) GetDisappearingMode

func (x *ContextInfo) GetDisappearingMode() *DisappearingMode

func (*ContextInfo) GetEntryPointConversionApp

func (x *ContextInfo) GetEntryPointConversionApp() string

func (*ContextInfo) GetEntryPointConversionDelaySeconds

func (x *ContextInfo) GetEntryPointConversionDelaySeconds() uint32

func (*ContextInfo) GetEntryPointConversionSource

func (x *ContextInfo) GetEntryPointConversionSource() string

func (*ContextInfo) GetEphemeralSettingTimestamp

func (x *ContextInfo) GetEphemeralSettingTimestamp() int64

func (*ContextInfo) GetEphemeralSharedSecret

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

func (*ContextInfo) GetExpiration

func (x *ContextInfo) GetExpiration() uint32

func (*ContextInfo) GetExternalAdReply

func (x *ContextInfo) GetExternalAdReply() *ContextInfo_ExternalAdReplyInfo

func (*ContextInfo) GetForwardedNewsletterMessageInfo

func (x *ContextInfo) GetForwardedNewsletterMessageInfo() *ContextInfo_ForwardedNewsletterMessageInfo

func (*ContextInfo) GetForwardingScore

func (x *ContextInfo) GetForwardingScore() uint32

func (*ContextInfo) GetGroupMentions

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

func (*ContextInfo) GetGroupSubject

func (x *ContextInfo) GetGroupSubject() string

func (*ContextInfo) GetIsForwarded

func (x *ContextInfo) GetIsForwarded() bool

func (*ContextInfo) GetIsSampled

func (x *ContextInfo) GetIsSampled() bool

func (*ContextInfo) GetMentionedJid

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

func (*ContextInfo) GetParentGroupJid

func (x *ContextInfo) GetParentGroupJid() string

func (*ContextInfo) GetParticipant

func (x *ContextInfo) GetParticipant() string

func (*ContextInfo) GetPlaceholderKey

func (x *ContextInfo) GetPlaceholderKey() *MessageKey

func (*ContextInfo) GetQuotedAd

func (x *ContextInfo) GetQuotedAd() *ContextInfo_AdReplyInfo

func (*ContextInfo) GetQuotedMessage

func (x *ContextInfo) GetQuotedMessage() *Message

func (*ContextInfo) GetRemoteJid

func (x *ContextInfo) GetRemoteJid() string

func (*ContextInfo) GetSmbClientCampaignId

func (x *ContextInfo) GetSmbClientCampaignId() string

func (*ContextInfo) GetSmbServerCampaignId

func (x *ContextInfo) GetSmbServerCampaignId() string

func (*ContextInfo) GetStanzaId

func (x *ContextInfo) GetStanzaId() string

func (*ContextInfo) GetTrustBannerAction

func (x *ContextInfo) GetTrustBannerAction() uint32

func (*ContextInfo) GetTrustBannerType

func (x *ContextInfo) GetTrustBannerType() string

func (*ContextInfo) GetUtm

func (x *ContextInfo) GetUtm() *ContextInfo_UTMInfo

func (*ContextInfo) ProtoMessage

func (*ContextInfo) ProtoMessage()

func (*ContextInfo) ProtoReflect

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

func (*ContextInfo) Reset

func (x *ContextInfo) Reset()

func (*ContextInfo) String

func (x *ContextInfo) String() string

type ContextInfo_AdReplyInfo

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

func (*ContextInfo_AdReplyInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_AdReplyInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_AdReplyInfo) GetAdvertiserName

func (x *ContextInfo_AdReplyInfo) GetAdvertiserName() string

func (*ContextInfo_AdReplyInfo) GetCaption

func (x *ContextInfo_AdReplyInfo) GetCaption() string

func (*ContextInfo_AdReplyInfo) GetJpegThumbnail

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

func (*ContextInfo_AdReplyInfo) GetMediaType

func (*ContextInfo_AdReplyInfo) ProtoMessage

func (*ContextInfo_AdReplyInfo) ProtoMessage()

func (*ContextInfo_AdReplyInfo) ProtoReflect

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

func (*ContextInfo_AdReplyInfo) Reset

func (x *ContextInfo_AdReplyInfo) Reset()

func (*ContextInfo_AdReplyInfo) String

func (x *ContextInfo_AdReplyInfo) String() string

type ContextInfo_AdReplyInfo_MediaType

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

func (ContextInfo_AdReplyInfo_MediaType) Descriptor

func (ContextInfo_AdReplyInfo_MediaType) Enum

func (ContextInfo_AdReplyInfo_MediaType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_AdReplyInfo_MediaType.Descriptor instead.

func (ContextInfo_AdReplyInfo_MediaType) Number

func (ContextInfo_AdReplyInfo_MediaType) String

func (ContextInfo_AdReplyInfo_MediaType) Type

func (*ContextInfo_AdReplyInfo_MediaType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ContextInfo_BusinessMessageForwardInfo

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

func (*ContextInfo_BusinessMessageForwardInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_BusinessMessageForwardInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJid

func (x *ContextInfo_BusinessMessageForwardInfo) GetBusinessOwnerJid() string

func (*ContextInfo_BusinessMessageForwardInfo) ProtoMessage

func (*ContextInfo_BusinessMessageForwardInfo) ProtoReflect

func (*ContextInfo_BusinessMessageForwardInfo) Reset

func (*ContextInfo_BusinessMessageForwardInfo) String

type ContextInfo_DataSharingContext

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

func (*ContextInfo_DataSharingContext) Descriptor deprecated

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

Deprecated: Use ContextInfo_DataSharingContext.ProtoReflect.Descriptor instead.

func (*ContextInfo_DataSharingContext) GetShowMmDisclosure

func (x *ContextInfo_DataSharingContext) GetShowMmDisclosure() bool

func (*ContextInfo_DataSharingContext) ProtoMessage

func (*ContextInfo_DataSharingContext) ProtoMessage()

func (*ContextInfo_DataSharingContext) ProtoReflect

func (*ContextInfo_DataSharingContext) Reset

func (x *ContextInfo_DataSharingContext) Reset()

func (*ContextInfo_DataSharingContext) String

type ContextInfo_ExternalAdReplyInfo

type ContextInfo_ExternalAdReplyInfo struct {
	Title                 *string                                    `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Body                  *string                                    `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
	MediaType             *ContextInfo_ExternalAdReplyInfo_MediaType `protobuf:"varint,3,opt,name=mediaType,enum=proto.ContextInfo_ExternalAdReplyInfo_MediaType" 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"`
	ContainsAutoReply     *bool                                      `protobuf:"varint,10,opt,name=containsAutoReply" json:"containsAutoReply,omitempty"`
	RenderLargerThumbnail *bool                                      `protobuf:"varint,11,opt,name=renderLargerThumbnail" json:"renderLargerThumbnail,omitempty"`
	ShowAdAttribution     *bool                                      `protobuf:"varint,12,opt,name=showAdAttribution" json:"showAdAttribution,omitempty"`
	CtwaClid              *string                                    `protobuf:"bytes,13,opt,name=ctwaClid" json:"ctwaClid,omitempty"`
	Ref                   *string                                    `protobuf:"bytes,14,opt,name=ref" json:"ref,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_ExternalAdReplyInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_ExternalAdReplyInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_ExternalAdReplyInfo) GetBody

func (*ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply

func (x *ContextInfo_ExternalAdReplyInfo) GetContainsAutoReply() bool

func (*ContextInfo_ExternalAdReplyInfo) GetCtwaClid

func (x *ContextInfo_ExternalAdReplyInfo) GetCtwaClid() string

func (*ContextInfo_ExternalAdReplyInfo) GetMediaType

func (*ContextInfo_ExternalAdReplyInfo) GetMediaUrl

func (x *ContextInfo_ExternalAdReplyInfo) GetMediaUrl() string

func (*ContextInfo_ExternalAdReplyInfo) GetRef

func (*ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail

func (x *ContextInfo_ExternalAdReplyInfo) GetRenderLargerThumbnail() bool

func (*ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution

func (x *ContextInfo_ExternalAdReplyInfo) GetShowAdAttribution() bool

func (*ContextInfo_ExternalAdReplyInfo) GetSourceId

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceId() string

func (*ContextInfo_ExternalAdReplyInfo) GetSourceType

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceType() string

func (*ContextInfo_ExternalAdReplyInfo) GetSourceUrl

func (x *ContextInfo_ExternalAdReplyInfo) GetSourceUrl() string

func (*ContextInfo_ExternalAdReplyInfo) GetThumbnail

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

func (*ContextInfo_ExternalAdReplyInfo) GetThumbnailUrl

func (x *ContextInfo_ExternalAdReplyInfo) GetThumbnailUrl() string

func (*ContextInfo_ExternalAdReplyInfo) GetTitle

func (*ContextInfo_ExternalAdReplyInfo) ProtoMessage

func (*ContextInfo_ExternalAdReplyInfo) ProtoMessage()

func (*ContextInfo_ExternalAdReplyInfo) ProtoReflect

func (*ContextInfo_ExternalAdReplyInfo) Reset

func (*ContextInfo_ExternalAdReplyInfo) String

type ContextInfo_ExternalAdReplyInfo_MediaType

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

func (ContextInfo_ExternalAdReplyInfo_MediaType) Descriptor

func (ContextInfo_ExternalAdReplyInfo_MediaType) Enum

func (ContextInfo_ExternalAdReplyInfo_MediaType) EnumDescriptor deprecated

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

Deprecated: Use ContextInfo_ExternalAdReplyInfo_MediaType.Descriptor instead.

func (ContextInfo_ExternalAdReplyInfo_MediaType) Number

func (ContextInfo_ExternalAdReplyInfo_MediaType) String

func (ContextInfo_ExternalAdReplyInfo_MediaType) Type

func (*ContextInfo_ExternalAdReplyInfo_MediaType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ContextInfo_ForwardedNewsletterMessageInfo

type ContextInfo_ForwardedNewsletterMessageInfo struct {
	NewsletterJid   *string `protobuf:"bytes,1,opt,name=newsletterJid" json:"newsletterJid,omitempty"`
	ServerMessageId *int32  `protobuf:"varint,2,opt,name=serverMessageId" json:"serverMessageId,omitempty"`
	NewsletterName  *string `protobuf:"bytes,3,opt,name=newsletterName" json:"newsletterName,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo_ForwardedNewsletterMessageInfo) Descriptor deprecated

Deprecated: Use ContextInfo_ForwardedNewsletterMessageInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJid

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterJid() string

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetNewsletterName() string

func (*ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageId

func (x *ContextInfo_ForwardedNewsletterMessageInfo) GetServerMessageId() int32

func (*ContextInfo_ForwardedNewsletterMessageInfo) ProtoMessage

func (*ContextInfo_ForwardedNewsletterMessageInfo) ProtoReflect

func (*ContextInfo_ForwardedNewsletterMessageInfo) Reset

func (*ContextInfo_ForwardedNewsletterMessageInfo) String

type ContextInfo_UTMInfo

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

func (*ContextInfo_UTMInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo_UTMInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo_UTMInfo) GetUtmCampaign

func (x *ContextInfo_UTMInfo) GetUtmCampaign() string

func (*ContextInfo_UTMInfo) GetUtmSource

func (x *ContextInfo_UTMInfo) GetUtmSource() string

func (*ContextInfo_UTMInfo) ProtoMessage

func (*ContextInfo_UTMInfo) ProtoMessage()

func (*ContextInfo_UTMInfo) ProtoReflect

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

func (*ContextInfo_UTMInfo) Reset

func (x *ContextInfo_UTMInfo) Reset()

func (*ContextInfo_UTMInfo) String

func (x *ContextInfo_UTMInfo) String() string

type 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_EndOfHistoryTransferType `` /* 145-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"`
	Archived                  *bool                                  `protobuf:"varint,16,opt,name=archived" json:"archived,omitempty"`
	DisappearingMode          *DisappearingMode                      `protobuf:"bytes,17,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	UnreadMentionCount        *uint32                                `protobuf:"varint,18,opt,name=unreadMentionCount" json:"unreadMentionCount,omitempty"`
	MarkedAsUnread            *bool                                  `protobuf:"varint,19,opt,name=markedAsUnread" json:"markedAsUnread,omitempty"`
	Participant               []*GroupParticipant                    `protobuf:"bytes,20,rep,name=participant" json:"participant,omitempty"`
	TcToken                   []byte                                 `protobuf:"bytes,21,opt,name=tcToken" json:"tcToken,omitempty"`
	TcTokenTimestamp          *uint64                                `protobuf:"varint,22,opt,name=tcTokenTimestamp" json:"tcTokenTimestamp,omitempty"`
	ContactPrimaryIdentityKey []byte                                 `protobuf:"bytes,23,opt,name=contactPrimaryIdentityKey" json:"contactPrimaryIdentityKey,omitempty"`
	Pinned                    *uint32                                `protobuf:"varint,24,opt,name=pinned" json:"pinned,omitempty"`
	MuteEndTime               *uint64                                `protobuf:"varint,25,opt,name=muteEndTime" json:"muteEndTime,omitempty"`
	Wallpaper                 *WallpaperSettings                     `protobuf:"bytes,26,opt,name=wallpaper" json:"wallpaper,omitempty"`
	MediaVisibility           *MediaVisibility                       `protobuf:"varint,27,opt,name=mediaVisibility,enum=proto.MediaVisibility" json:"mediaVisibility,omitempty"`
	TcTokenSenderTimestamp    *uint64                                `protobuf:"varint,28,opt,name=tcTokenSenderTimestamp" json:"tcTokenSenderTimestamp,omitempty"`
	Suspended                 *bool                                  `protobuf:"varint,29,opt,name=suspended" json:"suspended,omitempty"`
	Terminated                *bool                                  `protobuf:"varint,30,opt,name=terminated" json:"terminated,omitempty"`
	CreatedAt                 *uint64                                `protobuf:"varint,31,opt,name=createdAt" json:"createdAt,omitempty"`
	CreatedBy                 *string                                `protobuf:"bytes,32,opt,name=createdBy" json:"createdBy,omitempty"`
	Description               *string                                `protobuf:"bytes,33,opt,name=description" json:"description,omitempty"`
	Support                   *bool                                  `protobuf:"varint,34,opt,name=support" json:"support,omitempty"`
	IsParentGroup             *bool                                  `protobuf:"varint,35,opt,name=isParentGroup" json:"isParentGroup,omitempty"`
	ParentGroupId             *string                                `protobuf:"bytes,37,opt,name=parentGroupId" json:"parentGroupId,omitempty"`
	IsDefaultSubgroup         *bool                                  `protobuf:"varint,36,opt,name=isDefaultSubgroup" json:"isDefaultSubgroup,omitempty"`
	DisplayName               *string                                `protobuf:"bytes,38,opt,name=displayName" json:"displayName,omitempty"`
	PnJid                     *string                                `protobuf:"bytes,39,opt,name=pnJid" json:"pnJid,omitempty"`
	ShareOwnPn                *bool                                  `protobuf:"varint,40,opt,name=shareOwnPn" json:"shareOwnPn,omitempty"`
	PnhDuplicateLidThread     *bool                                  `protobuf:"varint,41,opt,name=pnhDuplicateLidThread" json:"pnhDuplicateLidThread,omitempty"`
	LidJid                    *string                                `protobuf:"bytes,42,opt,name=lidJid" json:"lidJid,omitempty"`
	Username                  *string                                `protobuf:"bytes,43,opt,name=username" json:"username,omitempty"`
	LidOriginType             *string                                `protobuf:"bytes,44,opt,name=lidOriginType" json:"lidOriginType,omitempty"`
	// contains filtered or unexported fields
}

func (*Conversation) Descriptor deprecated

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

Deprecated: Use Conversation.ProtoReflect.Descriptor instead.

func (*Conversation) GetArchived

func (x *Conversation) GetArchived() bool

func (*Conversation) GetContactPrimaryIdentityKey

func (x *Conversation) GetContactPrimaryIdentityKey() []byte

func (*Conversation) GetConversationTimestamp

func (x *Conversation) GetConversationTimestamp() uint64

func (*Conversation) GetCreatedAt

func (x *Conversation) GetCreatedAt() uint64

func (*Conversation) GetCreatedBy

func (x *Conversation) GetCreatedBy() string

func (*Conversation) GetDescription

func (x *Conversation) GetDescription() string

func (*Conversation) GetDisappearingMode

func (x *Conversation) GetDisappearingMode() *DisappearingMode

func (*Conversation) GetDisplayName

func (x *Conversation) GetDisplayName() string

func (*Conversation) GetEndOfHistoryTransfer

func (x *Conversation) GetEndOfHistoryTransfer() bool

func (*Conversation) GetEndOfHistoryTransferType

func (x *Conversation) GetEndOfHistoryTransferType() Conversation_EndOfHistoryTransferType

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

func (x *Conversation) GetIsDefaultSubgroup() bool

func (*Conversation) GetIsParentGroup

func (x *Conversation) GetIsParentGroup() bool

func (*Conversation) GetLastMsgTimestamp

func (x *Conversation) GetLastMsgTimestamp() uint64

func (*Conversation) GetLidJid

func (x *Conversation) GetLidJid() string

func (*Conversation) GetLidOriginType

func (x *Conversation) GetLidOriginType() string

func (*Conversation) GetMarkedAsUnread

func (x *Conversation) GetMarkedAsUnread() bool

func (*Conversation) GetMediaVisibility

func (x *Conversation) GetMediaVisibility() MediaVisibility

func (*Conversation) GetMessages

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

func (*Conversation) GetMuteEndTime

func (x *Conversation) GetMuteEndTime() uint64

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

func (x *Conversation) GetParentGroupId() string

func (*Conversation) GetParticipant

func (x *Conversation) GetParticipant() []*GroupParticipant

func (*Conversation) GetPinned

func (x *Conversation) GetPinned() uint32

func (*Conversation) GetPnJid

func (x *Conversation) GetPnJid() string

func (*Conversation) GetPnhDuplicateLidThread

func (x *Conversation) GetPnhDuplicateLidThread() bool

func (*Conversation) GetReadOnly

func (x *Conversation) GetReadOnly() bool

func (*Conversation) GetShareOwnPn

func (x *Conversation) GetShareOwnPn() bool

func (*Conversation) GetSupport

func (x *Conversation) GetSupport() bool

func (*Conversation) GetSuspended

func (x *Conversation) GetSuspended() bool

func (*Conversation) GetTcToken

func (x *Conversation) GetTcToken() []byte

func (*Conversation) GetTcTokenSenderTimestamp

func (x *Conversation) GetTcTokenSenderTimestamp() uint64

func (*Conversation) GetTcTokenTimestamp

func (x *Conversation) GetTcTokenTimestamp() uint64

func (*Conversation) GetTerminated

func (x *Conversation) GetTerminated() bool

func (*Conversation) GetUnreadCount

func (x *Conversation) GetUnreadCount() uint32

func (*Conversation) GetUnreadMentionCount

func (x *Conversation) GetUnreadMentionCount() uint32

func (*Conversation) GetUsername

func (x *Conversation) GetUsername() string

func (*Conversation) GetWallpaper

func (x *Conversation) GetWallpaper() *WallpaperSettings

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_EndOfHistoryTransferType

type Conversation_EndOfHistoryTransferType int32
const (
	Conversation_COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY           Conversation_EndOfHistoryTransferType = 0
	Conversation_COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY         Conversation_EndOfHistoryTransferType = 1
	Conversation_COMPLETE_ON_DEMAND_SYNC_BUT_MORE_MSG_REMAIN_ON_PRIMARY Conversation_EndOfHistoryTransferType = 2
)

func (Conversation_EndOfHistoryTransferType) Descriptor

func (Conversation_EndOfHistoryTransferType) Enum

func (Conversation_EndOfHistoryTransferType) EnumDescriptor deprecated

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

Deprecated: Use Conversation_EndOfHistoryTransferType.Descriptor instead.

func (Conversation_EndOfHistoryTransferType) Number

func (Conversation_EndOfHistoryTransferType) String

func (Conversation_EndOfHistoryTransferType) Type

func (*Conversation_EndOfHistoryTransferType) UnmarshalJSON deprecated

func (x *Conversation_EndOfHistoryTransferType) 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 DeviceProps

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

func (*DeviceProps) Descriptor deprecated

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

Deprecated: Use DeviceProps.ProtoReflect.Descriptor instead.

func (*DeviceProps) GetHistorySyncConfig

func (x *DeviceProps) GetHistorySyncConfig() *DeviceProps_HistorySyncConfig

func (*DeviceProps) GetOs

func (x *DeviceProps) GetOs() string

func (*DeviceProps) GetPlatformType

func (x *DeviceProps) GetPlatformType() DeviceProps_PlatformType

func (*DeviceProps) GetRequireFullSync

func (x *DeviceProps) GetRequireFullSync() bool

func (*DeviceProps) GetVersion

func (x *DeviceProps) GetVersion() *DeviceProps_AppVersion

func (*DeviceProps) ProtoMessage

func (*DeviceProps) ProtoMessage()

func (*DeviceProps) ProtoReflect

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

func (*DeviceProps) Reset

func (x *DeviceProps) Reset()

func (*DeviceProps) String

func (x *DeviceProps) String() string

type DeviceProps_AppVersion

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

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

Deprecated: Use DeviceProps_AppVersion.ProtoReflect.Descriptor instead.

func (*DeviceProps_AppVersion) GetPrimary

func (x *DeviceProps_AppVersion) GetPrimary() uint32

func (*DeviceProps_AppVersion) GetQuaternary

func (x *DeviceProps_AppVersion) GetQuaternary() uint32

func (*DeviceProps_AppVersion) GetQuinary

func (x *DeviceProps_AppVersion) GetQuinary() uint32

func (*DeviceProps_AppVersion) GetSecondary

func (x *DeviceProps_AppVersion) GetSecondary() uint32

func (*DeviceProps_AppVersion) GetTertiary

func (x *DeviceProps_AppVersion) GetTertiary() uint32

func (*DeviceProps_AppVersion) ProtoMessage

func (*DeviceProps_AppVersion) ProtoMessage()

func (*DeviceProps_AppVersion) ProtoReflect

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

func (*DeviceProps_AppVersion) Reset

func (x *DeviceProps_AppVersion) Reset()

func (*DeviceProps_AppVersion) String

func (x *DeviceProps_AppVersion) String() string

type DeviceProps_HistorySyncConfig

type DeviceProps_HistorySyncConfig struct {
	FullSyncDaysLimit              *uint32 `protobuf:"varint,1,opt,name=fullSyncDaysLimit" json:"fullSyncDaysLimit,omitempty"`
	FullSyncSizeMbLimit            *uint32 `protobuf:"varint,2,opt,name=fullSyncSizeMbLimit" json:"fullSyncSizeMbLimit,omitempty"`
	StorageQuotaMb                 *uint32 `protobuf:"varint,3,opt,name=storageQuotaMb" json:"storageQuotaMb,omitempty"`
	InlineInitialPayloadInE2EeMsg  *bool   `protobuf:"varint,4,opt,name=inlineInitialPayloadInE2EeMsg" json:"inlineInitialPayloadInE2EeMsg,omitempty"`
	RecentSyncDaysLimit            *uint32 `protobuf:"varint,5,opt,name=recentSyncDaysLimit" json:"recentSyncDaysLimit,omitempty"`
	SupportCallLogHistory          *bool   `protobuf:"varint,6,opt,name=supportCallLogHistory" json:"supportCallLogHistory,omitempty"`
	SupportBotUserAgentChatHistory *bool   `protobuf:"varint,7,opt,name=supportBotUserAgentChatHistory" json:"supportBotUserAgentChatHistory,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceProps_HistorySyncConfig) Descriptor deprecated

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

Deprecated: Use DeviceProps_HistorySyncConfig.ProtoReflect.Descriptor instead.

func (*DeviceProps_HistorySyncConfig) GetFullSyncDaysLimit

func (x *DeviceProps_HistorySyncConfig) GetFullSyncDaysLimit() uint32

func (*DeviceProps_HistorySyncConfig) GetFullSyncSizeMbLimit

func (x *DeviceProps_HistorySyncConfig) GetFullSyncSizeMbLimit() uint32

func (*DeviceProps_HistorySyncConfig) GetInlineInitialPayloadInE2EeMsg

func (x *DeviceProps_HistorySyncConfig) GetInlineInitialPayloadInE2EeMsg() bool

func (*DeviceProps_HistorySyncConfig) GetRecentSyncDaysLimit

func (x *DeviceProps_HistorySyncConfig) GetRecentSyncDaysLimit() uint32

func (*DeviceProps_HistorySyncConfig) GetStorageQuotaMb

func (x *DeviceProps_HistorySyncConfig) GetStorageQuotaMb() uint32

func (*DeviceProps_HistorySyncConfig) GetSupportBotUserAgentChatHistory

func (x *DeviceProps_HistorySyncConfig) GetSupportBotUserAgentChatHistory() bool

func (*DeviceProps_HistorySyncConfig) GetSupportCallLogHistory

func (x *DeviceProps_HistorySyncConfig) GetSupportCallLogHistory() bool

func (*DeviceProps_HistorySyncConfig) ProtoMessage

func (*DeviceProps_HistorySyncConfig) ProtoMessage()

func (*DeviceProps_HistorySyncConfig) ProtoReflect

func (*DeviceProps_HistorySyncConfig) Reset

func (x *DeviceProps_HistorySyncConfig) Reset()

func (*DeviceProps_HistorySyncConfig) String

type DeviceProps_PlatformType

type DeviceProps_PlatformType int32
const (
	DeviceProps_UNKNOWN           DeviceProps_PlatformType = 0
	DeviceProps_CHROME            DeviceProps_PlatformType = 1
	DeviceProps_FIREFOX           DeviceProps_PlatformType = 2
	DeviceProps_IE                DeviceProps_PlatformType = 3
	DeviceProps_OPERA             DeviceProps_PlatformType = 4
	DeviceProps_SAFARI            DeviceProps_PlatformType = 5
	DeviceProps_EDGE              DeviceProps_PlatformType = 6
	DeviceProps_DESKTOP           DeviceProps_PlatformType = 7
	DeviceProps_IPAD              DeviceProps_PlatformType = 8
	DeviceProps_ANDROID_TABLET    DeviceProps_PlatformType = 9
	DeviceProps_OHANA             DeviceProps_PlatformType = 10
	DeviceProps_ALOHA             DeviceProps_PlatformType = 11
	DeviceProps_CATALINA          DeviceProps_PlatformType = 12
	DeviceProps_TCL_TV            DeviceProps_PlatformType = 13
	DeviceProps_IOS_PHONE         DeviceProps_PlatformType = 14
	DeviceProps_IOS_CATALYST      DeviceProps_PlatformType = 15
	DeviceProps_ANDROID_PHONE     DeviceProps_PlatformType = 16
	DeviceProps_ANDROID_AMBIGUOUS DeviceProps_PlatformType = 17
	DeviceProps_WEAR_OS           DeviceProps_PlatformType = 18
	DeviceProps_AR_WRIST          DeviceProps_PlatformType = 19
	DeviceProps_AR_DEVICE         DeviceProps_PlatformType = 20
	DeviceProps_UWP               DeviceProps_PlatformType = 21
	DeviceProps_VR                DeviceProps_PlatformType = 22
)

func (DeviceProps_PlatformType) Descriptor

func (DeviceProps_PlatformType) Enum

func (DeviceProps_PlatformType) EnumDescriptor deprecated

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

Deprecated: Use DeviceProps_PlatformType.Descriptor instead.

func (DeviceProps_PlatformType) Number

func (DeviceProps_PlatformType) String

func (x DeviceProps_PlatformType) String() string

func (DeviceProps_PlatformType) Type

func (*DeviceProps_PlatformType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type DeviceSentMessage

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

func (*DeviceSentMessage) Descriptor deprecated

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

Deprecated: Use DeviceSentMessage.ProtoReflect.Descriptor instead.

func (*DeviceSentMessage) GetDestinationJid

func (x *DeviceSentMessage) GetDestinationJid() string

func (*DeviceSentMessage) GetMessage

func (x *DeviceSentMessage) GetMessage() *Message

func (*DeviceSentMessage) GetPhash

func (x *DeviceSentMessage) GetPhash() string

func (*DeviceSentMessage) ProtoMessage

func (*DeviceSentMessage) ProtoMessage()

func (*DeviceSentMessage) ProtoReflect

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

func (*DeviceSentMessage) Reset

func (x *DeviceSentMessage) Reset()

func (*DeviceSentMessage) String

func (x *DeviceSentMessage) String() string

type DisappearingMode

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

func (*DisappearingMode) Descriptor deprecated

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

Deprecated: Use DisappearingMode.ProtoReflect.Descriptor instead.

func (*DisappearingMode) GetInitiatedByMe

func (x *DisappearingMode) GetInitiatedByMe() bool

func (*DisappearingMode) GetInitiator

func (x *DisappearingMode) GetInitiator() DisappearingMode_Initiator

func (*DisappearingMode) GetInitiatorDeviceJid

func (x *DisappearingMode) GetInitiatorDeviceJid() string

func (*DisappearingMode) GetTrigger

func (*DisappearingMode) ProtoMessage

func (*DisappearingMode) ProtoMessage()

func (*DisappearingMode) ProtoReflect

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

func (*DisappearingMode) Reset

func (x *DisappearingMode) Reset()

func (*DisappearingMode) String

func (x *DisappearingMode) String() string

type DisappearingMode_Initiator

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

func (DisappearingMode_Initiator) Descriptor

func (DisappearingMode_Initiator) Enum

func (DisappearingMode_Initiator) EnumDescriptor deprecated

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

Deprecated: Use DisappearingMode_Initiator.Descriptor instead.

func (DisappearingMode_Initiator) Number

func (DisappearingMode_Initiator) String

func (DisappearingMode_Initiator) Type

func (*DisappearingMode_Initiator) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type DisappearingMode_Trigger

type DisappearingMode_Trigger int32
const (
	DisappearingMode_UNKNOWN         DisappearingMode_Trigger = 0
	DisappearingMode_CHAT_SETTING    DisappearingMode_Trigger = 1
	DisappearingMode_ACCOUNT_SETTING DisappearingMode_Trigger = 2
	DisappearingMode_BULK_CHANGE     DisappearingMode_Trigger = 3
)

func (DisappearingMode_Trigger) Descriptor

func (DisappearingMode_Trigger) Enum

func (DisappearingMode_Trigger) EnumDescriptor deprecated

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

Deprecated: Use DisappearingMode_Trigger.Descriptor instead.

func (DisappearingMode_Trigger) Number

func (DisappearingMode_Trigger) String

func (x DisappearingMode_Trigger) String() string

func (DisappearingMode_Trigger) Type

func (*DisappearingMode_Trigger) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type DocumentMessage

type DocumentMessage struct {
	Url                 *string      `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Mimetype            *string      `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	Title               *string      `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	FileSha256          []byte       `protobuf:"bytes,4,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength          *uint64      `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	PageCount           *uint32      `protobuf:"varint,6,opt,name=pageCount" json:"pageCount,omitempty"`
	MediaKey            []byte       `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileName            *string      `protobuf:"bytes,8,opt,name=fileName" json:"fileName,omitempty"`
	FileEncSha256       []byte       `protobuf:"bytes,9,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	DirectPath          *string      `protobuf:"bytes,10,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp   *int64       `protobuf:"varint,11,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContactVcard        *bool        `protobuf:"varint,12,opt,name=contactVcard" json:"contactVcard,omitempty"`
	ThumbnailDirectPath *string      `protobuf:"bytes,13,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSha256     []byte       `protobuf:"bytes,14,opt,name=thumbnailSha256" json:"thumbnailSha256,omitempty"`
	ThumbnailEncSha256  []byte       `protobuf:"bytes,15,opt,name=thumbnailEncSha256" json:"thumbnailEncSha256,omitempty"`
	JpegThumbnail       []byte       `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo         *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	ThumbnailHeight     *uint32      `protobuf:"varint,18,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth      *uint32      `protobuf:"varint,19,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	Caption             *string      `protobuf:"bytes,20,opt,name=caption" json:"caption,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentMessage) Descriptor deprecated

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

Deprecated: Use DocumentMessage.ProtoReflect.Descriptor instead.

func (*DocumentMessage) GetCaption

func (x *DocumentMessage) GetCaption() string

func (*DocumentMessage) GetContactVcard

func (x *DocumentMessage) GetContactVcard() bool

func (*DocumentMessage) GetContextInfo

func (x *DocumentMessage) GetContextInfo() *ContextInfo

func (*DocumentMessage) GetDirectPath

func (x *DocumentMessage) GetDirectPath() string

func (*DocumentMessage) GetFileEncSha256

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

func (*DocumentMessage) GetFileLength

func (x *DocumentMessage) GetFileLength() uint64

func (*DocumentMessage) GetFileName

func (x *DocumentMessage) GetFileName() string

func (*DocumentMessage) GetFileSha256

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

func (*DocumentMessage) GetJpegThumbnail

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

func (*DocumentMessage) GetMediaKey

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

func (*DocumentMessage) GetMediaKeyTimestamp

func (x *DocumentMessage) GetMediaKeyTimestamp() int64

func (*DocumentMessage) GetMimetype

func (x *DocumentMessage) GetMimetype() string

func (*DocumentMessage) GetPageCount

func (x *DocumentMessage) GetPageCount() uint32

func (*DocumentMessage) GetThumbnailDirectPath

func (x *DocumentMessage) GetThumbnailDirectPath() string

func (*DocumentMessage) GetThumbnailEncSha256

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

func (*DocumentMessage) GetThumbnailHeight

func (x *DocumentMessage) GetThumbnailHeight() uint32

func (*DocumentMessage) GetThumbnailSha256

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

func (*DocumentMessage) GetThumbnailWidth

func (x *DocumentMessage) GetThumbnailWidth() uint32

func (*DocumentMessage) GetTitle

func (x *DocumentMessage) GetTitle() string

func (*DocumentMessage) GetUrl

func (x *DocumentMessage) GetUrl() string

func (*DocumentMessage) ProtoMessage

func (*DocumentMessage) ProtoMessage()

func (*DocumentMessage) ProtoReflect

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

func (*DocumentMessage) Reset

func (x *DocumentMessage) Reset()

func (*DocumentMessage) String

func (x *DocumentMessage) String() string

type EncCommentMessage

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

func (*EncCommentMessage) Descriptor deprecated

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

Deprecated: Use EncCommentMessage.ProtoReflect.Descriptor instead.

func (*EncCommentMessage) GetEncIv

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

func (*EncCommentMessage) GetEncPayload

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

func (*EncCommentMessage) GetTargetMessageKey

func (x *EncCommentMessage) GetTargetMessageKey() *MessageKey

func (*EncCommentMessage) ProtoMessage

func (*EncCommentMessage) ProtoMessage()

func (*EncCommentMessage) ProtoReflect

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

func (*EncCommentMessage) Reset

func (x *EncCommentMessage) Reset()

func (*EncCommentMessage) String

func (x *EncCommentMessage) String() string

type EncReactionMessage

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

func (*EncReactionMessage) Descriptor deprecated

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

Deprecated: Use EncReactionMessage.ProtoReflect.Descriptor instead.

func (*EncReactionMessage) GetEncIv

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

func (*EncReactionMessage) GetEncPayload

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

func (*EncReactionMessage) GetTargetMessageKey

func (x *EncReactionMessage) GetTargetMessageKey() *MessageKey

func (*EncReactionMessage) ProtoMessage

func (*EncReactionMessage) ProtoMessage()

func (*EncReactionMessage) ProtoReflect

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

func (*EncReactionMessage) Reset

func (x *EncReactionMessage) Reset()

func (*EncReactionMessage) String

func (x *EncReactionMessage) String() string

type 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 EventMessage

type EventMessage struct {
	ContextInfo *ContextInfo     `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	IsCanceled  *bool            `protobuf:"varint,2,opt,name=isCanceled" json:"isCanceled,omitempty"`
	Name        *string          `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	Description *string          `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	Location    *LocationMessage `protobuf:"bytes,5,opt,name=location" json:"location,omitempty"`
	JoinLink    *string          `protobuf:"bytes,6,opt,name=joinLink" json:"joinLink,omitempty"`
	StartTime   *int64           `protobuf:"varint,7,opt,name=startTime" json:"startTime,omitempty"`
	// contains filtered or unexported fields
}

func (*EventMessage) Descriptor deprecated

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

Deprecated: Use EventMessage.ProtoReflect.Descriptor instead.

func (*EventMessage) GetContextInfo

func (x *EventMessage) GetContextInfo() *ContextInfo

func (*EventMessage) GetDescription

func (x *EventMessage) GetDescription() string

func (*EventMessage) GetIsCanceled

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

func (*EventMessage) GetLocation

func (x *EventMessage) GetLocation() *LocationMessage

func (*EventMessage) GetName

func (x *EventMessage) GetName() string

func (*EventMessage) GetStartTime

func (x *EventMessage) GetStartTime() int64

func (*EventMessage) ProtoMessage

func (*EventMessage) ProtoMessage()

func (*EventMessage) ProtoReflect

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

func (*EventMessage) Reset

func (x *EventMessage) Reset()

func (*EventMessage) String

func (x *EventMessage) String() string

type 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_FontType            `protobuf:"varint,9,opt,name=font,enum=proto.ExtendedTextMessage_FontType" json:"font,omitempty"`
	PreviewType                      *ExtendedTextMessage_PreviewType         `protobuf:"varint,10,opt,name=previewType,enum=proto.ExtendedTextMessage_PreviewType" json:"previewType,omitempty"`
	JpegThumbnail                    []byte                                   `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo                      *ContextInfo                             `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	DoNotPlayInline                  *bool                                    `protobuf:"varint,18,opt,name=doNotPlayInline" json:"doNotPlayInline,omitempty"`
	ThumbnailDirectPath              *string                                  `protobuf:"bytes,19,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSha256                  []byte                                   `protobuf:"bytes,20,opt,name=thumbnailSha256" json:"thumbnailSha256,omitempty"`
	ThumbnailEncSha256               []byte                                   `protobuf:"bytes,21,opt,name=thumbnailEncSha256" json:"thumbnailEncSha256,omitempty"`
	MediaKey                         []byte                                   `protobuf:"bytes,22,opt,name=mediaKey" json:"mediaKey,omitempty"`
	MediaKeyTimestamp                *int64                                   `protobuf:"varint,23,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ThumbnailHeight                  *uint32                                  `protobuf:"varint,24,opt,name=thumbnailHeight" json:"thumbnailHeight,omitempty"`
	ThumbnailWidth                   *uint32                                  `protobuf:"varint,25,opt,name=thumbnailWidth" json:"thumbnailWidth,omitempty"`
	InviteLinkGroupType              *ExtendedTextMessage_InviteLinkGroupType `` /* 137-byte string literal not displayed */
	InviteLinkParentGroupSubjectV2   *string                                  `protobuf:"bytes,27,opt,name=inviteLinkParentGroupSubjectV2" json:"inviteLinkParentGroupSubjectV2,omitempty"`
	InviteLinkParentGroupThumbnailV2 []byte                                   `protobuf:"bytes,28,opt,name=inviteLinkParentGroupThumbnailV2" json:"inviteLinkParentGroupThumbnailV2,omitempty"`
	InviteLinkGroupTypeV2            *ExtendedTextMessage_InviteLinkGroupType `` /* 141-byte string literal not displayed */
	ViewOnce                         *bool                                    `protobuf:"varint,30,opt,name=viewOnce" json:"viewOnce,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) GetInviteLinkGroupType

func (*ExtendedTextMessage) GetInviteLinkGroupTypeV2

func (x *ExtendedTextMessage) GetInviteLinkGroupTypeV2() ExtendedTextMessage_InviteLinkGroupType

func (*ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2

func (x *ExtendedTextMessage) GetInviteLinkParentGroupSubjectV2() string

func (*ExtendedTextMessage) GetInviteLinkParentGroupThumbnailV2

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

func (*ExtendedTextMessage) GetJpegThumbnail

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

func (*ExtendedTextMessage) 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) GetViewOnce

func (x *ExtendedTextMessage) GetViewOnce() bool

func (*ExtendedTextMessage) ProtoMessage

func (*ExtendedTextMessage) ProtoMessage()

func (*ExtendedTextMessage) ProtoReflect

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

func (*ExtendedTextMessage) Reset

func (x *ExtendedTextMessage) Reset()

func (*ExtendedTextMessage) String

func (x *ExtendedTextMessage) String() string

type ExtendedTextMessage_FontType

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

func (ExtendedTextMessage_FontType) Descriptor

func (ExtendedTextMessage_FontType) Enum

func (ExtendedTextMessage_FontType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_FontType.Descriptor instead.

func (ExtendedTextMessage_FontType) Number

func (ExtendedTextMessage_FontType) String

func (ExtendedTextMessage_FontType) Type

func (*ExtendedTextMessage_FontType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ExtendedTextMessage_InviteLinkGroupType

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

func (ExtendedTextMessage_InviteLinkGroupType) Descriptor

func (ExtendedTextMessage_InviteLinkGroupType) Enum

func (ExtendedTextMessage_InviteLinkGroupType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_InviteLinkGroupType.Descriptor instead.

func (ExtendedTextMessage_InviteLinkGroupType) Number

func (ExtendedTextMessage_InviteLinkGroupType) String

func (ExtendedTextMessage_InviteLinkGroupType) Type

func (*ExtendedTextMessage_InviteLinkGroupType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ExtendedTextMessage_PreviewType

type ExtendedTextMessage_PreviewType int32
const (
	ExtendedTextMessage_NONE        ExtendedTextMessage_PreviewType = 0
	ExtendedTextMessage_VIDEO       ExtendedTextMessage_PreviewType = 1
	ExtendedTextMessage_PLACEHOLDER ExtendedTextMessage_PreviewType = 4
	ExtendedTextMessage_IMAGE       ExtendedTextMessage_PreviewType = 5
)

func (ExtendedTextMessage_PreviewType) Descriptor

func (ExtendedTextMessage_PreviewType) Enum

func (ExtendedTextMessage_PreviewType) EnumDescriptor deprecated

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

Deprecated: Use ExtendedTextMessage_PreviewType.Descriptor instead.

func (ExtendedTextMessage_PreviewType) Number

func (ExtendedTextMessage_PreviewType) String

func (ExtendedTextMessage_PreviewType) Type

func (*ExtendedTextMessage_PreviewType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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 ExternalWebBetaAction

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

func (*ExternalWebBetaAction) Descriptor deprecated

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

Deprecated: Use ExternalWebBetaAction.ProtoReflect.Descriptor instead.

func (*ExternalWebBetaAction) GetIsOptIn

func (x *ExternalWebBetaAction) GetIsOptIn() bool

func (*ExternalWebBetaAction) ProtoMessage

func (*ExternalWebBetaAction) ProtoMessage()

func (*ExternalWebBetaAction) ProtoReflect

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

func (*ExternalWebBetaAction) Reset

func (x *ExternalWebBetaAction) Reset()

func (*ExternalWebBetaAction) String

func (x *ExternalWebBetaAction) String() string

type FutureProofMessage

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

func (*FutureProofMessage) Descriptor deprecated

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

Deprecated: Use FutureProofMessage.ProtoReflect.Descriptor instead.

func (*FutureProofMessage) GetMessage

func (x *FutureProofMessage) GetMessage() *Message

func (*FutureProofMessage) ProtoMessage

func (*FutureProofMessage) ProtoMessage()

func (*FutureProofMessage) ProtoReflect

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

func (*FutureProofMessage) Reset

func (x *FutureProofMessage) Reset()

func (*FutureProofMessage) String

func (x *FutureProofMessage) String() string

type GlobalSettings

type GlobalSettings struct {
	LightThemeWallpaper                *WallpaperSettings    `protobuf:"bytes,1,opt,name=lightThemeWallpaper" json:"lightThemeWallpaper,omitempty"`
	MediaVisibility                    *MediaVisibility      `protobuf:"varint,2,opt,name=mediaVisibility,enum=proto.MediaVisibility" json:"mediaVisibility,omitempty"`
	DarkThemeWallpaper                 *WallpaperSettings    `protobuf:"bytes,3,opt,name=darkThemeWallpaper" json:"darkThemeWallpaper,omitempty"`
	AutoDownloadWiFi                   *AutoDownloadSettings `protobuf:"bytes,4,opt,name=autoDownloadWiFi" json:"autoDownloadWiFi,omitempty"`
	AutoDownloadCellular               *AutoDownloadSettings `protobuf:"bytes,5,opt,name=autoDownloadCellular" json:"autoDownloadCellular,omitempty"`
	AutoDownloadRoaming                *AutoDownloadSettings `protobuf:"bytes,6,opt,name=autoDownloadRoaming" json:"autoDownloadRoaming,omitempty"`
	ShowIndividualNotificationsPreview *bool                 `protobuf:"varint,7,opt,name=showIndividualNotificationsPreview" json:"showIndividualNotificationsPreview,omitempty"`
	ShowGroupNotificationsPreview      *bool                 `protobuf:"varint,8,opt,name=showGroupNotificationsPreview" json:"showGroupNotificationsPreview,omitempty"`
	DisappearingModeDuration           *int32                `protobuf:"varint,9,opt,name=disappearingModeDuration" json:"disappearingModeDuration,omitempty"`
	DisappearingModeTimestamp          *int64                `protobuf:"varint,10,opt,name=disappearingModeTimestamp" json:"disappearingModeTimestamp,omitempty"`
	AvatarUserSettings                 *AvatarUserSettings   `protobuf:"bytes,11,opt,name=avatarUserSettings" json:"avatarUserSettings,omitempty"`
	FontSize                           *int32                `protobuf:"varint,12,opt,name=fontSize" json:"fontSize,omitempty"`
	SecurityNotifications              *bool                 `protobuf:"varint,13,opt,name=securityNotifications" json:"securityNotifications,omitempty"`
	AutoUnarchiveChats                 *bool                 `protobuf:"varint,14,opt,name=autoUnarchiveChats" json:"autoUnarchiveChats,omitempty"`
	VideoQualityMode                   *int32                `protobuf:"varint,15,opt,name=videoQualityMode" json:"videoQualityMode,omitempty"`
	PhotoQualityMode                   *int32                `protobuf:"varint,16,opt,name=photoQualityMode" json:"photoQualityMode,omitempty"`
	IndividualNotificationSettings     *NotificationSettings `protobuf:"bytes,17,opt,name=individualNotificationSettings" json:"individualNotificationSettings,omitempty"`
	GroupNotificationSettings          *NotificationSettings `protobuf:"bytes,18,opt,name=groupNotificationSettings" json:"groupNotificationSettings,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalSettings) Descriptor deprecated

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

Deprecated: Use GlobalSettings.ProtoReflect.Descriptor instead.

func (*GlobalSettings) GetAutoDownloadCellular

func (x *GlobalSettings) GetAutoDownloadCellular() *AutoDownloadSettings

func (*GlobalSettings) GetAutoDownloadRoaming

func (x *GlobalSettings) GetAutoDownloadRoaming() *AutoDownloadSettings

func (*GlobalSettings) GetAutoDownloadWiFi

func (x *GlobalSettings) GetAutoDownloadWiFi() *AutoDownloadSettings

func (*GlobalSettings) GetAutoUnarchiveChats

func (x *GlobalSettings) GetAutoUnarchiveChats() bool

func (*GlobalSettings) GetAvatarUserSettings

func (x *GlobalSettings) GetAvatarUserSettings() *AvatarUserSettings

func (*GlobalSettings) GetDarkThemeWallpaper

func (x *GlobalSettings) GetDarkThemeWallpaper() *WallpaperSettings

func (*GlobalSettings) GetDisappearingModeDuration

func (x *GlobalSettings) GetDisappearingModeDuration() int32

func (*GlobalSettings) GetDisappearingModeTimestamp

func (x *GlobalSettings) GetDisappearingModeTimestamp() int64

func (*GlobalSettings) GetFontSize

func (x *GlobalSettings) GetFontSize() int32

func (*GlobalSettings) GetGroupNotificationSettings

func (x *GlobalSettings) GetGroupNotificationSettings() *NotificationSettings

func (*GlobalSettings) GetIndividualNotificationSettings

func (x *GlobalSettings) GetIndividualNotificationSettings() *NotificationSettings

func (*GlobalSettings) GetLightThemeWallpaper

func (x *GlobalSettings) GetLightThemeWallpaper() *WallpaperSettings

func (*GlobalSettings) GetMediaVisibility

func (x *GlobalSettings) GetMediaVisibility() MediaVisibility

func (*GlobalSettings) GetPhotoQualityMode

func (x *GlobalSettings) GetPhotoQualityMode() int32

func (*GlobalSettings) GetSecurityNotifications

func (x *GlobalSettings) GetSecurityNotifications() bool

func (*GlobalSettings) GetShowGroupNotificationsPreview

func (x *GlobalSettings) GetShowGroupNotificationsPreview() bool

func (*GlobalSettings) GetShowIndividualNotificationsPreview

func (x *GlobalSettings) GetShowIndividualNotificationsPreview() bool

func (*GlobalSettings) GetVideoQualityMode

func (x *GlobalSettings) GetVideoQualityMode() int32

func (*GlobalSettings) ProtoMessage

func (*GlobalSettings) ProtoMessage()

func (*GlobalSettings) ProtoReflect

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

func (*GlobalSettings) Reset

func (x *GlobalSettings) Reset()

func (*GlobalSettings) String

func (x *GlobalSettings) String() string

type GroupInviteMessage

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

func (*GroupInviteMessage) Descriptor deprecated

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

Deprecated: Use GroupInviteMessage.ProtoReflect.Descriptor instead.

func (*GroupInviteMessage) GetCaption

func (x *GroupInviteMessage) GetCaption() string

func (*GroupInviteMessage) GetContextInfo

func (x *GroupInviteMessage) GetContextInfo() *ContextInfo

func (*GroupInviteMessage) GetGroupJid

func (x *GroupInviteMessage) GetGroupJid() string

func (*GroupInviteMessage) GetGroupName

func (x *GroupInviteMessage) GetGroupName() string

func (*GroupInviteMessage) GetGroupType

func (*GroupInviteMessage) GetInviteCode

func (x *GroupInviteMessage) GetInviteCode() string

func (*GroupInviteMessage) GetInviteExpiration

func (x *GroupInviteMessage) GetInviteExpiration() int64

func (*GroupInviteMessage) GetJpegThumbnail

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

func (*GroupInviteMessage) ProtoMessage

func (*GroupInviteMessage) ProtoMessage()

func (*GroupInviteMessage) ProtoReflect

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

func (*GroupInviteMessage) Reset

func (x *GroupInviteMessage) Reset()

func (*GroupInviteMessage) String

func (x *GroupInviteMessage) String() string

type GroupInviteMessage_GroupType

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

func (GroupInviteMessage_GroupType) Descriptor

func (GroupInviteMessage_GroupType) Enum

func (GroupInviteMessage_GroupType) EnumDescriptor deprecated

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

Deprecated: Use GroupInviteMessage_GroupType.Descriptor instead.

func (GroupInviteMessage_GroupType) Number

func (GroupInviteMessage_GroupType) String

func (GroupInviteMessage_GroupType) Type

func (*GroupInviteMessage_GroupType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type GroupMention

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

func (*GroupMention) Descriptor deprecated

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

Deprecated: Use GroupMention.ProtoReflect.Descriptor instead.

func (*GroupMention) GetGroupJid

func (x *GroupMention) GetGroupJid() string

func (*GroupMention) GetGroupSubject

func (x *GroupMention) GetGroupSubject() string

func (*GroupMention) ProtoMessage

func (*GroupMention) ProtoMessage()

func (*GroupMention) ProtoReflect

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

func (*GroupMention) Reset

func (x *GroupMention) Reset()

func (*GroupMention) String

func (x *GroupMention) String() string

type GroupParticipant

type GroupParticipant struct {
	UserJid *string                `protobuf:"bytes,1,req,name=userJid" json:"userJid,omitempty"`
	Rank    *GroupParticipant_Rank `protobuf:"varint,2,opt,name=rank,enum=proto.GroupParticipant_Rank" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupParticipant) Descriptor deprecated

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

Deprecated: Use GroupParticipant.ProtoReflect.Descriptor instead.

func (*GroupParticipant) GetRank

func (*GroupParticipant) GetUserJid

func (x *GroupParticipant) GetUserJid() string

func (*GroupParticipant) ProtoMessage

func (*GroupParticipant) ProtoMessage()

func (*GroupParticipant) ProtoReflect

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

func (*GroupParticipant) Reset

func (x *GroupParticipant) Reset()

func (*GroupParticipant) String

func (x *GroupParticipant) String() string

type GroupParticipant_Rank

type GroupParticipant_Rank int32
const (
	GroupParticipant_REGULAR    GroupParticipant_Rank = 0
	GroupParticipant_ADMIN      GroupParticipant_Rank = 1
	GroupParticipant_SUPERADMIN GroupParticipant_Rank = 2
)

func (GroupParticipant_Rank) Descriptor

func (GroupParticipant_Rank) Enum

func (GroupParticipant_Rank) EnumDescriptor deprecated

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

Deprecated: Use GroupParticipant_Rank.Descriptor instead.

func (GroupParticipant_Rank) Number

func (GroupParticipant_Rank) String

func (x GroupParticipant_Rank) String() string

func (GroupParticipant_Rank) Type

func (*GroupParticipant_Rank) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HandshakeClientFinish

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

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

Deprecated: Use HandshakeClientFinish.ProtoReflect.Descriptor instead.

func (*HandshakeClientFinish) GetPayload

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

func (*HandshakeClientFinish) GetStatic

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

func (*HandshakeClientFinish) ProtoMessage

func (*HandshakeClientFinish) ProtoMessage()

func (*HandshakeClientFinish) ProtoReflect

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

func (*HandshakeClientFinish) Reset

func (x *HandshakeClientFinish) Reset()

func (*HandshakeClientFinish) String

func (x *HandshakeClientFinish) String() string

type HandshakeClientHello

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

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

Deprecated: Use HandshakeClientHello.ProtoReflect.Descriptor instead.

func (*HandshakeClientHello) GetEphemeral

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

func (*HandshakeClientHello) GetPayload

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

func (*HandshakeClientHello) GetStatic

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

func (*HandshakeClientHello) ProtoMessage

func (*HandshakeClientHello) ProtoMessage()

func (*HandshakeClientHello) ProtoReflect

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

func (*HandshakeClientHello) Reset

func (x *HandshakeClientHello) Reset()

func (*HandshakeClientHello) String

func (x *HandshakeClientHello) String() string

type HandshakeMessage

type HandshakeMessage struct {
	ClientHello  *HandshakeClientHello  `protobuf:"bytes,2,opt,name=clientHello" json:"clientHello,omitempty"`
	ServerHello  *HandshakeServerHello  `protobuf:"bytes,3,opt,name=serverHello" json:"serverHello,omitempty"`
	ClientFinish *HandshakeClientFinish `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() *HandshakeClientFinish

func (*HandshakeMessage) GetClientHello

func (x *HandshakeMessage) GetClientHello() *HandshakeClientHello

func (*HandshakeMessage) GetServerHello

func (x *HandshakeMessage) GetServerHello() *HandshakeServerHello

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 HandshakeServerHello

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

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

Deprecated: Use HandshakeServerHello.ProtoReflect.Descriptor instead.

func (*HandshakeServerHello) GetEphemeral

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

func (*HandshakeServerHello) GetPayload

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

func (*HandshakeServerHello) GetStatic

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

func (*HandshakeServerHello) ProtoMessage

func (*HandshakeServerHello) ProtoMessage()

func (*HandshakeServerHello) ProtoReflect

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

func (*HandshakeServerHello) Reset

func (x *HandshakeServerHello) Reset()

func (*HandshakeServerHello) String

func (x *HandshakeServerHello) String() string

type HighlyStructuredMessage

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

func (*HighlyStructuredMessage) Descriptor deprecated

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

Deprecated: Use HighlyStructuredMessage.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage) GetDeterministicLc

func (x *HighlyStructuredMessage) GetDeterministicLc() string

func (*HighlyStructuredMessage) GetDeterministicLg

func (x *HighlyStructuredMessage) GetDeterministicLg() string

func (*HighlyStructuredMessage) GetElementName

func (x *HighlyStructuredMessage) GetElementName() string

func (*HighlyStructuredMessage) GetFallbackLc

func (x *HighlyStructuredMessage) GetFallbackLc() string

func (*HighlyStructuredMessage) GetFallbackLg

func (x *HighlyStructuredMessage) GetFallbackLg() string

func (*HighlyStructuredMessage) GetHydratedHsm

func (x *HighlyStructuredMessage) GetHydratedHsm() *TemplateMessage

func (*HighlyStructuredMessage) GetLocalizableParams

func (*HighlyStructuredMessage) GetNamespace

func (x *HighlyStructuredMessage) GetNamespace() string

func (*HighlyStructuredMessage) GetParams

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

func (*HighlyStructuredMessage) ProtoMessage

func (*HighlyStructuredMessage) ProtoMessage()

func (*HighlyStructuredMessage) ProtoReflect

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

func (*HighlyStructuredMessage) Reset

func (x *HighlyStructuredMessage) Reset()

func (*HighlyStructuredMessage) String

func (x *HighlyStructuredMessage) String() string

type HighlyStructuredMessage_HSMLocalizableParameter

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

func (*HighlyStructuredMessage_HSMLocalizableParameter) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetCurrency

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetDateTime

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetDefault

func (*HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof

func (m *HighlyStructuredMessage_HSMLocalizableParameter) GetParamOneof() isHighlyStructuredMessage_HSMLocalizableParameter_ParamOneof

func (*HighlyStructuredMessage_HSMLocalizableParameter) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter) String

type HighlyStructuredMessage_HSMLocalizableParameter_Currency

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

type HighlyStructuredMessage_HSMLocalizableParameter_DateTime

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

type HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency

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

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetAmount1000

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) GetCurrencyCode

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMCurrency) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime struct {

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

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof

func (m *HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) GetDatetimeOneof() isHighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_DatetimeOneof

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_Component

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

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent

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

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetDayOfMonth

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetHour

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMinute

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetMonth

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) GetYear

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType

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

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Descriptor

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) EnumDescriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType.Descriptor instead.

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Number

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) String

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) Type

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_CalendarType) UnmarshalJSON deprecated

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType

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

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Descriptor

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) EnumDescriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType.Descriptor instead.

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Number

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) String

func (HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) Type

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeComponent_DayOfWeekType) UnmarshalJSON deprecated

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch

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

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Descriptor deprecated

Deprecated: Use HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) GetTimestamp

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoMessage

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) ProtoReflect

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) Reset

func (*HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_HSMDateTimeUnixEpoch) String

type HighlyStructuredMessage_HSMLocalizableParameter_HSMDateTime_UnixEpoch

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

type HistorySync

type HistorySync struct {
	SyncType                *HistorySync_HistorySyncType    `protobuf:"varint,1,req,name=syncType,enum=proto.HistorySync_HistorySyncType" 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"`
	GlobalSettings          *GlobalSettings                 `protobuf:"bytes,8,opt,name=globalSettings" json:"globalSettings,omitempty"`
	ThreadIdUserSecret      []byte                          `protobuf:"bytes,9,opt,name=threadIdUserSecret" json:"threadIdUserSecret,omitempty"`
	ThreadDsTimeframeOffset *uint32                         `protobuf:"varint,10,opt,name=threadDsTimeframeOffset" json:"threadDsTimeframeOffset,omitempty"`
	RecentStickers          []*StickerMetadata              `protobuf:"bytes,11,rep,name=recentStickers" json:"recentStickers,omitempty"`
	PastParticipants        []*PastParticipants             `protobuf:"bytes,12,rep,name=pastParticipants" json:"pastParticipants,omitempty"`
	CallLogRecords          []*CallLogRecord                `protobuf:"bytes,13,rep,name=callLogRecords" json:"callLogRecords,omitempty"`
	AiWaitListState         *HistorySync_BotAIWaitListState `protobuf:"varint,14,opt,name=aiWaitListState,enum=proto.HistorySync_BotAIWaitListState" json:"aiWaitListState,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySync) Descriptor deprecated

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

Deprecated: Use HistorySync.ProtoReflect.Descriptor instead.

func (*HistorySync) GetAiWaitListState

func (x *HistorySync) GetAiWaitListState() HistorySync_BotAIWaitListState

func (*HistorySync) GetCallLogRecords

func (x *HistorySync) GetCallLogRecords() []*CallLogRecord

func (*HistorySync) GetChunkOrder

func (x *HistorySync) GetChunkOrder() uint32

func (*HistorySync) GetConversations

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

func (*HistorySync) GetGlobalSettings

func (x *HistorySync) GetGlobalSettings() *GlobalSettings

func (*HistorySync) GetPastParticipants

func (x *HistorySync) GetPastParticipants() []*PastParticipants

func (*HistorySync) GetProgress

func (x *HistorySync) GetProgress() uint32

func (*HistorySync) GetPushnames

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

func (*HistorySync) GetRecentStickers

func (x *HistorySync) GetRecentStickers() []*StickerMetadata

func (*HistorySync) GetStatusV3Messages

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

func (*HistorySync) GetSyncType

func (x *HistorySync) GetSyncType() HistorySync_HistorySyncType

func (*HistorySync) GetThreadDsTimeframeOffset

func (x *HistorySync) GetThreadDsTimeframeOffset() uint32

func (*HistorySync) GetThreadIdUserSecret

func (x *HistorySync) GetThreadIdUserSecret() []byte

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_HistorySyncType `protobuf:"varint,6,opt,name=syncType,enum=proto.HistorySyncNotification_HistorySyncType" json:"syncType,omitempty"`
	ChunkOrder                        *uint32                                  `protobuf:"varint,7,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	OriginalMessageId                 *string                                  `protobuf:"bytes,8,opt,name=originalMessageId" json:"originalMessageId,omitempty"`
	Progress                          *uint32                                  `protobuf:"varint,9,opt,name=progress" json:"progress,omitempty"`
	OldestMsgInChunkTimestampSec      *int64                                   `protobuf:"varint,10,opt,name=oldestMsgInChunkTimestampSec" json:"oldestMsgInChunkTimestampSec,omitempty"`
	InitialHistBootstrapInlinePayload []byte                                   `protobuf:"bytes,11,opt,name=initialHistBootstrapInlinePayload" json:"initialHistBootstrapInlinePayload,omitempty"`
	PeerDataRequestSessionId          *string                                  `protobuf:"bytes,12,opt,name=peerDataRequestSessionId" json:"peerDataRequestSessionId,omitempty"`
	// 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) GetInitialHistBootstrapInlinePayload

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

func (*HistorySyncNotification) GetMediaKey

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

func (*HistorySyncNotification) GetOldestMsgInChunkTimestampSec

func (x *HistorySyncNotification) GetOldestMsgInChunkTimestampSec() int64

func (*HistorySyncNotification) GetOriginalMessageId

func (x *HistorySyncNotification) GetOriginalMessageId() string

func (*HistorySyncNotification) GetPeerDataRequestSessionId

func (x *HistorySyncNotification) GetPeerDataRequestSessionId() string

func (*HistorySyncNotification) GetProgress

func (x *HistorySyncNotification) GetProgress() uint32

func (*HistorySyncNotification) GetSyncType

func (*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_HistorySyncType

type HistorySyncNotification_HistorySyncType int32
const (
	HistorySyncNotification_INITIAL_BOOTSTRAP HistorySyncNotification_HistorySyncType = 0
	HistorySyncNotification_INITIAL_STATUS_V3 HistorySyncNotification_HistorySyncType = 1
	HistorySyncNotification_FULL              HistorySyncNotification_HistorySyncType = 2
	HistorySyncNotification_RECENT            HistorySyncNotification_HistorySyncType = 3
	HistorySyncNotification_PUSH_NAME         HistorySyncNotification_HistorySyncType = 4
	HistorySyncNotification_NON_BLOCKING_DATA HistorySyncNotification_HistorySyncType = 5
	HistorySyncNotification_ON_DEMAND         HistorySyncNotification_HistorySyncType = 6
)

func (HistorySyncNotification_HistorySyncType) Descriptor

func (HistorySyncNotification_HistorySyncType) Enum

func (HistorySyncNotification_HistorySyncType) EnumDescriptor deprecated

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

Deprecated: Use HistorySyncNotification_HistorySyncType.Descriptor instead.

func (HistorySyncNotification_HistorySyncType) Number

func (HistorySyncNotification_HistorySyncType) String

func (HistorySyncNotification_HistorySyncType) Type

func (*HistorySyncNotification_HistorySyncType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HistorySync_BotAIWaitListState

type HistorySync_BotAIWaitListState int32
const (
	HistorySync_IN_WAITLIST  HistorySync_BotAIWaitListState = 0
	HistorySync_AI_AVAILABLE HistorySync_BotAIWaitListState = 1
)

func (HistorySync_BotAIWaitListState) Descriptor

func (HistorySync_BotAIWaitListState) Enum

func (HistorySync_BotAIWaitListState) EnumDescriptor deprecated

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

Deprecated: Use HistorySync_BotAIWaitListState.Descriptor instead.

func (HistorySync_BotAIWaitListState) Number

func (HistorySync_BotAIWaitListState) String

func (HistorySync_BotAIWaitListState) Type

func (*HistorySync_BotAIWaitListState) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HistorySync_HistorySyncType

type HistorySync_HistorySyncType int32
const (
	HistorySync_INITIAL_BOOTSTRAP HistorySync_HistorySyncType = 0
	HistorySync_INITIAL_STATUS_V3 HistorySync_HistorySyncType = 1
	HistorySync_FULL              HistorySync_HistorySyncType = 2
	HistorySync_RECENT            HistorySync_HistorySyncType = 3
	HistorySync_PUSH_NAME         HistorySync_HistorySyncType = 4
	HistorySync_NON_BLOCKING_DATA HistorySync_HistorySyncType = 5
	HistorySync_ON_DEMAND         HistorySync_HistorySyncType = 6
)

func (HistorySync_HistorySyncType) Descriptor

func (HistorySync_HistorySyncType) Enum

func (HistorySync_HistorySyncType) EnumDescriptor deprecated

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

Deprecated: Use HistorySync_HistorySyncType.Descriptor instead.

func (HistorySync_HistorySyncType) Number

func (HistorySync_HistorySyncType) String

func (HistorySync_HistorySyncType) Type

func (*HistorySync_HistorySyncType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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 (*HydratedTemplateButton) GetHydratedButton

func (m *HydratedTemplateButton) GetHydratedButton() isHydratedTemplateButton_HydratedButton

func (*HydratedTemplateButton) GetIndex

func (x *HydratedTemplateButton) GetIndex() uint32

func (*HydratedTemplateButton) GetQuickReplyButton

func (*HydratedTemplateButton) GetUrlButton

func (*HydratedTemplateButton) ProtoMessage

func (*HydratedTemplateButton) ProtoMessage()

func (*HydratedTemplateButton) ProtoReflect

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

func (*HydratedTemplateButton) Reset

func (x *HydratedTemplateButton) Reset()

func (*HydratedTemplateButton) String

func (x *HydratedTemplateButton) String() string

type HydratedTemplateButton_CallButton

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

type HydratedTemplateButton_HydratedCallButton

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

func (*HydratedTemplateButton_HydratedCallButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton_HydratedCallButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedCallButton) GetDisplayText

func (*HydratedTemplateButton_HydratedCallButton) GetPhoneNumber

func (*HydratedTemplateButton_HydratedCallButton) ProtoMessage

func (*HydratedTemplateButton_HydratedCallButton) ProtoReflect

func (*HydratedTemplateButton_HydratedCallButton) Reset

func (*HydratedTemplateButton_HydratedCallButton) String

type HydratedTemplateButton_HydratedQuickReplyButton

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

func (*HydratedTemplateButton_HydratedQuickReplyButton) Descriptor deprecated

Deprecated: Use HydratedTemplateButton_HydratedQuickReplyButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedQuickReplyButton) GetDisplayText

func (*HydratedTemplateButton_HydratedQuickReplyButton) GetId

func (*HydratedTemplateButton_HydratedQuickReplyButton) ProtoMessage

func (*HydratedTemplateButton_HydratedQuickReplyButton) ProtoReflect

func (*HydratedTemplateButton_HydratedQuickReplyButton) Reset

func (*HydratedTemplateButton_HydratedQuickReplyButton) String

type HydratedTemplateButton_HydratedURLButton

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

func (*HydratedTemplateButton_HydratedURLButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton_HydratedURLButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton_HydratedURLButton) GetConsentedUsersUrl

func (x *HydratedTemplateButton_HydratedURLButton) GetConsentedUsersUrl() string

func (*HydratedTemplateButton_HydratedURLButton) GetDisplayText

func (*HydratedTemplateButton_HydratedURLButton) GetUrl

func (*HydratedTemplateButton_HydratedURLButton) ProtoMessage

func (*HydratedTemplateButton_HydratedURLButton) ProtoReflect

func (*HydratedTemplateButton_HydratedURLButton) Reset

func (*HydratedTemplateButton_HydratedURLButton) String

type HydratedTemplateButton_QuickReplyButton

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

type HydratedTemplateButton_UrlButton

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

type ImageMessage

type ImageMessage struct {
	Url                     *string                  `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Mimetype                *string                  `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	Caption                 *string                  `protobuf:"bytes,3,opt,name=caption" json:"caption,omitempty"`
	FileSha256              []byte                   `protobuf:"bytes,4,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength              *uint64                  `protobuf:"varint,5,opt,name=fileLength" json:"fileLength,omitempty"`
	Height                  *uint32                  `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
	Width                   *uint32                  `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
	MediaKey                []byte                   `protobuf:"bytes,8,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSha256           []byte                   `protobuf:"bytes,9,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	InteractiveAnnotations  []*InteractiveAnnotation `protobuf:"bytes,10,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
	DirectPath              *string                  `protobuf:"bytes,11,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp       *int64                   `protobuf:"varint,12,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	JpegThumbnail           []byte                   `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo             *ContextInfo             `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	FirstScanSidecar        []byte                   `protobuf:"bytes,18,opt,name=firstScanSidecar" json:"firstScanSidecar,omitempty"`
	FirstScanLength         *uint32                  `protobuf:"varint,19,opt,name=firstScanLength" json:"firstScanLength,omitempty"`
	ExperimentGroupId       *uint32                  `protobuf:"varint,20,opt,name=experimentGroupId" json:"experimentGroupId,omitempty"`
	ScansSidecar            []byte                   `protobuf:"bytes,21,opt,name=scansSidecar" json:"scansSidecar,omitempty"`
	ScanLengths             []uint32                 `protobuf:"varint,22,rep,name=scanLengths" json:"scanLengths,omitempty"`
	MidQualityFileSha256    []byte                   `protobuf:"bytes,23,opt,name=midQualityFileSha256" json:"midQualityFileSha256,omitempty"`
	MidQualityFileEncSha256 []byte                   `protobuf:"bytes,24,opt,name=midQualityFileEncSha256" json:"midQualityFileEncSha256,omitempty"`
	ViewOnce                *bool                    `protobuf:"varint,25,opt,name=viewOnce" json:"viewOnce,omitempty"`
	ThumbnailDirectPath     *string                  `protobuf:"bytes,26,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSha256         []byte                   `protobuf:"bytes,27,opt,name=thumbnailSha256" json:"thumbnailSha256,omitempty"`
	ThumbnailEncSha256      []byte                   `protobuf:"bytes,28,opt,name=thumbnailEncSha256" json:"thumbnailEncSha256,omitempty"`
	StaticUrl               *string                  `protobuf:"bytes,29,opt,name=staticUrl" json:"staticUrl,omitempty"`
	// 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) GetStaticUrl

func (x *ImageMessage) GetStaticUrl() string

func (*ImageMessage) GetThumbnailDirectPath

func (x *ImageMessage) GetThumbnailDirectPath() string

func (*ImageMessage) GetThumbnailEncSha256

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

func (*ImageMessage) GetThumbnailSha256

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

func (*ImageMessage) GetUrl

func (x *ImageMessage) GetUrl() string

func (*ImageMessage) GetViewOnce

func (x *ImageMessage) GetViewOnce() bool

func (*ImageMessage) GetWidth

func (x *ImageMessage) GetWidth() uint32

func (*ImageMessage) ProtoMessage

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) ProtoReflect

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

func (*ImageMessage) Reset

func (x *ImageMessage) Reset()

func (*ImageMessage) String

func (x *ImageMessage) String() string

type 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 InteractiveMessage

type InteractiveMessage struct {
	Header      *InteractiveMessage_Header `protobuf:"bytes,1,opt,name=header" json:"header,omitempty"`
	Body        *InteractiveMessage_Body   `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
	Footer      *InteractiveMessage_Footer `protobuf:"bytes,3,opt,name=footer" json:"footer,omitempty"`
	ContextInfo *ContextInfo               `protobuf:"bytes,15,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// Types that are assignable to InteractiveMessage:
	//
	//	*InteractiveMessage_ShopStorefrontMessage
	//	*InteractiveMessage_CollectionMessage_
	//	*InteractiveMessage_NativeFlowMessage_
	//	*InteractiveMessage_CarouselMessage_
	InteractiveMessage isInteractiveMessage_InteractiveMessage `protobuf_oneof:"interactiveMessage"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage) GetBody

func (*InteractiveMessage) GetCarouselMessage

func (x *InteractiveMessage) GetCarouselMessage() *InteractiveMessage_CarouselMessage

func (*InteractiveMessage) GetCollectionMessage

func (x *InteractiveMessage) GetCollectionMessage() *InteractiveMessage_CollectionMessage

func (*InteractiveMessage) GetContextInfo

func (x *InteractiveMessage) GetContextInfo() *ContextInfo

func (*InteractiveMessage) GetFooter

func (*InteractiveMessage) GetHeader

func (*InteractiveMessage) GetInteractiveMessage

func (m *InteractiveMessage) GetInteractiveMessage() isInteractiveMessage_InteractiveMessage

func (*InteractiveMessage) GetNativeFlowMessage

func (x *InteractiveMessage) GetNativeFlowMessage() *InteractiveMessage_NativeFlowMessage

func (*InteractiveMessage) GetShopStorefrontMessage

func (x *InteractiveMessage) GetShopStorefrontMessage() *InteractiveMessage_ShopMessage

func (*InteractiveMessage) ProtoMessage

func (*InteractiveMessage) ProtoMessage()

func (*InteractiveMessage) ProtoReflect

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

func (*InteractiveMessage) Reset

func (x *InteractiveMessage) Reset()

func (*InteractiveMessage) String

func (x *InteractiveMessage) String() string

type InteractiveMessage_Body

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

func (*InteractiveMessage_Body) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Body.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Body) GetText

func (x *InteractiveMessage_Body) GetText() string

func (*InteractiveMessage_Body) ProtoMessage

func (*InteractiveMessage_Body) ProtoMessage()

func (*InteractiveMessage_Body) ProtoReflect

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

func (*InteractiveMessage_Body) Reset

func (x *InteractiveMessage_Body) Reset()

func (*InteractiveMessage_Body) String

func (x *InteractiveMessage_Body) String() string

type InteractiveMessage_CarouselMessage

type InteractiveMessage_CarouselMessage struct {
	Cards          []*InteractiveMessage `protobuf:"bytes,1,rep,name=cards" json:"cards,omitempty"`
	MessageVersion *int32                `protobuf:"varint,2,opt,name=messageVersion" json:"messageVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_CarouselMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_CarouselMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_CarouselMessage) GetCards

func (*InteractiveMessage_CarouselMessage) GetMessageVersion

func (x *InteractiveMessage_CarouselMessage) GetMessageVersion() int32

func (*InteractiveMessage_CarouselMessage) ProtoMessage

func (*InteractiveMessage_CarouselMessage) ProtoMessage()

func (*InteractiveMessage_CarouselMessage) ProtoReflect

func (*InteractiveMessage_CarouselMessage) Reset

func (*InteractiveMessage_CarouselMessage) String

type InteractiveMessage_CarouselMessage_

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

type InteractiveMessage_CollectionMessage

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

func (*InteractiveMessage_CollectionMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_CollectionMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_CollectionMessage) GetBizJid

func (*InteractiveMessage_CollectionMessage) GetId

func (*InteractiveMessage_CollectionMessage) GetMessageVersion

func (x *InteractiveMessage_CollectionMessage) GetMessageVersion() int32

func (*InteractiveMessage_CollectionMessage) ProtoMessage

func (*InteractiveMessage_CollectionMessage) ProtoMessage()

func (*InteractiveMessage_CollectionMessage) ProtoReflect

func (*InteractiveMessage_CollectionMessage) Reset

func (*InteractiveMessage_CollectionMessage) String

type InteractiveMessage_CollectionMessage_

type InteractiveMessage_CollectionMessage_ struct {
	CollectionMessage *InteractiveMessage_CollectionMessage `protobuf:"bytes,5,opt,name=collectionMessage,oneof"`
}
type InteractiveMessage_Footer struct {
	Text *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_Footer) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Footer.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Footer) GetText

func (x *InteractiveMessage_Footer) GetText() string

func (*InteractiveMessage_Footer) ProtoMessage

func (*InteractiveMessage_Footer) ProtoMessage()

func (*InteractiveMessage_Footer) ProtoReflect

func (*InteractiveMessage_Footer) Reset

func (x *InteractiveMessage_Footer) Reset()

func (*InteractiveMessage_Footer) String

func (x *InteractiveMessage_Footer) String() string

type InteractiveMessage_Header

type InteractiveMessage_Header struct {
	Title              *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Subtitle           *string `protobuf:"bytes,2,opt,name=subtitle" json:"subtitle,omitempty"`
	HasMediaAttachment *bool   `protobuf:"varint,5,opt,name=hasMediaAttachment" json:"hasMediaAttachment,omitempty"`
	// Types that are assignable to Media:
	//
	//	*InteractiveMessage_Header_DocumentMessage
	//	*InteractiveMessage_Header_ImageMessage
	//	*InteractiveMessage_Header_JpegThumbnail
	//	*InteractiveMessage_Header_VideoMessage
	//	*InteractiveMessage_Header_LocationMessage
	Media isInteractiveMessage_Header_Media `protobuf_oneof:"media"`
	// contains filtered or unexported fields
}

func (*InteractiveMessage_Header) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_Header.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_Header) GetDocumentMessage

func (x *InteractiveMessage_Header) GetDocumentMessage() *DocumentMessage

func (*InteractiveMessage_Header) GetHasMediaAttachment

func (x *InteractiveMessage_Header) GetHasMediaAttachment() bool

func (*InteractiveMessage_Header) GetImageMessage

func (x *InteractiveMessage_Header) GetImageMessage() *ImageMessage

func (*InteractiveMessage_Header) GetJpegThumbnail

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

func (*InteractiveMessage_Header) GetLocationMessage

func (x *InteractiveMessage_Header) GetLocationMessage() *LocationMessage

func (*InteractiveMessage_Header) GetMedia

func (m *InteractiveMessage_Header) GetMedia() isInteractiveMessage_Header_Media

func (*InteractiveMessage_Header) GetSubtitle

func (x *InteractiveMessage_Header) GetSubtitle() string

func (*InteractiveMessage_Header) GetTitle

func (x *InteractiveMessage_Header) GetTitle() string

func (*InteractiveMessage_Header) GetVideoMessage

func (x *InteractiveMessage_Header) GetVideoMessage() *VideoMessage

func (*InteractiveMessage_Header) ProtoMessage

func (*InteractiveMessage_Header) ProtoMessage()

func (*InteractiveMessage_Header) ProtoReflect

func (*InteractiveMessage_Header) Reset

func (x *InteractiveMessage_Header) Reset()

func (*InteractiveMessage_Header) String

func (x *InteractiveMessage_Header) String() string

type InteractiveMessage_Header_DocumentMessage

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

type InteractiveMessage_Header_ImageMessage

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

type InteractiveMessage_Header_JpegThumbnail

type InteractiveMessage_Header_JpegThumbnail struct {
	JpegThumbnail []byte `protobuf:"bytes,6,opt,name=jpegThumbnail,oneof"`
}

type InteractiveMessage_Header_LocationMessage

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

type InteractiveMessage_Header_VideoMessage

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

type InteractiveMessage_NativeFlowMessage

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

func (*InteractiveMessage_NativeFlowMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_NativeFlowMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_NativeFlowMessage) GetButtons

func (*InteractiveMessage_NativeFlowMessage) GetMessageParamsJson

func (x *InteractiveMessage_NativeFlowMessage) GetMessageParamsJson() string

func (*InteractiveMessage_NativeFlowMessage) GetMessageVersion

func (x *InteractiveMessage_NativeFlowMessage) GetMessageVersion() int32

func (*InteractiveMessage_NativeFlowMessage) ProtoMessage

func (*InteractiveMessage_NativeFlowMessage) ProtoMessage()

func (*InteractiveMessage_NativeFlowMessage) ProtoReflect

func (*InteractiveMessage_NativeFlowMessage) Reset

func (*InteractiveMessage_NativeFlowMessage) String

type InteractiveMessage_NativeFlowMessage_

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

type InteractiveMessage_NativeFlowMessage_NativeFlowButton

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

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) Descriptor deprecated

Deprecated: Use InteractiveMessage_NativeFlowMessage_NativeFlowButton.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetButtonParamsJson

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) GetName

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoMessage

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) ProtoReflect

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) Reset

func (*InteractiveMessage_NativeFlowMessage_NativeFlowButton) String

type InteractiveMessage_ShopMessage

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

func (*InteractiveMessage_ShopMessage) Descriptor deprecated

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

Deprecated: Use InteractiveMessage_ShopMessage.ProtoReflect.Descriptor instead.

func (*InteractiveMessage_ShopMessage) GetId

func (*InteractiveMessage_ShopMessage) GetMessageVersion

func (x *InteractiveMessage_ShopMessage) GetMessageVersion() int32

func (*InteractiveMessage_ShopMessage) GetSurface

func (*InteractiveMessage_ShopMessage) ProtoMessage

func (*InteractiveMessage_ShopMessage) ProtoMessage()

func (*InteractiveMessage_ShopMessage) ProtoReflect

func (*InteractiveMessage_ShopMessage) Reset

func (x *InteractiveMessage_ShopMessage) Reset()

func (*InteractiveMessage_ShopMessage) String

type InteractiveMessage_ShopMessage_Surface

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

func (InteractiveMessage_ShopMessage_Surface) Descriptor

func (InteractiveMessage_ShopMessage_Surface) Enum

func (InteractiveMessage_ShopMessage_Surface) EnumDescriptor deprecated

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

Deprecated: Use InteractiveMessage_ShopMessage_Surface.Descriptor instead.

func (InteractiveMessage_ShopMessage_Surface) Number

func (InteractiveMessage_ShopMessage_Surface) String

func (InteractiveMessage_ShopMessage_Surface) Type

func (*InteractiveMessage_ShopMessage_Surface) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type InteractiveMessage_ShopStorefrontMessage

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

type InteractiveResponseMessage

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

func (*InteractiveResponseMessage) Descriptor deprecated

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

Deprecated: Use InteractiveResponseMessage.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage) GetBody

func (*InteractiveResponseMessage) GetContextInfo

func (x *InteractiveResponseMessage) GetContextInfo() *ContextInfo

func (*InteractiveResponseMessage) GetInteractiveResponseMessage

func (m *InteractiveResponseMessage) GetInteractiveResponseMessage() isInteractiveResponseMessage_InteractiveResponseMessage

func (*InteractiveResponseMessage) GetNativeFlowResponseMessage

func (*InteractiveResponseMessage) ProtoMessage

func (*InteractiveResponseMessage) ProtoMessage()

func (*InteractiveResponseMessage) ProtoReflect

func (*InteractiveResponseMessage) Reset

func (x *InteractiveResponseMessage) Reset()

func (*InteractiveResponseMessage) String

func (x *InteractiveResponseMessage) String() string

type InteractiveResponseMessage_Body

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

func (*InteractiveResponseMessage_Body) Descriptor deprecated

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

Deprecated: Use InteractiveResponseMessage_Body.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage_Body) GetFormat

func (*InteractiveResponseMessage_Body) GetText

func (*InteractiveResponseMessage_Body) ProtoMessage

func (*InteractiveResponseMessage_Body) ProtoMessage()

func (*InteractiveResponseMessage_Body) ProtoReflect

func (*InteractiveResponseMessage_Body) Reset

func (*InteractiveResponseMessage_Body) String

type InteractiveResponseMessage_Body_Format

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

func (InteractiveResponseMessage_Body_Format) Descriptor

func (InteractiveResponseMessage_Body_Format) Enum

func (InteractiveResponseMessage_Body_Format) EnumDescriptor deprecated

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

Deprecated: Use InteractiveResponseMessage_Body_Format.Descriptor instead.

func (InteractiveResponseMessage_Body_Format) Number

func (InteractiveResponseMessage_Body_Format) String

func (InteractiveResponseMessage_Body_Format) Type

func (*InteractiveResponseMessage_Body_Format) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type InteractiveResponseMessage_NativeFlowResponseMessage

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

func (*InteractiveResponseMessage_NativeFlowResponseMessage) Descriptor deprecated

Deprecated: Use InteractiveResponseMessage_NativeFlowResponseMessage.ProtoReflect.Descriptor instead.

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetName

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetParamsJson

func (*InteractiveResponseMessage_NativeFlowResponseMessage) GetVersion

func (*InteractiveResponseMessage_NativeFlowResponseMessage) ProtoMessage

func (*InteractiveResponseMessage_NativeFlowResponseMessage) ProtoReflect

func (*InteractiveResponseMessage_NativeFlowResponseMessage) Reset

func (*InteractiveResponseMessage_NativeFlowResponseMessage) String

type InteractiveResponseMessage_NativeFlowResponseMessage_

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

type InvoiceMessage

type InvoiceMessage struct {
	Note                        *string                        `protobuf:"bytes,1,opt,name=note" json:"note,omitempty"`
	Token                       *string                        `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
	AttachmentType              *InvoiceMessage_AttachmentType `protobuf:"varint,3,opt,name=attachmentType,enum=proto.InvoiceMessage_AttachmentType" json:"attachmentType,omitempty"`
	AttachmentMimetype          *string                        `protobuf:"bytes,4,opt,name=attachmentMimetype" json:"attachmentMimetype,omitempty"`
	AttachmentMediaKey          []byte                         `protobuf:"bytes,5,opt,name=attachmentMediaKey" json:"attachmentMediaKey,omitempty"`
	AttachmentMediaKeyTimestamp *int64                         `protobuf:"varint,6,opt,name=attachmentMediaKeyTimestamp" json:"attachmentMediaKeyTimestamp,omitempty"`
	AttachmentFileSha256        []byte                         `protobuf:"bytes,7,opt,name=attachmentFileSha256" json:"attachmentFileSha256,omitempty"`
	AttachmentFileEncSha256     []byte                         `protobuf:"bytes,8,opt,name=attachmentFileEncSha256" json:"attachmentFileEncSha256,omitempty"`
	AttachmentDirectPath        *string                        `protobuf:"bytes,9,opt,name=attachmentDirectPath" json:"attachmentDirectPath,omitempty"`
	AttachmentJpegThumbnail     []byte                         `protobuf:"bytes,10,opt,name=attachmentJpegThumbnail" json:"attachmentJpegThumbnail,omitempty"`
	// contains filtered or unexported fields
}

func (*InvoiceMessage) Descriptor deprecated

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

Deprecated: Use InvoiceMessage.ProtoReflect.Descriptor instead.

func (*InvoiceMessage) GetAttachmentDirectPath

func (x *InvoiceMessage) GetAttachmentDirectPath() string

func (*InvoiceMessage) GetAttachmentFileEncSha256

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

func (*InvoiceMessage) GetAttachmentFileSha256

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

func (*InvoiceMessage) GetAttachmentJpegThumbnail

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

func (*InvoiceMessage) GetAttachmentMediaKey

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

func (*InvoiceMessage) GetAttachmentMediaKeyTimestamp

func (x *InvoiceMessage) GetAttachmentMediaKeyTimestamp() int64

func (*InvoiceMessage) GetAttachmentMimetype

func (x *InvoiceMessage) GetAttachmentMimetype() string

func (*InvoiceMessage) GetAttachmentType

func (x *InvoiceMessage) GetAttachmentType() InvoiceMessage_AttachmentType

func (*InvoiceMessage) GetNote

func (x *InvoiceMessage) GetNote() string

func (*InvoiceMessage) GetToken

func (x *InvoiceMessage) GetToken() string

func (*InvoiceMessage) ProtoMessage

func (*InvoiceMessage) ProtoMessage()

func (*InvoiceMessage) ProtoReflect

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

func (*InvoiceMessage) Reset

func (x *InvoiceMessage) Reset()

func (*InvoiceMessage) String

func (x *InvoiceMessage) String() string

type InvoiceMessage_AttachmentType

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

func (InvoiceMessage_AttachmentType) Descriptor

func (InvoiceMessage_AttachmentType) Enum

func (InvoiceMessage_AttachmentType) EnumDescriptor deprecated

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

Deprecated: Use InvoiceMessage_AttachmentType.Descriptor instead.

func (InvoiceMessage_AttachmentType) Number

func (InvoiceMessage_AttachmentType) String

func (InvoiceMessage_AttachmentType) Type

func (*InvoiceMessage_AttachmentType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type KeepInChat

type KeepInChat struct {
	KeepType          *KeepType   `protobuf:"varint,1,opt,name=keepType,enum=proto.KeepType" json:"keepType,omitempty"`
	ServerTimestamp   *int64      `protobuf:"varint,2,opt,name=serverTimestamp" json:"serverTimestamp,omitempty"`
	Key               *MessageKey `protobuf:"bytes,3,opt,name=key" json:"key,omitempty"`
	DeviceJid         *string     `protobuf:"bytes,4,opt,name=deviceJid" json:"deviceJid,omitempty"`
	ClientTimestampMs *int64      `protobuf:"varint,5,opt,name=clientTimestampMs" json:"clientTimestampMs,omitempty"`
	ServerTimestampMs *int64      `protobuf:"varint,6,opt,name=serverTimestampMs" json:"serverTimestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*KeepInChat) Descriptor deprecated

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

Deprecated: Use KeepInChat.ProtoReflect.Descriptor instead.

func (*KeepInChat) GetClientTimestampMs

func (x *KeepInChat) GetClientTimestampMs() int64

func (*KeepInChat) GetDeviceJid

func (x *KeepInChat) GetDeviceJid() string

func (*KeepInChat) GetKeepType

func (x *KeepInChat) GetKeepType() KeepType

func (*KeepInChat) GetKey

func (x *KeepInChat) GetKey() *MessageKey

func (*KeepInChat) GetServerTimestamp

func (x *KeepInChat) GetServerTimestamp() int64

func (*KeepInChat) GetServerTimestampMs

func (x *KeepInChat) GetServerTimestampMs() int64

func (*KeepInChat) ProtoMessage

func (*KeepInChat) ProtoMessage()

func (*KeepInChat) ProtoReflect

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

func (*KeepInChat) Reset

func (x *KeepInChat) Reset()

func (*KeepInChat) String

func (x *KeepInChat) String() string

type KeepInChatMessage

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

func (*KeepInChatMessage) Descriptor deprecated

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

Deprecated: Use KeepInChatMessage.ProtoReflect.Descriptor instead.

func (*KeepInChatMessage) GetKeepType

func (x *KeepInChatMessage) GetKeepType() KeepType

func (*KeepInChatMessage) GetKey

func (x *KeepInChatMessage) GetKey() *MessageKey

func (*KeepInChatMessage) GetTimestampMs

func (x *KeepInChatMessage) GetTimestampMs() int64

func (*KeepInChatMessage) ProtoMessage

func (*KeepInChatMessage) ProtoMessage()

func (*KeepInChatMessage) ProtoReflect

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

func (*KeepInChatMessage) Reset

func (x *KeepInChatMessage) Reset()

func (*KeepInChatMessage) String

func (x *KeepInChatMessage) String() string

type KeepType

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

func (KeepType) Descriptor

func (KeepType) Descriptor() protoreflect.EnumDescriptor

func (KeepType) Enum

func (x KeepType) Enum() *KeepType

func (KeepType) EnumDescriptor deprecated

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

Deprecated: Use KeepType.Descriptor instead.

func (KeepType) Number

func (x KeepType) Number() protoreflect.EnumNumber

func (KeepType) String

func (x KeepType) String() string

func (KeepType) Type

func (*KeepType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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_ListType        `protobuf:"varint,4,opt,name=listType,enum=proto.ListMessage_ListType" json:"listType,omitempty"`
	Sections        []*ListMessage_Section       `protobuf:"bytes,5,rep,name=sections" json:"sections,omitempty"`
	ProductListInfo *ListMessage_ProductListInfo `protobuf:"bytes,6,opt,name=productListInfo" json:"productListInfo,omitempty"`
	FooterText      *string                      `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
	ContextInfo     *ContextInfo                 `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMessage) Descriptor deprecated

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

Deprecated: Use ListMessage.ProtoReflect.Descriptor instead.

func (*ListMessage) GetButtonText

func (x *ListMessage) GetButtonText() string

func (*ListMessage) GetContextInfo

func (x *ListMessage) GetContextInfo() *ContextInfo

func (*ListMessage) GetDescription

func (x *ListMessage) GetDescription() string

func (*ListMessage) GetFooterText

func (x *ListMessage) GetFooterText() string

func (*ListMessage) GetListType

func (x *ListMessage) GetListType() ListMessage_ListType

func (*ListMessage) GetProductListInfo

func (x *ListMessage) GetProductListInfo() *ListMessage_ProductListInfo

func (*ListMessage) GetSections

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

func (*ListMessage) GetTitle

func (x *ListMessage) GetTitle() string

func (*ListMessage) ProtoMessage

func (*ListMessage) ProtoMessage()

func (*ListMessage) ProtoReflect

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

func (*ListMessage) Reset

func (x *ListMessage) Reset()

func (*ListMessage) String

func (x *ListMessage) String() string

type ListMessage_ListType

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

func (ListMessage_ListType) Descriptor

func (ListMessage_ListType) Enum

func (ListMessage_ListType) EnumDescriptor deprecated

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

Deprecated: Use ListMessage_ListType.Descriptor instead.

func (ListMessage_ListType) Number

func (ListMessage_ListType) String

func (x ListMessage_ListType) String() string

func (ListMessage_ListType) Type

func (*ListMessage_ListType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ListMessage_Product

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

func (*ListMessage_Product) Descriptor deprecated

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

Deprecated: Use ListMessage_Product.ProtoReflect.Descriptor instead.

func (*ListMessage_Product) GetProductId

func (x *ListMessage_Product) GetProductId() string

func (*ListMessage_Product) ProtoMessage

func (*ListMessage_Product) ProtoMessage()

func (*ListMessage_Product) ProtoReflect

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

func (*ListMessage_Product) Reset

func (x *ListMessage_Product) Reset()

func (*ListMessage_Product) String

func (x *ListMessage_Product) String() string

type ListMessage_ProductListHeaderImage

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

func (*ListMessage_ProductListHeaderImage) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductListHeaderImage.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductListHeaderImage) GetJpegThumbnail

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

func (*ListMessage_ProductListHeaderImage) GetProductId

func (x *ListMessage_ProductListHeaderImage) GetProductId() string

func (*ListMessage_ProductListHeaderImage) ProtoMessage

func (*ListMessage_ProductListHeaderImage) ProtoMessage()

func (*ListMessage_ProductListHeaderImage) ProtoReflect

func (*ListMessage_ProductListHeaderImage) Reset

func (*ListMessage_ProductListHeaderImage) String

type ListMessage_ProductListInfo

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

func (*ListMessage_ProductListInfo) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductListInfo.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductListInfo) GetBusinessOwnerJid

func (x *ListMessage_ProductListInfo) GetBusinessOwnerJid() string

func (*ListMessage_ProductListInfo) GetHeaderImage

func (*ListMessage_ProductListInfo) GetProductSections

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

func (*ListMessage_ProductListInfo) ProtoMessage

func (*ListMessage_ProductListInfo) ProtoMessage()

func (*ListMessage_ProductListInfo) ProtoReflect

func (*ListMessage_ProductListInfo) Reset

func (x *ListMessage_ProductListInfo) Reset()

func (*ListMessage_ProductListInfo) String

func (x *ListMessage_ProductListInfo) String() string

type ListMessage_ProductSection

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

func (*ListMessage_ProductSection) Descriptor deprecated

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

Deprecated: Use ListMessage_ProductSection.ProtoReflect.Descriptor instead.

func (*ListMessage_ProductSection) GetProducts

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

func (*ListMessage_ProductSection) GetTitle

func (x *ListMessage_ProductSection) GetTitle() string

func (*ListMessage_ProductSection) ProtoMessage

func (*ListMessage_ProductSection) ProtoMessage()

func (*ListMessage_ProductSection) ProtoReflect

func (*ListMessage_ProductSection) Reset

func (x *ListMessage_ProductSection) Reset()

func (*ListMessage_ProductSection) String

func (x *ListMessage_ProductSection) String() string

type ListMessage_Row

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

func (*ListMessage_Row) Descriptor deprecated

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

Deprecated: Use ListMessage_Row.ProtoReflect.Descriptor instead.

func (*ListMessage_Row) GetDescription

func (x *ListMessage_Row) GetDescription() string

func (*ListMessage_Row) GetRowId

func (x *ListMessage_Row) GetRowId() string

func (*ListMessage_Row) GetTitle

func (x *ListMessage_Row) GetTitle() string

func (*ListMessage_Row) ProtoMessage

func (*ListMessage_Row) ProtoMessage()

func (*ListMessage_Row) ProtoReflect

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

func (*ListMessage_Row) Reset

func (x *ListMessage_Row) Reset()

func (*ListMessage_Row) String

func (x *ListMessage_Row) String() string

type ListMessage_Section

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

func (*ListMessage_Section) Descriptor deprecated

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

Deprecated: Use ListMessage_Section.ProtoReflect.Descriptor instead.

func (*ListMessage_Section) GetRows

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

func (*ListMessage_Section) GetTitle

func (x *ListMessage_Section) GetTitle() string

func (*ListMessage_Section) ProtoMessage

func (*ListMessage_Section) ProtoMessage()

func (*ListMessage_Section) ProtoReflect

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

func (*ListMessage_Section) Reset

func (x *ListMessage_Section) Reset()

func (*ListMessage_Section) String

func (x *ListMessage_Section) String() string

type ListResponseMessage

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

func (*ListResponseMessage) Descriptor deprecated

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

Deprecated: Use ListResponseMessage.ProtoReflect.Descriptor instead.

func (*ListResponseMessage) GetContextInfo

func (x *ListResponseMessage) GetContextInfo() *ContextInfo

func (*ListResponseMessage) GetDescription

func (x *ListResponseMessage) GetDescription() string

func (*ListResponseMessage) GetListType

func (*ListResponseMessage) GetSingleSelectReply

func (*ListResponseMessage) GetTitle

func (x *ListResponseMessage) GetTitle() string

func (*ListResponseMessage) ProtoMessage

func (*ListResponseMessage) ProtoMessage()

func (*ListResponseMessage) ProtoReflect

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

func (*ListResponseMessage) Reset

func (x *ListResponseMessage) Reset()

func (*ListResponseMessage) String

func (x *ListResponseMessage) String() string

type ListResponseMessage_ListType

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

func (ListResponseMessage_ListType) Descriptor

func (ListResponseMessage_ListType) Enum

func (ListResponseMessage_ListType) EnumDescriptor deprecated

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

Deprecated: Use ListResponseMessage_ListType.Descriptor instead.

func (ListResponseMessage_ListType) Number

func (ListResponseMessage_ListType) String

func (ListResponseMessage_ListType) Type

func (*ListResponseMessage_ListType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ListResponseMessage_SingleSelectReply

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

func (*ListResponseMessage_SingleSelectReply) Descriptor deprecated

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

Deprecated: Use ListResponseMessage_SingleSelectReply.ProtoReflect.Descriptor instead.

func (*ListResponseMessage_SingleSelectReply) GetSelectedRowId

func (x *ListResponseMessage_SingleSelectReply) GetSelectedRowId() string

func (*ListResponseMessage_SingleSelectReply) ProtoMessage

func (*ListResponseMessage_SingleSelectReply) ProtoMessage()

func (*ListResponseMessage_SingleSelectReply) ProtoReflect

func (*ListResponseMessage_SingleSelectReply) Reset

func (*ListResponseMessage_SingleSelectReply) String

type LiveLocationMessage

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

func (*LiveLocationMessage) Descriptor deprecated

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

Deprecated: Use LiveLocationMessage.ProtoReflect.Descriptor instead.

func (*LiveLocationMessage) GetAccuracyInMeters

func (x *LiveLocationMessage) GetAccuracyInMeters() uint32

func (*LiveLocationMessage) GetCaption

func (x *LiveLocationMessage) GetCaption() string

func (*LiveLocationMessage) GetContextInfo

func (x *LiveLocationMessage) GetContextInfo() *ContextInfo

func (*LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth

func (x *LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*LiveLocationMessage) GetDegreesLatitude

func (x *LiveLocationMessage) GetDegreesLatitude() float64

func (*LiveLocationMessage) GetDegreesLongitude

func (x *LiveLocationMessage) GetDegreesLongitude() float64

func (*LiveLocationMessage) GetJpegThumbnail

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

func (*LiveLocationMessage) GetSequenceNumber

func (x *LiveLocationMessage) GetSequenceNumber() int64

func (*LiveLocationMessage) GetSpeedInMps

func (x *LiveLocationMessage) GetSpeedInMps() float32

func (*LiveLocationMessage) GetTimeOffset

func (x *LiveLocationMessage) GetTimeOffset() uint32

func (*LiveLocationMessage) ProtoMessage

func (*LiveLocationMessage) ProtoMessage()

func (*LiveLocationMessage) ProtoReflect

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

func (*LiveLocationMessage) Reset

func (x *LiveLocationMessage) Reset()

func (*LiveLocationMessage) String

func (x *LiveLocationMessage) String() string

type 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 MarketingMessageAction

type MarketingMessageAction struct {
	Name       *string                                               `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Message    *string                                               `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	Type       *MarketingMessageAction_MarketingMessagePrototypeType `protobuf:"varint,3,opt,name=type,enum=proto.MarketingMessageAction_MarketingMessagePrototypeType" json:"type,omitempty"`
	CreatedAt  *int64                                                `protobuf:"varint,4,opt,name=createdAt" json:"createdAt,omitempty"`
	LastSentAt *int64                                                `protobuf:"varint,5,opt,name=lastSentAt" json:"lastSentAt,omitempty"`
	IsDeleted  *bool                                                 `protobuf:"varint,6,opt,name=isDeleted" json:"isDeleted,omitempty"`
	MediaId    *string                                               `protobuf:"bytes,7,opt,name=mediaId" json:"mediaId,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketingMessageAction) Descriptor deprecated

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

Deprecated: Use MarketingMessageAction.ProtoReflect.Descriptor instead.

func (*MarketingMessageAction) GetCreatedAt

func (x *MarketingMessageAction) GetCreatedAt() int64

func (*MarketingMessageAction) GetIsDeleted

func (x *MarketingMessageAction) GetIsDeleted() bool

func (*MarketingMessageAction) GetLastSentAt

func (x *MarketingMessageAction) GetLastSentAt() int64

func (*MarketingMessageAction) GetMediaId

func (x *MarketingMessageAction) GetMediaId() string

func (*MarketingMessageAction) GetMessage

func (x *MarketingMessageAction) GetMessage() string

func (*MarketingMessageAction) GetName

func (x *MarketingMessageAction) GetName() string

func (*MarketingMessageAction) GetType

func (*MarketingMessageAction) ProtoMessage

func (*MarketingMessageAction) ProtoMessage()

func (*MarketingMessageAction) ProtoReflect

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

func (*MarketingMessageAction) Reset

func (x *MarketingMessageAction) Reset()

func (*MarketingMessageAction) String

func (x *MarketingMessageAction) String() string

type MarketingMessageAction_MarketingMessagePrototypeType

type MarketingMessageAction_MarketingMessagePrototypeType int32
const (
	MarketingMessageAction_PERSONALIZED MarketingMessageAction_MarketingMessagePrototypeType = 0
)

func (MarketingMessageAction_MarketingMessagePrototypeType) Descriptor

func (MarketingMessageAction_MarketingMessagePrototypeType) Enum

func (MarketingMessageAction_MarketingMessagePrototypeType) EnumDescriptor deprecated

Deprecated: Use MarketingMessageAction_MarketingMessagePrototypeType.Descriptor instead.

func (MarketingMessageAction_MarketingMessagePrototypeType) Number

func (MarketingMessageAction_MarketingMessagePrototypeType) String

func (MarketingMessageAction_MarketingMessagePrototypeType) Type

func (*MarketingMessageAction_MarketingMessagePrototypeType) UnmarshalJSON deprecated

Deprecated: Do not use.

type MarketingMessageBroadcastAction

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

func (*MarketingMessageBroadcastAction) Descriptor deprecated

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

Deprecated: Use MarketingMessageBroadcastAction.ProtoReflect.Descriptor instead.

func (*MarketingMessageBroadcastAction) GetRepliedCount

func (x *MarketingMessageBroadcastAction) GetRepliedCount() int32

func (*MarketingMessageBroadcastAction) ProtoMessage

func (*MarketingMessageBroadcastAction) ProtoMessage()

func (*MarketingMessageBroadcastAction) ProtoReflect

func (*MarketingMessageBroadcastAction) Reset

func (*MarketingMessageBroadcastAction) 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_ResultType `protobuf:"varint,3,opt,name=result,enum=proto.MediaRetryNotification_ResultType" json:"result,omitempty"`
	// 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) GetResult

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_ResultType

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

func (MediaRetryNotification_ResultType) Descriptor

func (MediaRetryNotification_ResultType) Enum

func (MediaRetryNotification_ResultType) EnumDescriptor deprecated

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

Deprecated: Use MediaRetryNotification_ResultType.Descriptor instead.

func (MediaRetryNotification_ResultType) Number

func (MediaRetryNotification_ResultType) String

func (MediaRetryNotification_ResultType) Type

func (*MediaRetryNotification_ResultType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type MediaVisibility

type MediaVisibility int32
const (
	MediaVisibility_DEFAULT MediaVisibility = 0
	MediaVisibility_OFF     MediaVisibility = 1
	MediaVisibility_ON      MediaVisibility = 2
)

func (MediaVisibility) Descriptor

func (MediaVisibility) Enum

func (x MediaVisibility) Enum() *MediaVisibility

func (MediaVisibility) EnumDescriptor deprecated

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

Deprecated: Use MediaVisibility.Descriptor instead.

func (MediaVisibility) Number

func (MediaVisibility) String

func (x MediaVisibility) String() string

func (MediaVisibility) Type

func (*MediaVisibility) UnmarshalJSON deprecated

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

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"`
	InteractiveMessage                         *InteractiveMessage           `protobuf:"bytes,45,opt,name=interactiveMessage" json:"interactiveMessage,omitempty"`
	ReactionMessage                            *ReactionMessage              `protobuf:"bytes,46,opt,name=reactionMessage" json:"reactionMessage,omitempty"`
	StickerSyncRmrMessage                      *StickerSyncRMRMessage        `protobuf:"bytes,47,opt,name=stickerSyncRmrMessage" json:"stickerSyncRmrMessage,omitempty"`
	InteractiveResponseMessage                 *InteractiveResponseMessage   `protobuf:"bytes,48,opt,name=interactiveResponseMessage" json:"interactiveResponseMessage,omitempty"`
	PollCreationMessage                        *PollCreationMessage          `protobuf:"bytes,49,opt,name=pollCreationMessage" json:"pollCreationMessage,omitempty"`
	PollUpdateMessage                          *PollUpdateMessage            `protobuf:"bytes,50,opt,name=pollUpdateMessage" json:"pollUpdateMessage,omitempty"`
	KeepInChatMessage                          *KeepInChatMessage            `protobuf:"bytes,51,opt,name=keepInChatMessage" json:"keepInChatMessage,omitempty"`
	DocumentWithCaptionMessage                 *FutureProofMessage           `protobuf:"bytes,53,opt,name=documentWithCaptionMessage" json:"documentWithCaptionMessage,omitempty"`
	RequestPhoneNumberMessage                  *RequestPhoneNumberMessage    `protobuf:"bytes,54,opt,name=requestPhoneNumberMessage" json:"requestPhoneNumberMessage,omitempty"`
	ViewOnceMessageV2                          *FutureProofMessage           `protobuf:"bytes,55,opt,name=viewOnceMessageV2" json:"viewOnceMessageV2,omitempty"`
	EncReactionMessage                         *EncReactionMessage           `protobuf:"bytes,56,opt,name=encReactionMessage" json:"encReactionMessage,omitempty"`
	EditedMessage                              *FutureProofMessage           `protobuf:"bytes,58,opt,name=editedMessage" json:"editedMessage,omitempty"`
	ViewOnceMessageV2Extension                 *FutureProofMessage           `protobuf:"bytes,59,opt,name=viewOnceMessageV2Extension" json:"viewOnceMessageV2Extension,omitempty"`
	PollCreationMessageV2                      *PollCreationMessage          `protobuf:"bytes,60,opt,name=pollCreationMessageV2" json:"pollCreationMessageV2,omitempty"`
	ScheduledCallCreationMessage               *ScheduledCallCreationMessage `protobuf:"bytes,61,opt,name=scheduledCallCreationMessage" json:"scheduledCallCreationMessage,omitempty"`
	GroupMentionedMessage                      *FutureProofMessage           `protobuf:"bytes,62,opt,name=groupMentionedMessage" json:"groupMentionedMessage,omitempty"`
	PinInChatMessage                           *PinInChatMessage             `protobuf:"bytes,63,opt,name=pinInChatMessage" json:"pinInChatMessage,omitempty"`
	PollCreationMessageV3                      *PollCreationMessage          `protobuf:"bytes,64,opt,name=pollCreationMessageV3" json:"pollCreationMessageV3,omitempty"`
	ScheduledCallEditMessage                   *ScheduledCallEditMessage     `protobuf:"bytes,65,opt,name=scheduledCallEditMessage" json:"scheduledCallEditMessage,omitempty"`
	PtvMessage                                 *VideoMessage                 `protobuf:"bytes,66,opt,name=ptvMessage" json:"ptvMessage,omitempty"`
	BotInvokeMessage                           *FutureProofMessage           `protobuf:"bytes,67,opt,name=botInvokeMessage" json:"botInvokeMessage,omitempty"`
	CallLogMesssage                            *CallLogMessage               `protobuf:"bytes,69,opt,name=callLogMesssage" json:"callLogMesssage,omitempty"`
	MessageHistoryBundle                       *MessageHistoryBundle         `protobuf:"bytes,70,opt,name=messageHistoryBundle" json:"messageHistoryBundle,omitempty"`
	EncCommentMessage                          *EncCommentMessage            `protobuf:"bytes,71,opt,name=encCommentMessage" json:"encCommentMessage,omitempty"`
	BcallMessage                               *BCallMessage                 `protobuf:"bytes,72,opt,name=bcallMessage" json:"bcallMessage,omitempty"`
	CommentMessage                             *FutureProofMessage           `protobuf:"bytes,73,opt,name=commentMessage" json:"commentMessage,omitempty"`
	LottieStickerMessage                       *FutureProofMessage           `protobuf:"bytes,74,opt,name=lottieStickerMessage" json:"lottieStickerMessage,omitempty"`
	EventMessage                               *EventMessage                 `protobuf:"bytes,75,opt,name=eventMessage" json:"eventMessage,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) GetBcallMessage

func (x *Message) GetBcallMessage() *BCallMessage

func (*Message) GetBotInvokeMessage

func (x *Message) GetBotInvokeMessage() *FutureProofMessage

func (*Message) GetButtonsMessage

func (x *Message) GetButtonsMessage() *ButtonsMessage

func (*Message) GetButtonsResponseMessage

func (x *Message) GetButtonsResponseMessage() *ButtonsResponseMessage

func (*Message) GetCall

func (x *Message) GetCall() *Call

func (*Message) GetCallLogMesssage

func (x *Message) GetCallLogMesssage() *CallLogMessage

func (*Message) GetCancelPaymentRequestMessage

func (x *Message) GetCancelPaymentRequestMessage() *CancelPaymentRequestMessage

func (*Message) GetChat

func (x *Message) GetChat() *Chat

func (*Message) GetCommentMessage

func (x *Message) GetCommentMessage() *FutureProofMessage

func (*Message) GetContactMessage

func (x *Message) GetContactMessage() *ContactMessage

func (*Message) GetContactsArrayMessage

func (x *Message) GetContactsArrayMessage() *ContactsArrayMessage

func (*Message) GetConversation

func (x *Message) GetConversation() string

func (*Message) GetDeclinePaymentRequestMessage

func (x *Message) GetDeclinePaymentRequestMessage() *DeclinePaymentRequestMessage

func (*Message) GetDeviceSentMessage

func (x *Message) GetDeviceSentMessage() *DeviceSentMessage

func (*Message) GetDocumentMessage

func (x *Message) GetDocumentMessage() *DocumentMessage

func (*Message) GetDocumentWithCaptionMessage

func (x *Message) GetDocumentWithCaptionMessage() *FutureProofMessage

func (*Message) GetEditedMessage

func (x *Message) GetEditedMessage() *FutureProofMessage

func (*Message) GetEncCommentMessage

func (x *Message) GetEncCommentMessage() *EncCommentMessage

func (*Message) GetEncReactionMessage

func (x *Message) GetEncReactionMessage() *EncReactionMessage

func (*Message) GetEphemeralMessage

func (x *Message) GetEphemeralMessage() *FutureProofMessage

func (*Message) GetEventMessage

func (x *Message) GetEventMessage() *EventMessage

func (*Message) GetExtendedTextMessage

func (x *Message) GetExtendedTextMessage() *ExtendedTextMessage

func (*Message) GetFastRatchetKeySenderKeyDistributionMessage

func (x *Message) GetFastRatchetKeySenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetGroupInviteMessage

func (x *Message) GetGroupInviteMessage() *GroupInviteMessage

func (*Message) GetGroupMentionedMessage

func (x *Message) GetGroupMentionedMessage() *FutureProofMessage

func (*Message) GetHighlyStructuredMessage

func (x *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*Message) GetImageMessage

func (x *Message) GetImageMessage() *ImageMessage

func (*Message) GetInteractiveMessage

func (x *Message) GetInteractiveMessage() *InteractiveMessage

func (*Message) GetInteractiveResponseMessage

func (x *Message) GetInteractiveResponseMessage() *InteractiveResponseMessage

func (*Message) GetInvoiceMessage

func (x *Message) GetInvoiceMessage() *InvoiceMessage

func (*Message) GetKeepInChatMessage

func (x *Message) GetKeepInChatMessage() *KeepInChatMessage

func (*Message) GetListMessage

func (x *Message) GetListMessage() *ListMessage

func (*Message) GetListResponseMessage

func (x *Message) GetListResponseMessage() *ListResponseMessage

func (*Message) GetLiveLocationMessage

func (x *Message) GetLiveLocationMessage() *LiveLocationMessage

func (*Message) GetLocationMessage

func (x *Message) GetLocationMessage() *LocationMessage

func (*Message) GetLottieStickerMessage

func (x *Message) GetLottieStickerMessage() *FutureProofMessage

func (*Message) GetMessageContextInfo

func (x *Message) GetMessageContextInfo() *MessageContextInfo

func (*Message) GetMessageHistoryBundle

func (x *Message) GetMessageHistoryBundle() *MessageHistoryBundle

func (*Message) GetOrderMessage

func (x *Message) GetOrderMessage() *OrderMessage

func (*Message) GetPaymentInviteMessage

func (x *Message) GetPaymentInviteMessage() *PaymentInviteMessage

func (*Message) GetPinInChatMessage

func (x *Message) GetPinInChatMessage() *PinInChatMessage

func (*Message) GetPollCreationMessage

func (x *Message) GetPollCreationMessage() *PollCreationMessage

func (*Message) GetPollCreationMessageV2

func (x *Message) GetPollCreationMessageV2() *PollCreationMessage

func (*Message) GetPollCreationMessageV3

func (x *Message) GetPollCreationMessageV3() *PollCreationMessage

func (*Message) GetPollUpdateMessage

func (x *Message) GetPollUpdateMessage() *PollUpdateMessage

func (*Message) GetProductMessage

func (x *Message) GetProductMessage() *ProductMessage

func (*Message) GetProtocolMessage

func (x *Message) GetProtocolMessage() *ProtocolMessage

func (*Message) GetPtvMessage

func (x *Message) GetPtvMessage() *VideoMessage

func (*Message) GetReactionMessage

func (x *Message) GetReactionMessage() *ReactionMessage

func (*Message) GetRequestPaymentMessage

func (x *Message) GetRequestPaymentMessage() *RequestPaymentMessage

func (*Message) GetRequestPhoneNumberMessage

func (x *Message) GetRequestPhoneNumberMessage() *RequestPhoneNumberMessage

func (*Message) GetScheduledCallCreationMessage

func (x *Message) GetScheduledCallCreationMessage() *ScheduledCallCreationMessage

func (*Message) GetScheduledCallEditMessage

func (x *Message) GetScheduledCallEditMessage() *ScheduledCallEditMessage

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

func (x *Message) GetStickerSyncRmrMessage() *StickerSyncRMRMessage

func (*Message) GetTemplateButtonReplyMessage

func (x *Message) GetTemplateButtonReplyMessage() *TemplateButtonReplyMessage

func (*Message) GetTemplateMessage

func (x *Message) GetTemplateMessage() *TemplateMessage

func (*Message) GetVideoMessage

func (x *Message) GetVideoMessage() *VideoMessage

func (*Message) GetViewOnceMessage

func (x *Message) GetViewOnceMessage() *FutureProofMessage

func (*Message) GetViewOnceMessageV2

func (x *Message) GetViewOnceMessageV2() *FutureProofMessage

func (*Message) GetViewOnceMessageV2Extension

func (x *Message) GetViewOnceMessageV2Extension() *FutureProofMessage

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageAddOnContextInfo

type MessageAddOnContextInfo struct {
	MessageAddOnDurationInSecs *uint32 `protobuf:"varint,1,opt,name=messageAddOnDurationInSecs" json:"messageAddOnDurationInSecs,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageAddOnContextInfo) Descriptor deprecated

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

Deprecated: Use MessageAddOnContextInfo.ProtoReflect.Descriptor instead.

func (*MessageAddOnContextInfo) GetMessageAddOnDurationInSecs

func (x *MessageAddOnContextInfo) GetMessageAddOnDurationInSecs() uint32

func (*MessageAddOnContextInfo) ProtoMessage

func (*MessageAddOnContextInfo) ProtoMessage()

func (*MessageAddOnContextInfo) ProtoReflect

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

func (*MessageAddOnContextInfo) Reset

func (x *MessageAddOnContextInfo) Reset()

func (*MessageAddOnContextInfo) String

func (x *MessageAddOnContextInfo) 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"`
	MessageSecret              []byte              `protobuf:"bytes,3,opt,name=messageSecret" json:"messageSecret,omitempty"`
	PaddingBytes               []byte              `protobuf:"bytes,4,opt,name=paddingBytes" json:"paddingBytes,omitempty"`
	MessageAddOnDurationInSecs *uint32             `protobuf:"varint,5,opt,name=messageAddOnDurationInSecs" json:"messageAddOnDurationInSecs,omitempty"`
	BotMessageSecret           []byte              `protobuf:"bytes,6,opt,name=botMessageSecret" json:"botMessageSecret,omitempty"`
	BotMetadata                *BotMetadata        `protobuf:"bytes,7,opt,name=botMetadata" json:"botMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageContextInfo) Descriptor deprecated

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

Deprecated: Use MessageContextInfo.ProtoReflect.Descriptor instead.

func (*MessageContextInfo) GetBotMessageSecret

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

func (*MessageContextInfo) GetBotMetadata

func (x *MessageContextInfo) GetBotMetadata() *BotMetadata

func (*MessageContextInfo) GetDeviceListMetadata

func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata

func (*MessageContextInfo) GetDeviceListMetadataVersion

func (x *MessageContextInfo) GetDeviceListMetadataVersion() int32

func (*MessageContextInfo) GetMessageAddOnDurationInSecs

func (x *MessageContextInfo) GetMessageAddOnDurationInSecs() uint32

func (*MessageContextInfo) GetMessageSecret

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

func (*MessageContextInfo) GetPaddingBytes

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

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 MessageHistoryBundle

type MessageHistoryBundle struct {
	Mimetype          *string      `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSha256        []byte       `protobuf:"bytes,3,opt,name=fileSha256" json:"fileSha256,omitempty"`
	MediaKey          []byte       `protobuf:"bytes,5,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSha256     []byte       `protobuf:"bytes,6,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	DirectPath        *string      `protobuf:"bytes,7,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp *int64       `protobuf:"varint,8,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContextInfo       *ContextInfo `protobuf:"bytes,9,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Participants      []string     `protobuf:"bytes,10,rep,name=participants" json:"participants,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHistoryBundle) Descriptor deprecated

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

Deprecated: Use MessageHistoryBundle.ProtoReflect.Descriptor instead.

func (*MessageHistoryBundle) GetContextInfo

func (x *MessageHistoryBundle) GetContextInfo() *ContextInfo

func (*MessageHistoryBundle) GetDirectPath

func (x *MessageHistoryBundle) GetDirectPath() string

func (*MessageHistoryBundle) GetFileEncSha256

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

func (*MessageHistoryBundle) GetFileSha256

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

func (*MessageHistoryBundle) GetMediaKey

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

func (*MessageHistoryBundle) GetMediaKeyTimestamp

func (x *MessageHistoryBundle) GetMediaKeyTimestamp() int64

func (*MessageHistoryBundle) GetMimetype

func (x *MessageHistoryBundle) GetMimetype() string

func (*MessageHistoryBundle) GetParticipants

func (x *MessageHistoryBundle) GetParticipants() []string

func (*MessageHistoryBundle) ProtoMessage

func (*MessageHistoryBundle) ProtoMessage()

func (*MessageHistoryBundle) ProtoReflect

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

func (*MessageHistoryBundle) Reset

func (x *MessageHistoryBundle) Reset()

func (*MessageHistoryBundle) String

func (x *MessageHistoryBundle) String() string

type 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 MessageSecretMessage

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

func (*MessageSecretMessage) Descriptor deprecated

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

Deprecated: Use MessageSecretMessage.ProtoReflect.Descriptor instead.

func (*MessageSecretMessage) GetEncIv

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

func (*MessageSecretMessage) GetEncPayload

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

func (*MessageSecretMessage) GetVersion

func (x *MessageSecretMessage) GetVersion() int32

func (*MessageSecretMessage) ProtoMessage

func (*MessageSecretMessage) ProtoMessage()

func (*MessageSecretMessage) ProtoReflect

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

func (*MessageSecretMessage) Reset

func (x *MessageSecretMessage) Reset()

func (*MessageSecretMessage) String

func (x *MessageSecretMessage) String() string

type Money

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

func (*Money) Descriptor deprecated

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

Deprecated: Use Money.ProtoReflect.Descriptor instead.

func (*Money) GetCurrencyCode

func (x *Money) GetCurrencyCode() string

func (*Money) GetOffset

func (x *Money) GetOffset() uint32

func (*Money) GetValue

func (x *Money) GetValue() int64

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) ProtoReflect

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

func (*Money) Reset

func (x *Money) Reset()

func (*Money) String

func (x *Money) String() string

type 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"`
	AutoMuted        *bool  `protobuf:"varint,3,opt,name=autoMuted" json:"autoMuted,omitempty"`
	// contains filtered or unexported fields
}

func (*MuteAction) Descriptor deprecated

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

Deprecated: Use MuteAction.ProtoReflect.Descriptor instead.

func (*MuteAction) GetAutoMuted

func (x *MuteAction) GetAutoMuted() bool

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

type NoiseCertificate_Details struct {
	Serial  *uint32 `protobuf:"varint,1,opt,name=serial" json:"serial,omitempty"`
	Issuer  *string `protobuf:"bytes,2,opt,name=issuer" json:"issuer,omitempty"`
	Expires *uint64 `protobuf:"varint,3,opt,name=expires" json:"expires,omitempty"`
	Subject *string `protobuf:"bytes,4,opt,name=subject" json:"subject,omitempty"`
	Key     []byte  `protobuf:"bytes,5,opt,name=key" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*NoiseCertificate_Details) Descriptor deprecated

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

Deprecated: Use NoiseCertificate_Details.ProtoReflect.Descriptor instead.

func (*NoiseCertificate_Details) GetExpires

func (x *NoiseCertificate_Details) GetExpires() uint64

func (*NoiseCertificate_Details) GetIssuer

func (x *NoiseCertificate_Details) GetIssuer() string

func (*NoiseCertificate_Details) GetKey

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

func (*NoiseCertificate_Details) GetSerial

func (x *NoiseCertificate_Details) GetSerial() uint32

func (*NoiseCertificate_Details) GetSubject

func (x *NoiseCertificate_Details) GetSubject() string

func (*NoiseCertificate_Details) ProtoMessage

func (*NoiseCertificate_Details) ProtoMessage()

func (*NoiseCertificate_Details) ProtoReflect

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

func (*NoiseCertificate_Details) Reset

func (x *NoiseCertificate_Details) Reset()

func (*NoiseCertificate_Details) String

func (x *NoiseCertificate_Details) 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 NotificationSettings

type NotificationSettings struct {
	MessageVibrate           *string `protobuf:"bytes,1,opt,name=messageVibrate" json:"messageVibrate,omitempty"`
	MessagePopup             *string `protobuf:"bytes,2,opt,name=messagePopup" json:"messagePopup,omitempty"`
	MessageLight             *string `protobuf:"bytes,3,opt,name=messageLight" json:"messageLight,omitempty"`
	LowPriorityNotifications *bool   `protobuf:"varint,4,opt,name=lowPriorityNotifications" json:"lowPriorityNotifications,omitempty"`
	ReactionsMuted           *bool   `protobuf:"varint,5,opt,name=reactionsMuted" json:"reactionsMuted,omitempty"`
	CallVibrate              *string `protobuf:"bytes,6,opt,name=callVibrate" json:"callVibrate,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationSettings) Descriptor deprecated

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

Deprecated: Use NotificationSettings.ProtoReflect.Descriptor instead.

func (*NotificationSettings) GetCallVibrate

func (x *NotificationSettings) GetCallVibrate() string

func (*NotificationSettings) GetLowPriorityNotifications

func (x *NotificationSettings) GetLowPriorityNotifications() bool

func (*NotificationSettings) GetMessageLight

func (x *NotificationSettings) GetMessageLight() string

func (*NotificationSettings) GetMessagePopup

func (x *NotificationSettings) GetMessagePopup() string

func (*NotificationSettings) GetMessageVibrate

func (x *NotificationSettings) GetMessageVibrate() string

func (*NotificationSettings) GetReactionsMuted

func (x *NotificationSettings) GetReactionsMuted() bool

func (*NotificationSettings) ProtoMessage

func (*NotificationSettings) ProtoMessage()

func (*NotificationSettings) ProtoReflect

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

func (*NotificationSettings) Reset

func (x *NotificationSettings) Reset()

func (*NotificationSettings) String

func (x *NotificationSettings) String() string

type NuxAction

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

func (*NuxAction) Descriptor deprecated

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

Deprecated: Use NuxAction.ProtoReflect.Descriptor instead.

func (*NuxAction) GetAcknowledged

func (x *NuxAction) GetAcknowledged() bool

func (*NuxAction) ProtoMessage

func (*NuxAction) ProtoMessage()

func (*NuxAction) ProtoReflect

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

func (*NuxAction) Reset

func (x *NuxAction) Reset()

func (*NuxAction) String

func (x *NuxAction) 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_OrderStatus  `protobuf:"varint,4,opt,name=status,enum=proto.OrderMessage_OrderStatus" json:"status,omitempty"`
	Surface               *OrderMessage_OrderSurface `protobuf:"varint,5,opt,name=surface,enum=proto.OrderMessage_OrderSurface" json:"surface,omitempty"`
	Message               *string                    `protobuf:"bytes,6,opt,name=message" json:"message,omitempty"`
	OrderTitle            *string                    `protobuf:"bytes,7,opt,name=orderTitle" json:"orderTitle,omitempty"`
	SellerJid             *string                    `protobuf:"bytes,8,opt,name=sellerJid" json:"sellerJid,omitempty"`
	Token                 *string                    `protobuf:"bytes,9,opt,name=token" json:"token,omitempty"`
	TotalAmount1000       *int64                     `protobuf:"varint,10,opt,name=totalAmount1000" json:"totalAmount1000,omitempty"`
	TotalCurrencyCode     *string                    `protobuf:"bytes,11,opt,name=totalCurrencyCode" json:"totalCurrencyCode,omitempty"`
	ContextInfo           *ContextInfo               `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	MessageVersion        *int32                     `protobuf:"varint,12,opt,name=messageVersion" json:"messageVersion,omitempty"`
	OrderRequestMessageId *MessageKey                `protobuf:"bytes,13,opt,name=orderRequestMessageId" json:"orderRequestMessageId,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) GetMessageVersion

func (x *OrderMessage) GetMessageVersion() int32

func (*OrderMessage) GetOrderId

func (x *OrderMessage) GetOrderId() string

func (*OrderMessage) GetOrderRequestMessageId

func (x *OrderMessage) GetOrderRequestMessageId() *MessageKey

func (*OrderMessage) GetOrderTitle

func (x *OrderMessage) GetOrderTitle() string

func (*OrderMessage) GetSellerJid

func (x *OrderMessage) GetSellerJid() string

func (*OrderMessage) GetStatus

func (x *OrderMessage) GetStatus() OrderMessage_OrderStatus

func (*OrderMessage) GetSurface

func (x *OrderMessage) GetSurface() OrderMessage_OrderSurface

func (*OrderMessage) GetThumbnail

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

func (*OrderMessage) GetToken

func (x *OrderMessage) GetToken() string

func (*OrderMessage) GetTotalAmount1000

func (x *OrderMessage) GetTotalAmount1000() int64

func (*OrderMessage) GetTotalCurrencyCode

func (x *OrderMessage) GetTotalCurrencyCode() string

func (*OrderMessage) ProtoMessage

func (*OrderMessage) ProtoMessage()

func (*OrderMessage) ProtoReflect

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

func (*OrderMessage) Reset

func (x *OrderMessage) Reset()

func (*OrderMessage) String

func (x *OrderMessage) String() string

type OrderMessage_OrderStatus

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

func (OrderMessage_OrderStatus) Descriptor

func (OrderMessage_OrderStatus) Enum

func (OrderMessage_OrderStatus) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderStatus.Descriptor instead.

func (OrderMessage_OrderStatus) Number

func (OrderMessage_OrderStatus) String

func (x OrderMessage_OrderStatus) String() string

func (OrderMessage_OrderStatus) Type

func (*OrderMessage_OrderStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type OrderMessage_OrderSurface

type OrderMessage_OrderSurface int32
const (
	OrderMessage_CATALOG OrderMessage_OrderSurface = 1
)

func (OrderMessage_OrderSurface) Descriptor

func (OrderMessage_OrderSurface) Enum

func (OrderMessage_OrderSurface) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderSurface.Descriptor instead.

func (OrderMessage_OrderSurface) Number

func (OrderMessage_OrderSurface) String

func (x OrderMessage_OrderSurface) String() string

func (OrderMessage_OrderSurface) Type

func (*OrderMessage_OrderSurface) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PastParticipant

type PastParticipant struct {
	UserJid     *string                      `protobuf:"bytes,1,opt,name=userJid" json:"userJid,omitempty"`
	LeaveReason *PastParticipant_LeaveReason `protobuf:"varint,2,opt,name=leaveReason,enum=proto.PastParticipant_LeaveReason" json:"leaveReason,omitempty"`
	LeaveTs     *uint64                      `protobuf:"varint,3,opt,name=leaveTs" json:"leaveTs,omitempty"`
	// contains filtered or unexported fields
}

func (*PastParticipant) Descriptor deprecated

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

Deprecated: Use PastParticipant.ProtoReflect.Descriptor instead.

func (*PastParticipant) GetLeaveReason

func (x *PastParticipant) GetLeaveReason() PastParticipant_LeaveReason

func (*PastParticipant) GetLeaveTs

func (x *PastParticipant) GetLeaveTs() uint64

func (*PastParticipant) GetUserJid

func (x *PastParticipant) GetUserJid() string

func (*PastParticipant) ProtoMessage

func (*PastParticipant) ProtoMessage()

func (*PastParticipant) ProtoReflect

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

func (*PastParticipant) Reset

func (x *PastParticipant) Reset()

func (*PastParticipant) String

func (x *PastParticipant) String() string

type PastParticipant_LeaveReason

type PastParticipant_LeaveReason int32
const (
	PastParticipant_LEFT    PastParticipant_LeaveReason = 0
	PastParticipant_REMOVED PastParticipant_LeaveReason = 1
)

func (PastParticipant_LeaveReason) Descriptor

func (PastParticipant_LeaveReason) Enum

func (PastParticipant_LeaveReason) EnumDescriptor deprecated

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

Deprecated: Use PastParticipant_LeaveReason.Descriptor instead.

func (PastParticipant_LeaveReason) Number

func (PastParticipant_LeaveReason) String

func (PastParticipant_LeaveReason) Type

func (*PastParticipant_LeaveReason) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PastParticipants

type PastParticipants struct {
	GroupJid         *string            `protobuf:"bytes,1,opt,name=groupJid" json:"groupJid,omitempty"`
	PastParticipants []*PastParticipant `protobuf:"bytes,2,rep,name=pastParticipants" json:"pastParticipants,omitempty"`
	// contains filtered or unexported fields
}

func (*PastParticipants) Descriptor deprecated

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

Deprecated: Use PastParticipants.ProtoReflect.Descriptor instead.

func (*PastParticipants) GetGroupJid

func (x *PastParticipants) GetGroupJid() string

func (*PastParticipants) GetPastParticipants

func (x *PastParticipants) GetPastParticipants() []*PastParticipant

func (*PastParticipants) ProtoMessage

func (*PastParticipants) ProtoMessage()

func (*PastParticipants) ProtoReflect

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

func (*PastParticipants) Reset

func (x *PastParticipants) Reset()

func (*PastParticipants) String

func (x *PastParticipants) String() string

type PaymentBackground

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

func (*PaymentBackground) Descriptor deprecated

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

Deprecated: Use PaymentBackground.ProtoReflect.Descriptor instead.

func (*PaymentBackground) GetFileLength

func (x *PaymentBackground) GetFileLength() uint64

func (*PaymentBackground) GetHeight

func (x *PaymentBackground) GetHeight() uint32

func (*PaymentBackground) GetId

func (x *PaymentBackground) GetId() string

func (*PaymentBackground) GetMediaData

func (*PaymentBackground) GetMimetype

func (x *PaymentBackground) GetMimetype() string

func (*PaymentBackground) GetPlaceholderArgb

func (x *PaymentBackground) GetPlaceholderArgb() uint32

func (*PaymentBackground) GetSubtextArgb

func (x *PaymentBackground) GetSubtextArgb() uint32

func (*PaymentBackground) GetTextArgb

func (x *PaymentBackground) GetTextArgb() uint32

func (*PaymentBackground) GetType

func (*PaymentBackground) GetWidth

func (x *PaymentBackground) GetWidth() uint32

func (*PaymentBackground) ProtoMessage

func (*PaymentBackground) ProtoMessage()

func (*PaymentBackground) ProtoReflect

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

func (*PaymentBackground) Reset

func (x *PaymentBackground) Reset()

func (*PaymentBackground) String

func (x *PaymentBackground) String() string

type PaymentBackground_MediaData

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

func (*PaymentBackground_MediaData) Descriptor deprecated

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

Deprecated: Use PaymentBackground_MediaData.ProtoReflect.Descriptor instead.

func (*PaymentBackground_MediaData) GetDirectPath

func (x *PaymentBackground_MediaData) GetDirectPath() string

func (*PaymentBackground_MediaData) GetFileEncSha256

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

func (*PaymentBackground_MediaData) GetFileSha256

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

func (*PaymentBackground_MediaData) GetMediaKey

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

func (*PaymentBackground_MediaData) GetMediaKeyTimestamp

func (x *PaymentBackground_MediaData) GetMediaKeyTimestamp() int64

func (*PaymentBackground_MediaData) ProtoMessage

func (*PaymentBackground_MediaData) ProtoMessage()

func (*PaymentBackground_MediaData) ProtoReflect

func (*PaymentBackground_MediaData) Reset

func (x *PaymentBackground_MediaData) Reset()

func (*PaymentBackground_MediaData) String

func (x *PaymentBackground_MediaData) String() string

type PaymentBackground_Type

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

func (PaymentBackground_Type) Descriptor

func (PaymentBackground_Type) Enum

func (PaymentBackground_Type) EnumDescriptor deprecated

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

Deprecated: Use PaymentBackground_Type.Descriptor instead.

func (PaymentBackground_Type) Number

func (PaymentBackground_Type) String

func (x PaymentBackground_Type) String() string

func (PaymentBackground_Type) Type

func (*PaymentBackground_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo

type PaymentInfo struct {
	CurrencyDeprecated   *PaymentInfo_Currency  `protobuf:"varint,1,opt,name=currencyDeprecated,enum=proto.PaymentInfo_Currency" json:"currencyDeprecated,omitempty"`
	Amount1000           *uint64                `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
	ReceiverJid          *string                `protobuf:"bytes,3,opt,name=receiverJid" json:"receiverJid,omitempty"`
	Status               *PaymentInfo_Status    `protobuf:"varint,4,opt,name=status,enum=proto.PaymentInfo_Status" 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_TxnStatus `protobuf:"varint,10,opt,name=txnStatus,enum=proto.PaymentInfo_TxnStatus" 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_Currency

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 (x *PaymentInfo) GetStatus() PaymentInfo_Status

func (*PaymentInfo) GetTransactionTimestamp

func (x *PaymentInfo) GetTransactionTimestamp() uint64

func (*PaymentInfo) GetTxnStatus

func (x *PaymentInfo) GetTxnStatus() PaymentInfo_TxnStatus

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_Currency

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

func (PaymentInfo_Currency) Descriptor

func (PaymentInfo_Currency) Enum

func (PaymentInfo_Currency) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_Currency.Descriptor instead.

func (PaymentInfo_Currency) Number

func (PaymentInfo_Currency) String

func (x PaymentInfo_Currency) String() string

func (PaymentInfo_Currency) Type

func (*PaymentInfo_Currency) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_Status

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

func (PaymentInfo_Status) Descriptor

func (PaymentInfo_Status) Enum

func (PaymentInfo_Status) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_Status.Descriptor instead.

func (PaymentInfo_Status) Number

func (PaymentInfo_Status) String

func (x PaymentInfo_Status) String() string

func (PaymentInfo_Status) Type

func (*PaymentInfo_Status) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_TxnStatus

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

func (PaymentInfo_TxnStatus) Descriptor

func (PaymentInfo_TxnStatus) Enum

func (PaymentInfo_TxnStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_TxnStatus.Descriptor instead.

func (PaymentInfo_TxnStatus) Number

func (PaymentInfo_TxnStatus) String

func (x PaymentInfo_TxnStatus) String() string

func (PaymentInfo_TxnStatus) Type

func (*PaymentInfo_TxnStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInviteMessage

type PaymentInviteMessage struct {
	ServiceType     *PaymentInviteMessage_ServiceType `protobuf:"varint,1,opt,name=serviceType,enum=proto.PaymentInviteMessage_ServiceType" json:"serviceType,omitempty"`
	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_ServiceType

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

func (PaymentInviteMessage_ServiceType) Descriptor

func (PaymentInviteMessage_ServiceType) Enum

func (PaymentInviteMessage_ServiceType) EnumDescriptor deprecated

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

Deprecated: Use PaymentInviteMessage_ServiceType.Descriptor instead.

func (PaymentInviteMessage_ServiceType) Number

func (PaymentInviteMessage_ServiceType) String

func (PaymentInviteMessage_ServiceType) Type

func (*PaymentInviteMessage_ServiceType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PeerDataOperationRequestMessage

type PeerDataOperationRequestMessage struct {
	PeerDataOperationRequestType    *PeerDataOperationRequestType                                      `` /* 143-byte string literal not displayed */
	RequestStickerReupload          []*PeerDataOperationRequestMessage_RequestStickerReupload          `protobuf:"bytes,2,rep,name=requestStickerReupload" json:"requestStickerReupload,omitempty"`
	RequestUrlPreview               []*PeerDataOperationRequestMessage_RequestUrlPreview               `protobuf:"bytes,3,rep,name=requestUrlPreview" json:"requestUrlPreview,omitempty"`
	HistorySyncOnDemandRequest      *PeerDataOperationRequestMessage_HistorySyncOnDemandRequest        `protobuf:"bytes,4,opt,name=historySyncOnDemandRequest" json:"historySyncOnDemandRequest,omitempty"`
	PlaceholderMessageResendRequest []*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest `protobuf:"bytes,5,rep,name=placeholderMessageResendRequest" json:"placeholderMessageResendRequest,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage) Descriptor deprecated

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

Deprecated: Use PeerDataOperationRequestMessage.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage) GetHistorySyncOnDemandRequest

func (*PeerDataOperationRequestMessage) GetPeerDataOperationRequestType

func (x *PeerDataOperationRequestMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType

func (*PeerDataOperationRequestMessage) GetPlaceholderMessageResendRequest

func (*PeerDataOperationRequestMessage) GetRequestStickerReupload

func (*PeerDataOperationRequestMessage) GetRequestUrlPreview

func (*PeerDataOperationRequestMessage) ProtoMessage

func (*PeerDataOperationRequestMessage) ProtoMessage()

func (*PeerDataOperationRequestMessage) ProtoReflect

func (*PeerDataOperationRequestMessage) Reset

func (*PeerDataOperationRequestMessage) String

type PeerDataOperationRequestMessage_HistorySyncOnDemandRequest

type PeerDataOperationRequestMessage_HistorySyncOnDemandRequest struct {
	ChatJid              *string `protobuf:"bytes,1,opt,name=chatJid" json:"chatJid,omitempty"`
	OldestMsgId          *string `protobuf:"bytes,2,opt,name=oldestMsgId" json:"oldestMsgId,omitempty"`
	OldestMsgFromMe      *bool   `protobuf:"varint,3,opt,name=oldestMsgFromMe" json:"oldestMsgFromMe,omitempty"`
	OnDemandMsgCount     *int32  `protobuf:"varint,4,opt,name=onDemandMsgCount" json:"onDemandMsgCount,omitempty"`
	OldestMsgTimestampMs *int64  `protobuf:"varint,5,opt,name=oldestMsgTimestampMs" json:"oldestMsgTimestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_HistorySyncOnDemandRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetChatJid

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgFromMe

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgId

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOldestMsgTimestampMs

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) GetOnDemandMsgCount

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) Reset

func (*PeerDataOperationRequestMessage_HistorySyncOnDemandRequest) String

type PeerDataOperationRequestMessage_PlaceholderMessageResendRequest

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

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_PlaceholderMessageResendRequest.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) GetMessageKey

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoMessage

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) ProtoReflect

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) Reset

func (*PeerDataOperationRequestMessage_PlaceholderMessageResendRequest) String

type PeerDataOperationRequestMessage_RequestStickerReupload

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

func (*PeerDataOperationRequestMessage_RequestStickerReupload) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_RequestStickerReupload.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_RequestStickerReupload) GetFileSha256

func (*PeerDataOperationRequestMessage_RequestStickerReupload) ProtoMessage

func (*PeerDataOperationRequestMessage_RequestStickerReupload) ProtoReflect

func (*PeerDataOperationRequestMessage_RequestStickerReupload) Reset

func (*PeerDataOperationRequestMessage_RequestStickerReupload) String

type PeerDataOperationRequestMessage_RequestUrlPreview

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

func (*PeerDataOperationRequestMessage_RequestUrlPreview) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestMessage_RequestUrlPreview.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail

func (x *PeerDataOperationRequestMessage_RequestUrlPreview) GetIncludeHqThumbnail() bool

func (*PeerDataOperationRequestMessage_RequestUrlPreview) GetUrl

func (*PeerDataOperationRequestMessage_RequestUrlPreview) ProtoMessage

func (*PeerDataOperationRequestMessage_RequestUrlPreview) ProtoReflect

func (*PeerDataOperationRequestMessage_RequestUrlPreview) Reset

func (*PeerDataOperationRequestMessage_RequestUrlPreview) String

type PeerDataOperationRequestResponseMessage

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

func (*PeerDataOperationRequestResponseMessage) Descriptor deprecated

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

Deprecated: Use PeerDataOperationRequestResponseMessage.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType

func (x *PeerDataOperationRequestResponseMessage) GetPeerDataOperationRequestType() PeerDataOperationRequestType

func (*PeerDataOperationRequestResponseMessage) GetPeerDataOperationResult

func (*PeerDataOperationRequestResponseMessage) GetStanzaId

func (*PeerDataOperationRequestResponseMessage) ProtoMessage

func (*PeerDataOperationRequestResponseMessage) ProtoReflect

func (*PeerDataOperationRequestResponseMessage) Reset

func (*PeerDataOperationRequestResponseMessage) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult struct {
	MediaUploadResult                *MediaRetryNotification_ResultType                                                                `` /* 126-byte string literal not displayed */
	StickerMessage                   *StickerMessage                                                                                   `protobuf:"bytes,2,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
	LinkPreviewResponse              *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse              `protobuf:"bytes,3,opt,name=linkPreviewResponse" json:"linkPreviewResponse,omitempty"`
	PlaceholderMessageResendResponse *PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse `protobuf:"bytes,4,opt,name=placeholderMessageResendResponse" json:"placeholderMessageResendResponse,omitempty"`
	// contains filtered or unexported fields
}

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetMediaUploadResult

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) GetStickerMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse

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

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetCanonicalUrl

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetDescription

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetMatchText

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetPreviewType

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetThumbData

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetTitle

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) GetUrl

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail

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

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetDirectPath

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetEncThumbHash

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKey

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetMediaKeyTimestampMs

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHash

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbHeight

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) GetThumbWidth

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_LinkPreviewResponse_LinkPreviewHighQualityThumbnail) String

type PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse

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

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Descriptor deprecated

Deprecated: Use PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse.ProtoReflect.Descriptor instead.

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) GetWebMessageInfoBytes

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoMessage

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) ProtoReflect

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) Reset

func (*PeerDataOperationRequestResponseMessage_PeerDataOperationResult_PlaceholderMessageResendResponse) String

type PeerDataOperationRequestType

type PeerDataOperationRequestType int32
const (
	PeerDataOperationRequestType_UPLOAD_STICKER                PeerDataOperationRequestType = 0
	PeerDataOperationRequestType_SEND_RECENT_STICKER_BOOTSTRAP PeerDataOperationRequestType = 1
	PeerDataOperationRequestType_GENERATE_LINK_PREVIEW         PeerDataOperationRequestType = 2
	PeerDataOperationRequestType_HISTORY_SYNC_ON_DEMAND        PeerDataOperationRequestType = 3
	PeerDataOperationRequestType_PLACEHOLDER_MESSAGE_RESEND    PeerDataOperationRequestType = 4
)

func (PeerDataOperationRequestType) Descriptor

func (PeerDataOperationRequestType) Enum

func (PeerDataOperationRequestType) EnumDescriptor deprecated

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

Deprecated: Use PeerDataOperationRequestType.Descriptor instead.

func (PeerDataOperationRequestType) Number

func (PeerDataOperationRequestType) String

func (PeerDataOperationRequestType) Type

func (*PeerDataOperationRequestType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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 PinInChat

type PinInChat struct {
	Type                    *PinInChat_Type          `protobuf:"varint,1,opt,name=type,enum=proto.PinInChat_Type" json:"type,omitempty"`
	Key                     *MessageKey              `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	SenderTimestampMs       *int64                   `protobuf:"varint,3,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	ServerTimestampMs       *int64                   `protobuf:"varint,4,opt,name=serverTimestampMs" json:"serverTimestampMs,omitempty"`
	MessageAddOnContextInfo *MessageAddOnContextInfo `protobuf:"bytes,5,opt,name=messageAddOnContextInfo" json:"messageAddOnContextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*PinInChat) Descriptor deprecated

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

Deprecated: Use PinInChat.ProtoReflect.Descriptor instead.

func (*PinInChat) GetKey

func (x *PinInChat) GetKey() *MessageKey

func (*PinInChat) GetMessageAddOnContextInfo

func (x *PinInChat) GetMessageAddOnContextInfo() *MessageAddOnContextInfo

func (*PinInChat) GetSenderTimestampMs

func (x *PinInChat) GetSenderTimestampMs() int64

func (*PinInChat) GetServerTimestampMs

func (x *PinInChat) GetServerTimestampMs() int64

func (*PinInChat) GetType

func (x *PinInChat) GetType() PinInChat_Type

func (*PinInChat) ProtoMessage

func (*PinInChat) ProtoMessage()

func (*PinInChat) ProtoReflect

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

func (*PinInChat) Reset

func (x *PinInChat) Reset()

func (*PinInChat) String

func (x *PinInChat) String() string

type PinInChatMessage

type PinInChatMessage struct {
	Key               *MessageKey            `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type              *PinInChatMessage_Type `protobuf:"varint,2,opt,name=type,enum=proto.PinInChatMessage_Type" json:"type,omitempty"`
	SenderTimestampMs *int64                 `protobuf:"varint,3,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*PinInChatMessage) Descriptor deprecated

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

Deprecated: Use PinInChatMessage.ProtoReflect.Descriptor instead.

func (*PinInChatMessage) GetKey

func (x *PinInChatMessage) GetKey() *MessageKey

func (*PinInChatMessage) GetSenderTimestampMs

func (x *PinInChatMessage) GetSenderTimestampMs() int64

func (*PinInChatMessage) GetType

func (*PinInChatMessage) ProtoMessage

func (*PinInChatMessage) ProtoMessage()

func (*PinInChatMessage) ProtoReflect

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

func (*PinInChatMessage) Reset

func (x *PinInChatMessage) Reset()

func (*PinInChatMessage) String

func (x *PinInChatMessage) String() string

type PinInChatMessage_Type

type PinInChatMessage_Type int32
const (
	PinInChatMessage_UNKNOWN_TYPE  PinInChatMessage_Type = 0
	PinInChatMessage_PIN_FOR_ALL   PinInChatMessage_Type = 1
	PinInChatMessage_UNPIN_FOR_ALL PinInChatMessage_Type = 2
)

func (PinInChatMessage_Type) Descriptor

func (PinInChatMessage_Type) Enum

func (PinInChatMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use PinInChatMessage_Type.Descriptor instead.

func (PinInChatMessage_Type) Number

func (PinInChatMessage_Type) String

func (x PinInChatMessage_Type) String() string

func (PinInChatMessage_Type) Type

func (*PinInChatMessage_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PinInChat_Type

type PinInChat_Type int32
const (
	PinInChat_UNKNOWN_TYPE  PinInChat_Type = 0
	PinInChat_PIN_FOR_ALL   PinInChat_Type = 1
	PinInChat_UNPIN_FOR_ALL PinInChat_Type = 2
)

func (PinInChat_Type) Descriptor

func (PinInChat_Type) Enum

func (x PinInChat_Type) Enum() *PinInChat_Type

func (PinInChat_Type) EnumDescriptor deprecated

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

Deprecated: Use PinInChat_Type.Descriptor instead.

func (PinInChat_Type) Number

func (PinInChat_Type) String

func (x PinInChat_Type) String() string

func (PinInChat_Type) Type

func (*PinInChat_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PnForLidChatAction

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

func (*PnForLidChatAction) Descriptor deprecated

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

Deprecated: Use PnForLidChatAction.ProtoReflect.Descriptor instead.

func (*PnForLidChatAction) GetPnJid

func (x *PnForLidChatAction) GetPnJid() string

func (*PnForLidChatAction) ProtoMessage

func (*PnForLidChatAction) ProtoMessage()

func (*PnForLidChatAction) ProtoReflect

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

func (*PnForLidChatAction) Reset

func (x *PnForLidChatAction) Reset()

func (*PnForLidChatAction) String

func (x *PnForLidChatAction) 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 PollAdditionalMetadata

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

func (*PollAdditionalMetadata) Descriptor deprecated

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

Deprecated: Use PollAdditionalMetadata.ProtoReflect.Descriptor instead.

func (*PollAdditionalMetadata) GetPollInvalidated

func (x *PollAdditionalMetadata) GetPollInvalidated() bool

func (*PollAdditionalMetadata) ProtoMessage

func (*PollAdditionalMetadata) ProtoMessage()

func (*PollAdditionalMetadata) ProtoReflect

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

func (*PollAdditionalMetadata) Reset

func (x *PollAdditionalMetadata) Reset()

func (*PollAdditionalMetadata) String

func (x *PollAdditionalMetadata) String() string

type PollCreationMessage

type PollCreationMessage struct {
	EncKey                 []byte                        `protobuf:"bytes,1,opt,name=encKey" json:"encKey,omitempty"`
	Name                   *string                       `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Options                []*PollCreationMessage_Option `protobuf:"bytes,3,rep,name=options" json:"options,omitempty"`
	SelectableOptionsCount *uint32                       `protobuf:"varint,4,opt,name=selectableOptionsCount" json:"selectableOptionsCount,omitempty"`
	ContextInfo            *ContextInfo                  `protobuf:"bytes,5,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*PollCreationMessage) Descriptor deprecated

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

Deprecated: Use PollCreationMessage.ProtoReflect.Descriptor instead.

func (*PollCreationMessage) GetContextInfo

func (x *PollCreationMessage) GetContextInfo() *ContextInfo

func (*PollCreationMessage) GetEncKey

func (x *PollCreationMessage) GetEncKey() []byte

func (*PollCreationMessage) GetName

func (x *PollCreationMessage) GetName() string

func (*PollCreationMessage) GetOptions

func (*PollCreationMessage) GetSelectableOptionsCount

func (x *PollCreationMessage) GetSelectableOptionsCount() uint32

func (*PollCreationMessage) ProtoMessage

func (*PollCreationMessage) ProtoMessage()

func (*PollCreationMessage) ProtoReflect

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

func (*PollCreationMessage) Reset

func (x *PollCreationMessage) Reset()

func (*PollCreationMessage) String

func (x *PollCreationMessage) String() string

type PollCreationMessage_Option

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

func (*PollCreationMessage_Option) Descriptor deprecated

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

Deprecated: Use PollCreationMessage_Option.ProtoReflect.Descriptor instead.

func (*PollCreationMessage_Option) GetOptionName

func (x *PollCreationMessage_Option) GetOptionName() string

func (*PollCreationMessage_Option) ProtoMessage

func (*PollCreationMessage_Option) ProtoMessage()

func (*PollCreationMessage_Option) ProtoReflect

func (*PollCreationMessage_Option) Reset

func (x *PollCreationMessage_Option) Reset()

func (*PollCreationMessage_Option) String

func (x *PollCreationMessage_Option) String() string

type PollEncValue

type PollEncValue struct {
	EncPayload []byte `protobuf:"bytes,1,opt,name=encPayload" json:"encPayload,omitempty"`
	EncIv      []byte `protobuf:"bytes,2,opt,name=encIv" json:"encIv,omitempty"`
	// contains filtered or unexported fields
}

func (*PollEncValue) Descriptor deprecated

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

Deprecated: Use PollEncValue.ProtoReflect.Descriptor instead.

func (*PollEncValue) GetEncIv

func (x *PollEncValue) GetEncIv() []byte

func (*PollEncValue) GetEncPayload

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

func (*PollEncValue) ProtoMessage

func (*PollEncValue) ProtoMessage()

func (*PollEncValue) ProtoReflect

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

func (*PollEncValue) Reset

func (x *PollEncValue) Reset()

func (*PollEncValue) String

func (x *PollEncValue) String() string

type PollUpdate

type PollUpdate struct {
	PollUpdateMessageKey *MessageKey      `protobuf:"bytes,1,opt,name=pollUpdateMessageKey" json:"pollUpdateMessageKey,omitempty"`
	Vote                 *PollVoteMessage `protobuf:"bytes,2,opt,name=vote" json:"vote,omitempty"`
	SenderTimestampMs    *int64           `protobuf:"varint,3,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	ServerTimestampMs    *int64           `protobuf:"varint,4,opt,name=serverTimestampMs" json:"serverTimestampMs,omitempty"`
	Unread               *bool            `protobuf:"varint,5,opt,name=unread" json:"unread,omitempty"`
	// contains filtered or unexported fields
}

func (*PollUpdate) Descriptor deprecated

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

Deprecated: Use PollUpdate.ProtoReflect.Descriptor instead.

func (*PollUpdate) GetPollUpdateMessageKey

func (x *PollUpdate) GetPollUpdateMessageKey() *MessageKey

func (*PollUpdate) GetSenderTimestampMs

func (x *PollUpdate) GetSenderTimestampMs() int64

func (*PollUpdate) GetServerTimestampMs

func (x *PollUpdate) GetServerTimestampMs() int64

func (*PollUpdate) GetUnread

func (x *PollUpdate) GetUnread() bool

func (*PollUpdate) GetVote

func (x *PollUpdate) GetVote() *PollVoteMessage

func (*PollUpdate) ProtoMessage

func (*PollUpdate) ProtoMessage()

func (*PollUpdate) ProtoReflect

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

func (*PollUpdate) Reset

func (x *PollUpdate) Reset()

func (*PollUpdate) String

func (x *PollUpdate) String() string

type PollUpdateMessage

type PollUpdateMessage struct {
	PollCreationMessageKey *MessageKey                `protobuf:"bytes,1,opt,name=pollCreationMessageKey" json:"pollCreationMessageKey,omitempty"`
	Vote                   *PollEncValue              `protobuf:"bytes,2,opt,name=vote" json:"vote,omitempty"`
	Metadata               *PollUpdateMessageMetadata `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
	SenderTimestampMs      *int64                     `protobuf:"varint,4,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*PollUpdateMessage) Descriptor deprecated

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

Deprecated: Use PollUpdateMessage.ProtoReflect.Descriptor instead.

func (*PollUpdateMessage) GetMetadata

func (x *PollUpdateMessage) GetMetadata() *PollUpdateMessageMetadata

func (*PollUpdateMessage) GetPollCreationMessageKey

func (x *PollUpdateMessage) GetPollCreationMessageKey() *MessageKey

func (*PollUpdateMessage) GetSenderTimestampMs

func (x *PollUpdateMessage) GetSenderTimestampMs() int64

func (*PollUpdateMessage) GetVote

func (x *PollUpdateMessage) GetVote() *PollEncValue

func (*PollUpdateMessage) ProtoMessage

func (*PollUpdateMessage) ProtoMessage()

func (*PollUpdateMessage) ProtoReflect

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

func (*PollUpdateMessage) Reset

func (x *PollUpdateMessage) Reset()

func (*PollUpdateMessage) String

func (x *PollUpdateMessage) String() string

type PollUpdateMessageMetadata

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

func (*PollUpdateMessageMetadata) Descriptor deprecated

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

Deprecated: Use PollUpdateMessageMetadata.ProtoReflect.Descriptor instead.

func (*PollUpdateMessageMetadata) ProtoMessage

func (*PollUpdateMessageMetadata) ProtoMessage()

func (*PollUpdateMessageMetadata) ProtoReflect

func (*PollUpdateMessageMetadata) Reset

func (x *PollUpdateMessageMetadata) Reset()

func (*PollUpdateMessageMetadata) String

func (x *PollUpdateMessageMetadata) String() string

type PollVoteMessage

type PollVoteMessage struct {
	SelectedOptions [][]byte `protobuf:"bytes,1,rep,name=selectedOptions" json:"selectedOptions,omitempty"`
	// contains filtered or unexported fields
}

func (*PollVoteMessage) Descriptor deprecated

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

Deprecated: Use PollVoteMessage.ProtoReflect.Descriptor instead.

func (*PollVoteMessage) GetSelectedOptions

func (x *PollVoteMessage) GetSelectedOptions() [][]byte

func (*PollVoteMessage) ProtoMessage

func (*PollVoteMessage) ProtoMessage()

func (*PollVoteMessage) ProtoReflect

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

func (*PollVoteMessage) Reset

func (x *PollVoteMessage) Reset()

func (*PollVoteMessage) String

func (x *PollVoteMessage) String() string

type PremiumMessageInfo

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

func (*PremiumMessageInfo) Descriptor deprecated

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

Deprecated: Use PremiumMessageInfo.ProtoReflect.Descriptor instead.

func (*PremiumMessageInfo) GetServerCampaignId

func (x *PremiumMessageInfo) GetServerCampaignId() string

func (*PremiumMessageInfo) ProtoMessage

func (*PremiumMessageInfo) ProtoMessage()

func (*PremiumMessageInfo) ProtoReflect

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

func (*PremiumMessageInfo) Reset

func (x *PremiumMessageInfo) Reset()

func (*PremiumMessageInfo) String

func (x *PremiumMessageInfo) String() string

type PrimaryFeature

type PrimaryFeature struct {
	Flags []string `protobuf:"bytes,1,rep,name=flags" json:"flags,omitempty"`
	// contains filtered or unexported fields
}

func (*PrimaryFeature) Descriptor deprecated

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

Deprecated: Use PrimaryFeature.ProtoReflect.Descriptor instead.

func (*PrimaryFeature) GetFlags

func (x *PrimaryFeature) GetFlags() []string

func (*PrimaryFeature) ProtoMessage

func (*PrimaryFeature) ProtoMessage()

func (*PrimaryFeature) ProtoReflect

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

func (*PrimaryFeature) Reset

func (x *PrimaryFeature) Reset()

func (*PrimaryFeature) String

func (x *PrimaryFeature) String() string

type PrimaryVersionAction

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

func (*PrimaryVersionAction) Descriptor deprecated

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

Deprecated: Use PrimaryVersionAction.ProtoReflect.Descriptor instead.

func (*PrimaryVersionAction) GetVersion

func (x *PrimaryVersionAction) GetVersion() string

func (*PrimaryVersionAction) ProtoMessage

func (*PrimaryVersionAction) ProtoMessage()

func (*PrimaryVersionAction) ProtoReflect

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

func (*PrimaryVersionAction) Reset

func (x *PrimaryVersionAction) Reset()

func (*PrimaryVersionAction) String

func (x *PrimaryVersionAction) String() string

type PrivacySettingRelayAllCalls

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

func (*PrivacySettingRelayAllCalls) Descriptor deprecated

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

Deprecated: Use PrivacySettingRelayAllCalls.ProtoReflect.Descriptor instead.

func (*PrivacySettingRelayAllCalls) GetIsEnabled

func (x *PrivacySettingRelayAllCalls) GetIsEnabled() bool

func (*PrivacySettingRelayAllCalls) ProtoMessage

func (*PrivacySettingRelayAllCalls) ProtoMessage()

func (*PrivacySettingRelayAllCalls) ProtoReflect

func (*PrivacySettingRelayAllCalls) Reset

func (x *PrivacySettingRelayAllCalls) Reset()

func (*PrivacySettingRelayAllCalls) String

func (x *PrivacySettingRelayAllCalls) String() string

type ProductMessage

type ProductMessage struct {
	Product          *ProductMessage_ProductSnapshot `protobuf:"bytes,1,opt,name=product" json:"product,omitempty"`
	BusinessOwnerJid *string                         `protobuf:"bytes,2,opt,name=businessOwnerJid" json:"businessOwnerJid,omitempty"`
	Catalog          *ProductMessage_CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog" json:"catalog,omitempty"`
	Body             *string                         `protobuf:"bytes,5,opt,name=body" json:"body,omitempty"`
	Footer           *string                         `protobuf:"bytes,6,opt,name=footer" json:"footer,omitempty"`
	ContextInfo      *ContextInfo                    `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage) Descriptor deprecated

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

Deprecated: Use ProductMessage.ProtoReflect.Descriptor instead.

func (*ProductMessage) GetBody

func (x *ProductMessage) GetBody() string

func (*ProductMessage) GetBusinessOwnerJid

func (x *ProductMessage) GetBusinessOwnerJid() string

func (*ProductMessage) GetCatalog

func (*ProductMessage) GetContextInfo

func (x *ProductMessage) GetContextInfo() *ContextInfo

func (*ProductMessage) GetFooter

func (x *ProductMessage) GetFooter() string

func (*ProductMessage) GetProduct

func (*ProductMessage) ProtoMessage

func (*ProductMessage) ProtoMessage()

func (*ProductMessage) ProtoReflect

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

func (*ProductMessage) Reset

func (x *ProductMessage) Reset()

func (*ProductMessage) String

func (x *ProductMessage) String() string

type ProductMessage_CatalogSnapshot

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

func (*ProductMessage_CatalogSnapshot) Descriptor deprecated

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

Deprecated: Use ProductMessage_CatalogSnapshot.ProtoReflect.Descriptor instead.

func (*ProductMessage_CatalogSnapshot) GetCatalogImage

func (x *ProductMessage_CatalogSnapshot) GetCatalogImage() *ImageMessage

func (*ProductMessage_CatalogSnapshot) GetDescription

func (x *ProductMessage_CatalogSnapshot) GetDescription() string

func (*ProductMessage_CatalogSnapshot) GetTitle

func (x *ProductMessage_CatalogSnapshot) GetTitle() string

func (*ProductMessage_CatalogSnapshot) ProtoMessage

func (*ProductMessage_CatalogSnapshot) ProtoMessage()

func (*ProductMessage_CatalogSnapshot) ProtoReflect

func (*ProductMessage_CatalogSnapshot) Reset

func (x *ProductMessage_CatalogSnapshot) Reset()

func (*ProductMessage_CatalogSnapshot) String

type ProductMessage_ProductSnapshot

type ProductMessage_ProductSnapshot struct {
	ProductImage        *ImageMessage `protobuf:"bytes,1,opt,name=productImage" json:"productImage,omitempty"`
	ProductId           *string       `protobuf:"bytes,2,opt,name=productId" json:"productId,omitempty"`
	Title               *string       `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Description         *string       `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	CurrencyCode        *string       `protobuf:"bytes,5,opt,name=currencyCode" json:"currencyCode,omitempty"`
	PriceAmount1000     *int64        `protobuf:"varint,6,opt,name=priceAmount1000" json:"priceAmount1000,omitempty"`
	RetailerId          *string       `protobuf:"bytes,7,opt,name=retailerId" json:"retailerId,omitempty"`
	Url                 *string       `protobuf:"bytes,8,opt,name=url" json:"url,omitempty"`
	ProductImageCount   *uint32       `protobuf:"varint,9,opt,name=productImageCount" json:"productImageCount,omitempty"`
	FirstImageId        *string       `protobuf:"bytes,11,opt,name=firstImageId" json:"firstImageId,omitempty"`
	SalePriceAmount1000 *int64        `protobuf:"varint,12,opt,name=salePriceAmount1000" json:"salePriceAmount1000,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage_ProductSnapshot) Descriptor deprecated

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

Deprecated: Use ProductMessage_ProductSnapshot.ProtoReflect.Descriptor instead.

func (*ProductMessage_ProductSnapshot) GetCurrencyCode

func (x *ProductMessage_ProductSnapshot) GetCurrencyCode() string

func (*ProductMessage_ProductSnapshot) GetDescription

func (x *ProductMessage_ProductSnapshot) GetDescription() string

func (*ProductMessage_ProductSnapshot) GetFirstImageId

func (x *ProductMessage_ProductSnapshot) GetFirstImageId() string

func (*ProductMessage_ProductSnapshot) GetPriceAmount1000

func (x *ProductMessage_ProductSnapshot) GetPriceAmount1000() int64

func (*ProductMessage_ProductSnapshot) GetProductId

func (x *ProductMessage_ProductSnapshot) GetProductId() string

func (*ProductMessage_ProductSnapshot) GetProductImage

func (x *ProductMessage_ProductSnapshot) GetProductImage() *ImageMessage

func (*ProductMessage_ProductSnapshot) GetProductImageCount

func (x *ProductMessage_ProductSnapshot) GetProductImageCount() uint32

func (*ProductMessage_ProductSnapshot) GetRetailerId

func (x *ProductMessage_ProductSnapshot) GetRetailerId() string

func (*ProductMessage_ProductSnapshot) GetSalePriceAmount1000

func (x *ProductMessage_ProductSnapshot) GetSalePriceAmount1000() int64

func (*ProductMessage_ProductSnapshot) GetTitle

func (x *ProductMessage_ProductSnapshot) GetTitle() string

func (*ProductMessage_ProductSnapshot) GetUrl

func (*ProductMessage_ProductSnapshot) ProtoMessage

func (*ProductMessage_ProductSnapshot) ProtoMessage()

func (*ProductMessage_ProductSnapshot) ProtoReflect

func (*ProductMessage_ProductSnapshot) Reset

func (x *ProductMessage_ProductSnapshot) Reset()

func (*ProductMessage_ProductSnapshot) String

type ProtocolMessage

type ProtocolMessage struct {
	Key                                     *MessageKey                              `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type                                    *ProtocolMessage_Type                    `protobuf:"varint,2,opt,name=type,enum=proto.ProtocolMessage_Type" json:"type,omitempty"`
	EphemeralExpiration                     *uint32                                  `protobuf:"varint,4,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp               *int64                                   `protobuf:"varint,5,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	HistorySyncNotification                 *HistorySyncNotification                 `protobuf:"bytes,6,opt,name=historySyncNotification" json:"historySyncNotification,omitempty"`
	AppStateSyncKeyShare                    *AppStateSyncKeyShare                    `protobuf:"bytes,7,opt,name=appStateSyncKeyShare" json:"appStateSyncKeyShare,omitempty"`
	AppStateSyncKeyRequest                  *AppStateSyncKeyRequest                  `protobuf:"bytes,8,opt,name=appStateSyncKeyRequest" json:"appStateSyncKeyRequest,omitempty"`
	InitialSecurityNotificationSettingSync  *InitialSecurityNotificationSettingSync  `protobuf:"bytes,9,opt,name=initialSecurityNotificationSettingSync" json:"initialSecurityNotificationSettingSync,omitempty"`
	AppStateFatalExceptionNotification      *AppStateFatalExceptionNotification      `protobuf:"bytes,10,opt,name=appStateFatalExceptionNotification" json:"appStateFatalExceptionNotification,omitempty"`
	DisappearingMode                        *DisappearingMode                        `protobuf:"bytes,11,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	EditedMessage                           *Message                                 `protobuf:"bytes,14,opt,name=editedMessage" json:"editedMessage,omitempty"`
	TimestampMs                             *int64                                   `protobuf:"varint,15,opt,name=timestampMs" json:"timestampMs,omitempty"`
	PeerDataOperationRequestMessage         *PeerDataOperationRequestMessage         `protobuf:"bytes,16,opt,name=peerDataOperationRequestMessage" json:"peerDataOperationRequestMessage,omitempty"`
	PeerDataOperationRequestResponseMessage *PeerDataOperationRequestResponseMessage `protobuf:"bytes,17,opt,name=peerDataOperationRequestResponseMessage" json:"peerDataOperationRequestResponseMessage,omitempty"`
	BotFeedbackMessage                      *BotFeedbackMessage                      `protobuf:"bytes,18,opt,name=botFeedbackMessage" json:"botFeedbackMessage,omitempty"`
	InvokerJid                              *string                                  `protobuf:"bytes,19,opt,name=invokerJid" json:"invokerJid,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) GetBotFeedbackMessage

func (x *ProtocolMessage) GetBotFeedbackMessage() *BotFeedbackMessage

func (*ProtocolMessage) GetDisappearingMode

func (x *ProtocolMessage) GetDisappearingMode() *DisappearingMode

func (*ProtocolMessage) GetEditedMessage

func (x *ProtocolMessage) GetEditedMessage() *Message

func (*ProtocolMessage) GetEphemeralExpiration

func (x *ProtocolMessage) GetEphemeralExpiration() uint32

func (*ProtocolMessage) GetEphemeralSettingTimestamp

func (x *ProtocolMessage) GetEphemeralSettingTimestamp() int64

func (*ProtocolMessage) GetHistorySyncNotification

func (x *ProtocolMessage) GetHistorySyncNotification() *HistorySyncNotification

func (*ProtocolMessage) GetInitialSecurityNotificationSettingSync

func (x *ProtocolMessage) GetInitialSecurityNotificationSettingSync() *InitialSecurityNotificationSettingSync

func (*ProtocolMessage) GetInvokerJid

func (x *ProtocolMessage) GetInvokerJid() string

func (*ProtocolMessage) GetKey

func (x *ProtocolMessage) GetKey() *MessageKey

func (*ProtocolMessage) GetPeerDataOperationRequestMessage

func (x *ProtocolMessage) GetPeerDataOperationRequestMessage() *PeerDataOperationRequestMessage

func (*ProtocolMessage) GetPeerDataOperationRequestResponseMessage

func (x *ProtocolMessage) GetPeerDataOperationRequestResponseMessage() *PeerDataOperationRequestResponseMessage

func (*ProtocolMessage) GetTimestampMs

func (x *ProtocolMessage) GetTimestampMs() int64

func (*ProtocolMessage) GetType

func (*ProtocolMessage) ProtoMessage

func (*ProtocolMessage) ProtoMessage()

func (*ProtocolMessage) ProtoReflect

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

func (*ProtocolMessage) Reset

func (x *ProtocolMessage) Reset()

func (*ProtocolMessage) String

func (x *ProtocolMessage) String() string

type ProtocolMessage_Type

type ProtocolMessage_Type int32
const (
	ProtocolMessage_REVOKE                                       ProtocolMessage_Type = 0
	ProtocolMessage_EPHEMERAL_SETTING                            ProtocolMessage_Type = 3
	ProtocolMessage_EPHEMERAL_SYNC_RESPONSE                      ProtocolMessage_Type = 4
	ProtocolMessage_HISTORY_SYNC_NOTIFICATION                    ProtocolMessage_Type = 5
	ProtocolMessage_APP_STATE_SYNC_KEY_SHARE                     ProtocolMessage_Type = 6
	ProtocolMessage_APP_STATE_SYNC_KEY_REQUEST                   ProtocolMessage_Type = 7
	ProtocolMessage_MSG_FANOUT_BACKFILL_REQUEST                  ProtocolMessage_Type = 8
	ProtocolMessage_INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC   ProtocolMessage_Type = 9
	ProtocolMessage_APP_STATE_FATAL_EXCEPTION_NOTIFICATION       ProtocolMessage_Type = 10
	ProtocolMessage_SHARE_PHONE_NUMBER                           ProtocolMessage_Type = 11
	ProtocolMessage_MESSAGE_EDIT                                 ProtocolMessage_Type = 14
	ProtocolMessage_PEER_DATA_OPERATION_REQUEST_MESSAGE          ProtocolMessage_Type = 16
	ProtocolMessage_PEER_DATA_OPERATION_REQUEST_RESPONSE_MESSAGE ProtocolMessage_Type = 17
	ProtocolMessage_REQUEST_WELCOME_MESSAGE                      ProtocolMessage_Type = 18
	ProtocolMessage_BOT_FEEDBACK_MESSAGE                         ProtocolMessage_Type = 19
)

func (ProtocolMessage_Type) Descriptor

func (ProtocolMessage_Type) Enum

func (ProtocolMessage_Type) EnumDescriptor deprecated

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

Deprecated: Use ProtocolMessage_Type.Descriptor instead.

func (ProtocolMessage_Type) Number

func (ProtocolMessage_Type) String

func (x ProtocolMessage_Type) String() string

func (ProtocolMessage_Type) Type

func (*ProtocolMessage_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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 QP

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

func (*QP) Descriptor deprecated

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

Deprecated: Use QP.ProtoReflect.Descriptor instead.

func (*QP) ProtoMessage

func (*QP) ProtoMessage()

func (*QP) ProtoReflect

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

func (*QP) Reset

func (x *QP) Reset()

func (*QP) String

func (x *QP) String() string

type QP_ClauseType

type QP_ClauseType int32
const (
	QP_AND QP_ClauseType = 1
	QP_OR  QP_ClauseType = 2
	QP_NOR QP_ClauseType = 3
)

func (QP_ClauseType) Descriptor

func (QP_ClauseType) Enum

func (x QP_ClauseType) Enum() *QP_ClauseType

func (QP_ClauseType) EnumDescriptor deprecated

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

Deprecated: Use QP_ClauseType.Descriptor instead.

func (QP_ClauseType) Number

func (QP_ClauseType) String

func (x QP_ClauseType) String() string

func (QP_ClauseType) Type

func (*QP_ClauseType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type QP_Filter

type QP_Filter struct {
	FilterName               *string                            `protobuf:"bytes,1,req,name=filterName" json:"filterName,omitempty"`
	Parameters               []*QP_FilterParameters             `protobuf:"bytes,2,rep,name=parameters" json:"parameters,omitempty"`
	FilterResult             *QP_FilterResult                   `protobuf:"varint,3,opt,name=filterResult,enum=proto.QP_FilterResult" json:"filterResult,omitempty"`
	ClientNotSupportedConfig *QP_FilterClientNotSupportedConfig `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*QP_Filter) Descriptor deprecated

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

Deprecated: Use QP_Filter.ProtoReflect.Descriptor instead.

func (*QP_Filter) GetClientNotSupportedConfig

func (x *QP_Filter) GetClientNotSupportedConfig() QP_FilterClientNotSupportedConfig

func (*QP_Filter) GetFilterName

func (x *QP_Filter) GetFilterName() string

func (*QP_Filter) GetFilterResult

func (x *QP_Filter) GetFilterResult() QP_FilterResult

func (*QP_Filter) GetParameters

func (x *QP_Filter) GetParameters() []*QP_FilterParameters

func (*QP_Filter) ProtoMessage

func (*QP_Filter) ProtoMessage()

func (*QP_Filter) ProtoReflect

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

func (*QP_Filter) Reset

func (x *QP_Filter) Reset()

func (*QP_Filter) String

func (x *QP_Filter) String() string

type QP_FilterClause

type QP_FilterClause struct {
	ClauseType *QP_ClauseType     `protobuf:"varint,1,req,name=clauseType,enum=proto.QP_ClauseType" json:"clauseType,omitempty"`
	Clauses    []*QP_FilterClause `protobuf:"bytes,2,rep,name=clauses" json:"clauses,omitempty"`
	Filters    []*QP_Filter       `protobuf:"bytes,3,rep,name=filters" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*QP_FilterClause) Descriptor deprecated

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

Deprecated: Use QP_FilterClause.ProtoReflect.Descriptor instead.

func (*QP_FilterClause) GetClauseType

func (x *QP_FilterClause) GetClauseType() QP_ClauseType

func (*QP_FilterClause) GetClauses

func (x *QP_FilterClause) GetClauses() []*QP_FilterClause

func (*QP_FilterClause) GetFilters

func (x *QP_FilterClause) GetFilters() []*QP_Filter

func (*QP_FilterClause) ProtoMessage

func (*QP_FilterClause) ProtoMessage()

func (*QP_FilterClause) ProtoReflect

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

func (*QP_FilterClause) Reset

func (x *QP_FilterClause) Reset()

func (*QP_FilterClause) String

func (x *QP_FilterClause) String() string

type QP_FilterClientNotSupportedConfig

type QP_FilterClientNotSupportedConfig int32
const (
	QP_PASS_BY_DEFAULT QP_FilterClientNotSupportedConfig = 1
	QP_FAIL_BY_DEFAULT QP_FilterClientNotSupportedConfig = 2
)

func (QP_FilterClientNotSupportedConfig) Descriptor

func (QP_FilterClientNotSupportedConfig) Enum

func (QP_FilterClientNotSupportedConfig) EnumDescriptor deprecated

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

Deprecated: Use QP_FilterClientNotSupportedConfig.Descriptor instead.

func (QP_FilterClientNotSupportedConfig) Number

func (QP_FilterClientNotSupportedConfig) String

func (QP_FilterClientNotSupportedConfig) Type

func (*QP_FilterClientNotSupportedConfig) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type QP_FilterParameters

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

func (*QP_FilterParameters) Descriptor deprecated

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

Deprecated: Use QP_FilterParameters.ProtoReflect.Descriptor instead.

func (*QP_FilterParameters) GetKey

func (x *QP_FilterParameters) GetKey() string

func (*QP_FilterParameters) GetValue

func (x *QP_FilterParameters) GetValue() string

func (*QP_FilterParameters) ProtoMessage

func (*QP_FilterParameters) ProtoMessage()

func (*QP_FilterParameters) ProtoReflect

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

func (*QP_FilterParameters) Reset

func (x *QP_FilterParameters) Reset()

func (*QP_FilterParameters) String

func (x *QP_FilterParameters) String() string

type QP_FilterResult

type QP_FilterResult int32
const (
	QP_TRUE    QP_FilterResult = 1
	QP_FALSE   QP_FilterResult = 2
	QP_UNKNOWN QP_FilterResult = 3
)

func (QP_FilterResult) Descriptor

func (QP_FilterResult) Enum

func (x QP_FilterResult) Enum() *QP_FilterResult

func (QP_FilterResult) EnumDescriptor deprecated

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

Deprecated: Use QP_FilterResult.Descriptor instead.

func (QP_FilterResult) Number

func (QP_FilterResult) String

func (x QP_FilterResult) String() string

func (QP_FilterResult) Type

func (*QP_FilterResult) UnmarshalJSON deprecated

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

Deprecated: Do not use.

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 Reaction

type Reaction struct {
	Key               *MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Text              *string     `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	GroupingKey       *string     `protobuf:"bytes,3,opt,name=groupingKey" json:"groupingKey,omitempty"`
	SenderTimestampMs *int64      `protobuf:"varint,4,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	Unread            *bool       `protobuf:"varint,5,opt,name=unread" json:"unread,omitempty"`
	// contains filtered or unexported fields
}

func (*Reaction) Descriptor deprecated

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

Deprecated: Use Reaction.ProtoReflect.Descriptor instead.

func (*Reaction) GetGroupingKey

func (x *Reaction) GetGroupingKey() string

func (*Reaction) GetKey

func (x *Reaction) GetKey() *MessageKey

func (*Reaction) GetSenderTimestampMs

func (x *Reaction) GetSenderTimestampMs() int64

func (*Reaction) GetText

func (x *Reaction) GetText() string

func (*Reaction) GetUnread

func (x *Reaction) GetUnread() bool

func (*Reaction) ProtoMessage

func (*Reaction) ProtoMessage()

func (*Reaction) ProtoReflect

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

func (*Reaction) Reset

func (x *Reaction) Reset()

func (*Reaction) String

func (x *Reaction) String() string

type ReactionMessage

type ReactionMessage struct {
	Key               *MessageKey `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Text              *string     `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	GroupingKey       *string     `protobuf:"bytes,3,opt,name=groupingKey" json:"groupingKey,omitempty"`
	SenderTimestampMs *int64      `protobuf:"varint,4,opt,name=senderTimestampMs" json:"senderTimestampMs,omitempty"`
	// contains filtered or unexported fields
}

func (*ReactionMessage) Descriptor deprecated

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

Deprecated: Use ReactionMessage.ProtoReflect.Descriptor instead.

func (*ReactionMessage) GetGroupingKey

func (x *ReactionMessage) GetGroupingKey() string

func (*ReactionMessage) GetKey

func (x *ReactionMessage) GetKey() *MessageKey

func (*ReactionMessage) GetSenderTimestampMs

func (x *ReactionMessage) GetSenderTimestampMs() int64

func (*ReactionMessage) GetText

func (x *ReactionMessage) GetText() string

func (*ReactionMessage) ProtoMessage

func (*ReactionMessage) ProtoMessage()

func (*ReactionMessage) ProtoReflect

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

func (*ReactionMessage) Reset

func (x *ReactionMessage) Reset()

func (*ReactionMessage) String

func (x *ReactionMessage) String() string

type 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 RemoveRecentStickerAction

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

func (*RemoveRecentStickerAction) Descriptor deprecated

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

Deprecated: Use RemoveRecentStickerAction.ProtoReflect.Descriptor instead.

func (*RemoveRecentStickerAction) GetLastStickerSentTs

func (x *RemoveRecentStickerAction) GetLastStickerSentTs() int64

func (*RemoveRecentStickerAction) ProtoMessage

func (*RemoveRecentStickerAction) ProtoMessage()

func (*RemoveRecentStickerAction) ProtoReflect

func (*RemoveRecentStickerAction) Reset

func (x *RemoveRecentStickerAction) Reset()

func (*RemoveRecentStickerAction) String

func (x *RemoveRecentStickerAction) String() string

type RequestPaymentMessage

type RequestPaymentMessage struct {
	NoteMessage         *Message           `protobuf:"bytes,4,opt,name=noteMessage" json:"noteMessage,omitempty"`
	CurrencyCodeIso4217 *string            `protobuf:"bytes,1,opt,name=currencyCodeIso4217" json:"currencyCodeIso4217,omitempty"`
	Amount1000          *uint64            `protobuf:"varint,2,opt,name=amount1000" json:"amount1000,omitempty"`
	RequestFrom         *string            `protobuf:"bytes,3,opt,name=requestFrom" json:"requestFrom,omitempty"`
	ExpiryTimestamp     *int64             `protobuf:"varint,5,opt,name=expiryTimestamp" json:"expiryTimestamp,omitempty"`
	Amount              *Money             `protobuf:"bytes,6,opt,name=amount" json:"amount,omitempty"`
	Background          *PaymentBackground `protobuf:"bytes,7,opt,name=background" json:"background,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPaymentMessage) Descriptor deprecated

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

Deprecated: Use RequestPaymentMessage.ProtoReflect.Descriptor instead.

func (*RequestPaymentMessage) GetAmount

func (x *RequestPaymentMessage) GetAmount() *Money

func (*RequestPaymentMessage) GetAmount1000

func (x *RequestPaymentMessage) GetAmount1000() uint64

func (*RequestPaymentMessage) GetBackground

func (x *RequestPaymentMessage) GetBackground() *PaymentBackground

func (*RequestPaymentMessage) GetCurrencyCodeIso4217

func (x *RequestPaymentMessage) GetCurrencyCodeIso4217() string

func (*RequestPaymentMessage) GetExpiryTimestamp

func (x *RequestPaymentMessage) GetExpiryTimestamp() int64

func (*RequestPaymentMessage) GetNoteMessage

func (x *RequestPaymentMessage) GetNoteMessage() *Message

func (*RequestPaymentMessage) GetRequestFrom

func (x *RequestPaymentMessage) GetRequestFrom() string

func (*RequestPaymentMessage) ProtoMessage

func (*RequestPaymentMessage) ProtoMessage()

func (*RequestPaymentMessage) ProtoReflect

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

func (*RequestPaymentMessage) Reset

func (x *RequestPaymentMessage) Reset()

func (*RequestPaymentMessage) String

func (x *RequestPaymentMessage) String() string

type RequestPhoneNumberMessage

type RequestPhoneNumberMessage struct {
	ContextInfo *ContextInfo `protobuf:"bytes,1,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestPhoneNumberMessage) Descriptor deprecated

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

Deprecated: Use RequestPhoneNumberMessage.ProtoReflect.Descriptor instead.

func (*RequestPhoneNumberMessage) GetContextInfo

func (x *RequestPhoneNumberMessage) GetContextInfo() *ContextInfo

func (*RequestPhoneNumberMessage) ProtoMessage

func (*RequestPhoneNumberMessage) ProtoMessage()

func (*RequestPhoneNumberMessage) ProtoReflect

func (*RequestPhoneNumberMessage) Reset

func (x *RequestPhoneNumberMessage) Reset()

func (*RequestPhoneNumberMessage) String

func (x *RequestPhoneNumberMessage) String() string

type ScheduledCallCreationMessage

type ScheduledCallCreationMessage struct {
	ScheduledTimestampMs *int64                                 `protobuf:"varint,1,opt,name=scheduledTimestampMs" json:"scheduledTimestampMs,omitempty"`
	CallType             *ScheduledCallCreationMessage_CallType `protobuf:"varint,2,opt,name=callType,enum=proto.ScheduledCallCreationMessage_CallType" json:"callType,omitempty"`
	Title                *string                                `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledCallCreationMessage) Descriptor deprecated

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

Deprecated: Use ScheduledCallCreationMessage.ProtoReflect.Descriptor instead.

func (*ScheduledCallCreationMessage) GetCallType

func (*ScheduledCallCreationMessage) GetScheduledTimestampMs

func (x *ScheduledCallCreationMessage) GetScheduledTimestampMs() int64

func (*ScheduledCallCreationMessage) GetTitle

func (x *ScheduledCallCreationMessage) GetTitle() string

func (*ScheduledCallCreationMessage) ProtoMessage

func (*ScheduledCallCreationMessage) ProtoMessage()

func (*ScheduledCallCreationMessage) ProtoReflect

func (*ScheduledCallCreationMessage) Reset

func (x *ScheduledCallCreationMessage) Reset()

func (*ScheduledCallCreationMessage) String

type ScheduledCallCreationMessage_CallType

type ScheduledCallCreationMessage_CallType int32
const (
	ScheduledCallCreationMessage_UNKNOWN ScheduledCallCreationMessage_CallType = 0
	ScheduledCallCreationMessage_VOICE   ScheduledCallCreationMessage_CallType = 1
	ScheduledCallCreationMessage_VIDEO   ScheduledCallCreationMessage_CallType = 2
)

func (ScheduledCallCreationMessage_CallType) Descriptor

func (ScheduledCallCreationMessage_CallType) Enum

func (ScheduledCallCreationMessage_CallType) EnumDescriptor deprecated

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

Deprecated: Use ScheduledCallCreationMessage_CallType.Descriptor instead.

func (ScheduledCallCreationMessage_CallType) Number

func (ScheduledCallCreationMessage_CallType) String

func (ScheduledCallCreationMessage_CallType) Type

func (*ScheduledCallCreationMessage_CallType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ScheduledCallEditMessage

type ScheduledCallEditMessage struct {
	Key      *MessageKey                        `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	EditType *ScheduledCallEditMessage_EditType `protobuf:"varint,2,opt,name=editType,enum=proto.ScheduledCallEditMessage_EditType" json:"editType,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduledCallEditMessage) Descriptor deprecated

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

Deprecated: Use ScheduledCallEditMessage.ProtoReflect.Descriptor instead.

func (*ScheduledCallEditMessage) GetEditType

func (*ScheduledCallEditMessage) GetKey

func (x *ScheduledCallEditMessage) GetKey() *MessageKey

func (*ScheduledCallEditMessage) ProtoMessage

func (*ScheduledCallEditMessage) ProtoMessage()

func (*ScheduledCallEditMessage) ProtoReflect

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

func (*ScheduledCallEditMessage) Reset

func (x *ScheduledCallEditMessage) Reset()

func (*ScheduledCallEditMessage) String

func (x *ScheduledCallEditMessage) String() string

type ScheduledCallEditMessage_EditType

type ScheduledCallEditMessage_EditType int32
const (
	ScheduledCallEditMessage_UNKNOWN ScheduledCallEditMessage_EditType = 0
	ScheduledCallEditMessage_CANCEL  ScheduledCallEditMessage_EditType = 1
)

func (ScheduledCallEditMessage_EditType) Descriptor

func (ScheduledCallEditMessage_EditType) Enum

func (ScheduledCallEditMessage_EditType) EnumDescriptor deprecated

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

Deprecated: Use ScheduledCallEditMessage_EditType.Descriptor instead.

func (ScheduledCallEditMessage_EditType) Number

func (ScheduledCallEditMessage_EditType) String

func (ScheduledCallEditMessage_EditType) Type

func (*ScheduledCallEditMessage_EditType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type 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 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 StatusPSA

type StatusPSA struct {
	CampaignId                  *uint64 `protobuf:"varint,44,req,name=campaignId" json:"campaignId,omitempty"`
	CampaignExpirationTimestamp *uint64 `protobuf:"varint,45,opt,name=campaignExpirationTimestamp" json:"campaignExpirationTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusPSA) Descriptor deprecated

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

Deprecated: Use StatusPSA.ProtoReflect.Descriptor instead.

func (*StatusPSA) GetCampaignExpirationTimestamp

func (x *StatusPSA) GetCampaignExpirationTimestamp() uint64

func (*StatusPSA) GetCampaignId

func (x *StatusPSA) GetCampaignId() uint64

func (*StatusPSA) ProtoMessage

func (*StatusPSA) ProtoMessage()

func (*StatusPSA) ProtoReflect

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

func (*StatusPSA) Reset

func (x *StatusPSA) Reset()

func (*StatusPSA) String

func (x *StatusPSA) String() string

type StatusPrivacyAction

type StatusPrivacyAction struct {
	Mode    *StatusPrivacyAction_StatusDistributionMode `protobuf:"varint,1,opt,name=mode,enum=proto.StatusPrivacyAction_StatusDistributionMode" json:"mode,omitempty"`
	UserJid []string                                    `protobuf:"bytes,2,rep,name=userJid" json:"userJid,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusPrivacyAction) Descriptor deprecated

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

Deprecated: Use StatusPrivacyAction.ProtoReflect.Descriptor instead.

func (*StatusPrivacyAction) GetMode

func (*StatusPrivacyAction) GetUserJid

func (x *StatusPrivacyAction) GetUserJid() []string

func (*StatusPrivacyAction) ProtoMessage

func (*StatusPrivacyAction) ProtoMessage()

func (*StatusPrivacyAction) ProtoReflect

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

func (*StatusPrivacyAction) Reset

func (x *StatusPrivacyAction) Reset()

func (*StatusPrivacyAction) String

func (x *StatusPrivacyAction) String() string

type StatusPrivacyAction_StatusDistributionMode

type StatusPrivacyAction_StatusDistributionMode int32
const (
	StatusPrivacyAction_ALLOW_LIST StatusPrivacyAction_StatusDistributionMode = 0
	StatusPrivacyAction_DENY_LIST  StatusPrivacyAction_StatusDistributionMode = 1
	StatusPrivacyAction_CONTACTS   StatusPrivacyAction_StatusDistributionMode = 2
)

func (StatusPrivacyAction_StatusDistributionMode) Descriptor

func (StatusPrivacyAction_StatusDistributionMode) Enum

func (StatusPrivacyAction_StatusDistributionMode) EnumDescriptor deprecated

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

Deprecated: Use StatusPrivacyAction_StatusDistributionMode.Descriptor instead.

func (StatusPrivacyAction_StatusDistributionMode) Number

func (StatusPrivacyAction_StatusDistributionMode) String

func (StatusPrivacyAction_StatusDistributionMode) Type

func (*StatusPrivacyAction_StatusDistributionMode) UnmarshalJSON deprecated

Deprecated: Do not use.

type StickerAction

type StickerAction struct {
	Url           *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	FileEncSha256 []byte  `protobuf:"bytes,2,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	MediaKey      []byte  `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Mimetype      *string `protobuf:"bytes,4,opt,name=mimetype" json:"mimetype,omitempty"`
	Height        *uint32 `protobuf:"varint,5,opt,name=height" json:"height,omitempty"`
	Width         *uint32 `protobuf:"varint,6,opt,name=width" json:"width,omitempty"`
	DirectPath    *string `protobuf:"bytes,7,opt,name=directPath" json:"directPath,omitempty"`
	FileLength    *uint64 `protobuf:"varint,8,opt,name=fileLength" json:"fileLength,omitempty"`
	IsFavorite    *bool   `protobuf:"varint,9,opt,name=isFavorite" json:"isFavorite,omitempty"`
	DeviceIdHint  *uint32 `protobuf:"varint,10,opt,name=deviceIdHint" json:"deviceIdHint,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerAction) Descriptor deprecated

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

Deprecated: Use StickerAction.ProtoReflect.Descriptor instead.

func (*StickerAction) GetDeviceIdHint

func (x *StickerAction) GetDeviceIdHint() uint32

func (*StickerAction) GetDirectPath

func (x *StickerAction) GetDirectPath() string

func (*StickerAction) GetFileEncSha256

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

func (*StickerAction) GetFileLength

func (x *StickerAction) GetFileLength() uint64

func (*StickerAction) GetHeight

func (x *StickerAction) GetHeight() uint32

func (*StickerAction) GetIsFavorite

func (x *StickerAction) GetIsFavorite() bool

func (*StickerAction) GetMediaKey

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

func (*StickerAction) GetMimetype

func (x *StickerAction) GetMimetype() string

func (*StickerAction) GetUrl

func (x *StickerAction) GetUrl() string

func (*StickerAction) GetWidth

func (x *StickerAction) GetWidth() uint32

func (*StickerAction) ProtoMessage

func (*StickerAction) ProtoMessage()

func (*StickerAction) ProtoReflect

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

func (*StickerAction) Reset

func (x *StickerAction) Reset()

func (*StickerAction) String

func (x *StickerAction) 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"`
	StickerSentTs     *int64       `protobuf:"varint,18,opt,name=stickerSentTs" json:"stickerSentTs,omitempty"`
	IsAvatar          *bool        `protobuf:"varint,19,opt,name=isAvatar" json:"isAvatar,omitempty"`
	IsAiSticker       *bool        `protobuf:"varint,20,opt,name=isAiSticker" json:"isAiSticker,omitempty"`
	// 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) GetIsAiSticker

func (x *StickerMessage) GetIsAiSticker() bool

func (*StickerMessage) GetIsAnimated

func (x *StickerMessage) GetIsAnimated() bool

func (*StickerMessage) GetIsAvatar

func (x *StickerMessage) GetIsAvatar() 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) GetStickerSentTs

func (x *StickerMessage) GetStickerSentTs() int64

func (*StickerMessage) GetUrl

func (x *StickerMessage) GetUrl() string

func (*StickerMessage) GetWidth

func (x *StickerMessage) GetWidth() uint32

func (*StickerMessage) ProtoMessage

func (*StickerMessage) ProtoMessage()

func (*StickerMessage) ProtoReflect

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

func (*StickerMessage) Reset

func (x *StickerMessage) Reset()

func (*StickerMessage) String

func (x *StickerMessage) String() string

type StickerMetadata

type StickerMetadata 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"`
	Weight            *float32 `protobuf:"fixed32,10,opt,name=weight" json:"weight,omitempty"`
	LastStickerSentTs *int64   `protobuf:"varint,11,opt,name=lastStickerSentTs" json:"lastStickerSentTs,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerMetadata) Descriptor deprecated

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

Deprecated: Use StickerMetadata.ProtoReflect.Descriptor instead.

func (*StickerMetadata) GetDirectPath

func (x *StickerMetadata) GetDirectPath() string

func (*StickerMetadata) GetFileEncSha256

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

func (*StickerMetadata) GetFileLength

func (x *StickerMetadata) GetFileLength() uint64

func (*StickerMetadata) GetFileSha256

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

func (*StickerMetadata) GetHeight

func (x *StickerMetadata) GetHeight() uint32

func (*StickerMetadata) GetLastStickerSentTs

func (x *StickerMetadata) GetLastStickerSentTs() int64

func (*StickerMetadata) GetMediaKey

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

func (*StickerMetadata) GetMimetype

func (x *StickerMetadata) GetMimetype() string

func (*StickerMetadata) GetUrl

func (x *StickerMetadata) GetUrl() string

func (*StickerMetadata) GetWeight

func (x *StickerMetadata) GetWeight() float32

func (*StickerMetadata) GetWidth

func (x *StickerMetadata) GetWidth() uint32

func (*StickerMetadata) ProtoMessage

func (*StickerMetadata) ProtoMessage()

func (*StickerMetadata) ProtoReflect

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

func (*StickerMetadata) Reset

func (x *StickerMetadata) Reset()

func (*StickerMetadata) String

func (x *StickerMetadata) String() string

type StickerSyncRMRMessage

type StickerSyncRMRMessage struct {
	Filehash         []string `protobuf:"bytes,1,rep,name=filehash" json:"filehash,omitempty"`
	RmrSource        *string  `protobuf:"bytes,2,opt,name=rmrSource" json:"rmrSource,omitempty"`
	RequestTimestamp *int64   `protobuf:"varint,3,opt,name=requestTimestamp" json:"requestTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerSyncRMRMessage) Descriptor deprecated

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

Deprecated: Use StickerSyncRMRMessage.ProtoReflect.Descriptor instead.

func (*StickerSyncRMRMessage) GetFilehash

func (x *StickerSyncRMRMessage) GetFilehash() []string

func (*StickerSyncRMRMessage) GetRequestTimestamp

func (x *StickerSyncRMRMessage) GetRequestTimestamp() int64

func (*StickerSyncRMRMessage) GetRmrSource

func (x *StickerSyncRMRMessage) GetRmrSource() string

func (*StickerSyncRMRMessage) ProtoMessage

func (*StickerSyncRMRMessage) ProtoMessage()

func (*StickerSyncRMRMessage) ProtoReflect

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

func (*StickerSyncRMRMessage) Reset

func (x *StickerSyncRMRMessage) Reset()

func (*StickerSyncRMRMessage) String

func (x *StickerSyncRMRMessage) String() string

type SubscriptionAction

type SubscriptionAction struct {
	IsDeactivated  *bool  `protobuf:"varint,1,opt,name=isDeactivated" json:"isDeactivated,omitempty"`
	IsAutoRenewing *bool  `protobuf:"varint,2,opt,name=isAutoRenewing" json:"isAutoRenewing,omitempty"`
	ExpirationDate *int64 `protobuf:"varint,3,opt,name=expirationDate" json:"expirationDate,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionAction) Descriptor deprecated

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

Deprecated: Use SubscriptionAction.ProtoReflect.Descriptor instead.

func (*SubscriptionAction) GetExpirationDate

func (x *SubscriptionAction) GetExpirationDate() int64

func (*SubscriptionAction) GetIsAutoRenewing

func (x *SubscriptionAction) GetIsAutoRenewing() bool

func (*SubscriptionAction) GetIsDeactivated

func (x *SubscriptionAction) GetIsDeactivated() bool

func (*SubscriptionAction) ProtoMessage

func (*SubscriptionAction) ProtoMessage()

func (*SubscriptionAction) ProtoReflect

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

func (*SubscriptionAction) Reset

func (x *SubscriptionAction) Reset()

func (*SubscriptionAction) String

func (x *SubscriptionAction) 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"`
	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"`
	PrimaryFeature                  *PrimaryFeature                   `protobuf:"bytes,24,opt,name=primaryFeature" json:"primaryFeature,omitempty"`
	AndroidUnsupportedActions       *AndroidUnsupportedActions        `protobuf:"bytes,26,opt,name=androidUnsupportedActions" json:"androidUnsupportedActions,omitempty"`
	AgentAction                     *AgentAction                      `protobuf:"bytes,27,opt,name=agentAction" json:"agentAction,omitempty"`
	SubscriptionAction              *SubscriptionAction               `protobuf:"bytes,28,opt,name=subscriptionAction" json:"subscriptionAction,omitempty"`
	UserStatusMuteAction            *UserStatusMuteAction             `protobuf:"bytes,29,opt,name=userStatusMuteAction" json:"userStatusMuteAction,omitempty"`
	TimeFormatAction                *TimeFormatAction                 `protobuf:"bytes,30,opt,name=timeFormatAction" json:"timeFormatAction,omitempty"`
	NuxAction                       *NuxAction                        `protobuf:"bytes,31,opt,name=nuxAction" json:"nuxAction,omitempty"`
	PrimaryVersionAction            *PrimaryVersionAction             `protobuf:"bytes,32,opt,name=primaryVersionAction" json:"primaryVersionAction,omitempty"`
	StickerAction                   *StickerAction                    `protobuf:"bytes,33,opt,name=stickerAction" json:"stickerAction,omitempty"`
	RemoveRecentStickerAction       *RemoveRecentStickerAction        `protobuf:"bytes,34,opt,name=removeRecentStickerAction" json:"removeRecentStickerAction,omitempty"`
	ChatAssignment                  *ChatAssignmentAction             `protobuf:"bytes,35,opt,name=chatAssignment" json:"chatAssignment,omitempty"`
	ChatAssignmentOpenedStatus      *ChatAssignmentOpenedStatusAction `protobuf:"bytes,36,opt,name=chatAssignmentOpenedStatus" json:"chatAssignmentOpenedStatus,omitempty"`
	PnForLidChatAction              *PnForLidChatAction               `protobuf:"bytes,37,opt,name=pnForLidChatAction" json:"pnForLidChatAction,omitempty"`
	MarketingMessageAction          *MarketingMessageAction           `protobuf:"bytes,38,opt,name=marketingMessageAction" json:"marketingMessageAction,omitempty"`
	MarketingMessageBroadcastAction *MarketingMessageBroadcastAction  `protobuf:"bytes,39,opt,name=marketingMessageBroadcastAction" json:"marketingMessageBroadcastAction,omitempty"`
	ExternalWebBetaAction           *ExternalWebBetaAction            `protobuf:"bytes,40,opt,name=externalWebBetaAction" json:"externalWebBetaAction,omitempty"`
	PrivacySettingRelayAllCalls     *PrivacySettingRelayAllCalls      `protobuf:"bytes,41,opt,name=privacySettingRelayAllCalls" json:"privacySettingRelayAllCalls,omitempty"`
	CallLogAction                   *CallLogAction                    `protobuf:"bytes,42,opt,name=callLogAction" json:"callLogAction,omitempty"`
	StatusPrivacy                   *StatusPrivacyAction              `protobuf:"bytes,44,opt,name=statusPrivacy" json:"statusPrivacy,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncActionValue) Descriptor deprecated

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

Deprecated: Use SyncActionValue.ProtoReflect.Descriptor instead.

func (*SyncActionValue) GetAgentAction

func (x *SyncActionValue) GetAgentAction() *AgentAction

func (*SyncActionValue) GetAndroidUnsupportedActions

func (x *SyncActionValue) GetAndroidUnsupportedActions() *AndroidUnsupportedActions

func (*SyncActionValue) GetArchiveChatAction

func (x *SyncActionValue) GetArchiveChatAction() *ArchiveChatAction

func (*SyncActionValue) GetCallLogAction

func (x *SyncActionValue) GetCallLogAction() *CallLogAction

func (*SyncActionValue) GetChatAssignment

func (x *SyncActionValue) GetChatAssignment() *ChatAssignmentAction

func (*SyncActionValue) GetChatAssignmentOpenedStatus

func (x *SyncActionValue) GetChatAssignmentOpenedStatus() *ChatAssignmentOpenedStatusAction

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

func (x *SyncActionValue) GetExternalWebBetaAction() *ExternalWebBetaAction

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

func (x *SyncActionValue) GetMarketingMessageAction() *MarketingMessageAction

func (*SyncActionValue) GetMarketingMessageBroadcastAction

func (x *SyncActionValue) GetMarketingMessageBroadcastAction() *MarketingMessageBroadcastAction

func (*SyncActionValue) GetMuteAction

func (x *SyncActionValue) GetMuteAction() *MuteAction

func (*SyncActionValue) GetNuxAction

func (x *SyncActionValue) GetNuxAction() *NuxAction

func (*SyncActionValue) GetPinAction

func (x *SyncActionValue) GetPinAction() *PinAction

func (*SyncActionValue) GetPnForLidChatAction

func (x *SyncActionValue) GetPnForLidChatAction() *PnForLidChatAction

func (*SyncActionValue) GetPrimaryFeature

func (x *SyncActionValue) GetPrimaryFeature() *PrimaryFeature

func (*SyncActionValue) GetPrimaryVersionAction

func (x *SyncActionValue) GetPrimaryVersionAction() *PrimaryVersionAction

func (*SyncActionValue) GetPrivacySettingRelayAllCalls

func (x *SyncActionValue) GetPrivacySettingRelayAllCalls() *PrivacySettingRelayAllCalls

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

func (x *SyncActionValue) GetRemoveRecentStickerAction() *RemoveRecentStickerAction

func (*SyncActionValue) GetSecurityNotificationSetting

func (x *SyncActionValue) GetSecurityNotificationSetting() *SecurityNotificationSetting

func (*SyncActionValue) GetStarAction

func (x *SyncActionValue) GetStarAction() *StarAction

func (*SyncActionValue) GetStatusPrivacy

func (x *SyncActionValue) GetStatusPrivacy() *StatusPrivacyAction

func (*SyncActionValue) GetStickerAction

func (x *SyncActionValue) GetStickerAction() *StickerAction

func (*SyncActionValue) GetSubscriptionAction

func (x *SyncActionValue) GetSubscriptionAction() *SubscriptionAction

func (*SyncActionValue) GetTimeFormatAction

func (x *SyncActionValue) GetTimeFormatAction() *TimeFormatAction

func (*SyncActionValue) GetTimestamp

func (x *SyncActionValue) GetTimestamp() int64

func (*SyncActionValue) GetUnarchiveChatsSetting

func (x *SyncActionValue) GetUnarchiveChatsSetting() *UnarchiveChatsSetting

func (*SyncActionValue) GetUserStatusMuteAction

func (x *SyncActionValue) GetUserStatusMuteAction() *UserStatusMuteAction

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_SyncdOperation `protobuf:"varint,1,opt,name=operation,enum=proto.SyncdMutation_SyncdOperation" 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 (x *SyncdMutation) GetOperation() SyncdMutation_SyncdOperation

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_SyncdOperation

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

func (SyncdMutation_SyncdOperation) Descriptor

func (SyncdMutation_SyncdOperation) Enum

func (SyncdMutation_SyncdOperation) EnumDescriptor deprecated

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

Deprecated: Use SyncdMutation_SyncdOperation.Descriptor instead.

func (SyncdMutation_SyncdOperation) Number

func (SyncdMutation_SyncdOperation) String

func (SyncdMutation_SyncdOperation) Type

func (*SyncdMutation_SyncdOperation) UnmarshalJSON deprecated

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

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

func (*TemplateButton) GetIndex

func (x *TemplateButton) GetIndex() uint32

func (*TemplateButton) GetQuickReplyButton

func (x *TemplateButton) GetQuickReplyButton() *TemplateButton_QuickReplyButton

func (*TemplateButton) GetUrlButton

func (x *TemplateButton) GetUrlButton() *TemplateButton_URLButton

func (*TemplateButton) ProtoMessage

func (*TemplateButton) ProtoMessage()

func (*TemplateButton) ProtoReflect

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

func (*TemplateButton) Reset

func (x *TemplateButton) Reset()

func (*TemplateButton) String

func (x *TemplateButton) String() string

type TemplateButtonReplyMessage

type TemplateButtonReplyMessage struct {
	SelectedId          *string      `protobuf:"bytes,1,opt,name=selectedId" json:"selectedId,omitempty"`
	SelectedDisplayText *string      `protobuf:"bytes,2,opt,name=selectedDisplayText" json:"selectedDisplayText,omitempty"`
	ContextInfo         *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	SelectedIndex       *uint32      `protobuf:"varint,4,opt,name=selectedIndex" json:"selectedIndex,omitempty"`
	// 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 {
	DisplayText *HighlyStructuredMessage `protobuf:"bytes,1,opt,name=displayText" json:"displayText,omitempty"`
	PhoneNumber *HighlyStructuredMessage `protobuf:"bytes,2,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButton_CallButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_CallButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_CallButton) GetDisplayText

func (*TemplateButton_CallButton) GetPhoneNumber

func (*TemplateButton_CallButton) ProtoMessage

func (*TemplateButton_CallButton) ProtoMessage()

func (*TemplateButton_CallButton) ProtoReflect

func (*TemplateButton_CallButton) Reset

func (x *TemplateButton_CallButton) Reset()

func (*TemplateButton_CallButton) String

func (x *TemplateButton_CallButton) String() string

type TemplateButton_CallButton_

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

type TemplateButton_QuickReplyButton

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

func (*TemplateButton_QuickReplyButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_QuickReplyButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_QuickReplyButton) GetDisplayText

func (*TemplateButton_QuickReplyButton) GetId

func (*TemplateButton_QuickReplyButton) ProtoMessage

func (*TemplateButton_QuickReplyButton) ProtoMessage()

func (*TemplateButton_QuickReplyButton) ProtoReflect

func (*TemplateButton_QuickReplyButton) Reset

func (*TemplateButton_QuickReplyButton) String

type TemplateButton_QuickReplyButton_

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

type TemplateButton_URLButton

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

func (*TemplateButton_URLButton) Descriptor deprecated

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

Deprecated: Use TemplateButton_URLButton.ProtoReflect.Descriptor instead.

func (*TemplateButton_URLButton) GetDisplayText

func (*TemplateButton_URLButton) GetUrl

func (*TemplateButton_URLButton) ProtoMessage

func (*TemplateButton_URLButton) ProtoMessage()

func (*TemplateButton_URLButton) ProtoReflect

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

func (*TemplateButton_URLButton) Reset

func (x *TemplateButton_URLButton) Reset()

func (*TemplateButton_URLButton) String

func (x *TemplateButton_URLButton) String() string

type TemplateButton_UrlButton

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

type TemplateMessage

type TemplateMessage struct {
	ContextInfo      *ContextInfo                             `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	HydratedTemplate *TemplateMessage_HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate" json:"hydratedTemplate,omitempty"`
	TemplateId       *string                                  `protobuf:"bytes,9,opt,name=templateId" json:"templateId,omitempty"`
	// Types that are assignable to Format:
	//
	//	*TemplateMessage_FourRowTemplate_
	//	*TemplateMessage_HydratedFourRowTemplate_
	//	*TemplateMessage_InteractiveMessageTemplate
	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() *TemplateMessage_FourRowTemplate

func (*TemplateMessage) GetHydratedFourRowTemplate

func (x *TemplateMessage) GetHydratedFourRowTemplate() *TemplateMessage_HydratedFourRowTemplate

func (*TemplateMessage) GetHydratedTemplate

func (x *TemplateMessage) GetHydratedTemplate() *TemplateMessage_HydratedFourRowTemplate

func (*TemplateMessage) GetInteractiveMessageTemplate

func (x *TemplateMessage) GetInteractiveMessageTemplate() *InteractiveMessage

func (*TemplateMessage) GetTemplateId

func (x *TemplateMessage) GetTemplateId() string

func (*TemplateMessage) ProtoMessage

func (*TemplateMessage) ProtoMessage()

func (*TemplateMessage) ProtoReflect

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

func (*TemplateMessage) Reset

func (x *TemplateMessage) Reset()

func (*TemplateMessage) String

func (x *TemplateMessage) String() string

type TemplateMessage_FourRowTemplate

type TemplateMessage_FourRowTemplate struct {
	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:
	//
	//	*TemplateMessage_FourRowTemplate_DocumentMessage
	//	*TemplateMessage_FourRowTemplate_HighlyStructuredMessage
	//	*TemplateMessage_FourRowTemplate_ImageMessage
	//	*TemplateMessage_FourRowTemplate_VideoMessage
	//	*TemplateMessage_FourRowTemplate_LocationMessage
	Title isTemplateMessage_FourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*TemplateMessage_FourRowTemplate) Descriptor deprecated

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

Deprecated: Use TemplateMessage_FourRowTemplate.ProtoReflect.Descriptor instead.

func (*TemplateMessage_FourRowTemplate) GetButtons

func (*TemplateMessage_FourRowTemplate) GetContent

func (*TemplateMessage_FourRowTemplate) GetDocumentMessage

func (x *TemplateMessage_FourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*TemplateMessage_FourRowTemplate) GetFooter

func (*TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage

func (x *TemplateMessage_FourRowTemplate) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*TemplateMessage_FourRowTemplate) GetImageMessage

func (x *TemplateMessage_FourRowTemplate) GetImageMessage() *ImageMessage

func (*TemplateMessage_FourRowTemplate) GetLocationMessage

func (x *TemplateMessage_FourRowTemplate) GetLocationMessage() *LocationMessage

func (*TemplateMessage_FourRowTemplate) GetTitle

func (m *TemplateMessage_FourRowTemplate) GetTitle() isTemplateMessage_FourRowTemplate_Title

func (*TemplateMessage_FourRowTemplate) GetVideoMessage

func (x *TemplateMessage_FourRowTemplate) GetVideoMessage() *VideoMessage

func (*TemplateMessage_FourRowTemplate) ProtoMessage

func (*TemplateMessage_FourRowTemplate) ProtoMessage()

func (*TemplateMessage_FourRowTemplate) ProtoReflect

func (*TemplateMessage_FourRowTemplate) Reset

func (*TemplateMessage_FourRowTemplate) String

type TemplateMessage_FourRowTemplate_

type TemplateMessage_FourRowTemplate_ struct {
	FourRowTemplate *TemplateMessage_FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,oneof"`
}

type TemplateMessage_FourRowTemplate_DocumentMessage

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

type TemplateMessage_FourRowTemplate_HighlyStructuredMessage

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

type TemplateMessage_FourRowTemplate_ImageMessage

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

type TemplateMessage_FourRowTemplate_LocationMessage

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

type TemplateMessage_FourRowTemplate_VideoMessage

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

type TemplateMessage_HydratedFourRowTemplate

type TemplateMessage_HydratedFourRowTemplate struct {
	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:
	//
	//	*TemplateMessage_HydratedFourRowTemplate_DocumentMessage
	//	*TemplateMessage_HydratedFourRowTemplate_HydratedTitleText
	//	*TemplateMessage_HydratedFourRowTemplate_ImageMessage
	//	*TemplateMessage_HydratedFourRowTemplate_VideoMessage
	//	*TemplateMessage_HydratedFourRowTemplate_LocationMessage
	Title isTemplateMessage_HydratedFourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*TemplateMessage_HydratedFourRowTemplate) Descriptor deprecated

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

Deprecated: Use TemplateMessage_HydratedFourRowTemplate.ProtoReflect.Descriptor instead.

func (*TemplateMessage_HydratedFourRowTemplate) GetDocumentMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedButtons

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedContentText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedFooterText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText

func (x *TemplateMessage_HydratedFourRowTemplate) GetHydratedTitleText() string

func (*TemplateMessage_HydratedFourRowTemplate) GetImageMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetLocationMessage

func (*TemplateMessage_HydratedFourRowTemplate) GetTemplateId

func (*TemplateMessage_HydratedFourRowTemplate) GetTitle

func (m *TemplateMessage_HydratedFourRowTemplate) GetTitle() isTemplateMessage_HydratedFourRowTemplate_Title

func (*TemplateMessage_HydratedFourRowTemplate) GetVideoMessage

func (*TemplateMessage_HydratedFourRowTemplate) ProtoMessage

func (*TemplateMessage_HydratedFourRowTemplate) ProtoReflect

func (*TemplateMessage_HydratedFourRowTemplate) Reset

func (*TemplateMessage_HydratedFourRowTemplate) String

type TemplateMessage_HydratedFourRowTemplate_

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

type TemplateMessage_HydratedFourRowTemplate_DocumentMessage

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

type TemplateMessage_HydratedFourRowTemplate_HydratedTitleText

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

type TemplateMessage_HydratedFourRowTemplate_ImageMessage

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

type TemplateMessage_HydratedFourRowTemplate_LocationMessage

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

type TemplateMessage_HydratedFourRowTemplate_VideoMessage

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

type TemplateMessage_InteractiveMessageTemplate

type TemplateMessage_InteractiveMessageTemplate struct {
	InteractiveMessageTemplate *InteractiveMessage `protobuf:"bytes,5,opt,name=interactiveMessageTemplate,oneof"`
}

type TimeFormatAction

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

func (*TimeFormatAction) Descriptor deprecated

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

Deprecated: Use TimeFormatAction.ProtoReflect.Descriptor instead.

func (*TimeFormatAction) GetIsTwentyFourHourFormatEnabled

func (x *TimeFormatAction) GetIsTwentyFourHourFormatEnabled() bool

func (*TimeFormatAction) ProtoMessage

func (*TimeFormatAction) ProtoMessage()

func (*TimeFormatAction) ProtoReflect

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

func (*TimeFormatAction) Reset

func (x *TimeFormatAction) Reset()

func (*TimeFormatAction) String

func (x *TimeFormatAction) 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 UserReceipt

type UserReceipt struct {
	UserJid            *string  `protobuf:"bytes,1,req,name=userJid" json:"userJid,omitempty"`
	ReceiptTimestamp   *int64   `protobuf:"varint,2,opt,name=receiptTimestamp" json:"receiptTimestamp,omitempty"`
	ReadTimestamp      *int64   `protobuf:"varint,3,opt,name=readTimestamp" json:"readTimestamp,omitempty"`
	PlayedTimestamp    *int64   `protobuf:"varint,4,opt,name=playedTimestamp" json:"playedTimestamp,omitempty"`
	PendingDeviceJid   []string `protobuf:"bytes,5,rep,name=pendingDeviceJid" json:"pendingDeviceJid,omitempty"`
	DeliveredDeviceJid []string `protobuf:"bytes,6,rep,name=deliveredDeviceJid" json:"deliveredDeviceJid,omitempty"`
	// contains filtered or unexported fields
}

func (*UserReceipt) Descriptor deprecated

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

Deprecated: Use UserReceipt.ProtoReflect.Descriptor instead.

func (*UserReceipt) GetDeliveredDeviceJid

func (x *UserReceipt) GetDeliveredDeviceJid() []string

func (*UserReceipt) GetPendingDeviceJid

func (x *UserReceipt) GetPendingDeviceJid() []string

func (*UserReceipt) GetPlayedTimestamp

func (x *UserReceipt) GetPlayedTimestamp() int64

func (*UserReceipt) GetReadTimestamp

func (x *UserReceipt) GetReadTimestamp() int64

func (*UserReceipt) GetReceiptTimestamp

func (x *UserReceipt) GetReceiptTimestamp() int64

func (*UserReceipt) GetUserJid

func (x *UserReceipt) GetUserJid() string

func (*UserReceipt) ProtoMessage

func (*UserReceipt) ProtoMessage()

func (*UserReceipt) ProtoReflect

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

func (*UserReceipt) Reset

func (x *UserReceipt) Reset()

func (*UserReceipt) String

func (x *UserReceipt) String() string

type UserStatusMuteAction

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

func (*UserStatusMuteAction) Descriptor deprecated

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

Deprecated: Use UserStatusMuteAction.ProtoReflect.Descriptor instead.

func (*UserStatusMuteAction) GetMuted

func (x *UserStatusMuteAction) GetMuted() bool

func (*UserStatusMuteAction) ProtoMessage

func (*UserStatusMuteAction) ProtoMessage()

func (*UserStatusMuteAction) ProtoReflect

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

func (*UserStatusMuteAction) Reset

func (x *UserStatusMuteAction) Reset()

func (*UserStatusMuteAction) String

func (x *UserStatusMuteAction) String() string

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 VerifiedNameCertificate_Details

type VerifiedNameCertificate_Details struct {
	Serial         *uint64          `protobuf:"varint,1,opt,name=serial" json:"serial,omitempty"`
	Issuer         *string          `protobuf:"bytes,2,opt,name=issuer" json:"issuer,omitempty"`
	VerifiedName   *string          `protobuf:"bytes,4,opt,name=verifiedName" json:"verifiedName,omitempty"`
	LocalizedNames []*LocalizedName `protobuf:"bytes,8,rep,name=localizedNames" json:"localizedNames,omitempty"`
	IssueTime      *uint64          `protobuf:"varint,10,opt,name=issueTime" json:"issueTime,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifiedNameCertificate_Details) Descriptor deprecated

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

Deprecated: Use VerifiedNameCertificate_Details.ProtoReflect.Descriptor instead.

func (*VerifiedNameCertificate_Details) GetIssueTime

func (x *VerifiedNameCertificate_Details) GetIssueTime() uint64

func (*VerifiedNameCertificate_Details) GetIssuer

func (x *VerifiedNameCertificate_Details) GetIssuer() string

func (*VerifiedNameCertificate_Details) GetLocalizedNames

func (x *VerifiedNameCertificate_Details) GetLocalizedNames() []*LocalizedName

func (*VerifiedNameCertificate_Details) GetSerial

func (x *VerifiedNameCertificate_Details) GetSerial() uint64

func (*VerifiedNameCertificate_Details) GetVerifiedName

func (x *VerifiedNameCertificate_Details) GetVerifiedName() string

func (*VerifiedNameCertificate_Details) ProtoMessage

func (*VerifiedNameCertificate_Details) ProtoMessage()

func (*VerifiedNameCertificate_Details) ProtoReflect

func (*VerifiedNameCertificate_Details) Reset

func (*VerifiedNameCertificate_Details) String

type VideoMessage

type VideoMessage struct {
	Url                    *string                   `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Mimetype               *string                   `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSha256             []byte                    `protobuf:"bytes,3,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength             *uint64                   `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
	Seconds                *uint32                   `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
	MediaKey               []byte                    `protobuf:"bytes,6,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Caption                *string                   `protobuf:"bytes,7,opt,name=caption" json:"caption,omitempty"`
	GifPlayback            *bool                     `protobuf:"varint,8,opt,name=gifPlayback" json:"gifPlayback,omitempty"`
	Height                 *uint32                   `protobuf:"varint,9,opt,name=height" json:"height,omitempty"`
	Width                  *uint32                   `protobuf:"varint,10,opt,name=width" json:"width,omitempty"`
	FileEncSha256          []byte                    `protobuf:"bytes,11,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	InteractiveAnnotations []*InteractiveAnnotation  `protobuf:"bytes,12,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
	DirectPath             *string                   `protobuf:"bytes,13,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp      *int64                    `protobuf:"varint,14,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	JpegThumbnail          []byte                    `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo            *ContextInfo              `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar       []byte                    `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	GifAttribution         *VideoMessage_Attribution `protobuf:"varint,19,opt,name=gifAttribution,enum=proto.VideoMessage_Attribution" json:"gifAttribution,omitempty"`
	ViewOnce               *bool                     `protobuf:"varint,20,opt,name=viewOnce" json:"viewOnce,omitempty"`
	ThumbnailDirectPath    *string                   `protobuf:"bytes,21,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSha256        []byte                    `protobuf:"bytes,22,opt,name=thumbnailSha256" json:"thumbnailSha256,omitempty"`
	ThumbnailEncSha256     []byte                    `protobuf:"bytes,23,opt,name=thumbnailEncSha256" json:"thumbnailEncSha256,omitempty"`
	StaticUrl              *string                   `protobuf:"bytes,24,opt,name=staticUrl" json:"staticUrl,omitempty"`
	// 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_Attribution

func (*VideoMessage) GetGifPlayback

func (x *VideoMessage) GetGifPlayback() bool

func (*VideoMessage) GetHeight

func (x *VideoMessage) GetHeight() uint32

func (*VideoMessage) GetInteractiveAnnotations

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

func (*VideoMessage) GetJpegThumbnail

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

func (*VideoMessage) GetMediaKey

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

func (*VideoMessage) GetMediaKeyTimestamp

func (x *VideoMessage) GetMediaKeyTimestamp() int64

func (*VideoMessage) GetMimetype

func (x *VideoMessage) GetMimetype() string

func (*VideoMessage) GetSeconds

func (x *VideoMessage) GetSeconds() uint32

func (*VideoMessage) GetStaticUrl

func (x *VideoMessage) GetStaticUrl() string

func (*VideoMessage) GetStreamingSidecar

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

func (*VideoMessage) GetThumbnailDirectPath

func (x *VideoMessage) GetThumbnailDirectPath() string

func (*VideoMessage) GetThumbnailEncSha256

func (x *VideoMessage) GetThumbnailEncSha256() []byte

func (*VideoMessage) GetThumbnailSha256

func (x *VideoMessage) GetThumbnailSha256() []byte

func (*VideoMessage) GetUrl

func (x *VideoMessage) GetUrl() string

func (*VideoMessage) GetViewOnce

func (x *VideoMessage) GetViewOnce() bool

func (*VideoMessage) GetWidth

func (x *VideoMessage) GetWidth() uint32

func (*VideoMessage) ProtoMessage

func (*VideoMessage) ProtoMessage()

func (*VideoMessage) ProtoReflect

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

func (*VideoMessage) Reset

func (x *VideoMessage) Reset()

func (*VideoMessage) String

func (x *VideoMessage) String() string

type VideoMessage_Attribution

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

func (VideoMessage_Attribution) Descriptor

func (VideoMessage_Attribution) Enum

func (VideoMessage_Attribution) EnumDescriptor deprecated

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

Deprecated: Use VideoMessage_Attribution.Descriptor instead.

func (VideoMessage_Attribution) Number

func (VideoMessage_Attribution) String

func (x VideoMessage_Attribution) String() string

func (VideoMessage_Attribution) Type

func (*VideoMessage_Attribution) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WallpaperSettings

type WallpaperSettings struct {
	Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	Opacity  *uint32 `protobuf:"varint,2,opt,name=opacity" json:"opacity,omitempty"`
	// contains filtered or unexported fields
}

func (*WallpaperSettings) Descriptor deprecated

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

Deprecated: Use WallpaperSettings.ProtoReflect.Descriptor instead.

func (*WallpaperSettings) GetFilename

func (x *WallpaperSettings) GetFilename() string

func (*WallpaperSettings) GetOpacity

func (x *WallpaperSettings) GetOpacity() uint32

func (*WallpaperSettings) ProtoMessage

func (*WallpaperSettings) ProtoMessage()

func (*WallpaperSettings) ProtoReflect

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

func (*WallpaperSettings) Reset

func (x *WallpaperSettings) Reset()

func (*WallpaperSettings) String

func (x *WallpaperSettings) String() string

type WebFeatures

type WebFeatures struct {
	LabelsDisplay                *WebFeatures_Flag `protobuf:"varint,1,opt,name=labelsDisplay,enum=proto.WebFeatures_Flag" json:"labelsDisplay,omitempty"`
	VoipIndividualOutgoing       *WebFeatures_Flag `protobuf:"varint,2,opt,name=voipIndividualOutgoing,enum=proto.WebFeatures_Flag" json:"voipIndividualOutgoing,omitempty"`
	GroupsV3                     *WebFeatures_Flag `protobuf:"varint,3,opt,name=groupsV3,enum=proto.WebFeatures_Flag" json:"groupsV3,omitempty"`
	GroupsV3Create               *WebFeatures_Flag `protobuf:"varint,4,opt,name=groupsV3Create,enum=proto.WebFeatures_Flag" json:"groupsV3Create,omitempty"`
	ChangeNumberV2               *WebFeatures_Flag `protobuf:"varint,5,opt,name=changeNumberV2,enum=proto.WebFeatures_Flag" json:"changeNumberV2,omitempty"`
	QueryStatusV3Thumbnail       *WebFeatures_Flag `protobuf:"varint,6,opt,name=queryStatusV3Thumbnail,enum=proto.WebFeatures_Flag" json:"queryStatusV3Thumbnail,omitempty"`
	LiveLocations                *WebFeatures_Flag `protobuf:"varint,7,opt,name=liveLocations,enum=proto.WebFeatures_Flag" json:"liveLocations,omitempty"`
	QueryVname                   *WebFeatures_Flag `protobuf:"varint,8,opt,name=queryVname,enum=proto.WebFeatures_Flag" json:"queryVname,omitempty"`
	VoipIndividualIncoming       *WebFeatures_Flag `protobuf:"varint,9,opt,name=voipIndividualIncoming,enum=proto.WebFeatures_Flag" json:"voipIndividualIncoming,omitempty"`
	QuickRepliesQuery            *WebFeatures_Flag `protobuf:"varint,10,opt,name=quickRepliesQuery,enum=proto.WebFeatures_Flag" json:"quickRepliesQuery,omitempty"`
	Payments                     *WebFeatures_Flag `protobuf:"varint,11,opt,name=payments,enum=proto.WebFeatures_Flag" json:"payments,omitempty"`
	StickerPackQuery             *WebFeatures_Flag `protobuf:"varint,12,opt,name=stickerPackQuery,enum=proto.WebFeatures_Flag" json:"stickerPackQuery,omitempty"`
	LiveLocationsFinal           *WebFeatures_Flag `protobuf:"varint,13,opt,name=liveLocationsFinal,enum=proto.WebFeatures_Flag" json:"liveLocationsFinal,omitempty"`
	LabelsEdit                   *WebFeatures_Flag `protobuf:"varint,14,opt,name=labelsEdit,enum=proto.WebFeatures_Flag" json:"labelsEdit,omitempty"`
	MediaUpload                  *WebFeatures_Flag `protobuf:"varint,15,opt,name=mediaUpload,enum=proto.WebFeatures_Flag" json:"mediaUpload,omitempty"`
	MediaUploadRichQuickReplies  *WebFeatures_Flag `` /* 130-byte string literal not displayed */
	VnameV2                      *WebFeatures_Flag `protobuf:"varint,19,opt,name=vnameV2,enum=proto.WebFeatures_Flag" json:"vnameV2,omitempty"`
	VideoPlaybackUrl             *WebFeatures_Flag `protobuf:"varint,20,opt,name=videoPlaybackUrl,enum=proto.WebFeatures_Flag" json:"videoPlaybackUrl,omitempty"`
	StatusRanking                *WebFeatures_Flag `protobuf:"varint,21,opt,name=statusRanking,enum=proto.WebFeatures_Flag" json:"statusRanking,omitempty"`
	VoipIndividualVideo          *WebFeatures_Flag `protobuf:"varint,22,opt,name=voipIndividualVideo,enum=proto.WebFeatures_Flag" json:"voipIndividualVideo,omitempty"`
	ThirdPartyStickers           *WebFeatures_Flag `protobuf:"varint,23,opt,name=thirdPartyStickers,enum=proto.WebFeatures_Flag" json:"thirdPartyStickers,omitempty"`
	FrequentlyForwardedSetting   *WebFeatures_Flag `` /* 128-byte string literal not displayed */
	GroupsV4JoinPermission       *WebFeatures_Flag `protobuf:"varint,25,opt,name=groupsV4JoinPermission,enum=proto.WebFeatures_Flag" json:"groupsV4JoinPermission,omitempty"`
	RecentStickers               *WebFeatures_Flag `protobuf:"varint,26,opt,name=recentStickers,enum=proto.WebFeatures_Flag" json:"recentStickers,omitempty"`
	Catalog                      *WebFeatures_Flag `protobuf:"varint,27,opt,name=catalog,enum=proto.WebFeatures_Flag" json:"catalog,omitempty"`
	StarredStickers              *WebFeatures_Flag `protobuf:"varint,28,opt,name=starredStickers,enum=proto.WebFeatures_Flag" json:"starredStickers,omitempty"`
	VoipGroupCall                *WebFeatures_Flag `protobuf:"varint,29,opt,name=voipGroupCall,enum=proto.WebFeatures_Flag" json:"voipGroupCall,omitempty"`
	TemplateMessage              *WebFeatures_Flag `protobuf:"varint,30,opt,name=templateMessage,enum=proto.WebFeatures_Flag" json:"templateMessage,omitempty"`
	TemplateMessageInteractivity *WebFeatures_Flag `` /* 132-byte string literal not displayed */
	EphemeralMessages            *WebFeatures_Flag `protobuf:"varint,32,opt,name=ephemeralMessages,enum=proto.WebFeatures_Flag" json:"ephemeralMessages,omitempty"`
	E2ENotificationSync          *WebFeatures_Flag `protobuf:"varint,33,opt,name=e2ENotificationSync,enum=proto.WebFeatures_Flag" json:"e2ENotificationSync,omitempty"`
	RecentStickersV2             *WebFeatures_Flag `protobuf:"varint,34,opt,name=recentStickersV2,enum=proto.WebFeatures_Flag" json:"recentStickersV2,omitempty"`
	RecentStickersV3             *WebFeatures_Flag `protobuf:"varint,36,opt,name=recentStickersV3,enum=proto.WebFeatures_Flag" json:"recentStickersV3,omitempty"`
	UserNotice                   *WebFeatures_Flag `protobuf:"varint,37,opt,name=userNotice,enum=proto.WebFeatures_Flag" json:"userNotice,omitempty"`
	Support                      *WebFeatures_Flag `protobuf:"varint,39,opt,name=support,enum=proto.WebFeatures_Flag" json:"support,omitempty"`
	GroupUiiCleanup              *WebFeatures_Flag `protobuf:"varint,40,opt,name=groupUiiCleanup,enum=proto.WebFeatures_Flag" json:"groupUiiCleanup,omitempty"`
	GroupDogfoodingInternalOnly  *WebFeatures_Flag `` /* 130-byte string literal not displayed */
	SettingsSync                 *WebFeatures_Flag `protobuf:"varint,42,opt,name=settingsSync,enum=proto.WebFeatures_Flag" json:"settingsSync,omitempty"`
	ArchiveV2                    *WebFeatures_Flag `protobuf:"varint,43,opt,name=archiveV2,enum=proto.WebFeatures_Flag" json:"archiveV2,omitempty"`
	EphemeralAllowGroupMembers   *WebFeatures_Flag `` /* 128-byte string literal not displayed */
	Ephemeral24HDuration         *WebFeatures_Flag `protobuf:"varint,45,opt,name=ephemeral24HDuration,enum=proto.WebFeatures_Flag" json:"ephemeral24HDuration,omitempty"`
	MdForceUpgrade               *WebFeatures_Flag `protobuf:"varint,46,opt,name=mdForceUpgrade,enum=proto.WebFeatures_Flag" json:"mdForceUpgrade,omitempty"`
	DisappearingMode             *WebFeatures_Flag `protobuf:"varint,47,opt,name=disappearingMode,enum=proto.WebFeatures_Flag" json:"disappearingMode,omitempty"`
	ExternalMdOptInAvailable     *WebFeatures_Flag `protobuf:"varint,48,opt,name=externalMdOptInAvailable,enum=proto.WebFeatures_Flag" json:"externalMdOptInAvailable,omitempty"`
	NoDeleteMessageTimeLimit     *WebFeatures_Flag `protobuf:"varint,49,opt,name=noDeleteMessageTimeLimit,enum=proto.WebFeatures_Flag" json:"noDeleteMessageTimeLimit,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_Flag

func (*WebFeatures) GetCatalog

func (x *WebFeatures) GetCatalog() WebFeatures_Flag

func (*WebFeatures) GetChangeNumberV2

func (x *WebFeatures) GetChangeNumberV2() WebFeatures_Flag

func (*WebFeatures) GetDisappearingMode

func (x *WebFeatures) GetDisappearingMode() WebFeatures_Flag

func (*WebFeatures) GetE2ENotificationSync

func (x *WebFeatures) GetE2ENotificationSync() WebFeatures_Flag

func (*WebFeatures) GetEphemeral24HDuration

func (x *WebFeatures) GetEphemeral24HDuration() WebFeatures_Flag

func (*WebFeatures) GetEphemeralAllowGroupMembers

func (x *WebFeatures) GetEphemeralAllowGroupMembers() WebFeatures_Flag

func (*WebFeatures) GetEphemeralMessages

func (x *WebFeatures) GetEphemeralMessages() WebFeatures_Flag

func (*WebFeatures) GetExternalMdOptInAvailable

func (x *WebFeatures) GetExternalMdOptInAvailable() WebFeatures_Flag

func (*WebFeatures) GetFrequentlyForwardedSetting

func (x *WebFeatures) GetFrequentlyForwardedSetting() WebFeatures_Flag

func (*WebFeatures) GetGroupDogfoodingInternalOnly

func (x *WebFeatures) GetGroupDogfoodingInternalOnly() WebFeatures_Flag

func (*WebFeatures) GetGroupUiiCleanup

func (x *WebFeatures) GetGroupUiiCleanup() WebFeatures_Flag

func (*WebFeatures) GetGroupsV3

func (x *WebFeatures) GetGroupsV3() WebFeatures_Flag

func (*WebFeatures) GetGroupsV3Create

func (x *WebFeatures) GetGroupsV3Create() WebFeatures_Flag

func (*WebFeatures) GetGroupsV4JoinPermission

func (x *WebFeatures) GetGroupsV4JoinPermission() WebFeatures_Flag

func (*WebFeatures) GetLabelsDisplay

func (x *WebFeatures) GetLabelsDisplay() WebFeatures_Flag

func (*WebFeatures) GetLabelsEdit

func (x *WebFeatures) GetLabelsEdit() WebFeatures_Flag

func (*WebFeatures) GetLiveLocations

func (x *WebFeatures) GetLiveLocations() WebFeatures_Flag

func (*WebFeatures) GetLiveLocationsFinal

func (x *WebFeatures) GetLiveLocationsFinal() WebFeatures_Flag

func (*WebFeatures) GetMdForceUpgrade

func (x *WebFeatures) GetMdForceUpgrade() WebFeatures_Flag

func (*WebFeatures) GetMediaUpload

func (x *WebFeatures) GetMediaUpload() WebFeatures_Flag

func (*WebFeatures) GetMediaUploadRichQuickReplies

func (x *WebFeatures) GetMediaUploadRichQuickReplies() WebFeatures_Flag

func (*WebFeatures) GetNoDeleteMessageTimeLimit

func (x *WebFeatures) GetNoDeleteMessageTimeLimit() WebFeatures_Flag

func (*WebFeatures) GetPayments

func (x *WebFeatures) GetPayments() WebFeatures_Flag

func (*WebFeatures) GetQueryStatusV3Thumbnail

func (x *WebFeatures) GetQueryStatusV3Thumbnail() WebFeatures_Flag

func (*WebFeatures) GetQueryVname

func (x *WebFeatures) GetQueryVname() WebFeatures_Flag

func (*WebFeatures) GetQuickRepliesQuery

func (x *WebFeatures) GetQuickRepliesQuery() WebFeatures_Flag

func (*WebFeatures) GetRecentStickers

func (x *WebFeatures) GetRecentStickers() WebFeatures_Flag

func (*WebFeatures) GetRecentStickersV2

func (x *WebFeatures) GetRecentStickersV2() WebFeatures_Flag

func (*WebFeatures) GetRecentStickersV3

func (x *WebFeatures) GetRecentStickersV3() WebFeatures_Flag

func (*WebFeatures) GetSettingsSync

func (x *WebFeatures) GetSettingsSync() WebFeatures_Flag

func (*WebFeatures) GetStarredStickers

func (x *WebFeatures) GetStarredStickers() WebFeatures_Flag

func (*WebFeatures) GetStatusRanking

func (x *WebFeatures) GetStatusRanking() WebFeatures_Flag

func (*WebFeatures) GetStickerPackQuery

func (x *WebFeatures) GetStickerPackQuery() WebFeatures_Flag

func (*WebFeatures) GetSupport

func (x *WebFeatures) GetSupport() WebFeatures_Flag

func (*WebFeatures) GetTemplateMessage

func (x *WebFeatures) GetTemplateMessage() WebFeatures_Flag

func (*WebFeatures) GetTemplateMessageInteractivity

func (x *WebFeatures) GetTemplateMessageInteractivity() WebFeatures_Flag

func (*WebFeatures) GetThirdPartyStickers

func (x *WebFeatures) GetThirdPartyStickers() WebFeatures_Flag

func (*WebFeatures) GetUserNotice

func (x *WebFeatures) GetUserNotice() WebFeatures_Flag

func (*WebFeatures) GetVideoPlaybackUrl

func (x *WebFeatures) GetVideoPlaybackUrl() WebFeatures_Flag

func (*WebFeatures) GetVnameV2

func (x *WebFeatures) GetVnameV2() WebFeatures_Flag

func (*WebFeatures) GetVoipGroupCall

func (x *WebFeatures) GetVoipGroupCall() WebFeatures_Flag

func (*WebFeatures) GetVoipIndividualIncoming

func (x *WebFeatures) GetVoipIndividualIncoming() WebFeatures_Flag

func (*WebFeatures) GetVoipIndividualOutgoing

func (x *WebFeatures) GetVoipIndividualOutgoing() WebFeatures_Flag

func (*WebFeatures) GetVoipIndividualVideo

func (x *WebFeatures) GetVoipIndividualVideo() WebFeatures_Flag

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_Flag

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

func (WebFeatures_Flag) Descriptor

func (WebFeatures_Flag) Enum

func (WebFeatures_Flag) EnumDescriptor deprecated

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

Deprecated: Use WebFeatures_Flag.Descriptor instead.

func (WebFeatures_Flag) Number

func (WebFeatures_Flag) String

func (x WebFeatures_Flag) String() string

func (WebFeatures_Flag) Type

func (*WebFeatures_Flag) UnmarshalJSON deprecated

func (x *WebFeatures_Flag) 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_Status           `protobuf:"varint,4,opt,name=status,enum=proto.WebMessageInfo_Status" 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_StubType         `protobuf:"varint,24,opt,name=messageStubType,enum=proto.WebMessageInfo_StubType" json:"messageStubType,omitempty"`
	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_BizPrivacyStatus `protobuf:"varint,36,opt,name=bizPrivacyStatus,enum=proto.WebMessageInfo_BizPrivacyStatus" json:"bizPrivacyStatus,omitempty"`
	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"`
	UserReceipt                     []*UserReceipt                   `protobuf:"bytes,40,rep,name=userReceipt" json:"userReceipt,omitempty"`
	Reactions                       []*Reaction                      `protobuf:"bytes,41,rep,name=reactions" json:"reactions,omitempty"`
	QuotedStickerData               *MediaData                       `protobuf:"bytes,42,opt,name=quotedStickerData" json:"quotedStickerData,omitempty"`
	FutureproofData                 []byte                           `protobuf:"bytes,43,opt,name=futureproofData" json:"futureproofData,omitempty"`
	StatusPsa                       *StatusPSA                       `protobuf:"bytes,44,opt,name=statusPsa" json:"statusPsa,omitempty"`
	PollUpdates                     []*PollUpdate                    `protobuf:"bytes,45,rep,name=pollUpdates" json:"pollUpdates,omitempty"`
	PollAdditionalMetadata          *PollAdditionalMetadata          `protobuf:"bytes,46,opt,name=pollAdditionalMetadata" json:"pollAdditionalMetadata,omitempty"`
	AgentId                         *string                          `protobuf:"bytes,47,opt,name=agentId" json:"agentId,omitempty"`
	StatusAlreadyViewed             *bool                            `protobuf:"varint,48,opt,name=statusAlreadyViewed" json:"statusAlreadyViewed,omitempty"`
	MessageSecret                   []byte                           `protobuf:"bytes,49,opt,name=messageSecret" json:"messageSecret,omitempty"`
	KeepInChat                      *KeepInChat                      `protobuf:"bytes,50,opt,name=keepInChat" json:"keepInChat,omitempty"`
	OriginalSelfAuthorUserJidString *string                          `protobuf:"bytes,51,opt,name=originalSelfAuthorUserJidString" json:"originalSelfAuthorUserJidString,omitempty"`
	RevokeMessageTimestamp          *uint64                          `protobuf:"varint,52,opt,name=revokeMessageTimestamp" json:"revokeMessageTimestamp,omitempty"`
	PinInChat                       *PinInChat                       `protobuf:"bytes,54,opt,name=pinInChat" json:"pinInChat,omitempty"`
	PremiumMessageInfo              *PremiumMessageInfo              `protobuf:"bytes,55,opt,name=premiumMessageInfo" json:"premiumMessageInfo,omitempty"`
	Is1PBizBotMessage               *bool                            `protobuf:"varint,56,opt,name=is1PBizBotMessage" json:"is1PBizBotMessage,omitempty"`
	IsGroupHistoryMessage           *bool                            `protobuf:"varint,57,opt,name=isGroupHistoryMessage" json:"isGroupHistoryMessage,omitempty"`
	BotMessageInvokerJid            *string                          `protobuf:"bytes,58,opt,name=botMessageInvokerJid" json:"botMessageInvokerJid,omitempty"`
	CommentMetadata                 *CommentMetadata                 `protobuf:"bytes,59,opt,name=commentMetadata" json:"commentMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*WebMessageInfo) Descriptor deprecated

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

Deprecated: Use WebMessageInfo.ProtoReflect.Descriptor instead.

func (*WebMessageInfo) GetAgentId

func (x *WebMessageInfo) GetAgentId() string

func (*WebMessageInfo) GetBizPrivacyStatus

func (x *WebMessageInfo) GetBizPrivacyStatus() WebMessageInfo_BizPrivacyStatus

func (*WebMessageInfo) GetBotMessageInvokerJid

func (x *WebMessageInfo) GetBotMessageInvokerJid() string

func (*WebMessageInfo) GetBroadcast

func (x *WebMessageInfo) GetBroadcast() bool

func (*WebMessageInfo) GetClearMedia

func (x *WebMessageInfo) GetClearMedia() bool

func (*WebMessageInfo) GetCommentMetadata

func (x *WebMessageInfo) GetCommentMetadata() *CommentMetadata

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

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

func (*WebMessageInfo) GetIgnore

func (x *WebMessageInfo) GetIgnore() bool

func (*WebMessageInfo) GetIs1PBizBotMessage

func (x *WebMessageInfo) GetIs1PBizBotMessage() bool

func (*WebMessageInfo) GetIsGroupHistoryMessage

func (x *WebMessageInfo) GetIsGroupHistoryMessage() bool

func (*WebMessageInfo) GetKeepInChat

func (x *WebMessageInfo) GetKeepInChat() *KeepInChat

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

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

func (*WebMessageInfo) GetMessageStubParameters

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

func (*WebMessageInfo) GetMessageStubType

func (x *WebMessageInfo) GetMessageStubType() WebMessageInfo_StubType

func (*WebMessageInfo) GetMessageTimestamp

func (x *WebMessageInfo) GetMessageTimestamp() uint64

func (*WebMessageInfo) GetMulticast

func (x *WebMessageInfo) GetMulticast() bool

func (*WebMessageInfo) GetOriginalSelfAuthorUserJidString

func (x *WebMessageInfo) GetOriginalSelfAuthorUserJidString() string

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

func (x *WebMessageInfo) GetPinInChat() *PinInChat

func (*WebMessageInfo) GetPollAdditionalMetadata

func (x *WebMessageInfo) GetPollAdditionalMetadata() *PollAdditionalMetadata

func (*WebMessageInfo) GetPollUpdates

func (x *WebMessageInfo) GetPollUpdates() []*PollUpdate

func (*WebMessageInfo) GetPremiumMessageInfo

func (x *WebMessageInfo) GetPremiumMessageInfo() *PremiumMessageInfo

func (*WebMessageInfo) GetPushName

func (x *WebMessageInfo) GetPushName() string

func (*WebMessageInfo) GetQuotedPaymentInfo

func (x *WebMessageInfo) GetQuotedPaymentInfo() *PaymentInfo

func (*WebMessageInfo) GetQuotedStickerData

func (x *WebMessageInfo) GetQuotedStickerData() *MediaData

func (*WebMessageInfo) GetReactions

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

func (*WebMessageInfo) GetRevokeMessageTimestamp

func (x *WebMessageInfo) GetRevokeMessageTimestamp() uint64

func (*WebMessageInfo) GetStarred

func (x *WebMessageInfo) GetStarred() bool

func (*WebMessageInfo) GetStatus

func (x *WebMessageInfo) GetStatus() WebMessageInfo_Status

func (*WebMessageInfo) GetStatusAlreadyViewed

func (x *WebMessageInfo) GetStatusAlreadyViewed() bool

func (*WebMessageInfo) GetStatusPsa

func (x *WebMessageInfo) GetStatusPsa() *StatusPSA

func (*WebMessageInfo) GetUrlNumber

func (x *WebMessageInfo) GetUrlNumber() bool

func (*WebMessageInfo) GetUrlText

func (x *WebMessageInfo) GetUrlText() bool

func (*WebMessageInfo) GetUserReceipt

func (x *WebMessageInfo) GetUserReceipt() []*UserReceipt

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_BizPrivacyStatus

type WebMessageInfo_BizPrivacyStatus int32
const (
	WebMessageInfo_E2EE       WebMessageInfo_BizPrivacyStatus = 0
	WebMessageInfo_FB         WebMessageInfo_BizPrivacyStatus = 2
	WebMessageInfo_BSP        WebMessageInfo_BizPrivacyStatus = 1
	WebMessageInfo_BSP_AND_FB WebMessageInfo_BizPrivacyStatus = 3
)

func (WebMessageInfo_BizPrivacyStatus) Descriptor

func (WebMessageInfo_BizPrivacyStatus) Enum

func (WebMessageInfo_BizPrivacyStatus) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_BizPrivacyStatus.Descriptor instead.

func (WebMessageInfo_BizPrivacyStatus) Number

func (WebMessageInfo_BizPrivacyStatus) String

func (WebMessageInfo_BizPrivacyStatus) Type

func (*WebMessageInfo_BizPrivacyStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo_Status

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

func (WebMessageInfo_Status) Descriptor

func (WebMessageInfo_Status) Enum

func (WebMessageInfo_Status) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_Status.Descriptor instead.

func (WebMessageInfo_Status) Number

func (WebMessageInfo_Status) String

func (x WebMessageInfo_Status) String() string

func (WebMessageInfo_Status) Type

func (*WebMessageInfo_Status) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo_StubType

type WebMessageInfo_StubType int32
const (
	WebMessageInfo_UNKNOWN                                                  WebMessageInfo_StubType = 0
	WebMessageInfo_REVOKE                                                   WebMessageInfo_StubType = 1
	WebMessageInfo_CIPHERTEXT                                               WebMessageInfo_StubType = 2
	WebMessageInfo_FUTUREPROOF                                              WebMessageInfo_StubType = 3
	WebMessageInfo_NON_VERIFIED_TRANSITION                                  WebMessageInfo_StubType = 4
	WebMessageInfo_UNVERIFIED_TRANSITION                                    WebMessageInfo_StubType = 5
	WebMessageInfo_VERIFIED_TRANSITION                                      WebMessageInfo_StubType = 6
	WebMessageInfo_VERIFIED_LOW_UNKNOWN                                     WebMessageInfo_StubType = 7
	WebMessageInfo_VERIFIED_HIGH                                            WebMessageInfo_StubType = 8
	WebMessageInfo_VERIFIED_INITIAL_UNKNOWN                                 WebMessageInfo_StubType = 9
	WebMessageInfo_VERIFIED_INITIAL_LOW                                     WebMessageInfo_StubType = 10
	WebMessageInfo_VERIFIED_INITIAL_HIGH                                    WebMessageInfo_StubType = 11
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_NONE                          WebMessageInfo_StubType = 12
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_HIGH                          WebMessageInfo_StubType = 13
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_LOW                          WebMessageInfo_StubType = 14
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_UNKNOWN                      WebMessageInfo_StubType = 15
	WebMessageInfo_VERIFIED_TRANSITION_UNKNOWN_TO_LOW                       WebMessageInfo_StubType = 16
	WebMessageInfo_VERIFIED_TRANSITION_LOW_TO_UNKNOWN                       WebMessageInfo_StubType = 17
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_LOW                          WebMessageInfo_StubType = 18
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_UNKNOWN                      WebMessageInfo_StubType = 19
	WebMessageInfo_GROUP_CREATE                                             WebMessageInfo_StubType = 20
	WebMessageInfo_GROUP_CHANGE_SUBJECT                                     WebMessageInfo_StubType = 21
	WebMessageInfo_GROUP_CHANGE_ICON                                        WebMessageInfo_StubType = 22
	WebMessageInfo_GROUP_CHANGE_INVITE_LINK                                 WebMessageInfo_StubType = 23
	WebMessageInfo_GROUP_CHANGE_DESCRIPTION                                 WebMessageInfo_StubType = 24
	WebMessageInfo_GROUP_CHANGE_RESTRICT                                    WebMessageInfo_StubType = 25
	WebMessageInfo_GROUP_CHANGE_ANNOUNCE                                    WebMessageInfo_StubType = 26
	WebMessageInfo_GROUP_PARTICIPANT_ADD                                    WebMessageInfo_StubType = 27
	WebMessageInfo_GROUP_PARTICIPANT_REMOVE                                 WebMessageInfo_StubType = 28
	WebMessageInfo_GROUP_PARTICIPANT_PROMOTE                                WebMessageInfo_StubType = 29
	WebMessageInfo_GROUP_PARTICIPANT_DEMOTE                                 WebMessageInfo_StubType = 30
	WebMessageInfo_GROUP_PARTICIPANT_INVITE                                 WebMessageInfo_StubType = 31
	WebMessageInfo_GROUP_PARTICIPANT_LEAVE                                  WebMessageInfo_StubType = 32
	WebMessageInfo_GROUP_PARTICIPANT_CHANGE_NUMBER                          WebMessageInfo_StubType = 33
	WebMessageInfo_BROADCAST_CREATE                                         WebMessageInfo_StubType = 34
	WebMessageInfo_BROADCAST_ADD                                            WebMessageInfo_StubType = 35
	WebMessageInfo_BROADCAST_REMOVE                                         WebMessageInfo_StubType = 36
	WebMessageInfo_GENERIC_NOTIFICATION                                     WebMessageInfo_StubType = 37
	WebMessageInfo_E2E_IDENTITY_CHANGED                                     WebMessageInfo_StubType = 38
	WebMessageInfo_E2E_ENCRYPTED                                            WebMessageInfo_StubType = 39
	WebMessageInfo_CALL_MISSED_VOICE                                        WebMessageInfo_StubType = 40
	WebMessageInfo_CALL_MISSED_VIDEO                                        WebMessageInfo_StubType = 41
	WebMessageInfo_INDIVIDUAL_CHANGE_NUMBER                                 WebMessageInfo_StubType = 42
	WebMessageInfo_GROUP_DELETE                                             WebMessageInfo_StubType = 43
	WebMessageInfo_GROUP_ANNOUNCE_MODE_MESSAGE_BOUNCE                       WebMessageInfo_StubType = 44
	WebMessageInfo_CALL_MISSED_GROUP_VOICE                                  WebMessageInfo_StubType = 45
	WebMessageInfo_CALL_MISSED_GROUP_VIDEO                                  WebMessageInfo_StubType = 46
	WebMessageInfo_PAYMENT_CIPHERTEXT                                       WebMessageInfo_StubType = 47
	WebMessageInfo_PAYMENT_FUTUREPROOF                                      WebMessageInfo_StubType = 48
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_FAILED                 WebMessageInfo_StubType = 49
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_REFUNDED               WebMessageInfo_StubType = 50
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_UPDATE_REFUND_FAILED          WebMessageInfo_StubType = 51
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_RECEIVER_PENDING_SETUP        WebMessageInfo_StubType = 52
	WebMessageInfo_PAYMENT_TRANSACTION_STATUS_RECEIVER_SUCCESS_AFTER_HICCUP WebMessageInfo_StubType = 53
	WebMessageInfo_PAYMENT_ACTION_ACCOUNT_SETUP_REMINDER                    WebMessageInfo_StubType = 54
	WebMessageInfo_PAYMENT_ACTION_SEND_PAYMENT_REMINDER                     WebMessageInfo_StubType = 55
	WebMessageInfo_PAYMENT_ACTION_SEND_PAYMENT_INVITATION                   WebMessageInfo_StubType = 56
	WebMessageInfo_PAYMENT_ACTION_REQUEST_DECLINED                          WebMessageInfo_StubType = 57
	WebMessageInfo_PAYMENT_ACTION_REQUEST_EXPIRED                           WebMessageInfo_StubType = 58
	WebMessageInfo_PAYMENT_ACTION_REQUEST_CANCELLED                         WebMessageInfo_StubType = 59
	WebMessageInfo_BIZ_VERIFIED_TRANSITION_TOP_TO_BOTTOM                    WebMessageInfo_StubType = 60
	WebMessageInfo_BIZ_VERIFIED_TRANSITION_BOTTOM_TO_TOP                    WebMessageInfo_StubType = 61
	WebMessageInfo_BIZ_INTRO_TOP                                            WebMessageInfo_StubType = 62
	WebMessageInfo_BIZ_INTRO_BOTTOM                                         WebMessageInfo_StubType = 63
	WebMessageInfo_BIZ_NAME_CHANGE                                          WebMessageInfo_StubType = 64
	WebMessageInfo_BIZ_MOVE_TO_CONSUMER_APP                                 WebMessageInfo_StubType = 65
	WebMessageInfo_BIZ_TWO_TIER_MIGRATION_TOP                               WebMessageInfo_StubType = 66
	WebMessageInfo_BIZ_TWO_TIER_MIGRATION_BOTTOM                            WebMessageInfo_StubType = 67
	WebMessageInfo_OVERSIZED                                                WebMessageInfo_StubType = 68
	WebMessageInfo_GROUP_CHANGE_NO_FREQUENTLY_FORWARDED                     WebMessageInfo_StubType = 69
	WebMessageInfo_GROUP_V4_ADD_INVITE_SENT                                 WebMessageInfo_StubType = 70
	WebMessageInfo_GROUP_PARTICIPANT_ADD_REQUEST_JOIN                       WebMessageInfo_StubType = 71
	WebMessageInfo_CHANGE_EPHEMERAL_SETTING                                 WebMessageInfo_StubType = 72
	WebMessageInfo_E2E_DEVICE_CHANGED                                       WebMessageInfo_StubType = 73
	WebMessageInfo_VIEWED_ONCE                                              WebMessageInfo_StubType = 74
	WebMessageInfo_E2E_ENCRYPTED_NOW                                        WebMessageInfo_StubType = 75
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_BSP_PREMISE                           WebMessageInfo_StubType = 76
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_SELF_FB                               WebMessageInfo_StubType = 77
	WebMessageInfo_BLUE_MSG_BSP_FB_TO_SELF_PREMISE                          WebMessageInfo_StubType = 78
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED                               WebMessageInfo_StubType = 79
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_SELF_PREMISE_VERIFIED      WebMessageInfo_StubType = 80
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED                                 WebMessageInfo_StubType = 81
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_SELF_PREMISE_UNVERIFIED      WebMessageInfo_StubType = 82
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_TO_SELF_PREMISE                     WebMessageInfo_StubType = 83
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_UNVERIFIED                          WebMessageInfo_StubType = 84
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_UNVERIFIED_TO_SELF_PREMISE_VERIFIED WebMessageInfo_StubType = 85
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_VERIFIED                            WebMessageInfo_StubType = 86
	WebMessageInfo_BLUE_MSG_BSP_PREMISE_VERIFIED_TO_SELF_PREMISE_UNVERIFIED WebMessageInfo_StubType = 87
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_BSP_FB_UNVERIFIED                   WebMessageInfo_StubType = 88
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_BSP_PREMISE_UNVERIFIED              WebMessageInfo_StubType = 89
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_SELF_FB_UNVERIFIED                  WebMessageInfo_StubType = 90
	WebMessageInfo_BLUE_MSG_CONSUMER_TO_SELF_PREMISE_UNVERIFIED             WebMessageInfo_StubType = 91
	WebMessageInfo_BLUE_MSG_SELF_FB_TO_BSP_PREMISE                          WebMessageInfo_StubType = 92
	WebMessageInfo_BLUE_MSG_SELF_FB_TO_SELF_PREMISE                         WebMessageInfo_StubType = 93
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED                              WebMessageInfo_StubType = 94
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED_TO_SELF_PREMISE_VERIFIED     WebMessageInfo_StubType = 95
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED                                WebMessageInfo_StubType = 96
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED_TO_SELF_PREMISE_UNVERIFIED     WebMessageInfo_StubType = 97
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_TO_BSP_PREMISE                     WebMessageInfo_StubType = 98
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_UNVERIFIED                         WebMessageInfo_StubType = 99
	WebMessageInfo_BLUE_MSG_SELF_PREMISE_VERIFIED                           WebMessageInfo_StubType = 100
	WebMessageInfo_BLUE_MSG_TO_BSP_FB                                       WebMessageInfo_StubType = 101
	WebMessageInfo_BLUE_MSG_TO_CONSUMER                                     WebMessageInfo_StubType = 102
	WebMessageInfo_BLUE_MSG_TO_SELF_FB                                      WebMessageInfo_StubType = 103
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_BSP_FB_VERIFIED                   WebMessageInfo_StubType = 104
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_BSP_PREMISE_VERIFIED              WebMessageInfo_StubType = 105
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_SELF_FB_VERIFIED                  WebMessageInfo_StubType = 106
	WebMessageInfo_BLUE_MSG_UNVERIFIED_TO_VERIFIED                          WebMessageInfo_StubType = 107
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_BSP_FB_UNVERIFIED                   WebMessageInfo_StubType = 108
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_BSP_PREMISE_UNVERIFIED              WebMessageInfo_StubType = 109
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_SELF_FB_UNVERIFIED                  WebMessageInfo_StubType = 110
	WebMessageInfo_BLUE_MSG_VERIFIED_TO_UNVERIFIED                          WebMessageInfo_StubType = 111
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_BSP_PREMISE_VERIFIED       WebMessageInfo_StubType = 112
	WebMessageInfo_BLUE_MSG_BSP_FB_UNVERIFIED_TO_SELF_FB_VERIFIED           WebMessageInfo_StubType = 113
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_BSP_PREMISE_UNVERIFIED       WebMessageInfo_StubType = 114
	WebMessageInfo_BLUE_MSG_BSP_FB_VERIFIED_TO_SELF_FB_UNVERIFIED           WebMessageInfo_StubType = 115
	WebMessageInfo_BLUE_MSG_SELF_FB_UNVERIFIED_TO_BSP_PREMISE_VERIFIED      WebMessageInfo_StubType = 116
	WebMessageInfo_BLUE_MSG_SELF_FB_VERIFIED_TO_BSP_PREMISE_UNVERIFIED      WebMessageInfo_StubType = 117
	WebMessageInfo_E2E_IDENTITY_UNAVAILABLE                                 WebMessageInfo_StubType = 118
	WebMessageInfo_GROUP_CREATING                                           WebMessageInfo_StubType = 119
	WebMessageInfo_GROUP_CREATE_FAILED                                      WebMessageInfo_StubType = 120
	WebMessageInfo_GROUP_BOUNCED                                            WebMessageInfo_StubType = 121
	WebMessageInfo_BLOCK_CONTACT                                            WebMessageInfo_StubType = 122
	WebMessageInfo_EPHEMERAL_SETTING_NOT_APPLIED                            WebMessageInfo_StubType = 123
	WebMessageInfo_SYNC_FAILED                                              WebMessageInfo_StubType = 124
	WebMessageInfo_SYNCING                                                  WebMessageInfo_StubType = 125
	WebMessageInfo_BIZ_PRIVACY_MODE_INIT_FB                                 WebMessageInfo_StubType = 126
	WebMessageInfo_BIZ_PRIVACY_MODE_INIT_BSP                                WebMessageInfo_StubType = 127
	WebMessageInfo_BIZ_PRIVACY_MODE_TO_FB                                   WebMessageInfo_StubType = 128
	WebMessageInfo_BIZ_PRIVACY_MODE_TO_BSP                                  WebMessageInfo_StubType = 129
	WebMessageInfo_DISAPPEARING_MODE                                        WebMessageInfo_StubType = 130
	WebMessageInfo_E2E_DEVICE_FETCH_FAILED                                  WebMessageInfo_StubType = 131
	WebMessageInfo_ADMIN_REVOKE                                             WebMessageInfo_StubType = 132
	WebMessageInfo_GROUP_INVITE_LINK_GROWTH_LOCKED                          WebMessageInfo_StubType = 133
	WebMessageInfo_COMMUNITY_LINK_PARENT_GROUP                              WebMessageInfo_StubType = 134
	WebMessageInfo_COMMUNITY_LINK_SIBLING_GROUP                             WebMessageInfo_StubType = 135
	WebMessageInfo_COMMUNITY_LINK_SUB_GROUP                                 WebMessageInfo_StubType = 136
	WebMessageInfo_COMMUNITY_UNLINK_PARENT_GROUP                            WebMessageInfo_StubType = 137
	WebMessageInfo_COMMUNITY_UNLINK_SIBLING_GROUP                           WebMessageInfo_StubType = 138
	WebMessageInfo_COMMUNITY_UNLINK_SUB_GROUP                               WebMessageInfo_StubType = 139
	WebMessageInfo_GROUP_PARTICIPANT_ACCEPT                                 WebMessageInfo_StubType = 140
	WebMessageInfo_GROUP_PARTICIPANT_LINKED_GROUP_JOIN                      WebMessageInfo_StubType = 141
	WebMessageInfo_COMMUNITY_CREATE                                         WebMessageInfo_StubType = 142
	WebMessageInfo_EPHEMERAL_KEEP_IN_CHAT                                   WebMessageInfo_StubType = 143
	WebMessageInfo_GROUP_MEMBERSHIP_JOIN_APPROVAL_REQUEST                   WebMessageInfo_StubType = 144
	WebMessageInfo_GROUP_MEMBERSHIP_JOIN_APPROVAL_MODE                      WebMessageInfo_StubType = 145
	WebMessageInfo_INTEGRITY_UNLINK_PARENT_GROUP                            WebMessageInfo_StubType = 146
	WebMessageInfo_COMMUNITY_PARTICIPANT_PROMOTE                            WebMessageInfo_StubType = 147
	WebMessageInfo_COMMUNITY_PARTICIPANT_DEMOTE                             WebMessageInfo_StubType = 148
	WebMessageInfo_COMMUNITY_PARENT_GROUP_DELETED                           WebMessageInfo_StubType = 149
	WebMessageInfo_COMMUNITY_LINK_PARENT_GROUP_MEMBERSHIP_APPROVAL          WebMessageInfo_StubType = 150
	WebMessageInfo_GROUP_PARTICIPANT_JOINED_GROUP_AND_PARENT_GROUP          WebMessageInfo_StubType = 151
	WebMessageInfo_MASKED_THREAD_CREATED                                    WebMessageInfo_StubType = 152
	WebMessageInfo_MASKED_THREAD_UNMASKED                                   WebMessageInfo_StubType = 153
	WebMessageInfo_BIZ_CHAT_ASSIGNMENT                                      WebMessageInfo_StubType = 154
	WebMessageInfo_CHAT_PSA                                                 WebMessageInfo_StubType = 155
	WebMessageInfo_CHAT_POLL_CREATION_MESSAGE                               WebMessageInfo_StubType = 156
	WebMessageInfo_CAG_MASKED_THREAD_CREATED                                WebMessageInfo_StubType = 157
	WebMessageInfo_COMMUNITY_PARENT_GROUP_SUBJECT_CHANGED                   WebMessageInfo_StubType = 158
	WebMessageInfo_CAG_INVITE_AUTO_ADD                                      WebMessageInfo_StubType = 159
	WebMessageInfo_BIZ_CHAT_ASSIGNMENT_UNASSIGN                             WebMessageInfo_StubType = 160
	WebMessageInfo_CAG_INVITE_AUTO_JOINED                                   WebMessageInfo_StubType = 161
	WebMessageInfo_SCHEDULED_CALL_START_MESSAGE                             WebMessageInfo_StubType = 162
	WebMessageInfo_COMMUNITY_INVITE_RICH                                    WebMessageInfo_StubType = 163
	WebMessageInfo_COMMUNITY_INVITE_AUTO_ADD_RICH                           WebMessageInfo_StubType = 164
	WebMessageInfo_SUB_GROUP_INVITE_RICH                                    WebMessageInfo_StubType = 165
	WebMessageInfo_SUB_GROUP_PARTICIPANT_ADD_RICH                           WebMessageInfo_StubType = 166
	WebMessageInfo_COMMUNITY_LINK_PARENT_GROUP_RICH                         WebMessageInfo_StubType = 167
	WebMessageInfo_COMMUNITY_PARTICIPANT_ADD_RICH                           WebMessageInfo_StubType = 168
	WebMessageInfo_SILENCED_UNKNOWN_CALLER_AUDIO                            WebMessageInfo_StubType = 169
	WebMessageInfo_SILENCED_UNKNOWN_CALLER_VIDEO                            WebMessageInfo_StubType = 170
	WebMessageInfo_GROUP_MEMBER_ADD_MODE                                    WebMessageInfo_StubType = 171
	WebMessageInfo_GROUP_MEMBERSHIP_JOIN_APPROVAL_REQUEST_NON_ADMIN_ADD     WebMessageInfo_StubType = 172
	WebMessageInfo_COMMUNITY_CHANGE_DESCRIPTION                             WebMessageInfo_StubType = 173
	WebMessageInfo_SENDER_INVITE                                            WebMessageInfo_StubType = 174
	WebMessageInfo_RECEIVER_INVITE                                          WebMessageInfo_StubType = 175
	WebMessageInfo_COMMUNITY_ALLOW_MEMBER_ADDED_GROUPS                      WebMessageInfo_StubType = 176
	WebMessageInfo_PINNED_MESSAGE_IN_CHAT                                   WebMessageInfo_StubType = 177
	WebMessageInfo_PAYMENT_INVITE_SETUP_INVITER                             WebMessageInfo_StubType = 178
	WebMessageInfo_PAYMENT_INVITE_SETUP_INVITEE_RECEIVE_ONLY                WebMessageInfo_StubType = 179
	WebMessageInfo_PAYMENT_INVITE_SETUP_INVITEE_SEND_AND_RECEIVE            WebMessageInfo_StubType = 180
	WebMessageInfo_LINKED_GROUP_CALL_START                                  WebMessageInfo_StubType = 181
	WebMessageInfo_REPORT_TO_ADMIN_ENABLED_STATUS                           WebMessageInfo_StubType = 182
	WebMessageInfo_EMPTY_SUBGROUP_CREATE                                    WebMessageInfo_StubType = 183
	WebMessageInfo_SCHEDULED_CALL_CANCEL                                    WebMessageInfo_StubType = 184
	WebMessageInfo_SUBGROUP_ADMIN_TRIGGERED_AUTO_ADD_RICH                   WebMessageInfo_StubType = 185
	WebMessageInfo_GROUP_CHANGE_RECENT_HISTORY_SHARING                      WebMessageInfo_StubType = 186
	WebMessageInfo_PAID_MESSAGE_SERVER_CAMPAIGN_ID                          WebMessageInfo_StubType = 187
	WebMessageInfo_GENERAL_CHAT_CREATE                                      WebMessageInfo_StubType = 188
	WebMessageInfo_GENERAL_CHAT_ADD                                         WebMessageInfo_StubType = 189
	WebMessageInfo_GENERAL_CHAT_AUTO_ADD_DISABLED                           WebMessageInfo_StubType = 190
	WebMessageInfo_SUGGESTED_SUBGROUP_ANNOUNCE                              WebMessageInfo_StubType = 191
	WebMessageInfo_BIZ_BOT_1P_MESSAGING_ENABLED                             WebMessageInfo_StubType = 192
	WebMessageInfo_CHANGE_USERNAME                                          WebMessageInfo_StubType = 193
	WebMessageInfo_BIZ_COEX_PRIVACY_INIT_SELF                               WebMessageInfo_StubType = 194
	WebMessageInfo_BIZ_COEX_PRIVACY_TRANSITION_SELF                         WebMessageInfo_StubType = 195
	WebMessageInfo_SUPPORT_AI_EDUCATION                                     WebMessageInfo_StubType = 196
	WebMessageInfo_BIZ_BOT_3P_MESSAGING_ENABLED                             WebMessageInfo_StubType = 197
)

func (WebMessageInfo_StubType) Descriptor

func (WebMessageInfo_StubType) Enum

func (WebMessageInfo_StubType) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_StubType.Descriptor instead.

func (WebMessageInfo_StubType) Number

func (WebMessageInfo_StubType) String

func (x WebMessageInfo_StubType) String() string

func (WebMessageInfo_StubType) Type

func (*WebMessageInfo_StubType) UnmarshalJSON deprecated

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

Jump to

Keyboard shortcuts

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