proto

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for AdReplyInfo_AdReplyInfoMediaType.

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

Enum value maps for ExternalAdReplyInfo_ExternalAdReplyInfoMediaType.

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

Enum value maps for InvoiceMessage_InvoiceMessageAttachmentType.

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

Enum value maps for ExtendedTextMessage_ExtendedTextMessageFontType.

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

Enum value maps for ExtendedTextMessage_ExtendedTextMessagePreviewType.

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

Enum value maps for VideoMessage_VideoMessageAttribution.

View Source
var (
	ProtocolMessage_ProtocolMessageType_name = map[int32]string{
		0:  "REVOKE",
		3:  "EPHEMERAL_SETTING",
		4:  "EPHEMERAL_SYNC_RESPONSE",
		5:  "HISTORY_SYNC_NOTIFICATION",
		6:  "APP_STATE_SYNC_KEY_SHARE",
		7:  "APP_STATE_SYNC_KEY_REQUEST",
		8:  "MSG_FANOUT_BACKFILL_REQUEST",
		9:  "INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC",
		10: "APP_STATE_FATAL_EXCEPTION_NOTIFICATION",
	}
	ProtocolMessage_ProtocolMessageType_value = map[string]int32{
		"REVOKE":                                     0,
		"EPHEMERAL_SETTING":                          3,
		"EPHEMERAL_SYNC_RESPONSE":                    4,
		"HISTORY_SYNC_NOTIFICATION":                  5,
		"APP_STATE_SYNC_KEY_SHARE":                   6,
		"APP_STATE_SYNC_KEY_REQUEST":                 7,
		"MSG_FANOUT_BACKFILL_REQUEST":                8,
		"INITIAL_SECURITY_NOTIFICATION_SETTING_SYNC": 9,
		"APP_STATE_FATAL_EXCEPTION_NOTIFICATION":     10,
	}
)

Enum value maps for ProtocolMessage_ProtocolMessageType.

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

Enum value maps for HistorySyncNotification_HistorySyncNotificationHistorySyncType.

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

Enum value maps for HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType.

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

Enum value maps for HSMDateTimeComponent_HSMDateTimeComponentCalendarType.

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

Enum value maps for OrderMessage_OrderMessageOrderStatus.

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

Enum value maps for OrderMessage_OrderMessageOrderSurface.

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

Enum value maps for ListMessage_ListMessageListType.

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

Enum value maps for ListResponseMessage_ListResponseMessageListType.

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

Enum value maps for Button_ButtonType.

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

Enum value maps for ButtonsMessage_ButtonsMessageHeaderType.

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

Enum value maps for ButtonsResponseMessage_ButtonsResponseMessageType.

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

Enum value maps for WebFeatures_WebFeaturesFlag.

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

Enum value maps for PaymentInfo_PaymentInfoCurrency.

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

Enum value maps for PaymentInfo_PaymentInfoStatus.

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

Enum value maps for PaymentInfo_PaymentInfoTxnStatus.

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

Enum value maps for WebMessageInfo_WebMessageInfoStatus.

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

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

)

Enum value maps for WebMessageInfo_WebMessageInfoStubType.

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

Enum value maps for WebMessageInfo_WebMessageInfoBizPrivacyStatus.

Functions

This section is empty.

Types

type AdReplyInfo

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

func (*AdReplyInfo) Descriptor deprecated

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

Deprecated: Use AdReplyInfo.ProtoReflect.Descriptor instead.

func (*AdReplyInfo) GetAdvertiserName

func (x *AdReplyInfo) GetAdvertiserName() string

func (*AdReplyInfo) GetCaption

func (x *AdReplyInfo) GetCaption() string

func (*AdReplyInfo) GetJpegThumbnail

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

func (*AdReplyInfo) GetMediaType

func (*AdReplyInfo) ProtoMessage

func (*AdReplyInfo) ProtoMessage()

func (*AdReplyInfo) ProtoReflect

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

func (*AdReplyInfo) Reset

func (x *AdReplyInfo) Reset()

func (*AdReplyInfo) String

func (x *AdReplyInfo) String() string

type AdReplyInfo_AdReplyInfoMediaType

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

func (AdReplyInfo_AdReplyInfoMediaType) Descriptor

func (AdReplyInfo_AdReplyInfoMediaType) Enum

func (AdReplyInfo_AdReplyInfoMediaType) EnumDescriptor deprecated

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

Deprecated: Use AdReplyInfo_AdReplyInfoMediaType.Descriptor instead.

func (AdReplyInfo_AdReplyInfoMediaType) Number

func (AdReplyInfo_AdReplyInfoMediaType) String

func (AdReplyInfo_AdReplyInfoMediaType) Type

func (*AdReplyInfo_AdReplyInfoMediaType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type AppStateFatalExceptionNotification

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

func (*AppStateFatalExceptionNotification) Descriptor deprecated

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

Deprecated: Use AppStateFatalExceptionNotification.ProtoReflect.Descriptor instead.

func (*AppStateFatalExceptionNotification) GetCollectionNames

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

func (*AppStateFatalExceptionNotification) GetTimestamp

func (x *AppStateFatalExceptionNotification) GetTimestamp() int64

func (*AppStateFatalExceptionNotification) ProtoMessage

func (*AppStateFatalExceptionNotification) ProtoMessage()

func (*AppStateFatalExceptionNotification) ProtoReflect

func (*AppStateFatalExceptionNotification) Reset

func (*AppStateFatalExceptionNotification) String

type AppStateSyncKey

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

func (*AppStateSyncKey) Descriptor deprecated

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

Deprecated: Use AppStateSyncKey.ProtoReflect.Descriptor instead.

func (*AppStateSyncKey) GetKeyData

func (x *AppStateSyncKey) GetKeyData() *AppStateSyncKeyData

func (*AppStateSyncKey) GetKeyId

func (x *AppStateSyncKey) GetKeyId() *AppStateSyncKeyId

func (*AppStateSyncKey) ProtoMessage

func (*AppStateSyncKey) ProtoMessage()

func (*AppStateSyncKey) ProtoReflect

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

func (*AppStateSyncKey) Reset

func (x *AppStateSyncKey) Reset()

func (*AppStateSyncKey) String

func (x *AppStateSyncKey) String() string

type AppStateSyncKeyData

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

func (*AppStateSyncKeyData) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyData.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyData) GetFingerprint

func (x *AppStateSyncKeyData) GetFingerprint() *AppStateSyncKeyFingerprint

func (*AppStateSyncKeyData) GetKeyData

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

func (*AppStateSyncKeyData) GetTimestamp

func (x *AppStateSyncKeyData) GetTimestamp() int64

func (*AppStateSyncKeyData) ProtoMessage

func (*AppStateSyncKeyData) ProtoMessage()

func (*AppStateSyncKeyData) ProtoReflect

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

func (*AppStateSyncKeyData) Reset

func (x *AppStateSyncKeyData) Reset()

func (*AppStateSyncKeyData) String

func (x *AppStateSyncKeyData) String() string

type AppStateSyncKeyFingerprint

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

func (*AppStateSyncKeyFingerprint) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyFingerprint.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyFingerprint) GetCurrentIndex

func (x *AppStateSyncKeyFingerprint) GetCurrentIndex() uint32

func (*AppStateSyncKeyFingerprint) GetDeviceIndexes

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

func (*AppStateSyncKeyFingerprint) GetRawId

func (x *AppStateSyncKeyFingerprint) GetRawId() uint32

func (*AppStateSyncKeyFingerprint) ProtoMessage

func (*AppStateSyncKeyFingerprint) ProtoMessage()

func (*AppStateSyncKeyFingerprint) ProtoReflect

func (*AppStateSyncKeyFingerprint) Reset

func (x *AppStateSyncKeyFingerprint) Reset()

func (*AppStateSyncKeyFingerprint) String

func (x *AppStateSyncKeyFingerprint) String() string

type AppStateSyncKeyId

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

func (*AppStateSyncKeyId) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyId.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyId) GetKeyId

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

func (*AppStateSyncKeyId) ProtoMessage

func (*AppStateSyncKeyId) ProtoMessage()

func (*AppStateSyncKeyId) ProtoReflect

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

func (*AppStateSyncKeyId) Reset

func (x *AppStateSyncKeyId) Reset()

func (*AppStateSyncKeyId) String

func (x *AppStateSyncKeyId) String() string

type AppStateSyncKeyRequest

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

func (*AppStateSyncKeyRequest) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyRequest.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyRequest) GetKeyIds

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

func (*AppStateSyncKeyRequest) ProtoMessage

func (*AppStateSyncKeyRequest) ProtoMessage()

func (*AppStateSyncKeyRequest) ProtoReflect

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

func (*AppStateSyncKeyRequest) Reset

func (x *AppStateSyncKeyRequest) Reset()

func (*AppStateSyncKeyRequest) String

func (x *AppStateSyncKeyRequest) String() string

type AppStateSyncKeyShare

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

func (*AppStateSyncKeyShare) Descriptor deprecated

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

Deprecated: Use AppStateSyncKeyShare.ProtoReflect.Descriptor instead.

func (*AppStateSyncKeyShare) GetKeys

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

func (*AppStateSyncKeyShare) ProtoMessage

func (*AppStateSyncKeyShare) ProtoMessage()

func (*AppStateSyncKeyShare) ProtoReflect

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

func (*AppStateSyncKeyShare) Reset

func (x *AppStateSyncKeyShare) Reset()

func (*AppStateSyncKeyShare) String

func (x *AppStateSyncKeyShare) String() string

type AudioMessage

type AudioMessage struct {
	Url               *string      `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Mimetype          *string      `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSha256        []byte       `protobuf:"bytes,3,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength        *uint64      `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
	Seconds           *uint32      `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
	Ptt               *bool        `protobuf:"varint,6,opt,name=ptt" json:"ptt,omitempty"`
	MediaKey          []byte       `protobuf:"bytes,7,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSha256     []byte       `protobuf:"bytes,8,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	DirectPath        *string      `protobuf:"bytes,9,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp *int64       `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	ContextInfo       *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar  []byte       `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioMessage) Descriptor deprecated

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

Deprecated: Use AudioMessage.ProtoReflect.Descriptor instead.

func (*AudioMessage) GetContextInfo

func (x *AudioMessage) GetContextInfo() *ContextInfo

func (*AudioMessage) GetDirectPath

func (x *AudioMessage) GetDirectPath() string

func (*AudioMessage) GetFileEncSha256

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

func (*AudioMessage) GetFileLength

func (x *AudioMessage) GetFileLength() uint64

func (*AudioMessage) GetFileSha256

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

func (*AudioMessage) GetMediaKey

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

func (*AudioMessage) GetMediaKeyTimestamp

func (x *AudioMessage) GetMediaKeyTimestamp() int64

func (*AudioMessage) GetMimetype

func (x *AudioMessage) GetMimetype() string

func (*AudioMessage) GetPtt

func (x *AudioMessage) GetPtt() bool

func (*AudioMessage) GetSeconds

func (x *AudioMessage) GetSeconds() uint32

func (*AudioMessage) GetStreamingSidecar

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

func (*AudioMessage) GetUrl

func (x *AudioMessage) GetUrl() string

func (*AudioMessage) ProtoMessage

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) ProtoReflect

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

func (*AudioMessage) Reset

func (x *AudioMessage) Reset()

func (*AudioMessage) String

func (x *AudioMessage) String() string

type Button

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

func (*Button) Descriptor deprecated

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

Deprecated: Use Button.ProtoReflect.Descriptor instead.

func (*Button) GetButtonId

func (x *Button) GetButtonId() string

func (*Button) GetButtonText

func (x *Button) GetButtonText() *ButtonText

func (*Button) GetType

func (x *Button) GetType() Button_ButtonType

func (*Button) ProtoMessage

func (*Button) ProtoMessage()

func (*Button) ProtoReflect

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

func (*Button) Reset

func (x *Button) Reset()

func (*Button) String

func (x *Button) String() string

type ButtonText

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

func (*ButtonText) Descriptor deprecated

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

Deprecated: Use ButtonText.ProtoReflect.Descriptor instead.

func (*ButtonText) GetDisplayText

func (x *ButtonText) GetDisplayText() string

func (*ButtonText) ProtoMessage

func (*ButtonText) ProtoMessage()

func (*ButtonText) ProtoReflect

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

func (*ButtonText) Reset

func (x *ButtonText) Reset()

func (*ButtonText) String

func (x *ButtonText) String() string

type Button_ButtonType

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

func (Button_ButtonType) Descriptor

func (Button_ButtonType) Enum

func (Button_ButtonType) EnumDescriptor deprecated

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

Deprecated: Use Button_ButtonType.Descriptor instead.

func (Button_ButtonType) Number

func (Button_ButtonType) String

func (x Button_ButtonType) String() string

func (Button_ButtonType) Type

func (*Button_ButtonType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ButtonsMessage

type ButtonsMessage struct {
	ContentText *string                                  `protobuf:"bytes,6,opt,name=contentText" json:"contentText,omitempty"`
	FooterText  *string                                  `protobuf:"bytes,7,opt,name=footerText" json:"footerText,omitempty"`
	ContextInfo *ContextInfo                             `protobuf:"bytes,8,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Buttons     []*Button                                `protobuf:"bytes,9,rep,name=buttons" json:"buttons,omitempty"`
	HeaderType  *ButtonsMessage_ButtonsMessageHeaderType `protobuf:"varint,10,opt,name=headerType,enum=proto.ButtonsMessage_ButtonsMessageHeaderType" json:"headerType,omitempty"`
	// Types that are assignable to Header:
	//	*ButtonsMessage_Text
	//	*ButtonsMessage_DocumentMessage
	//	*ButtonsMessage_ImageMessage
	//	*ButtonsMessage_VideoMessage
	//	*ButtonsMessage_LocationMessage
	Header isButtonsMessage_Header `protobuf_oneof:"header"`
	// contains filtered or unexported fields
}

func (*ButtonsMessage) Descriptor deprecated

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

Deprecated: Use ButtonsMessage.ProtoReflect.Descriptor instead.

func (*ButtonsMessage) GetButtons

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

func (*ButtonsMessage) GetContentText

func (x *ButtonsMessage) GetContentText() string

func (*ButtonsMessage) GetContextInfo

func (x *ButtonsMessage) GetContextInfo() *ContextInfo

func (*ButtonsMessage) GetDocumentMessage

func (x *ButtonsMessage) GetDocumentMessage() *DocumentMessage

func (*ButtonsMessage) GetFooterText

func (x *ButtonsMessage) GetFooterText() string

func (*ButtonsMessage) GetHeader

func (m *ButtonsMessage) GetHeader() isButtonsMessage_Header

func (*ButtonsMessage) GetHeaderType

func (*ButtonsMessage) GetImageMessage

func (x *ButtonsMessage) GetImageMessage() *ImageMessage

func (*ButtonsMessage) GetLocationMessage

func (x *ButtonsMessage) GetLocationMessage() *LocationMessage

func (*ButtonsMessage) GetText

func (x *ButtonsMessage) GetText() string

func (*ButtonsMessage) GetVideoMessage

func (x *ButtonsMessage) GetVideoMessage() *VideoMessage

func (*ButtonsMessage) ProtoMessage

func (*ButtonsMessage) ProtoMessage()

func (*ButtonsMessage) ProtoReflect

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

func (*ButtonsMessage) Reset

func (x *ButtonsMessage) Reset()

func (*ButtonsMessage) String

func (x *ButtonsMessage) String() string

type ButtonsMessage_ButtonsMessageHeaderType

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

func (ButtonsMessage_ButtonsMessageHeaderType) Descriptor

func (ButtonsMessage_ButtonsMessageHeaderType) Enum

func (ButtonsMessage_ButtonsMessageHeaderType) EnumDescriptor deprecated

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

Deprecated: Use ButtonsMessage_ButtonsMessageHeaderType.Descriptor instead.

func (ButtonsMessage_ButtonsMessageHeaderType) Number

func (ButtonsMessage_ButtonsMessageHeaderType) String

func (ButtonsMessage_ButtonsMessageHeaderType) Type

func (*ButtonsMessage_ButtonsMessageHeaderType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ButtonsMessage_DocumentMessage

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

type ButtonsMessage_ImageMessage

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

type ButtonsMessage_LocationMessage

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

type ButtonsMessage_Text

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

type ButtonsMessage_VideoMessage

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

type ButtonsResponseMessage

type ButtonsResponseMessage struct {
	SelectedButtonId *string                                            `protobuf:"bytes,1,opt,name=selectedButtonId" json:"selectedButtonId,omitempty"`
	ContextInfo      *ContextInfo                                       `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	Type             *ButtonsResponseMessage_ButtonsResponseMessageType `protobuf:"varint,4,opt,name=type,enum=proto.ButtonsResponseMessage_ButtonsResponseMessageType" json:"type,omitempty"`
	// Types that are assignable to Response:
	//	*ButtonsResponseMessage_SelectedDisplayText
	Response isButtonsResponseMessage_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*ButtonsResponseMessage) Descriptor deprecated

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

Deprecated: Use ButtonsResponseMessage.ProtoReflect.Descriptor instead.

func (*ButtonsResponseMessage) GetContextInfo

func (x *ButtonsResponseMessage) GetContextInfo() *ContextInfo

func (*ButtonsResponseMessage) GetResponse

func (m *ButtonsResponseMessage) GetResponse() isButtonsResponseMessage_Response

func (*ButtonsResponseMessage) GetSelectedButtonId

func (x *ButtonsResponseMessage) GetSelectedButtonId() string

func (*ButtonsResponseMessage) GetSelectedDisplayText

func (x *ButtonsResponseMessage) GetSelectedDisplayText() string

func (*ButtonsResponseMessage) GetType

func (*ButtonsResponseMessage) ProtoMessage

func (*ButtonsResponseMessage) ProtoMessage()

func (*ButtonsResponseMessage) ProtoReflect

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

func (*ButtonsResponseMessage) Reset

func (x *ButtonsResponseMessage) Reset()

func (*ButtonsResponseMessage) String

func (x *ButtonsResponseMessage) String() string

type ButtonsResponseMessage_ButtonsResponseMessageType

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

func (ButtonsResponseMessage_ButtonsResponseMessageType) Descriptor

func (ButtonsResponseMessage_ButtonsResponseMessageType) Enum

func (ButtonsResponseMessage_ButtonsResponseMessageType) EnumDescriptor deprecated

Deprecated: Use ButtonsResponseMessage_ButtonsResponseMessageType.Descriptor instead.

func (ButtonsResponseMessage_ButtonsResponseMessageType) Number

func (ButtonsResponseMessage_ButtonsResponseMessageType) String

func (ButtonsResponseMessage_ButtonsResponseMessageType) Type

func (*ButtonsResponseMessage_ButtonsResponseMessageType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ButtonsResponseMessage_SelectedDisplayText

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

type Call

type Call struct {
	CallKey []byte `protobuf:"bytes,1,opt,name=callKey" json:"callKey,omitempty"`
	// 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) ProtoMessage

func (*Call) ProtoMessage()

func (*Call) ProtoReflect

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

func (*Call) Reset

func (x *Call) Reset()

func (*Call) String

func (x *Call) String() string

type CallButton

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

func (*CallButton) Descriptor deprecated

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

Deprecated: Use CallButton.ProtoReflect.Descriptor instead.

func (*CallButton) GetDisplayText

func (x *CallButton) GetDisplayText() *HighlyStructuredMessage

func (*CallButton) GetPhoneNumber

func (x *CallButton) GetPhoneNumber() *HighlyStructuredMessage

func (*CallButton) ProtoMessage

func (*CallButton) ProtoMessage()

func (*CallButton) ProtoReflect

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

func (*CallButton) Reset

func (x *CallButton) Reset()

func (*CallButton) String

func (x *CallButton) String() string

type CancelPaymentRequestMessage

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

func (*CancelPaymentRequestMessage) Descriptor deprecated

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

Deprecated: Use CancelPaymentRequestMessage.ProtoReflect.Descriptor instead.

func (*CancelPaymentRequestMessage) GetKey

func (*CancelPaymentRequestMessage) ProtoMessage

func (*CancelPaymentRequestMessage) ProtoMessage()

func (*CancelPaymentRequestMessage) ProtoReflect

func (*CancelPaymentRequestMessage) Reset

func (x *CancelPaymentRequestMessage) Reset()

func (*CancelPaymentRequestMessage) String

func (x *CancelPaymentRequestMessage) String() string

type CatalogSnapshot

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

func (*CatalogSnapshot) Descriptor deprecated

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

Deprecated: Use CatalogSnapshot.ProtoReflect.Descriptor instead.

func (*CatalogSnapshot) GetCatalogImage

func (x *CatalogSnapshot) GetCatalogImage() *ImageMessage

func (*CatalogSnapshot) GetDescription

func (x *CatalogSnapshot) GetDescription() string

func (*CatalogSnapshot) GetTitle

func (x *CatalogSnapshot) GetTitle() string

func (*CatalogSnapshot) ProtoMessage

func (*CatalogSnapshot) ProtoMessage()

func (*CatalogSnapshot) ProtoReflect

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

func (*CatalogSnapshot) Reset

func (x *CatalogSnapshot) Reset()

func (*CatalogSnapshot) String

func (x *CatalogSnapshot) String() string

type Chat

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

func (*Chat) Descriptor deprecated

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

Deprecated: Use Chat.ProtoReflect.Descriptor instead.

func (*Chat) GetDisplayName

func (x *Chat) GetDisplayName() string

func (*Chat) GetId

func (x *Chat) GetId() string

func (*Chat) ProtoMessage

func (*Chat) ProtoMessage()

func (*Chat) ProtoReflect

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

func (*Chat) Reset

func (x *Chat) Reset()

func (*Chat) String

func (x *Chat) String() string

type ContactMessage

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

func (*ContactMessage) Descriptor deprecated

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

Deprecated: Use ContactMessage.ProtoReflect.Descriptor instead.

func (*ContactMessage) GetContextInfo

func (x *ContactMessage) GetContextInfo() *ContextInfo

func (*ContactMessage) GetDisplayName

func (x *ContactMessage) GetDisplayName() string

func (*ContactMessage) GetVcard

func (x *ContactMessage) GetVcard() string

func (*ContactMessage) ProtoMessage

func (*ContactMessage) ProtoMessage()

func (*ContactMessage) ProtoReflect

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

func (*ContactMessage) Reset

func (x *ContactMessage) Reset()

func (*ContactMessage) String

func (x *ContactMessage) String() string

type ContactsArrayMessage

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

func (*ContactsArrayMessage) Descriptor deprecated

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

Deprecated: Use ContactsArrayMessage.ProtoReflect.Descriptor instead.

func (*ContactsArrayMessage) GetContacts

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

func (*ContactsArrayMessage) GetContextInfo

func (x *ContactsArrayMessage) GetContextInfo() *ContextInfo

func (*ContactsArrayMessage) GetDisplayName

func (x *ContactsArrayMessage) GetDisplayName() string

func (*ContactsArrayMessage) ProtoMessage

func (*ContactsArrayMessage) ProtoMessage()

func (*ContactsArrayMessage) ProtoReflect

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

func (*ContactsArrayMessage) Reset

func (x *ContactsArrayMessage) Reset()

func (*ContactsArrayMessage) String

func (x *ContactsArrayMessage) String() string

type ContextInfo

type ContextInfo struct {
	StanzaId                  *string              `protobuf:"bytes,1,opt,name=stanzaId" json:"stanzaId,omitempty"`
	Participant               *string              `protobuf:"bytes,2,opt,name=participant" json:"participant,omitempty"`
	QuotedMessage             *Message             `protobuf:"bytes,3,opt,name=quotedMessage" json:"quotedMessage,omitempty"`
	RemoteJid                 *string              `protobuf:"bytes,4,opt,name=remoteJid" json:"remoteJid,omitempty"`
	MentionedJid              []string             `protobuf:"bytes,15,rep,name=mentionedJid" json:"mentionedJid,omitempty"`
	ConversionSource          *string              `protobuf:"bytes,18,opt,name=conversionSource" json:"conversionSource,omitempty"`
	ConversionData            []byte               `protobuf:"bytes,19,opt,name=conversionData" json:"conversionData,omitempty"`
	ConversionDelaySeconds    *uint32              `protobuf:"varint,20,opt,name=conversionDelaySeconds" json:"conversionDelaySeconds,omitempty"`
	ForwardingScore           *uint32              `protobuf:"varint,21,opt,name=forwardingScore" json:"forwardingScore,omitempty"`
	IsForwarded               *bool                `protobuf:"varint,22,opt,name=isForwarded" json:"isForwarded,omitempty"`
	QuotedAd                  *AdReplyInfo         `protobuf:"bytes,23,opt,name=quotedAd" json:"quotedAd,omitempty"`
	PlaceholderKey            *MessageKey          `protobuf:"bytes,24,opt,name=placeholderKey" json:"placeholderKey,omitempty"`
	Expiration                *uint32              `protobuf:"varint,25,opt,name=expiration" json:"expiration,omitempty"`
	EphemeralSettingTimestamp *int64               `protobuf:"varint,26,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	EphemeralSharedSecret     []byte               `protobuf:"bytes,27,opt,name=ephemeralSharedSecret" json:"ephemeralSharedSecret,omitempty"`
	ExternalAdReply           *ExternalAdReplyInfo `protobuf:"bytes,28,opt,name=externalAdReply" json:"externalAdReply,omitempty"`
	// contains filtered or unexported fields
}

func (*ContextInfo) Descriptor deprecated

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

Deprecated: Use ContextInfo.ProtoReflect.Descriptor instead.

func (*ContextInfo) GetConversionData

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

func (*ContextInfo) GetConversionDelaySeconds

func (x *ContextInfo) GetConversionDelaySeconds() uint32

func (*ContextInfo) GetConversionSource

func (x *ContextInfo) GetConversionSource() string

func (*ContextInfo) GetEphemeralSettingTimestamp

func (x *ContextInfo) GetEphemeralSettingTimestamp() int64

func (*ContextInfo) GetEphemeralSharedSecret

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

func (*ContextInfo) GetExpiration

func (x *ContextInfo) GetExpiration() uint32

func (*ContextInfo) GetExternalAdReply

func (x *ContextInfo) GetExternalAdReply() *ExternalAdReplyInfo

func (*ContextInfo) GetForwardingScore

func (x *ContextInfo) GetForwardingScore() uint32

func (*ContextInfo) GetIsForwarded

func (x *ContextInfo) GetIsForwarded() bool

func (*ContextInfo) GetMentionedJid

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

func (*ContextInfo) GetParticipant

func (x *ContextInfo) GetParticipant() string

func (*ContextInfo) GetPlaceholderKey

func (x *ContextInfo) GetPlaceholderKey() *MessageKey

func (*ContextInfo) GetQuotedAd

func (x *ContextInfo) GetQuotedAd() *AdReplyInfo

func (*ContextInfo) GetQuotedMessage

func (x *ContextInfo) GetQuotedMessage() *Message

func (*ContextInfo) GetRemoteJid

func (x *ContextInfo) GetRemoteJid() string

func (*ContextInfo) GetStanzaId

func (x *ContextInfo) GetStanzaId() string

func (*ContextInfo) ProtoMessage

func (*ContextInfo) ProtoMessage()

func (*ContextInfo) ProtoReflect

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

func (*ContextInfo) Reset

func (x *ContextInfo) Reset()

func (*ContextInfo) String

func (x *ContextInfo) String() string

type 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 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"`
	RecipientKeyHash   []byte  `protobuf:"bytes,8,opt,name=recipientKeyHash" json:"recipientKeyHash,omitempty"`
	RecipientTimestamp *uint64 `protobuf:"varint,9,opt,name=recipientTimestamp" json:"recipientTimestamp,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) GetRecipientTimestamp

func (x *DeviceListMetadata) GetRecipientTimestamp() uint64

func (*DeviceListMetadata) GetSenderKeyHash

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

func (*DeviceListMetadata) GetSenderTimestamp

func (x *DeviceListMetadata) GetSenderTimestamp() uint64

func (*DeviceListMetadata) ProtoMessage

func (*DeviceListMetadata) ProtoMessage()

func (*DeviceListMetadata) ProtoReflect

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

func (*DeviceListMetadata) Reset

func (x *DeviceListMetadata) Reset()

func (*DeviceListMetadata) String

func (x *DeviceListMetadata) String() string

type DeviceSentMessage

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

func (*DeviceSentMessage) Descriptor deprecated

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

Deprecated: Use DeviceSentMessage.ProtoReflect.Descriptor instead.

func (*DeviceSentMessage) GetBroadcastEphemeralSettings

func (x *DeviceSentMessage) GetBroadcastEphemeralSettings() []*EphemeralSetting

func (*DeviceSentMessage) GetDestinationJid

func (x *DeviceSentMessage) GetDestinationJid() string

func (*DeviceSentMessage) GetMessage

func (x *DeviceSentMessage) GetMessage() *Message

func (*DeviceSentMessage) GetPhash

func (x *DeviceSentMessage) GetPhash() string

func (*DeviceSentMessage) ProtoMessage

func (*DeviceSentMessage) ProtoMessage()

func (*DeviceSentMessage) ProtoReflect

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

func (*DeviceSentMessage) Reset

func (x *DeviceSentMessage) Reset()

func (*DeviceSentMessage) String

func (x *DeviceSentMessage) String() string

type DocumentMessage

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

func (*DocumentMessage) Descriptor deprecated

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

Deprecated: Use DocumentMessage.ProtoReflect.Descriptor instead.

func (*DocumentMessage) GetContactVcard

func (x *DocumentMessage) GetContactVcard() bool

func (*DocumentMessage) GetContextInfo

func (x *DocumentMessage) GetContextInfo() *ContextInfo

func (*DocumentMessage) GetDirectPath

func (x *DocumentMessage) GetDirectPath() string

func (*DocumentMessage) GetFileEncSha256

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

func (*DocumentMessage) GetFileLength

func (x *DocumentMessage) GetFileLength() uint64

func (*DocumentMessage) GetFileName

func (x *DocumentMessage) GetFileName() string

func (*DocumentMessage) GetFileSha256

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

func (*DocumentMessage) GetJpegThumbnail

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

func (*DocumentMessage) GetMediaKey

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

func (*DocumentMessage) GetMediaKeyTimestamp

func (x *DocumentMessage) GetMediaKeyTimestamp() int64

func (*DocumentMessage) GetMimetype

func (x *DocumentMessage) GetMimetype() string

func (*DocumentMessage) GetPageCount

func (x *DocumentMessage) GetPageCount() uint32

func (*DocumentMessage) GetThumbnailDirectPath

func (x *DocumentMessage) GetThumbnailDirectPath() string

func (*DocumentMessage) GetThumbnailEncSha256

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

func (*DocumentMessage) GetThumbnailHeight

func (x *DocumentMessage) GetThumbnailHeight() uint32

func (*DocumentMessage) GetThumbnailSha256

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

func (*DocumentMessage) GetThumbnailWidth

func (x *DocumentMessage) GetThumbnailWidth() uint32

func (*DocumentMessage) GetTitle

func (x *DocumentMessage) GetTitle() string

func (*DocumentMessage) GetUrl

func (x *DocumentMessage) GetUrl() string

func (*DocumentMessage) ProtoMessage

func (*DocumentMessage) ProtoMessage()

func (*DocumentMessage) ProtoReflect

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

func (*DocumentMessage) Reset

func (x *DocumentMessage) Reset()

func (*DocumentMessage) String

func (x *DocumentMessage) String() string

type EphemeralSetting

type EphemeralSetting struct {
	ChatJid                   *string `protobuf:"bytes,1,opt,name=chatJid" json:"chatJid,omitempty"`
	EphemeralExpiration       *uint32 `protobuf:"varint,2,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp *int64  `protobuf:"varint,3,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*EphemeralSetting) Descriptor deprecated

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

Deprecated: Use EphemeralSetting.ProtoReflect.Descriptor instead.

func (*EphemeralSetting) GetChatJid

func (x *EphemeralSetting) GetChatJid() string

func (*EphemeralSetting) GetEphemeralExpiration

func (x *EphemeralSetting) GetEphemeralExpiration() uint32

func (*EphemeralSetting) GetEphemeralSettingTimestamp

func (x *EphemeralSetting) GetEphemeralSettingTimestamp() 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 ExtendedTextMessage

type ExtendedTextMessage struct {
	Text            *string                                             `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	MatchedText     *string                                             `protobuf:"bytes,2,opt,name=matchedText" json:"matchedText,omitempty"`
	CanonicalUrl    *string                                             `protobuf:"bytes,4,opt,name=canonicalUrl" json:"canonicalUrl,omitempty"`
	Description     *string                                             `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	Title           *string                                             `protobuf:"bytes,6,opt,name=title" json:"title,omitempty"`
	TextArgb        *uint32                                             `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
	BackgroundArgb  *uint32                                             `protobuf:"fixed32,8,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
	Font            *ExtendedTextMessage_ExtendedTextMessageFontType    `protobuf:"varint,9,opt,name=font,enum=proto.ExtendedTextMessage_ExtendedTextMessageFontType" json:"font,omitempty"`
	PreviewType     *ExtendedTextMessage_ExtendedTextMessagePreviewType `` /* 132-byte string literal not displayed */
	JpegThumbnail   []byte                                              `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo     *ContextInfo                                        `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	DoNotPlayInline *bool                                               `protobuf:"varint,18,opt,name=doNotPlayInline" json:"doNotPlayInline,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtendedTextMessage) Descriptor deprecated

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

Deprecated: Use ExtendedTextMessage.ProtoReflect.Descriptor instead.

func (*ExtendedTextMessage) GetBackgroundArgb

func (x *ExtendedTextMessage) GetBackgroundArgb() uint32

func (*ExtendedTextMessage) GetCanonicalUrl

func (x *ExtendedTextMessage) GetCanonicalUrl() string

func (*ExtendedTextMessage) GetContextInfo

func (x *ExtendedTextMessage) GetContextInfo() *ContextInfo

func (*ExtendedTextMessage) GetDescription

func (x *ExtendedTextMessage) GetDescription() string

func (*ExtendedTextMessage) GetDoNotPlayInline

func (x *ExtendedTextMessage) GetDoNotPlayInline() bool

func (*ExtendedTextMessage) GetFont

func (*ExtendedTextMessage) GetJpegThumbnail

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

func (*ExtendedTextMessage) GetMatchedText

func (x *ExtendedTextMessage) GetMatchedText() string

func (*ExtendedTextMessage) GetPreviewType

func (*ExtendedTextMessage) GetText

func (x *ExtendedTextMessage) GetText() string

func (*ExtendedTextMessage) GetTextArgb

func (x *ExtendedTextMessage) GetTextArgb() uint32

func (*ExtendedTextMessage) GetTitle

func (x *ExtendedTextMessage) GetTitle() string

func (*ExtendedTextMessage) ProtoMessage

func (*ExtendedTextMessage) ProtoMessage()

func (*ExtendedTextMessage) ProtoReflect

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

func (*ExtendedTextMessage) Reset

func (x *ExtendedTextMessage) Reset()

func (*ExtendedTextMessage) String

func (x *ExtendedTextMessage) String() string

type ExtendedTextMessage_ExtendedTextMessageFontType

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

func (ExtendedTextMessage_ExtendedTextMessageFontType) Descriptor

func (ExtendedTextMessage_ExtendedTextMessageFontType) Enum

func (ExtendedTextMessage_ExtendedTextMessageFontType) EnumDescriptor deprecated

Deprecated: Use ExtendedTextMessage_ExtendedTextMessageFontType.Descriptor instead.

func (ExtendedTextMessage_ExtendedTextMessageFontType) Number

func (ExtendedTextMessage_ExtendedTextMessageFontType) String

func (ExtendedTextMessage_ExtendedTextMessageFontType) Type

func (*ExtendedTextMessage_ExtendedTextMessageFontType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ExtendedTextMessage_ExtendedTextMessagePreviewType

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

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Descriptor

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Enum

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) EnumDescriptor deprecated

Deprecated: Use ExtendedTextMessage_ExtendedTextMessagePreviewType.Descriptor instead.

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Number

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) String

func (ExtendedTextMessage_ExtendedTextMessagePreviewType) Type

func (*ExtendedTextMessage_ExtendedTextMessagePreviewType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ExternalAdReplyInfo

type ExternalAdReplyInfo struct {
	Title        *string                                           `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Body         *string                                           `protobuf:"bytes,2,opt,name=body" json:"body,omitempty"`
	MediaType    *ExternalAdReplyInfo_ExternalAdReplyInfoMediaType `protobuf:"varint,3,opt,name=mediaType,enum=proto.ExternalAdReplyInfo_ExternalAdReplyInfoMediaType" json:"mediaType,omitempty"`
	ThumbnailUrl *string                                           `protobuf:"bytes,4,opt,name=thumbnailUrl" json:"thumbnailUrl,omitempty"`
	MediaUrl     *string                                           `protobuf:"bytes,5,opt,name=mediaUrl" json:"mediaUrl,omitempty"`
	Thumbnail    []byte                                            `protobuf:"bytes,6,opt,name=thumbnail" json:"thumbnail,omitempty"`
	SourceType   *string                                           `protobuf:"bytes,7,opt,name=sourceType" json:"sourceType,omitempty"`
	SourceId     *string                                           `protobuf:"bytes,8,opt,name=sourceId" json:"sourceId,omitempty"`
	SourceUrl    *string                                           `protobuf:"bytes,9,opt,name=sourceUrl" json:"sourceUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*ExternalAdReplyInfo) Descriptor deprecated

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

Deprecated: Use ExternalAdReplyInfo.ProtoReflect.Descriptor instead.

func (*ExternalAdReplyInfo) GetBody

func (x *ExternalAdReplyInfo) GetBody() string

func (*ExternalAdReplyInfo) GetMediaType

func (*ExternalAdReplyInfo) GetMediaUrl

func (x *ExternalAdReplyInfo) GetMediaUrl() string

func (*ExternalAdReplyInfo) GetSourceId

func (x *ExternalAdReplyInfo) GetSourceId() string

func (*ExternalAdReplyInfo) GetSourceType

func (x *ExternalAdReplyInfo) GetSourceType() string

func (*ExternalAdReplyInfo) GetSourceUrl

func (x *ExternalAdReplyInfo) GetSourceUrl() string

func (*ExternalAdReplyInfo) GetThumbnail

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

func (*ExternalAdReplyInfo) GetThumbnailUrl

func (x *ExternalAdReplyInfo) GetThumbnailUrl() string

func (*ExternalAdReplyInfo) GetTitle

func (x *ExternalAdReplyInfo) GetTitle() string

func (*ExternalAdReplyInfo) ProtoMessage

func (*ExternalAdReplyInfo) ProtoMessage()

func (*ExternalAdReplyInfo) ProtoReflect

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

func (*ExternalAdReplyInfo) Reset

func (x *ExternalAdReplyInfo) Reset()

func (*ExternalAdReplyInfo) String

func (x *ExternalAdReplyInfo) String() string

type ExternalAdReplyInfo_ExternalAdReplyInfoMediaType

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

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Descriptor

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Enum

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) EnumDescriptor deprecated

Deprecated: Use ExternalAdReplyInfo_ExternalAdReplyInfoMediaType.Descriptor instead.

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Number

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) String

func (ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) Type

func (*ExternalAdReplyInfo_ExternalAdReplyInfoMediaType) UnmarshalJSON deprecated

Deprecated: Do not use.

type FourRowTemplate

type FourRowTemplate struct {
	Content *HighlyStructuredMessage `protobuf:"bytes,6,opt,name=content" json:"content,omitempty"`
	Footer  *HighlyStructuredMessage `protobuf:"bytes,7,opt,name=footer" json:"footer,omitempty"`
	Buttons []*TemplateButton        `protobuf:"bytes,8,rep,name=buttons" json:"buttons,omitempty"`
	// Types that are assignable to Title:
	//	*FourRowTemplate_DocumentMessage
	//	*FourRowTemplate_HighlyStructuredMessage
	//	*FourRowTemplate_ImageMessage
	//	*FourRowTemplate_VideoMessage
	//	*FourRowTemplate_LocationMessage
	Title isFourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*FourRowTemplate) Descriptor deprecated

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

Deprecated: Use FourRowTemplate.ProtoReflect.Descriptor instead.

func (*FourRowTemplate) GetButtons

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

func (*FourRowTemplate) GetContent

func (x *FourRowTemplate) GetContent() *HighlyStructuredMessage

func (*FourRowTemplate) GetDocumentMessage

func (x *FourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*FourRowTemplate) GetFooter

func (x *FourRowTemplate) GetFooter() *HighlyStructuredMessage

func (*FourRowTemplate) GetHighlyStructuredMessage

func (x *FourRowTemplate) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*FourRowTemplate) GetImageMessage

func (x *FourRowTemplate) GetImageMessage() *ImageMessage

func (*FourRowTemplate) GetLocationMessage

func (x *FourRowTemplate) GetLocationMessage() *LocationMessage

func (*FourRowTemplate) GetTitle

func (m *FourRowTemplate) GetTitle() isFourRowTemplate_Title

func (*FourRowTemplate) GetVideoMessage

func (x *FourRowTemplate) GetVideoMessage() *VideoMessage

func (*FourRowTemplate) ProtoMessage

func (*FourRowTemplate) ProtoMessage()

func (*FourRowTemplate) ProtoReflect

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

func (*FourRowTemplate) Reset

func (x *FourRowTemplate) Reset()

func (*FourRowTemplate) String

func (x *FourRowTemplate) String() string

type FourRowTemplate_DocumentMessage

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

type FourRowTemplate_HighlyStructuredMessage

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

type FourRowTemplate_ImageMessage

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

type FourRowTemplate_LocationMessage

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

type FourRowTemplate_VideoMessage

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

type FutureProofMessage

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

func (*FutureProofMessage) Descriptor deprecated

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

Deprecated: Use FutureProofMessage.ProtoReflect.Descriptor instead.

func (*FutureProofMessage) GetMessage

func (x *FutureProofMessage) GetMessage() *Message

func (*FutureProofMessage) ProtoMessage

func (*FutureProofMessage) ProtoMessage()

func (*FutureProofMessage) ProtoReflect

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

func (*FutureProofMessage) Reset

func (x *FutureProofMessage) Reset()

func (*FutureProofMessage) String

func (x *FutureProofMessage) String() string

type GroupInviteMessage

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

func (*GroupInviteMessage) Descriptor deprecated

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

Deprecated: Use GroupInviteMessage.ProtoReflect.Descriptor instead.

func (*GroupInviteMessage) GetCaption

func (x *GroupInviteMessage) GetCaption() string

func (*GroupInviteMessage) GetContextInfo

func (x *GroupInviteMessage) GetContextInfo() *ContextInfo

func (*GroupInviteMessage) GetGroupJid

func (x *GroupInviteMessage) GetGroupJid() string

func (*GroupInviteMessage) GetGroupName

func (x *GroupInviteMessage) GetGroupName() string

func (*GroupInviteMessage) GetInviteCode

func (x *GroupInviteMessage) GetInviteCode() string

func (*GroupInviteMessage) GetInviteExpiration

func (x *GroupInviteMessage) GetInviteExpiration() int64

func (*GroupInviteMessage) GetJpegThumbnail

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

func (*GroupInviteMessage) ProtoMessage

func (*GroupInviteMessage) ProtoMessage()

func (*GroupInviteMessage) ProtoReflect

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

func (*GroupInviteMessage) Reset

func (x *GroupInviteMessage) Reset()

func (*GroupInviteMessage) String

func (x *GroupInviteMessage) String() string

type HSMCurrency

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

func (*HSMCurrency) Descriptor deprecated

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

Deprecated: Use HSMCurrency.ProtoReflect.Descriptor instead.

func (*HSMCurrency) GetAmount1000

func (x *HSMCurrency) GetAmount1000() int64

func (*HSMCurrency) GetCurrencyCode

func (x *HSMCurrency) GetCurrencyCode() string

func (*HSMCurrency) ProtoMessage

func (*HSMCurrency) ProtoMessage()

func (*HSMCurrency) ProtoReflect

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

func (*HSMCurrency) Reset

func (x *HSMCurrency) Reset()

func (*HSMCurrency) String

func (x *HSMCurrency) String() string

type HSMDateTime

type HSMDateTime struct {

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

func (*HSMDateTime) Descriptor deprecated

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

Deprecated: Use HSMDateTime.ProtoReflect.Descriptor instead.

func (*HSMDateTime) GetComponent

func (x *HSMDateTime) GetComponent() *HSMDateTimeComponent

func (*HSMDateTime) GetDatetimeOneof

func (m *HSMDateTime) GetDatetimeOneof() isHSMDateTime_DatetimeOneof

func (*HSMDateTime) GetUnixEpoch

func (x *HSMDateTime) GetUnixEpoch() *HSMDateTimeUnixEpoch

func (*HSMDateTime) ProtoMessage

func (*HSMDateTime) ProtoMessage()

func (*HSMDateTime) ProtoReflect

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

func (*HSMDateTime) Reset

func (x *HSMDateTime) Reset()

func (*HSMDateTime) String

func (x *HSMDateTime) String() string

type HSMDateTimeComponent

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

func (*HSMDateTimeComponent) Descriptor deprecated

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

Deprecated: Use HSMDateTimeComponent.ProtoReflect.Descriptor instead.

func (*HSMDateTimeComponent) GetCalendar

func (*HSMDateTimeComponent) GetDayOfMonth

func (x *HSMDateTimeComponent) GetDayOfMonth() uint32

func (*HSMDateTimeComponent) GetDayOfWeek

func (*HSMDateTimeComponent) GetHour

func (x *HSMDateTimeComponent) GetHour() uint32

func (*HSMDateTimeComponent) GetMinute

func (x *HSMDateTimeComponent) GetMinute() uint32

func (*HSMDateTimeComponent) GetMonth

func (x *HSMDateTimeComponent) GetMonth() uint32

func (*HSMDateTimeComponent) GetYear

func (x *HSMDateTimeComponent) GetYear() uint32

func (*HSMDateTimeComponent) ProtoMessage

func (*HSMDateTimeComponent) ProtoMessage()

func (*HSMDateTimeComponent) ProtoReflect

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

func (*HSMDateTimeComponent) Reset

func (x *HSMDateTimeComponent) Reset()

func (*HSMDateTimeComponent) String

func (x *HSMDateTimeComponent) String() string

type HSMDateTimeComponent_HSMDateTimeComponentCalendarType

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

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Descriptor

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Enum

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) EnumDescriptor deprecated

Deprecated: Use HSMDateTimeComponent_HSMDateTimeComponentCalendarType.Descriptor instead.

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Number

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) String

func (HSMDateTimeComponent_HSMDateTimeComponentCalendarType) Type

func (*HSMDateTimeComponent_HSMDateTimeComponentCalendarType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType

type HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType int32

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Descriptor

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Enum

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) EnumDescriptor deprecated

Deprecated: Use HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType.Descriptor instead.

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Number

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) String

func (HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) Type

func (*HSMDateTimeComponent_HSMDateTimeComponentDayOfWeekType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HSMDateTimeUnixEpoch

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

func (*HSMDateTimeUnixEpoch) Descriptor deprecated

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

Deprecated: Use HSMDateTimeUnixEpoch.ProtoReflect.Descriptor instead.

func (*HSMDateTimeUnixEpoch) GetTimestamp

func (x *HSMDateTimeUnixEpoch) GetTimestamp() int64

func (*HSMDateTimeUnixEpoch) ProtoMessage

func (*HSMDateTimeUnixEpoch) ProtoMessage()

func (*HSMDateTimeUnixEpoch) ProtoReflect

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

func (*HSMDateTimeUnixEpoch) Reset

func (x *HSMDateTimeUnixEpoch) Reset()

func (*HSMDateTimeUnixEpoch) String

func (x *HSMDateTimeUnixEpoch) String() string

type HSMDateTime_Component

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

type HSMDateTime_UnixEpoch

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

type HSMLocalizableParameter

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

func (*HSMLocalizableParameter) Descriptor deprecated

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

Deprecated: Use HSMLocalizableParameter.ProtoReflect.Descriptor instead.

func (*HSMLocalizableParameter) GetCurrency

func (x *HSMLocalizableParameter) GetCurrency() *HSMCurrency

func (*HSMLocalizableParameter) GetDateTime

func (x *HSMLocalizableParameter) GetDateTime() *HSMDateTime

func (*HSMLocalizableParameter) GetDefault

func (x *HSMLocalizableParameter) GetDefault() string

func (*HSMLocalizableParameter) GetParamOneof

func (m *HSMLocalizableParameter) GetParamOneof() isHSMLocalizableParameter_ParamOneof

func (*HSMLocalizableParameter) ProtoMessage

func (*HSMLocalizableParameter) ProtoMessage()

func (*HSMLocalizableParameter) ProtoReflect

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

func (*HSMLocalizableParameter) Reset

func (x *HSMLocalizableParameter) Reset()

func (*HSMLocalizableParameter) String

func (x *HSMLocalizableParameter) String() string

type HSMLocalizableParameter_Currency

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

type HSMLocalizableParameter_DateTime

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

type HighlyStructuredMessage

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

func (*HighlyStructuredMessage) Descriptor deprecated

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

Deprecated: Use HighlyStructuredMessage.ProtoReflect.Descriptor instead.

func (*HighlyStructuredMessage) GetDeterministicLc

func (x *HighlyStructuredMessage) GetDeterministicLc() string

func (*HighlyStructuredMessage) GetDeterministicLg

func (x *HighlyStructuredMessage) GetDeterministicLg() string

func (*HighlyStructuredMessage) GetElementName

func (x *HighlyStructuredMessage) GetElementName() string

func (*HighlyStructuredMessage) GetFallbackLc

func (x *HighlyStructuredMessage) GetFallbackLc() string

func (*HighlyStructuredMessage) GetFallbackLg

func (x *HighlyStructuredMessage) GetFallbackLg() string

func (*HighlyStructuredMessage) GetHydratedHsm

func (x *HighlyStructuredMessage) GetHydratedHsm() *TemplateMessage

func (*HighlyStructuredMessage) GetLocalizableParams

func (x *HighlyStructuredMessage) GetLocalizableParams() []*HSMLocalizableParameter

func (*HighlyStructuredMessage) GetNamespace

func (x *HighlyStructuredMessage) GetNamespace() string

func (*HighlyStructuredMessage) GetParams

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

func (*HighlyStructuredMessage) ProtoMessage

func (*HighlyStructuredMessage) ProtoMessage()

func (*HighlyStructuredMessage) ProtoReflect

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

func (*HighlyStructuredMessage) Reset

func (x *HighlyStructuredMessage) Reset()

func (*HighlyStructuredMessage) String

func (x *HighlyStructuredMessage) String() string

type HistorySyncNotification

type HistorySyncNotification struct {
	FileSha256        []byte                                                          `protobuf:"bytes,1,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength        *uint64                                                         `protobuf:"varint,2,opt,name=fileLength" json:"fileLength,omitempty"`
	MediaKey          []byte                                                          `protobuf:"bytes,3,opt,name=mediaKey" json:"mediaKey,omitempty"`
	FileEncSha256     []byte                                                          `protobuf:"bytes,4,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	DirectPath        *string                                                         `protobuf:"bytes,5,opt,name=directPath" json:"directPath,omitempty"`
	SyncType          *HistorySyncNotification_HistorySyncNotificationHistorySyncType `` /* 137-byte string literal not displayed */
	ChunkOrder        *uint32                                                         `protobuf:"varint,7,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	OriginalMessageId *string                                                         `protobuf:"bytes,8,opt,name=originalMessageId" json:"originalMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySyncNotification) Descriptor deprecated

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

Deprecated: Use HistorySyncNotification.ProtoReflect.Descriptor instead.

func (*HistorySyncNotification) GetChunkOrder

func (x *HistorySyncNotification) GetChunkOrder() uint32

func (*HistorySyncNotification) GetDirectPath

func (x *HistorySyncNotification) GetDirectPath() string

func (*HistorySyncNotification) GetFileEncSha256

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

func (*HistorySyncNotification) GetFileLength

func (x *HistorySyncNotification) GetFileLength() uint64

func (*HistorySyncNotification) GetFileSha256

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

func (*HistorySyncNotification) GetMediaKey

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

func (*HistorySyncNotification) GetOriginalMessageId

func (x *HistorySyncNotification) GetOriginalMessageId() string

func (*HistorySyncNotification) ProtoMessage

func (*HistorySyncNotification) ProtoMessage()

func (*HistorySyncNotification) ProtoReflect

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

func (*HistorySyncNotification) Reset

func (x *HistorySyncNotification) Reset()

func (*HistorySyncNotification) String

func (x *HistorySyncNotification) String() string

type HistorySyncNotification_HistorySyncNotificationHistorySyncType

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

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Descriptor

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Enum

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) EnumDescriptor deprecated

Deprecated: Use HistorySyncNotification_HistorySyncNotificationHistorySyncType.Descriptor instead.

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Number

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) String

func (HistorySyncNotification_HistorySyncNotificationHistorySyncType) Type

func (*HistorySyncNotification_HistorySyncNotificationHistorySyncType) UnmarshalJSON deprecated

Deprecated: Do not use.

type HydratedCallButton

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

func (*HydratedCallButton) Descriptor deprecated

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

Deprecated: Use HydratedCallButton.ProtoReflect.Descriptor instead.

func (*HydratedCallButton) GetDisplayText

func (x *HydratedCallButton) GetDisplayText() string

func (*HydratedCallButton) GetPhoneNumber

func (x *HydratedCallButton) GetPhoneNumber() string

func (*HydratedCallButton) ProtoMessage

func (*HydratedCallButton) ProtoMessage()

func (*HydratedCallButton) ProtoReflect

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

func (*HydratedCallButton) Reset

func (x *HydratedCallButton) Reset()

func (*HydratedCallButton) String

func (x *HydratedCallButton) String() string

type HydratedFourRowTemplate

type HydratedFourRowTemplate struct {
	HydratedContentText *string                   `protobuf:"bytes,6,opt,name=hydratedContentText" json:"hydratedContentText,omitempty"`
	HydratedFooterText  *string                   `protobuf:"bytes,7,opt,name=hydratedFooterText" json:"hydratedFooterText,omitempty"`
	HydratedButtons     []*HydratedTemplateButton `protobuf:"bytes,8,rep,name=hydratedButtons" json:"hydratedButtons,omitempty"`
	TemplateId          *string                   `protobuf:"bytes,9,opt,name=templateId" json:"templateId,omitempty"`
	// Types that are assignable to Title:
	//	*HydratedFourRowTemplate_DocumentMessage
	//	*HydratedFourRowTemplate_HydratedTitleText
	//	*HydratedFourRowTemplate_ImageMessage
	//	*HydratedFourRowTemplate_VideoMessage
	//	*HydratedFourRowTemplate_LocationMessage
	Title isHydratedFourRowTemplate_Title `protobuf_oneof:"title"`
	// contains filtered or unexported fields
}

func (*HydratedFourRowTemplate) Descriptor deprecated

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

Deprecated: Use HydratedFourRowTemplate.ProtoReflect.Descriptor instead.

func (*HydratedFourRowTemplate) GetDocumentMessage

func (x *HydratedFourRowTemplate) GetDocumentMessage() *DocumentMessage

func (*HydratedFourRowTemplate) GetHydratedButtons

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

func (*HydratedFourRowTemplate) GetHydratedContentText

func (x *HydratedFourRowTemplate) GetHydratedContentText() string

func (*HydratedFourRowTemplate) GetHydratedFooterText

func (x *HydratedFourRowTemplate) GetHydratedFooterText() string

func (*HydratedFourRowTemplate) GetHydratedTitleText

func (x *HydratedFourRowTemplate) GetHydratedTitleText() string

func (*HydratedFourRowTemplate) GetImageMessage

func (x *HydratedFourRowTemplate) GetImageMessage() *ImageMessage

func (*HydratedFourRowTemplate) GetLocationMessage

func (x *HydratedFourRowTemplate) GetLocationMessage() *LocationMessage

func (*HydratedFourRowTemplate) GetTemplateId

func (x *HydratedFourRowTemplate) GetTemplateId() string

func (*HydratedFourRowTemplate) GetTitle

func (m *HydratedFourRowTemplate) GetTitle() isHydratedFourRowTemplate_Title

func (*HydratedFourRowTemplate) GetVideoMessage

func (x *HydratedFourRowTemplate) GetVideoMessage() *VideoMessage

func (*HydratedFourRowTemplate) ProtoMessage

func (*HydratedFourRowTemplate) ProtoMessage()

func (*HydratedFourRowTemplate) ProtoReflect

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

func (*HydratedFourRowTemplate) Reset

func (x *HydratedFourRowTemplate) Reset()

func (*HydratedFourRowTemplate) String

func (x *HydratedFourRowTemplate) String() string

type HydratedFourRowTemplate_DocumentMessage

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

type HydratedFourRowTemplate_HydratedTitleText

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

type HydratedFourRowTemplate_ImageMessage

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

type HydratedFourRowTemplate_LocationMessage

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

type HydratedFourRowTemplate_VideoMessage

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

type HydratedQuickReplyButton

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

func (*HydratedQuickReplyButton) Descriptor deprecated

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

Deprecated: Use HydratedQuickReplyButton.ProtoReflect.Descriptor instead.

func (*HydratedQuickReplyButton) GetDisplayText

func (x *HydratedQuickReplyButton) GetDisplayText() string

func (*HydratedQuickReplyButton) GetId

func (x *HydratedQuickReplyButton) GetId() string

func (*HydratedQuickReplyButton) ProtoMessage

func (*HydratedQuickReplyButton) ProtoMessage()

func (*HydratedQuickReplyButton) ProtoReflect

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

func (*HydratedQuickReplyButton) Reset

func (x *HydratedQuickReplyButton) Reset()

func (*HydratedQuickReplyButton) String

func (x *HydratedQuickReplyButton) String() string

type HydratedTemplateButton

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

func (*HydratedTemplateButton) Descriptor deprecated

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

Deprecated: Use HydratedTemplateButton.ProtoReflect.Descriptor instead.

func (*HydratedTemplateButton) GetCallButton

func (x *HydratedTemplateButton) GetCallButton() *HydratedCallButton

func (*HydratedTemplateButton) GetHydratedButton

func (m *HydratedTemplateButton) GetHydratedButton() isHydratedTemplateButton_HydratedButton

func (*HydratedTemplateButton) GetIndex

func (x *HydratedTemplateButton) GetIndex() uint32

func (*HydratedTemplateButton) GetQuickReplyButton

func (x *HydratedTemplateButton) GetQuickReplyButton() *HydratedQuickReplyButton

func (*HydratedTemplateButton) GetUrlButton

func (x *HydratedTemplateButton) GetUrlButton() *HydratedURLButton

func (*HydratedTemplateButton) ProtoMessage

func (*HydratedTemplateButton) ProtoMessage()

func (*HydratedTemplateButton) ProtoReflect

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

func (*HydratedTemplateButton) Reset

func (x *HydratedTemplateButton) Reset()

func (*HydratedTemplateButton) String

func (x *HydratedTemplateButton) String() string

type HydratedTemplateButton_CallButton

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

type HydratedTemplateButton_QuickReplyButton

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

type HydratedTemplateButton_UrlButton

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

type HydratedURLButton

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

func (*HydratedURLButton) Descriptor deprecated

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

Deprecated: Use HydratedURLButton.ProtoReflect.Descriptor instead.

func (*HydratedURLButton) GetDisplayText

func (x *HydratedURLButton) GetDisplayText() string

func (*HydratedURLButton) GetUrl

func (x *HydratedURLButton) GetUrl() string

func (*HydratedURLButton) ProtoMessage

func (*HydratedURLButton) ProtoMessage()

func (*HydratedURLButton) ProtoReflect

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

func (*HydratedURLButton) Reset

func (x *HydratedURLButton) Reset()

func (*HydratedURLButton) String

func (x *HydratedURLButton) String() string

type ImageMessage

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

func (*ImageMessage) Descriptor deprecated

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

Deprecated: Use ImageMessage.ProtoReflect.Descriptor instead.

func (*ImageMessage) GetCaption

func (x *ImageMessage) GetCaption() string

func (*ImageMessage) GetContextInfo

func (x *ImageMessage) GetContextInfo() *ContextInfo

func (*ImageMessage) GetDirectPath

func (x *ImageMessage) GetDirectPath() string

func (*ImageMessage) GetExperimentGroupId

func (x *ImageMessage) GetExperimentGroupId() uint32

func (*ImageMessage) GetFileEncSha256

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

func (*ImageMessage) GetFileLength

func (x *ImageMessage) GetFileLength() uint64

func (*ImageMessage) GetFileSha256

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

func (*ImageMessage) GetFirstScanLength

func (x *ImageMessage) GetFirstScanLength() uint32

func (*ImageMessage) GetFirstScanSidecar

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

func (*ImageMessage) GetHeight

func (x *ImageMessage) GetHeight() uint32

func (*ImageMessage) GetInteractiveAnnotations

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

func (*ImageMessage) GetJpegThumbnail

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

func (*ImageMessage) GetMediaKey

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

func (*ImageMessage) GetMediaKeyTimestamp

func (x *ImageMessage) GetMediaKeyTimestamp() int64

func (*ImageMessage) GetMidQualityFileEncSha256

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

func (*ImageMessage) GetMidQualityFileSha256

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

func (*ImageMessage) GetMimetype

func (x *ImageMessage) GetMimetype() string

func (*ImageMessage) GetScanLengths

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

func (*ImageMessage) GetScansSidecar

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

func (*ImageMessage) GetThumbnailDirectPath

func (x *ImageMessage) GetThumbnailDirectPath() string

func (*ImageMessage) GetThumbnailEncSha256

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

func (*ImageMessage) GetThumbnailSha256

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

func (*ImageMessage) GetUrl

func (x *ImageMessage) GetUrl() string

func (*ImageMessage) GetViewOnce

func (x *ImageMessage) GetViewOnce() bool

func (*ImageMessage) GetWidth

func (x *ImageMessage) GetWidth() uint32

func (*ImageMessage) ProtoMessage

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) ProtoReflect

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

func (*ImageMessage) Reset

func (x *ImageMessage) Reset()

func (*ImageMessage) String

func (x *ImageMessage) String() string

type InitialSecurityNotificationSettingSync

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

func (*InitialSecurityNotificationSettingSync) Descriptor deprecated

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

Deprecated: Use InitialSecurityNotificationSettingSync.ProtoReflect.Descriptor instead.

func (*InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled

func (x *InitialSecurityNotificationSettingSync) GetSecurityNotificationEnabled() bool

func (*InitialSecurityNotificationSettingSync) ProtoMessage

func (*InitialSecurityNotificationSettingSync) ProtoReflect

func (*InitialSecurityNotificationSettingSync) Reset

func (*InitialSecurityNotificationSettingSync) String

type InteractiveAnnotation

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

func (*InteractiveAnnotation) Descriptor deprecated

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

Deprecated: Use InteractiveAnnotation.ProtoReflect.Descriptor instead.

func (*InteractiveAnnotation) GetAction

func (m *InteractiveAnnotation) GetAction() isInteractiveAnnotation_Action

func (*InteractiveAnnotation) GetLocation

func (x *InteractiveAnnotation) GetLocation() *Location

func (*InteractiveAnnotation) GetPolygonVertices

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

func (*InteractiveAnnotation) ProtoMessage

func (*InteractiveAnnotation) ProtoMessage()

func (*InteractiveAnnotation) ProtoReflect

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

func (*InteractiveAnnotation) Reset

func (x *InteractiveAnnotation) Reset()

func (*InteractiveAnnotation) String

func (x *InteractiveAnnotation) String() string

type InteractiveAnnotation_Location

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

type InvoiceMessage

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

func (*InvoiceMessage) Descriptor deprecated

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

Deprecated: Use InvoiceMessage.ProtoReflect.Descriptor instead.

func (*InvoiceMessage) GetAttachmentDirectPath

func (x *InvoiceMessage) GetAttachmentDirectPath() string

func (*InvoiceMessage) GetAttachmentFileEncSha256

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

func (*InvoiceMessage) GetAttachmentFileSha256

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

func (*InvoiceMessage) GetAttachmentJpegThumbnail

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

func (*InvoiceMessage) GetAttachmentMediaKey

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

func (*InvoiceMessage) GetAttachmentMediaKeyTimestamp

func (x *InvoiceMessage) GetAttachmentMediaKeyTimestamp() int64

func (*InvoiceMessage) GetAttachmentMimetype

func (x *InvoiceMessage) GetAttachmentMimetype() string

func (*InvoiceMessage) GetAttachmentType

func (*InvoiceMessage) GetNote

func (x *InvoiceMessage) GetNote() string

func (*InvoiceMessage) GetToken

func (x *InvoiceMessage) GetToken() string

func (*InvoiceMessage) ProtoMessage

func (*InvoiceMessage) ProtoMessage()

func (*InvoiceMessage) ProtoReflect

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

func (*InvoiceMessage) Reset

func (x *InvoiceMessage) Reset()

func (*InvoiceMessage) String

func (x *InvoiceMessage) String() string

type InvoiceMessage_InvoiceMessageAttachmentType

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

func (InvoiceMessage_InvoiceMessageAttachmentType) Descriptor

func (InvoiceMessage_InvoiceMessageAttachmentType) Enum

func (InvoiceMessage_InvoiceMessageAttachmentType) EnumDescriptor deprecated

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

Deprecated: Use InvoiceMessage_InvoiceMessageAttachmentType.Descriptor instead.

func (InvoiceMessage_InvoiceMessageAttachmentType) Number

func (InvoiceMessage_InvoiceMessageAttachmentType) String

func (InvoiceMessage_InvoiceMessageAttachmentType) Type

func (*InvoiceMessage_InvoiceMessageAttachmentType) UnmarshalJSON deprecated

Deprecated: Do not use.

type ListMessage

type ListMessage struct {
	Title       *string                          `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Description *string                          `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	ButtonText  *string                          `protobuf:"bytes,3,opt,name=buttonText" json:"buttonText,omitempty"`
	ListType    *ListMessage_ListMessageListType `protobuf:"varint,4,opt,name=listType,enum=proto.ListMessage_ListMessageListType" json:"listType,omitempty"`
	Sections    []*Section                       `protobuf:"bytes,5,rep,name=sections" json:"sections,omitempty"`
	// 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) GetDescription

func (x *ListMessage) GetDescription() string

func (*ListMessage) GetListType

func (*ListMessage) GetSections

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

func (*ListMessage) GetTitle

func (x *ListMessage) GetTitle() string

func (*ListMessage) ProtoMessage

func (*ListMessage) ProtoMessage()

func (*ListMessage) ProtoReflect

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

func (*ListMessage) Reset

func (x *ListMessage) Reset()

func (*ListMessage) String

func (x *ListMessage) String() string

type ListMessage_ListMessageListType

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

func (ListMessage_ListMessageListType) Descriptor

func (ListMessage_ListMessageListType) Enum

func (ListMessage_ListMessageListType) EnumDescriptor deprecated

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

Deprecated: Use ListMessage_ListMessageListType.Descriptor instead.

func (ListMessage_ListMessageListType) Number

func (ListMessage_ListMessageListType) String

func (ListMessage_ListMessageListType) Type

func (*ListMessage_ListMessageListType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type ListResponseMessage

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

func (*ListResponseMessage) Descriptor deprecated

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

Deprecated: Use ListResponseMessage.ProtoReflect.Descriptor instead.

func (*ListResponseMessage) GetContextInfo

func (x *ListResponseMessage) GetContextInfo() *ContextInfo

func (*ListResponseMessage) GetDescription

func (x *ListResponseMessage) GetDescription() string

func (*ListResponseMessage) GetListType

func (*ListResponseMessage) GetSingleSelectReply

func (x *ListResponseMessage) GetSingleSelectReply() *SingleSelectReply

func (*ListResponseMessage) GetTitle

func (x *ListResponseMessage) GetTitle() string

func (*ListResponseMessage) ProtoMessage

func (*ListResponseMessage) ProtoMessage()

func (*ListResponseMessage) ProtoReflect

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

func (*ListResponseMessage) Reset

func (x *ListResponseMessage) Reset()

func (*ListResponseMessage) String

func (x *ListResponseMessage) String() string

type ListResponseMessage_ListResponseMessageListType

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

func (ListResponseMessage_ListResponseMessageListType) Descriptor

func (ListResponseMessage_ListResponseMessageListType) Enum

func (ListResponseMessage_ListResponseMessageListType) EnumDescriptor deprecated

Deprecated: Use ListResponseMessage_ListResponseMessageListType.Descriptor instead.

func (ListResponseMessage_ListResponseMessageListType) Number

func (ListResponseMessage_ListResponseMessageListType) String

func (ListResponseMessage_ListResponseMessageListType) Type

func (*ListResponseMessage_ListResponseMessageListType) UnmarshalJSON deprecated

Deprecated: Do not use.

type LiveLocationMessage

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

func (*LiveLocationMessage) Descriptor deprecated

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

Deprecated: Use LiveLocationMessage.ProtoReflect.Descriptor instead.

func (*LiveLocationMessage) GetAccuracyInMeters

func (x *LiveLocationMessage) GetAccuracyInMeters() uint32

func (*LiveLocationMessage) GetCaption

func (x *LiveLocationMessage) GetCaption() string

func (*LiveLocationMessage) GetContextInfo

func (x *LiveLocationMessage) GetContextInfo() *ContextInfo

func (*LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth

func (x *LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*LiveLocationMessage) GetDegreesLatitude

func (x *LiveLocationMessage) GetDegreesLatitude() float64

func (*LiveLocationMessage) GetDegreesLongitude

func (x *LiveLocationMessage) GetDegreesLongitude() float64

func (*LiveLocationMessage) GetJpegThumbnail

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

func (*LiveLocationMessage) GetSequenceNumber

func (x *LiveLocationMessage) GetSequenceNumber() int64

func (*LiveLocationMessage) GetSpeedInMps

func (x *LiveLocationMessage) GetSpeedInMps() float32

func (*LiveLocationMessage) GetTimeOffset

func (x *LiveLocationMessage) GetTimeOffset() uint32

func (*LiveLocationMessage) ProtoMessage

func (*LiveLocationMessage) ProtoMessage()

func (*LiveLocationMessage) ProtoReflect

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

func (*LiveLocationMessage) Reset

func (x *LiveLocationMessage) Reset()

func (*LiveLocationMessage) String

func (x *LiveLocationMessage) String() string

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

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetAudioMessage

func (x *Message) GetAudioMessage() *AudioMessage

func (*Message) GetButtonsMessage

func (x *Message) GetButtonsMessage() *ButtonsMessage

func (*Message) GetButtonsResponseMessage

func (x *Message) GetButtonsResponseMessage() *ButtonsResponseMessage

func (*Message) GetCall

func (x *Message) GetCall() *Call

func (*Message) GetCancelPaymentRequestMessage

func (x *Message) GetCancelPaymentRequestMessage() *CancelPaymentRequestMessage

func (*Message) GetChat

func (x *Message) GetChat() *Chat

func (*Message) GetContactMessage

func (x *Message) GetContactMessage() *ContactMessage

func (*Message) GetContactsArrayMessage

func (x *Message) GetContactsArrayMessage() *ContactsArrayMessage

func (*Message) GetConversation

func (x *Message) GetConversation() string

func (*Message) GetDeclinePaymentRequestMessage

func (x *Message) GetDeclinePaymentRequestMessage() *DeclinePaymentRequestMessage

func (*Message) GetDeviceSentMessage

func (x *Message) GetDeviceSentMessage() *DeviceSentMessage

func (*Message) GetDocumentMessage

func (x *Message) GetDocumentMessage() *DocumentMessage

func (*Message) GetEphemeralMessage

func (x *Message) GetEphemeralMessage() *FutureProofMessage

func (*Message) GetExtendedTextMessage

func (x *Message) GetExtendedTextMessage() *ExtendedTextMessage

func (*Message) GetFastRatchetKeySenderKeyDistributionMessage

func (x *Message) GetFastRatchetKeySenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetGroupInviteMessage

func (x *Message) GetGroupInviteMessage() *GroupInviteMessage

func (*Message) GetHighlyStructuredMessage

func (x *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*Message) GetImageMessage

func (x *Message) GetImageMessage() *ImageMessage

func (*Message) GetInvoiceMessage

func (x *Message) GetInvoiceMessage() *InvoiceMessage

func (*Message) GetListMessage

func (x *Message) GetListMessage() *ListMessage

func (*Message) GetListResponseMessage

func (x *Message) GetListResponseMessage() *ListResponseMessage

func (*Message) GetLiveLocationMessage

func (x *Message) GetLiveLocationMessage() *LiveLocationMessage

func (*Message) GetLocationMessage

func (x *Message) GetLocationMessage() *LocationMessage

func (*Message) GetMessageContextInfo

func (x *Message) GetMessageContextInfo() *MessageContextInfo

func (*Message) GetOrderMessage

func (x *Message) GetOrderMessage() *OrderMessage

func (*Message) GetProductMessage

func (x *Message) GetProductMessage() *ProductMessage

func (*Message) GetProtocolMessage

func (x *Message) GetProtocolMessage() *ProtocolMessage

func (*Message) GetRequestPaymentMessage

func (x *Message) GetRequestPaymentMessage() *RequestPaymentMessage

func (*Message) GetSendPaymentMessage

func (x *Message) GetSendPaymentMessage() *SendPaymentMessage

func (*Message) GetSenderKeyDistributionMessage

func (x *Message) GetSenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetStickerMessage

func (x *Message) GetStickerMessage() *StickerMessage

func (*Message) GetTemplateButtonReplyMessage

func (x *Message) GetTemplateButtonReplyMessage() *TemplateButtonReplyMessage

func (*Message) GetTemplateMessage

func (x *Message) GetTemplateMessage() *TemplateMessage

func (*Message) GetVideoMessage

func (x *Message) GetVideoMessage() *VideoMessage

func (*Message) GetViewOnceMessage

func (x *Message) GetViewOnceMessage() *FutureProofMessage

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageContextInfo

type MessageContextInfo struct {
	DeviceListMetadata *DeviceListMetadata `protobuf:"bytes,1,opt,name=deviceListMetadata" json:"deviceListMetadata,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageContextInfo) Descriptor deprecated

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

Deprecated: Use MessageContextInfo.ProtoReflect.Descriptor instead.

func (*MessageContextInfo) GetDeviceListMetadata

func (x *MessageContextInfo) GetDeviceListMetadata() *DeviceListMetadata

func (*MessageContextInfo) ProtoMessage

func (*MessageContextInfo) ProtoMessage()

func (*MessageContextInfo) ProtoReflect

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

func (*MessageContextInfo) Reset

func (x *MessageContextInfo) Reset()

func (*MessageContextInfo) String

func (x *MessageContextInfo) String() string

type MessageKey

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

func (*MessageKey) Descriptor deprecated

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

Deprecated: Use MessageKey.ProtoReflect.Descriptor instead.

func (*MessageKey) GetFromMe

func (x *MessageKey) GetFromMe() bool

func (*MessageKey) GetId

func (x *MessageKey) GetId() string

func (*MessageKey) GetParticipant

func (x *MessageKey) GetParticipant() string

func (*MessageKey) GetRemoteJid

func (x *MessageKey) GetRemoteJid() string

func (*MessageKey) ProtoMessage

func (*MessageKey) ProtoMessage()

func (*MessageKey) ProtoReflect

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

func (*MessageKey) Reset

func (x *MessageKey) Reset()

func (*MessageKey) String

func (x *MessageKey) String() string

type NotificationMessageInfo

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

func (*NotificationMessageInfo) Descriptor deprecated

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

Deprecated: Use NotificationMessageInfo.ProtoReflect.Descriptor instead.

func (*NotificationMessageInfo) GetKey

func (x *NotificationMessageInfo) GetKey() *MessageKey

func (*NotificationMessageInfo) GetMessage

func (x *NotificationMessageInfo) GetMessage() *Message

func (*NotificationMessageInfo) GetMessageTimestamp

func (x *NotificationMessageInfo) GetMessageTimestamp() uint64

func (*NotificationMessageInfo) GetParticipant

func (x *NotificationMessageInfo) GetParticipant() string

func (*NotificationMessageInfo) ProtoMessage

func (*NotificationMessageInfo) ProtoMessage()

func (*NotificationMessageInfo) ProtoReflect

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

func (*NotificationMessageInfo) Reset

func (x *NotificationMessageInfo) Reset()

func (*NotificationMessageInfo) String

func (x *NotificationMessageInfo) String() string

type OrderMessage

type OrderMessage struct {
	OrderId           *string                                `protobuf:"bytes,1,opt,name=orderId" json:"orderId,omitempty"`
	Thumbnail         []byte                                 `protobuf:"bytes,2,opt,name=thumbnail" json:"thumbnail,omitempty"`
	ItemCount         *int32                                 `protobuf:"varint,3,opt,name=itemCount" json:"itemCount,omitempty"`
	Status            *OrderMessage_OrderMessageOrderStatus  `protobuf:"varint,4,opt,name=status,enum=proto.OrderMessage_OrderMessageOrderStatus" json:"status,omitempty"`
	Surface           *OrderMessage_OrderMessageOrderSurface `protobuf:"varint,5,opt,name=surface,enum=proto.OrderMessage_OrderMessageOrderSurface" json:"surface,omitempty"`
	Message           *string                                `protobuf:"bytes,6,opt,name=message" json:"message,omitempty"`
	OrderTitle        *string                                `protobuf:"bytes,7,opt,name=orderTitle" json:"orderTitle,omitempty"`
	SellerJid         *string                                `protobuf:"bytes,8,opt,name=sellerJid" json:"sellerJid,omitempty"`
	Token             *string                                `protobuf:"bytes,9,opt,name=token" json:"token,omitempty"`
	TotalAmount1000   *int64                                 `protobuf:"varint,10,opt,name=totalAmount1000" json:"totalAmount1000,omitempty"`
	TotalCurrencyCode *string                                `protobuf:"bytes,11,opt,name=totalCurrencyCode" json:"totalCurrencyCode,omitempty"`
	ContextInfo       *ContextInfo                           `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*OrderMessage) Descriptor deprecated

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

Deprecated: Use OrderMessage.ProtoReflect.Descriptor instead.

func (*OrderMessage) GetContextInfo

func (x *OrderMessage) GetContextInfo() *ContextInfo

func (*OrderMessage) GetItemCount

func (x *OrderMessage) GetItemCount() int32

func (*OrderMessage) GetMessage

func (x *OrderMessage) GetMessage() string

func (*OrderMessage) GetOrderId

func (x *OrderMessage) GetOrderId() string

func (*OrderMessage) GetOrderTitle

func (x *OrderMessage) GetOrderTitle() string

func (*OrderMessage) GetSellerJid

func (x *OrderMessage) GetSellerJid() string

func (*OrderMessage) GetStatus

func (*OrderMessage) GetSurface

func (*OrderMessage) GetThumbnail

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

func (*OrderMessage) GetToken

func (x *OrderMessage) GetToken() string

func (*OrderMessage) GetTotalAmount1000

func (x *OrderMessage) GetTotalAmount1000() int64

func (*OrderMessage) GetTotalCurrencyCode

func (x *OrderMessage) GetTotalCurrencyCode() string

func (*OrderMessage) ProtoMessage

func (*OrderMessage) ProtoMessage()

func (*OrderMessage) ProtoReflect

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

func (*OrderMessage) Reset

func (x *OrderMessage) Reset()

func (*OrderMessage) String

func (x *OrderMessage) String() string

type OrderMessage_OrderMessageOrderStatus

type OrderMessage_OrderMessageOrderStatus int32
const (
	OrderMessage_INQUIRY OrderMessage_OrderMessageOrderStatus = 1
)

func (OrderMessage_OrderMessageOrderStatus) Descriptor

func (OrderMessage_OrderMessageOrderStatus) Enum

func (OrderMessage_OrderMessageOrderStatus) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderMessageOrderStatus.Descriptor instead.

func (OrderMessage_OrderMessageOrderStatus) Number

func (OrderMessage_OrderMessageOrderStatus) String

func (OrderMessage_OrderMessageOrderStatus) Type

func (*OrderMessage_OrderMessageOrderStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type OrderMessage_OrderMessageOrderSurface

type OrderMessage_OrderMessageOrderSurface int32
const (
	OrderMessage_CATALOG OrderMessage_OrderMessageOrderSurface = 1
)

func (OrderMessage_OrderMessageOrderSurface) Descriptor

func (OrderMessage_OrderMessageOrderSurface) Enum

func (OrderMessage_OrderMessageOrderSurface) EnumDescriptor deprecated

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

Deprecated: Use OrderMessage_OrderMessageOrderSurface.Descriptor instead.

func (OrderMessage_OrderMessageOrderSurface) Number

func (OrderMessage_OrderMessageOrderSurface) String

func (OrderMessage_OrderMessageOrderSurface) Type

func (*OrderMessage_OrderMessageOrderSurface) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo

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

func (*PaymentInfo) Descriptor deprecated

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

Deprecated: Use PaymentInfo.ProtoReflect.Descriptor instead.

func (*PaymentInfo) GetAmount1000

func (x *PaymentInfo) GetAmount1000() uint64

func (*PaymentInfo) GetCurrency

func (x *PaymentInfo) GetCurrency() string

func (*PaymentInfo) GetCurrencyDeprecated

func (x *PaymentInfo) GetCurrencyDeprecated() PaymentInfo_PaymentInfoCurrency

func (*PaymentInfo) GetExchangeAmount

func (x *PaymentInfo) GetExchangeAmount() *PaymentMoney

func (*PaymentInfo) GetExpiryTimestamp

func (x *PaymentInfo) GetExpiryTimestamp() uint64

func (*PaymentInfo) GetFutureproofed

func (x *PaymentInfo) GetFutureproofed() bool

func (*PaymentInfo) GetPrimaryAmount

func (x *PaymentInfo) GetPrimaryAmount() *PaymentMoney

func (*PaymentInfo) GetReceiverJid

func (x *PaymentInfo) GetReceiverJid() string

func (*PaymentInfo) GetRequestMessageKey

func (x *PaymentInfo) GetRequestMessageKey() *MessageKey

func (*PaymentInfo) GetStatus

func (*PaymentInfo) GetTransactionTimestamp

func (x *PaymentInfo) GetTransactionTimestamp() uint64

func (*PaymentInfo) GetTxnStatus

func (*PaymentInfo) GetUseNoviFiatFormat

func (x *PaymentInfo) GetUseNoviFiatFormat() bool

func (*PaymentInfo) ProtoMessage

func (*PaymentInfo) ProtoMessage()

func (*PaymentInfo) ProtoReflect

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

func (*PaymentInfo) Reset

func (x *PaymentInfo) Reset()

func (*PaymentInfo) String

func (x *PaymentInfo) String() string

type PaymentInfo_PaymentInfoCurrency

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

func (PaymentInfo_PaymentInfoCurrency) Descriptor

func (PaymentInfo_PaymentInfoCurrency) Enum

func (PaymentInfo_PaymentInfoCurrency) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoCurrency.Descriptor instead.

func (PaymentInfo_PaymentInfoCurrency) Number

func (PaymentInfo_PaymentInfoCurrency) String

func (PaymentInfo_PaymentInfoCurrency) Type

func (*PaymentInfo_PaymentInfoCurrency) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_PaymentInfoStatus

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

func (PaymentInfo_PaymentInfoStatus) Descriptor

func (PaymentInfo_PaymentInfoStatus) Enum

func (PaymentInfo_PaymentInfoStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoStatus.Descriptor instead.

func (PaymentInfo_PaymentInfoStatus) Number

func (PaymentInfo_PaymentInfoStatus) String

func (PaymentInfo_PaymentInfoStatus) Type

func (*PaymentInfo_PaymentInfoStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentInfo_PaymentInfoTxnStatus

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

func (PaymentInfo_PaymentInfoTxnStatus) Descriptor

func (PaymentInfo_PaymentInfoTxnStatus) Enum

func (PaymentInfo_PaymentInfoTxnStatus) EnumDescriptor deprecated

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

Deprecated: Use PaymentInfo_PaymentInfoTxnStatus.Descriptor instead.

func (PaymentInfo_PaymentInfoTxnStatus) Number

func (PaymentInfo_PaymentInfoTxnStatus) String

func (PaymentInfo_PaymentInfoTxnStatus) Type

func (*PaymentInfo_PaymentInfoTxnStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PaymentMoney

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

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

Deprecated: Use PaymentMoney.ProtoReflect.Descriptor instead.

func (*PaymentMoney) GetCurrencyCode

func (x *PaymentMoney) GetCurrencyCode() string

func (*PaymentMoney) GetOffset

func (x *PaymentMoney) GetOffset() uint32

func (*PaymentMoney) GetValue

func (x *PaymentMoney) GetValue() int64

func (*PaymentMoney) ProtoMessage

func (*PaymentMoney) ProtoMessage()

func (*PaymentMoney) ProtoReflect

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

func (*PaymentMoney) Reset

func (x *PaymentMoney) Reset()

func (*PaymentMoney) String

func (x *PaymentMoney) 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 ProductMessage

type ProductMessage struct {
	Product          *ProductSnapshot `protobuf:"bytes,1,opt,name=product" json:"product,omitempty"`
	BusinessOwnerJid *string          `protobuf:"bytes,2,opt,name=businessOwnerJid" json:"businessOwnerJid,omitempty"`
	Catalog          *CatalogSnapshot `protobuf:"bytes,4,opt,name=catalog" json:"catalog,omitempty"`
	ContextInfo      *ContextInfo     `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductMessage) Descriptor deprecated

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

Deprecated: Use ProductMessage.ProtoReflect.Descriptor instead.

func (*ProductMessage) GetBusinessOwnerJid

func (x *ProductMessage) GetBusinessOwnerJid() string

func (*ProductMessage) GetCatalog

func (x *ProductMessage) GetCatalog() *CatalogSnapshot

func (*ProductMessage) GetContextInfo

func (x *ProductMessage) GetContextInfo() *ContextInfo

func (*ProductMessage) GetProduct

func (x *ProductMessage) GetProduct() *ProductSnapshot

func (*ProductMessage) ProtoMessage

func (*ProductMessage) ProtoMessage()

func (*ProductMessage) ProtoReflect

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

func (*ProductMessage) Reset

func (x *ProductMessage) Reset()

func (*ProductMessage) String

func (x *ProductMessage) String() string

type ProductSnapshot

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

func (*ProductSnapshot) Descriptor deprecated

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

Deprecated: Use ProductSnapshot.ProtoReflect.Descriptor instead.

func (*ProductSnapshot) GetCurrencyCode

func (x *ProductSnapshot) GetCurrencyCode() string

func (*ProductSnapshot) GetDescription

func (x *ProductSnapshot) GetDescription() string

func (*ProductSnapshot) GetFirstImageId

func (x *ProductSnapshot) GetFirstImageId() string

func (*ProductSnapshot) GetPriceAmount1000

func (x *ProductSnapshot) GetPriceAmount1000() int64

func (*ProductSnapshot) GetProductId

func (x *ProductSnapshot) GetProductId() string

func (*ProductSnapshot) GetProductImage

func (x *ProductSnapshot) GetProductImage() *ImageMessage

func (*ProductSnapshot) GetProductImageCount

func (x *ProductSnapshot) GetProductImageCount() uint32

func (*ProductSnapshot) GetRetailerId

func (x *ProductSnapshot) GetRetailerId() string

func (*ProductSnapshot) GetTitle

func (x *ProductSnapshot) GetTitle() string

func (*ProductSnapshot) GetUrl

func (x *ProductSnapshot) GetUrl() string

func (*ProductSnapshot) ProtoMessage

func (*ProductSnapshot) ProtoMessage()

func (*ProductSnapshot) ProtoReflect

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

func (*ProductSnapshot) Reset

func (x *ProductSnapshot) Reset()

func (*ProductSnapshot) String

func (x *ProductSnapshot) String() string

type ProtocolMessage

type ProtocolMessage struct {
	Key                                    *MessageKey                             `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type                                   *ProtocolMessage_ProtocolMessageType    `protobuf:"varint,2,opt,name=type,enum=proto.ProtocolMessage_ProtocolMessageType" json:"type,omitempty"`
	EphemeralExpiration                    *uint32                                 `protobuf:"varint,4,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp              *int64                                  `protobuf:"varint,5,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	HistorySyncNotification                *HistorySyncNotification                `protobuf:"bytes,6,opt,name=historySyncNotification" json:"historySyncNotification,omitempty"`
	AppStateSyncKeyShare                   *AppStateSyncKeyShare                   `protobuf:"bytes,7,opt,name=appStateSyncKeyShare" json:"appStateSyncKeyShare,omitempty"`
	AppStateSyncKeyRequest                 *AppStateSyncKeyRequest                 `protobuf:"bytes,8,opt,name=appStateSyncKeyRequest" json:"appStateSyncKeyRequest,omitempty"`
	InitialSecurityNotificationSettingSync *InitialSecurityNotificationSettingSync `protobuf:"bytes,9,opt,name=initialSecurityNotificationSettingSync" json:"initialSecurityNotificationSettingSync,omitempty"`
	AppStateFatalExceptionNotification     *AppStateFatalExceptionNotification     `protobuf:"bytes,10,opt,name=appStateFatalExceptionNotification" json:"appStateFatalExceptionNotification,omitempty"`
	// contains filtered or unexported fields
}

func (*ProtocolMessage) Descriptor deprecated

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

Deprecated: Use ProtocolMessage.ProtoReflect.Descriptor instead.

func (*ProtocolMessage) GetAppStateFatalExceptionNotification

func (x *ProtocolMessage) GetAppStateFatalExceptionNotification() *AppStateFatalExceptionNotification

func (*ProtocolMessage) GetAppStateSyncKeyRequest

func (x *ProtocolMessage) GetAppStateSyncKeyRequest() *AppStateSyncKeyRequest

func (*ProtocolMessage) GetAppStateSyncKeyShare

func (x *ProtocolMessage) GetAppStateSyncKeyShare() *AppStateSyncKeyShare

func (*ProtocolMessage) GetEphemeralExpiration

func (x *ProtocolMessage) GetEphemeralExpiration() uint32

func (*ProtocolMessage) GetEphemeralSettingTimestamp

func (x *ProtocolMessage) GetEphemeralSettingTimestamp() int64

func (*ProtocolMessage) GetHistorySyncNotification

func (x *ProtocolMessage) GetHistorySyncNotification() *HistorySyncNotification

func (*ProtocolMessage) GetInitialSecurityNotificationSettingSync

func (x *ProtocolMessage) GetInitialSecurityNotificationSettingSync() *InitialSecurityNotificationSettingSync

func (*ProtocolMessage) GetKey

func (x *ProtocolMessage) GetKey() *MessageKey

func (*ProtocolMessage) GetType

func (*ProtocolMessage) ProtoMessage

func (*ProtocolMessage) ProtoMessage()

func (*ProtocolMessage) ProtoReflect

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

func (*ProtocolMessage) Reset

func (x *ProtocolMessage) Reset()

func (*ProtocolMessage) String

func (x *ProtocolMessage) String() string

type ProtocolMessage_ProtocolMessageType

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

func (ProtocolMessage_ProtocolMessageType) Descriptor

func (ProtocolMessage_ProtocolMessageType) Enum

func (ProtocolMessage_ProtocolMessageType) EnumDescriptor deprecated

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

Deprecated: Use ProtocolMessage_ProtocolMessageType.Descriptor instead.

func (ProtocolMessage_ProtocolMessageType) Number

func (ProtocolMessage_ProtocolMessageType) String

func (ProtocolMessage_ProtocolMessageType) Type

func (*ProtocolMessage_ProtocolMessageType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type QuickReplyButton

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

func (*QuickReplyButton) Descriptor deprecated

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

Deprecated: Use QuickReplyButton.ProtoReflect.Descriptor instead.

func (*QuickReplyButton) GetDisplayText

func (x *QuickReplyButton) GetDisplayText() *HighlyStructuredMessage

func (*QuickReplyButton) GetId

func (x *QuickReplyButton) GetId() string

func (*QuickReplyButton) ProtoMessage

func (*QuickReplyButton) ProtoMessage()

func (*QuickReplyButton) ProtoReflect

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

func (*QuickReplyButton) Reset

func (x *QuickReplyButton) Reset()

func (*QuickReplyButton) String

func (x *QuickReplyButton) String() string

type 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              *PaymentMoney `protobuf:"bytes,6,opt,name=amount" json:"amount,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() *PaymentMoney

func (*RequestPaymentMessage) GetAmount1000

func (x *RequestPaymentMessage) GetAmount1000() uint64

func (*RequestPaymentMessage) GetCurrencyCodeIso4217

func (x *RequestPaymentMessage) GetCurrencyCodeIso4217() string

func (*RequestPaymentMessage) GetExpiryTimestamp

func (x *RequestPaymentMessage) GetExpiryTimestamp() int64

func (*RequestPaymentMessage) GetNoteMessage

func (x *RequestPaymentMessage) GetNoteMessage() *Message

func (*RequestPaymentMessage) GetRequestFrom

func (x *RequestPaymentMessage) GetRequestFrom() string

func (*RequestPaymentMessage) ProtoMessage

func (*RequestPaymentMessage) ProtoMessage()

func (*RequestPaymentMessage) ProtoReflect

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

func (*RequestPaymentMessage) Reset

func (x *RequestPaymentMessage) Reset()

func (*RequestPaymentMessage) String

func (x *RequestPaymentMessage) String() string

type Row

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

func (*Row) Descriptor deprecated

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

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetDescription

func (x *Row) GetDescription() string

func (*Row) GetRowId

func (x *Row) GetRowId() string

func (*Row) GetTitle

func (x *Row) GetTitle() string

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect

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

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

type Section

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

func (*Section) Descriptor deprecated

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

Deprecated: Use Section.ProtoReflect.Descriptor instead.

func (*Section) GetRows

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

func (*Section) GetTitle

func (x *Section) GetTitle() string

func (*Section) ProtoMessage

func (*Section) ProtoMessage()

func (*Section) ProtoReflect

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

func (*Section) Reset

func (x *Section) Reset()

func (*Section) String

func (x *Section) String() string

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

func (*SendPaymentMessage) Descriptor deprecated

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

Deprecated: Use SendPaymentMessage.ProtoReflect.Descriptor instead.

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 SingleSelectReply

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

func (*SingleSelectReply) Descriptor deprecated

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

Deprecated: Use SingleSelectReply.ProtoReflect.Descriptor instead.

func (*SingleSelectReply) GetSelectedRowId

func (x *SingleSelectReply) GetSelectedRowId() string

func (*SingleSelectReply) ProtoMessage

func (*SingleSelectReply) ProtoMessage()

func (*SingleSelectReply) ProtoReflect

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

func (*SingleSelectReply) Reset

func (x *SingleSelectReply) Reset()

func (*SingleSelectReply) String

func (x *SingleSelectReply) String() string

type StickerMessage

type StickerMessage struct {
	Url               *string      `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	FileSha256        []byte       `protobuf:"bytes,2,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileEncSha256     []byte       `protobuf:"bytes,3,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	MediaKey          []byte       `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Mimetype          *string      `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
	Height            *uint32      `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
	Width             *uint32      `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
	DirectPath        *string      `protobuf:"bytes,8,opt,name=directPath" json:"directPath,omitempty"`
	FileLength        *uint64      `protobuf:"varint,9,opt,name=fileLength" json:"fileLength,omitempty"`
	MediaKeyTimestamp *int64       `protobuf:"varint,10,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	FirstFrameLength  *uint32      `protobuf:"varint,11,opt,name=firstFrameLength" json:"firstFrameLength,omitempty"`
	FirstFrameSidecar []byte       `protobuf:"bytes,12,opt,name=firstFrameSidecar" json:"firstFrameSidecar,omitempty"`
	IsAnimated        *bool        `protobuf:"varint,13,opt,name=isAnimated" json:"isAnimated,omitempty"`
	PngThumbnail      []byte       `protobuf:"bytes,16,opt,name=pngThumbnail" json:"pngThumbnail,omitempty"`
	ContextInfo       *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerMessage) Descriptor deprecated

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

Deprecated: Use StickerMessage.ProtoReflect.Descriptor instead.

func (*StickerMessage) GetContextInfo

func (x *StickerMessage) GetContextInfo() *ContextInfo

func (*StickerMessage) GetDirectPath

func (x *StickerMessage) GetDirectPath() string

func (*StickerMessage) GetFileEncSha256

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

func (*StickerMessage) GetFileLength

func (x *StickerMessage) GetFileLength() uint64

func (*StickerMessage) GetFileSha256

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

func (*StickerMessage) GetFirstFrameLength

func (x *StickerMessage) GetFirstFrameLength() uint32

func (*StickerMessage) GetFirstFrameSidecar

func (x *StickerMessage) GetFirstFrameSidecar() []byte

func (*StickerMessage) GetHeight

func (x *StickerMessage) GetHeight() uint32

func (*StickerMessage) GetIsAnimated

func (x *StickerMessage) GetIsAnimated() bool

func (*StickerMessage) GetMediaKey

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

func (*StickerMessage) GetMediaKeyTimestamp

func (x *StickerMessage) GetMediaKeyTimestamp() int64

func (*StickerMessage) GetMimetype

func (x *StickerMessage) GetMimetype() string

func (*StickerMessage) GetPngThumbnail

func (x *StickerMessage) GetPngThumbnail() []byte

func (*StickerMessage) GetUrl

func (x *StickerMessage) GetUrl() string

func (*StickerMessage) GetWidth

func (x *StickerMessage) GetWidth() uint32

func (*StickerMessage) ProtoMessage

func (*StickerMessage) ProtoMessage()

func (*StickerMessage) ProtoReflect

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

func (*StickerMessage) Reset

func (x *StickerMessage) Reset()

func (*StickerMessage) String

func (x *StickerMessage) String() string

type TemplateButton

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

func (*TemplateButton) Descriptor deprecated

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

Deprecated: Use TemplateButton.ProtoReflect.Descriptor instead.

func (*TemplateButton) GetButton

func (m *TemplateButton) GetButton() isTemplateButton_Button

func (*TemplateButton) GetCallButton

func (x *TemplateButton) GetCallButton() *CallButton

func (*TemplateButton) GetIndex

func (x *TemplateButton) GetIndex() uint32

func (*TemplateButton) GetQuickReplyButton

func (x *TemplateButton) GetQuickReplyButton() *QuickReplyButton

func (*TemplateButton) GetUrlButton

func (x *TemplateButton) GetUrlButton() *URLButton

func (*TemplateButton) ProtoMessage

func (*TemplateButton) ProtoMessage()

func (*TemplateButton) ProtoReflect

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

func (*TemplateButton) Reset

func (x *TemplateButton) Reset()

func (*TemplateButton) String

func (x *TemplateButton) String() string

type TemplateButtonReplyMessage

type TemplateButtonReplyMessage struct {
	SelectedId          *string      `protobuf:"bytes,1,opt,name=selectedId" json:"selectedId,omitempty"`
	SelectedDisplayText *string      `protobuf:"bytes,2,opt,name=selectedDisplayText" json:"selectedDisplayText,omitempty"`
	ContextInfo         *ContextInfo `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	SelectedIndex       *uint32      `protobuf:"varint,4,opt,name=selectedIndex" json:"selectedIndex,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateButtonReplyMessage) Descriptor deprecated

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

Deprecated: Use TemplateButtonReplyMessage.ProtoReflect.Descriptor instead.

func (*TemplateButtonReplyMessage) GetContextInfo

func (x *TemplateButtonReplyMessage) GetContextInfo() *ContextInfo

func (*TemplateButtonReplyMessage) GetSelectedDisplayText

func (x *TemplateButtonReplyMessage) GetSelectedDisplayText() string

func (*TemplateButtonReplyMessage) GetSelectedId

func (x *TemplateButtonReplyMessage) GetSelectedId() string

func (*TemplateButtonReplyMessage) GetSelectedIndex

func (x *TemplateButtonReplyMessage) GetSelectedIndex() uint32

func (*TemplateButtonReplyMessage) ProtoMessage

func (*TemplateButtonReplyMessage) ProtoMessage()

func (*TemplateButtonReplyMessage) ProtoReflect

func (*TemplateButtonReplyMessage) Reset

func (x *TemplateButtonReplyMessage) Reset()

func (*TemplateButtonReplyMessage) String

func (x *TemplateButtonReplyMessage) String() string

type TemplateButton_CallButton

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

type TemplateButton_QuickReplyButton

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

type TemplateButton_UrlButton

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

type TemplateMessage

type TemplateMessage struct {
	ContextInfo      *ContextInfo             `protobuf:"bytes,3,opt,name=contextInfo" json:"contextInfo,omitempty"`
	HydratedTemplate *HydratedFourRowTemplate `protobuf:"bytes,4,opt,name=hydratedTemplate" json:"hydratedTemplate,omitempty"`
	// Types that are assignable to Format:
	//	*TemplateMessage_FourRowTemplate
	//	*TemplateMessage_HydratedFourRowTemplate
	Format isTemplateMessage_Format `protobuf_oneof:"format"`
	// contains filtered or unexported fields
}

func (*TemplateMessage) Descriptor deprecated

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

Deprecated: Use TemplateMessage.ProtoReflect.Descriptor instead.

func (*TemplateMessage) GetContextInfo

func (x *TemplateMessage) GetContextInfo() *ContextInfo

func (*TemplateMessage) GetFormat

func (m *TemplateMessage) GetFormat() isTemplateMessage_Format

func (*TemplateMessage) GetFourRowTemplate

func (x *TemplateMessage) GetFourRowTemplate() *FourRowTemplate

func (*TemplateMessage) GetHydratedFourRowTemplate

func (x *TemplateMessage) GetHydratedFourRowTemplate() *HydratedFourRowTemplate

func (*TemplateMessage) GetHydratedTemplate

func (x *TemplateMessage) GetHydratedTemplate() *HydratedFourRowTemplate

func (*TemplateMessage) ProtoMessage

func (*TemplateMessage) ProtoMessage()

func (*TemplateMessage) ProtoReflect

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

func (*TemplateMessage) Reset

func (x *TemplateMessage) Reset()

func (*TemplateMessage) String

func (x *TemplateMessage) String() string

type TemplateMessage_FourRowTemplate

type TemplateMessage_FourRowTemplate struct {
	FourRowTemplate *FourRowTemplate `protobuf:"bytes,1,opt,name=fourRowTemplate,oneof"`
}

type TemplateMessage_HydratedFourRowTemplate

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

type URLButton

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

func (*URLButton) Descriptor deprecated

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

Deprecated: Use URLButton.ProtoReflect.Descriptor instead.

func (*URLButton) GetDisplayText

func (x *URLButton) GetDisplayText() *HighlyStructuredMessage

func (*URLButton) GetUrl

func (x *URLButton) GetUrl() *HighlyStructuredMessage

func (*URLButton) ProtoMessage

func (*URLButton) ProtoMessage()

func (*URLButton) ProtoReflect

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

func (*URLButton) Reset

func (x *URLButton) Reset()

func (*URLButton) String

func (x *URLButton) String() string

type VideoMessage

type VideoMessage struct {
	Url                    *string                               `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	Mimetype               *string                               `protobuf:"bytes,2,opt,name=mimetype" json:"mimetype,omitempty"`
	FileSha256             []byte                                `protobuf:"bytes,3,opt,name=fileSha256" json:"fileSha256,omitempty"`
	FileLength             *uint64                               `protobuf:"varint,4,opt,name=fileLength" json:"fileLength,omitempty"`
	Seconds                *uint32                               `protobuf:"varint,5,opt,name=seconds" json:"seconds,omitempty"`
	MediaKey               []byte                                `protobuf:"bytes,6,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Caption                *string                               `protobuf:"bytes,7,opt,name=caption" json:"caption,omitempty"`
	GifPlayback            *bool                                 `protobuf:"varint,8,opt,name=gifPlayback" json:"gifPlayback,omitempty"`
	Height                 *uint32                               `protobuf:"varint,9,opt,name=height" json:"height,omitempty"`
	Width                  *uint32                               `protobuf:"varint,10,opt,name=width" json:"width,omitempty"`
	FileEncSha256          []byte                                `protobuf:"bytes,11,opt,name=fileEncSha256" json:"fileEncSha256,omitempty"`
	InteractiveAnnotations []*InteractiveAnnotation              `protobuf:"bytes,12,rep,name=interactiveAnnotations" json:"interactiveAnnotations,omitempty"`
	DirectPath             *string                               `protobuf:"bytes,13,opt,name=directPath" json:"directPath,omitempty"`
	MediaKeyTimestamp      *int64                                `protobuf:"varint,14,opt,name=mediaKeyTimestamp" json:"mediaKeyTimestamp,omitempty"`
	JpegThumbnail          []byte                                `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo            *ContextInfo                          `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar       []byte                                `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	GifAttribution         *VideoMessage_VideoMessageAttribution `protobuf:"varint,19,opt,name=gifAttribution,enum=proto.VideoMessage_VideoMessageAttribution" json:"gifAttribution,omitempty"`
	ViewOnce               *bool                                 `protobuf:"varint,20,opt,name=viewOnce" json:"viewOnce,omitempty"`
	ThumbnailDirectPath    *string                               `protobuf:"bytes,21,opt,name=thumbnailDirectPath" json:"thumbnailDirectPath,omitempty"`
	ThumbnailSha256        []byte                                `protobuf:"bytes,22,opt,name=thumbnailSha256" json:"thumbnailSha256,omitempty"`
	ThumbnailEncSha256     []byte                                `protobuf:"bytes,23,opt,name=thumbnailEncSha256" json:"thumbnailEncSha256,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoMessage) Descriptor deprecated

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

Deprecated: Use VideoMessage.ProtoReflect.Descriptor instead.

func (*VideoMessage) GetCaption

func (x *VideoMessage) GetCaption() string

func (*VideoMessage) GetContextInfo

func (x *VideoMessage) GetContextInfo() *ContextInfo

func (*VideoMessage) GetDirectPath

func (x *VideoMessage) GetDirectPath() string

func (*VideoMessage) GetFileEncSha256

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

func (*VideoMessage) GetFileLength

func (x *VideoMessage) GetFileLength() uint64

func (*VideoMessage) GetFileSha256

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

func (*VideoMessage) GetGifAttribution

func (x *VideoMessage) GetGifAttribution() VideoMessage_VideoMessageAttribution

func (*VideoMessage) GetGifPlayback

func (x *VideoMessage) GetGifPlayback() bool

func (*VideoMessage) GetHeight

func (x *VideoMessage) GetHeight() uint32

func (*VideoMessage) GetInteractiveAnnotations

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

func (*VideoMessage) GetJpegThumbnail

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

func (*VideoMessage) GetMediaKey

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

func (*VideoMessage) GetMediaKeyTimestamp

func (x *VideoMessage) GetMediaKeyTimestamp() int64

func (*VideoMessage) GetMimetype

func (x *VideoMessage) GetMimetype() string

func (*VideoMessage) GetSeconds

func (x *VideoMessage) GetSeconds() uint32

func (*VideoMessage) GetStreamingSidecar

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

func (*VideoMessage) GetThumbnailDirectPath

func (x *VideoMessage) GetThumbnailDirectPath() string

func (*VideoMessage) GetThumbnailEncSha256

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

func (*VideoMessage) GetThumbnailSha256

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

func (*VideoMessage) GetUrl

func (x *VideoMessage) GetUrl() string

func (*VideoMessage) GetViewOnce

func (x *VideoMessage) GetViewOnce() bool

func (*VideoMessage) GetWidth

func (x *VideoMessage) GetWidth() uint32

func (*VideoMessage) ProtoMessage

func (*VideoMessage) ProtoMessage()

func (*VideoMessage) ProtoReflect

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

func (*VideoMessage) Reset

func (x *VideoMessage) Reset()

func (*VideoMessage) String

func (x *VideoMessage) String() string

type VideoMessage_VideoMessageAttribution

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

func (VideoMessage_VideoMessageAttribution) Descriptor

func (VideoMessage_VideoMessageAttribution) Enum

func (VideoMessage_VideoMessageAttribution) EnumDescriptor deprecated

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

Deprecated: Use VideoMessage_VideoMessageAttribution.Descriptor instead.

func (VideoMessage_VideoMessageAttribution) Number

func (VideoMessage_VideoMessageAttribution) String

func (VideoMessage_VideoMessageAttribution) Type

func (*VideoMessage_VideoMessageAttribution) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebFeatures

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

func (*WebFeatures) Descriptor deprecated

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

Deprecated: Use WebFeatures.ProtoReflect.Descriptor instead.

func (*WebFeatures) GetCatalog

func (x *WebFeatures) GetCatalog() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetChangeNumberV2

func (x *WebFeatures) GetChangeNumberV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetE2ENotificationSync

func (x *WebFeatures) GetE2ENotificationSync() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetEphemeralMessages

func (x *WebFeatures) GetEphemeralMessages() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetFrequentlyForwardedSetting

func (x *WebFeatures) GetFrequentlyForwardedSetting() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupDogfoodingInternalOnly

func (x *WebFeatures) GetGroupDogfoodingInternalOnly() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupUiiCleanup

func (x *WebFeatures) GetGroupUiiCleanup() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV3

func (x *WebFeatures) GetGroupsV3() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV3Create

func (x *WebFeatures) GetGroupsV3Create() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetGroupsV4JoinPermission

func (x *WebFeatures) GetGroupsV4JoinPermission() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLabelsDisplay

func (x *WebFeatures) GetLabelsDisplay() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLabelsEdit

func (x *WebFeatures) GetLabelsEdit() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLiveLocations

func (x *WebFeatures) GetLiveLocations() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetLiveLocationsFinal

func (x *WebFeatures) GetLiveLocationsFinal() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetMediaUpload

func (x *WebFeatures) GetMediaUpload() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetMediaUploadRichQuickReplies

func (x *WebFeatures) GetMediaUploadRichQuickReplies() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetPayments

func (x *WebFeatures) GetPayments() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQueryStatusV3Thumbnail

func (x *WebFeatures) GetQueryStatusV3Thumbnail() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQueryVname

func (x *WebFeatures) GetQueryVname() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetQuickRepliesQuery

func (x *WebFeatures) GetQuickRepliesQuery() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickers

func (x *WebFeatures) GetRecentStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickersV2

func (x *WebFeatures) GetRecentStickersV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetRecentStickersV3

func (x *WebFeatures) GetRecentStickersV3() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSettingsSync

func (x *WebFeatures) GetSettingsSync() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStarredStickers

func (x *WebFeatures) GetStarredStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStatusRanking

func (x *WebFeatures) GetStatusRanking() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetStickerPackQuery

func (x *WebFeatures) GetStickerPackQuery() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSupport

func (x *WebFeatures) GetSupport() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSyncdRelease1

func (x *WebFeatures) GetSyncdRelease1() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetSyncdRelease11

func (x *WebFeatures) GetSyncdRelease11() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetTemplateMessage

func (x *WebFeatures) GetTemplateMessage() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetTemplateMessageInteractivity

func (x *WebFeatures) GetTemplateMessageInteractivity() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetThirdPartyStickers

func (x *WebFeatures) GetThirdPartyStickers() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetUserNotice

func (x *WebFeatures) GetUserNotice() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVideoPlaybackUrl

func (x *WebFeatures) GetVideoPlaybackUrl() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVnameV2

func (x *WebFeatures) GetVnameV2() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipGroupCall

func (x *WebFeatures) GetVoipGroupCall() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualIncoming

func (x *WebFeatures) GetVoipIndividualIncoming() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualOutgoing

func (x *WebFeatures) GetVoipIndividualOutgoing() WebFeatures_WebFeaturesFlag

func (*WebFeatures) GetVoipIndividualVideo

func (x *WebFeatures) GetVoipIndividualVideo() WebFeatures_WebFeaturesFlag

func (*WebFeatures) ProtoMessage

func (*WebFeatures) ProtoMessage()

func (*WebFeatures) ProtoReflect

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

func (*WebFeatures) Reset

func (x *WebFeatures) Reset()

func (*WebFeatures) String

func (x *WebFeatures) String() string

type WebFeatures_WebFeaturesFlag

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

func (WebFeatures_WebFeaturesFlag) Descriptor

func (WebFeatures_WebFeaturesFlag) Enum

func (WebFeatures_WebFeaturesFlag) EnumDescriptor deprecated

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

Deprecated: Use WebFeatures_WebFeaturesFlag.Descriptor instead.

func (WebFeatures_WebFeaturesFlag) Number

func (WebFeatures_WebFeaturesFlag) String

func (WebFeatures_WebFeaturesFlag) Type

func (*WebFeatures_WebFeaturesFlag) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo

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

func (*WebMessageInfo) Descriptor deprecated

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

Deprecated: Use WebMessageInfo.ProtoReflect.Descriptor instead.

func (*WebMessageInfo) GetBizPrivacyStatus

func (*WebMessageInfo) GetBroadcast

func (x *WebMessageInfo) GetBroadcast() bool

func (*WebMessageInfo) GetClearMedia

func (x *WebMessageInfo) GetClearMedia() bool

func (*WebMessageInfo) GetDuration

func (x *WebMessageInfo) GetDuration() uint32

func (*WebMessageInfo) GetEphemeralDuration

func (x *WebMessageInfo) GetEphemeralDuration() uint32

func (*WebMessageInfo) GetEphemeralOffToOn

func (x *WebMessageInfo) GetEphemeralOffToOn() bool

func (*WebMessageInfo) GetEphemeralOutOfSync

func (x *WebMessageInfo) GetEphemeralOutOfSync() bool

func (*WebMessageInfo) GetEphemeralStartTimestamp

func (x *WebMessageInfo) GetEphemeralStartTimestamp() uint64

func (*WebMessageInfo) GetFinalLiveLocation

func (x *WebMessageInfo) GetFinalLiveLocation() *LiveLocationMessage

func (*WebMessageInfo) GetIgnore

func (x *WebMessageInfo) GetIgnore() bool

func (*WebMessageInfo) GetKey

func (x *WebMessageInfo) GetKey() *MessageKey

func (*WebMessageInfo) GetLabels

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

func (*WebMessageInfo) GetMediaCiphertextSha256

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

func (*WebMessageInfo) GetMessage

func (x *WebMessageInfo) GetMessage() *Message

func (*WebMessageInfo) GetMessageStubParameters

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

func (*WebMessageInfo) GetMessageStubType

func (x *WebMessageInfo) GetMessageStubType() WebMessageInfo_WebMessageInfoStubType

func (*WebMessageInfo) GetMessageTimestamp

func (x *WebMessageInfo) GetMessageTimestamp() uint64

func (*WebMessageInfo) GetMulticast

func (x *WebMessageInfo) GetMulticast() bool

func (*WebMessageInfo) GetParticipant

func (x *WebMessageInfo) GetParticipant() string

func (*WebMessageInfo) GetPaymentInfo

func (x *WebMessageInfo) GetPaymentInfo() *PaymentInfo

func (*WebMessageInfo) GetPushName

func (x *WebMessageInfo) GetPushName() string

func (*WebMessageInfo) GetQuotedPaymentInfo

func (x *WebMessageInfo) GetQuotedPaymentInfo() *PaymentInfo

func (*WebMessageInfo) GetStarred

func (x *WebMessageInfo) GetStarred() bool

func (*WebMessageInfo) GetStatus

func (*WebMessageInfo) GetUrlNumber

func (x *WebMessageInfo) GetUrlNumber() bool

func (*WebMessageInfo) GetUrlText

func (x *WebMessageInfo) GetUrlText() bool

func (*WebMessageInfo) GetVerifiedBizName

func (x *WebMessageInfo) GetVerifiedBizName() string

func (*WebMessageInfo) ProtoMessage

func (*WebMessageInfo) ProtoMessage()

func (*WebMessageInfo) ProtoReflect

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

func (*WebMessageInfo) Reset

func (x *WebMessageInfo) Reset()

func (*WebMessageInfo) String

func (x *WebMessageInfo) String() string

type WebMessageInfo_WebMessageInfoBizPrivacyStatus

type WebMessageInfo_WebMessageInfoBizPrivacyStatus int32

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Descriptor

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Enum

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoBizPrivacyStatus.Descriptor instead.

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Number

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) String

func (WebMessageInfo_WebMessageInfoBizPrivacyStatus) Type

func (*WebMessageInfo_WebMessageInfoBizPrivacyStatus) UnmarshalJSON deprecated

Deprecated: Do not use.

type WebMessageInfo_WebMessageInfoStatus

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

func (WebMessageInfo_WebMessageInfoStatus) Descriptor

func (WebMessageInfo_WebMessageInfoStatus) Enum

func (WebMessageInfo_WebMessageInfoStatus) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoStatus.Descriptor instead.

func (WebMessageInfo_WebMessageInfoStatus) Number

func (WebMessageInfo_WebMessageInfoStatus) String

func (WebMessageInfo_WebMessageInfoStatus) Type

func (*WebMessageInfo_WebMessageInfoStatus) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebMessageInfo_WebMessageInfoStubType

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

func (WebMessageInfo_WebMessageInfoStubType) Descriptor

func (WebMessageInfo_WebMessageInfoStubType) Enum

func (WebMessageInfo_WebMessageInfoStubType) EnumDescriptor deprecated

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

Deprecated: Use WebMessageInfo_WebMessageInfoStubType.Descriptor instead.

func (WebMessageInfo_WebMessageInfoStubType) Number

func (WebMessageInfo_WebMessageInfoStubType) String

func (WebMessageInfo_WebMessageInfoStubType) Type

func (*WebMessageInfo_WebMessageInfoStubType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type WebNotificationsInfo

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

func (*WebNotificationsInfo) Descriptor deprecated

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

Deprecated: Use WebNotificationsInfo.ProtoReflect.Descriptor instead.

func (*WebNotificationsInfo) GetNotifyMessageCount

func (x *WebNotificationsInfo) GetNotifyMessageCount() uint32

func (*WebNotificationsInfo) GetNotifyMessages

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

func (*WebNotificationsInfo) GetTimestamp

func (x *WebNotificationsInfo) GetTimestamp() uint64

func (*WebNotificationsInfo) GetUnreadChats

func (x *WebNotificationsInfo) GetUnreadChats() uint32

func (*WebNotificationsInfo) ProtoMessage

func (*WebNotificationsInfo) ProtoMessage()

func (*WebNotificationsInfo) ProtoReflect

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

func (*WebNotificationsInfo) Reset

func (x *WebNotificationsInfo) Reset()

func (*WebNotificationsInfo) String

func (x *WebNotificationsInfo) String() string

Jump to

Keyboard shortcuts

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