proto

package
v0.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2019 License: MIT Imports: 3 Imported by: 33

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExtendedTextMessage_FONTTYPE_name = map[int32]string{
	0: "SANS_SERIF",
	1: "SERIF",
	2: "NORICAN_REGULAR",
	3: "BRYNDAN_WRITE",
	4: "BEBASNEUE_REGULAR",
	5: "OSWALD_HEAVY",
}
View Source
var ExtendedTextMessage_FONTTYPE_value = map[string]int32{
	"SANS_SERIF":        0,
	"SERIF":             1,
	"NORICAN_REGULAR":   2,
	"BRYNDAN_WRITE":     3,
	"BEBASNEUE_REGULAR": 4,
	"OSWALD_HEAVY":      5,
}
View Source
var HSMDateTimeComponent_CALENDARTYPE_name = map[int32]string{
	1: "GREGORIAN",
	2: "SOLAR_HIJRI",
}
View Source
var HSMDateTimeComponent_CALENDARTYPE_value = map[string]int32{
	"GREGORIAN":   1,
	"SOLAR_HIJRI": 2,
}
View Source
var HSMDateTimeComponent_DAYOFWEEKTYPE_name = map[int32]string{
	1: "MONDAY",
	2: "TUESDAY",
	3: "WEDNESDAY",
	4: "THURSDAY",
	5: "FRIDAY",
	6: "SATURDAY",
	7: "SUNDAY",
}
View Source
var HSMDateTimeComponent_DAYOFWEEKTYPE_value = map[string]int32{
	"MONDAY":    1,
	"TUESDAY":   2,
	"WEDNESDAY": 3,
	"THURSDAY":  4,
	"FRIDAY":    5,
	"SATURDAY":  6,
	"SUNDAY":    7,
}
View Source
var ProtocolMessage_TYPE_name = map[int32]string{
	0: "REVOKE",
}
View Source
var ProtocolMessage_TYPE_value = map[string]int32{
	"REVOKE": 0,
}
View Source
var VideoMessage_ATTRIBUTION_name = map[int32]string{
	0: "NONE",
	1: "GIPHY",
	2: "TENOR",
}
View Source
var VideoMessage_ATTRIBUTION_value = map[string]int32{
	"NONE":  0,
	"GIPHY": 1,
	"TENOR": 2,
}
View Source
var WebFeatures_FLAG_name = map[int32]string{
	0: "NOT_IMPLEMENTED",
	1: "IMPLEMENTED",
	2: "OPTIONAL",
}
View Source
var WebFeatures_FLAG_value = map[string]int32{
	"NOT_IMPLEMENTED": 0,
	"IMPLEMENTED":     1,
	"OPTIONAL":        2,
}
View Source
var WebMessageInfo_STATUS_name = map[int32]string{
	0: "ERROR",
	1: "PENDING",
	2: "SERVER_ACK",
	3: "DELIVERY_ACK",
	4: "READ",
	5: "PLAYED",
}
View Source
var WebMessageInfo_STATUS_value = map[string]int32{
	"ERROR":        0,
	"PENDING":      1,
	"SERVER_ACK":   2,
	"DELIVERY_ACK": 3,
	"READ":         4,
	"PLAYED":       5,
}
View Source
var WebMessageInfo_STUBTYPE_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "REVOKE",
	2:  "CIPHERTEXT",
	3:  "FUTUREPROOF",
	4:  "NON_VERIFIED_TRANSITION",
	5:  "UNVERIFIED_TRANSITION",
	6:  "VERIFIED_TRANSITION",
	7:  "VERIFIED_LOW_UNKNOWN",
	8:  "VERIFIED_HIGH",
	9:  "VERIFIED_INITIAL_UNKNOWN",
	10: "VERIFIED_INITIAL_LOW",
	11: "VERIFIED_INITIAL_HIGH",
	12: "VERIFIED_TRANSITION_ANY_TO_NONE",
	13: "VERIFIED_TRANSITION_ANY_TO_HIGH",
	14: "VERIFIED_TRANSITION_HIGH_TO_LOW",
	15: "VERIFIED_TRANSITION_HIGH_TO_UNKNOWN",
	16: "VERIFIED_TRANSITION_UNKNOWN_TO_LOW",
	17: "VERIFIED_TRANSITION_LOW_TO_UNKNOWN",
	18: "VERIFIED_TRANSITION_NONE_TO_LOW",
	19: "VERIFIED_TRANSITION_NONE_TO_UNKNOWN",
	20: "GROUP_CREATE",
	21: "GROUP_CHANGE_SUBJECT",
	22: "GROUP_CHANGE_ICON",
	23: "GROUP_CHANGE_INVITE_LINK",
	24: "GROUP_CHANGE_DESCRIPTION",
	25: "GROUP_CHANGE_RESTRICT",
	26: "GROUP_CHANGE_ANNOUNCE",
	27: "GROUP_PARTICIPANT_ADD",
	28: "GROUP_PARTICIPANT_REMOVE",
	29: "GROUP_PARTICIPANT_PROMOTE",
	30: "GROUP_PARTICIPANT_DEMOTE",
	31: "GROUP_PARTICIPANT_INVITE",
	32: "GROUP_PARTICIPANT_LEAVE",
	33: "GROUP_PARTICIPANT_CHANGE_NUMBER",
	34: "BROADCAST_CREATE",
	35: "BROADCAST_ADD",
	36: "BROADCAST_REMOVE",
	37: "GENERIC_NOTIFICATION",
	38: "E2E_IDENTITY_CHANGED",
	39: "E2E_ENCRYPTED",
	40: "CALL_MISSED_VOICE",
	41: "CALL_MISSED_VIDEO",
	42: "INDIVIDUAL_CHANGE_NUMBER",
	43: "GROUP_DELETE",
}
View Source
var WebMessageInfo_STUBTYPE_value = map[string]int32{
	"UNKNOWN":                             0,
	"REVOKE":                              1,
	"CIPHERTEXT":                          2,
	"FUTUREPROOF":                         3,
	"NON_VERIFIED_TRANSITION":             4,
	"UNVERIFIED_TRANSITION":               5,
	"VERIFIED_TRANSITION":                 6,
	"VERIFIED_LOW_UNKNOWN":                7,
	"VERIFIED_HIGH":                       8,
	"VERIFIED_INITIAL_UNKNOWN":            9,
	"VERIFIED_INITIAL_LOW":                10,
	"VERIFIED_INITIAL_HIGH":               11,
	"VERIFIED_TRANSITION_ANY_TO_NONE":     12,
	"VERIFIED_TRANSITION_ANY_TO_HIGH":     13,
	"VERIFIED_TRANSITION_HIGH_TO_LOW":     14,
	"VERIFIED_TRANSITION_HIGH_TO_UNKNOWN": 15,
	"VERIFIED_TRANSITION_UNKNOWN_TO_LOW":  16,
	"VERIFIED_TRANSITION_LOW_TO_UNKNOWN":  17,
	"VERIFIED_TRANSITION_NONE_TO_LOW":     18,
	"VERIFIED_TRANSITION_NONE_TO_UNKNOWN": 19,
	"GROUP_CREATE":                        20,
	"GROUP_CHANGE_SUBJECT":                21,
	"GROUP_CHANGE_ICON":                   22,
	"GROUP_CHANGE_INVITE_LINK":            23,
	"GROUP_CHANGE_DESCRIPTION":            24,
	"GROUP_CHANGE_RESTRICT":               25,
	"GROUP_CHANGE_ANNOUNCE":               26,
	"GROUP_PARTICIPANT_ADD":               27,
	"GROUP_PARTICIPANT_REMOVE":            28,
	"GROUP_PARTICIPANT_PROMOTE":           29,
	"GROUP_PARTICIPANT_DEMOTE":            30,
	"GROUP_PARTICIPANT_INVITE":            31,
	"GROUP_PARTICIPANT_LEAVE":             32,
	"GROUP_PARTICIPANT_CHANGE_NUMBER":     33,
	"BROADCAST_CREATE":                    34,
	"BROADCAST_ADD":                       35,
	"BROADCAST_REMOVE":                    36,
	"GENERIC_NOTIFICATION":                37,
	"E2E_IDENTITY_CHANGED":                38,
	"E2E_ENCRYPTED":                       39,
	"CALL_MISSED_VOICE":                   40,
	"CALL_MISSED_VIDEO":                   41,
	"INDIVIDUAL_CHANGE_NUMBER":            42,
	"GROUP_DELETE":                        43,
}

Functions

This section is empty.

Types

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"`
	ContextInfo          *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar     []byte       `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AudioMessage) Descriptor

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

func (*AudioMessage) GetContextInfo

func (m *AudioMessage) GetContextInfo() *ContextInfo

func (*AudioMessage) GetDirectPath

func (m *AudioMessage) GetDirectPath() string

func (*AudioMessage) GetFileEncSha256

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

func (*AudioMessage) GetFileLength

func (m *AudioMessage) GetFileLength() uint64

func (*AudioMessage) GetFileSha256

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

func (*AudioMessage) GetMediaKey

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

func (*AudioMessage) GetMimetype

func (m *AudioMessage) GetMimetype() string

func (*AudioMessage) GetPtt

func (m *AudioMessage) GetPtt() bool

func (*AudioMessage) GetSeconds

func (m *AudioMessage) GetSeconds() uint32

func (*AudioMessage) GetStreamingSidecar

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

func (*AudioMessage) GetUrl

func (m *AudioMessage) GetUrl() string

func (*AudioMessage) ProtoMessage

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) Reset

func (m *AudioMessage) Reset()

func (*AudioMessage) String

func (m *AudioMessage) String() string

func (*AudioMessage) XXX_DiscardUnknown

func (m *AudioMessage) XXX_DiscardUnknown()

func (*AudioMessage) XXX_Marshal

func (m *AudioMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AudioMessage) XXX_Merge

func (dst *AudioMessage) XXX_Merge(src proto.Message)

func (*AudioMessage) XXX_Size

func (m *AudioMessage) XXX_Size() int

func (*AudioMessage) XXX_Unmarshal

func (m *AudioMessage) XXX_Unmarshal(b []byte) error

type Call

type Call struct {
	CallKey              []byte   `protobuf:"bytes,1,opt,name=callKey" json:"callKey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Call) Descriptor

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

func (*Call) GetCallKey

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

func (*Call) ProtoMessage

func (*Call) ProtoMessage()

func (*Call) Reset

func (m *Call) Reset()

func (*Call) String

func (m *Call) String() string

func (*Call) XXX_DiscardUnknown

func (m *Call) XXX_DiscardUnknown()

func (*Call) XXX_Marshal

func (m *Call) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Call) XXX_Merge

func (dst *Call) XXX_Merge(src proto.Message)

func (*Call) XXX_Size

func (m *Call) XXX_Size() int

func (*Call) XXX_Unmarshal

func (m *Call) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Chat) Descriptor

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

func (*Chat) GetDisplayName

func (m *Chat) GetDisplayName() string

func (*Chat) GetId

func (m *Chat) GetId() string

func (*Chat) ProtoMessage

func (*Chat) ProtoMessage()

func (*Chat) Reset

func (m *Chat) Reset()

func (*Chat) String

func (m *Chat) String() string

func (*Chat) XXX_DiscardUnknown

func (m *Chat) XXX_DiscardUnknown()

func (*Chat) XXX_Marshal

func (m *Chat) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Chat) XXX_Merge

func (dst *Chat) XXX_Merge(src proto.Message)

func (*Chat) XXX_Size

func (m *Chat) XXX_Size() int

func (*Chat) XXX_Unmarshal

func (m *Chat) XXX_Unmarshal(b []byte) error

type CombinedFingerprint

type CombinedFingerprint struct {
	Version              *uint32          `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	LocalFingerprint     *FingerprintData `protobuf:"bytes,2,opt,name=localFingerprint" json:"localFingerprint,omitempty"`
	RemoteFingerprint    *FingerprintData `protobuf:"bytes,3,opt,name=remoteFingerprint" json:"remoteFingerprint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CombinedFingerprint) Descriptor

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

func (*CombinedFingerprint) GetLocalFingerprint

func (m *CombinedFingerprint) GetLocalFingerprint() *FingerprintData

func (*CombinedFingerprint) GetRemoteFingerprint

func (m *CombinedFingerprint) GetRemoteFingerprint() *FingerprintData

func (*CombinedFingerprint) GetVersion

func (m *CombinedFingerprint) GetVersion() uint32

func (*CombinedFingerprint) ProtoMessage

func (*CombinedFingerprint) ProtoMessage()

func (*CombinedFingerprint) Reset

func (m *CombinedFingerprint) Reset()

func (*CombinedFingerprint) String

func (m *CombinedFingerprint) String() string

func (*CombinedFingerprint) XXX_DiscardUnknown

func (m *CombinedFingerprint) XXX_DiscardUnknown()

func (*CombinedFingerprint) XXX_Marshal

func (m *CombinedFingerprint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CombinedFingerprint) XXX_Merge

func (dst *CombinedFingerprint) XXX_Merge(src proto.Message)

func (*CombinedFingerprint) XXX_Size

func (m *CombinedFingerprint) XXX_Size() int

func (*CombinedFingerprint) XXX_Unmarshal

func (m *CombinedFingerprint) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ContactMessage) Descriptor

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

func (*ContactMessage) GetContextInfo

func (m *ContactMessage) GetContextInfo() *ContextInfo

func (*ContactMessage) GetDisplayName

func (m *ContactMessage) GetDisplayName() string

func (*ContactMessage) GetVcard

func (m *ContactMessage) GetVcard() string

func (*ContactMessage) ProtoMessage

func (*ContactMessage) ProtoMessage()

func (*ContactMessage) Reset

func (m *ContactMessage) Reset()

func (*ContactMessage) String

func (m *ContactMessage) String() string

func (*ContactMessage) XXX_DiscardUnknown

func (m *ContactMessage) XXX_DiscardUnknown()

func (*ContactMessage) XXX_Marshal

func (m *ContactMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactMessage) XXX_Merge

func (dst *ContactMessage) XXX_Merge(src proto.Message)

func (*ContactMessage) XXX_Size

func (m *ContactMessage) XXX_Size() int

func (*ContactMessage) XXX_Unmarshal

func (m *ContactMessage) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ContactsArrayMessage) Descriptor

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

func (*ContactsArrayMessage) GetContacts

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

func (*ContactsArrayMessage) GetContextInfo

func (m *ContactsArrayMessage) GetContextInfo() *ContextInfo

func (*ContactsArrayMessage) GetDisplayName

func (m *ContactsArrayMessage) GetDisplayName() string

func (*ContactsArrayMessage) ProtoMessage

func (*ContactsArrayMessage) ProtoMessage()

func (*ContactsArrayMessage) Reset

func (m *ContactsArrayMessage) Reset()

func (*ContactsArrayMessage) String

func (m *ContactsArrayMessage) String() string

func (*ContactsArrayMessage) XXX_DiscardUnknown

func (m *ContactsArrayMessage) XXX_DiscardUnknown()

func (*ContactsArrayMessage) XXX_Marshal

func (m *ContactsArrayMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContactsArrayMessage) XXX_Merge

func (dst *ContactsArrayMessage) XXX_Merge(src proto.Message)

func (*ContactsArrayMessage) XXX_Size

func (m *ContactsArrayMessage) XXX_Size() int

func (*ContactsArrayMessage) XXX_Unmarshal

func (m *ContactsArrayMessage) XXX_Unmarshal(b []byte) error

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,rep,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"`
	IsForwarded            *bool      `protobuf:"varint,22,opt,name=isForwarded" json:"isForwarded,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}   `json:"-"`
	XXX_unrecognized       []byte     `json:"-"`
	XXX_sizecache          int32      `json:"-"`
}

func (*ContextInfo) Descriptor

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

func (*ContextInfo) GetConversionData

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

func (*ContextInfo) GetConversionDelaySeconds

func (m *ContextInfo) GetConversionDelaySeconds() uint32

func (*ContextInfo) GetConversionSource

func (m *ContextInfo) GetConversionSource() string

func (*ContextInfo) GetIsForwarded

func (m *ContextInfo) GetIsForwarded() bool

func (*ContextInfo) GetMentionedJid

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

func (*ContextInfo) GetParticipant

func (m *ContextInfo) GetParticipant() string

func (*ContextInfo) GetQuotedMessage

func (m *ContextInfo) GetQuotedMessage() []*Message

func (*ContextInfo) GetRemoteJid

func (m *ContextInfo) GetRemoteJid() string

func (*ContextInfo) GetStanzaId

func (m *ContextInfo) GetStanzaId() string

func (*ContextInfo) ProtoMessage

func (*ContextInfo) ProtoMessage()

func (*ContextInfo) Reset

func (m *ContextInfo) Reset()

func (*ContextInfo) String

func (m *ContextInfo) String() string

func (*ContextInfo) XXX_DiscardUnknown

func (m *ContextInfo) XXX_DiscardUnknown()

func (*ContextInfo) XXX_Marshal

func (m *ContextInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContextInfo) XXX_Merge

func (dst *ContextInfo) XXX_Merge(src proto.Message)

func (*ContextInfo) XXX_Size

func (m *ContextInfo) XXX_Size() int

func (*ContextInfo) XXX_Unmarshal

func (m *ContextInfo) XXX_Unmarshal(b []byte) error

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"`
	JpegThumbnail        []byte       `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo          *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*DocumentMessage) Descriptor

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

func (*DocumentMessage) GetContextInfo

func (m *DocumentMessage) GetContextInfo() *ContextInfo

func (*DocumentMessage) GetDirectPath

func (m *DocumentMessage) GetDirectPath() string

func (*DocumentMessage) GetFileEncSha256

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

func (*DocumentMessage) GetFileLength

func (m *DocumentMessage) GetFileLength() uint64

func (*DocumentMessage) GetFileName

func (m *DocumentMessage) GetFileName() string

func (*DocumentMessage) GetFileSha256

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

func (*DocumentMessage) GetJpegThumbnail

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

func (*DocumentMessage) GetMediaKey

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

func (*DocumentMessage) GetMimetype

func (m *DocumentMessage) GetMimetype() string

func (*DocumentMessage) GetPageCount

func (m *DocumentMessage) GetPageCount() uint32

func (*DocumentMessage) GetTitle

func (m *DocumentMessage) GetTitle() string

func (*DocumentMessage) GetUrl

func (m *DocumentMessage) GetUrl() string

func (*DocumentMessage) ProtoMessage

func (*DocumentMessage) ProtoMessage()

func (*DocumentMessage) Reset

func (m *DocumentMessage) Reset()

func (*DocumentMessage) String

func (m *DocumentMessage) String() string

func (*DocumentMessage) XXX_DiscardUnknown

func (m *DocumentMessage) XXX_DiscardUnknown()

func (*DocumentMessage) XXX_Marshal

func (m *DocumentMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DocumentMessage) XXX_Merge

func (dst *DocumentMessage) XXX_Merge(src proto.Message)

func (*DocumentMessage) XXX_Size

func (m *DocumentMessage) XXX_Size() int

func (*DocumentMessage) XXX_Unmarshal

func (m *DocumentMessage) XXX_Unmarshal(b []byte) error

type ExtendedTextMessage

type ExtendedTextMessage struct {
	Text                 *string                       `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	MatchedText          *string                       `protobuf:"bytes,2,opt,name=matchedText" json:"matchedText,omitempty"`
	CanonicalUrl         *string                       `protobuf:"bytes,4,opt,name=canonicalUrl" json:"canonicalUrl,omitempty"`
	Description          *string                       `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	Title                *string                       `protobuf:"bytes,6,opt,name=title" json:"title,omitempty"`
	TextArgb             *uint32                       `protobuf:"fixed32,7,opt,name=textArgb" json:"textArgb,omitempty"`
	BackgroundArgb       *uint32                       `protobuf:"fixed32,8,opt,name=backgroundArgb" json:"backgroundArgb,omitempty"`
	Font                 *ExtendedTextMessage_FONTTYPE `protobuf:"varint,9,opt,name=font,enum=proto.ExtendedTextMessage_FONTTYPE" json:"font,omitempty"`
	JpegThumbnail        []byte                        `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo          *ContextInfo                  `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*ExtendedTextMessage) Descriptor

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

func (*ExtendedTextMessage) GetBackgroundArgb

func (m *ExtendedTextMessage) GetBackgroundArgb() uint32

func (*ExtendedTextMessage) GetCanonicalUrl

func (m *ExtendedTextMessage) GetCanonicalUrl() string

func (*ExtendedTextMessage) GetContextInfo

func (m *ExtendedTextMessage) GetContextInfo() *ContextInfo

func (*ExtendedTextMessage) GetDescription

func (m *ExtendedTextMessage) GetDescription() string

func (*ExtendedTextMessage) GetFont

func (*ExtendedTextMessage) GetJpegThumbnail

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

func (*ExtendedTextMessage) GetMatchedText

func (m *ExtendedTextMessage) GetMatchedText() string

func (*ExtendedTextMessage) GetText

func (m *ExtendedTextMessage) GetText() string

func (*ExtendedTextMessage) GetTextArgb

func (m *ExtendedTextMessage) GetTextArgb() uint32

func (*ExtendedTextMessage) GetTitle

func (m *ExtendedTextMessage) GetTitle() string

func (*ExtendedTextMessage) ProtoMessage

func (*ExtendedTextMessage) ProtoMessage()

func (*ExtendedTextMessage) Reset

func (m *ExtendedTextMessage) Reset()

func (*ExtendedTextMessage) String

func (m *ExtendedTextMessage) String() string

func (*ExtendedTextMessage) XXX_DiscardUnknown

func (m *ExtendedTextMessage) XXX_DiscardUnknown()

func (*ExtendedTextMessage) XXX_Marshal

func (m *ExtendedTextMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExtendedTextMessage) XXX_Merge

func (dst *ExtendedTextMessage) XXX_Merge(src proto.Message)

func (*ExtendedTextMessage) XXX_Size

func (m *ExtendedTextMessage) XXX_Size() int

func (*ExtendedTextMessage) XXX_Unmarshal

func (m *ExtendedTextMessage) XXX_Unmarshal(b []byte) error

type ExtendedTextMessage_FONTTYPE

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

func (ExtendedTextMessage_FONTTYPE) Enum

func (ExtendedTextMessage_FONTTYPE) EnumDescriptor

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

func (ExtendedTextMessage_FONTTYPE) String

func (*ExtendedTextMessage_FONTTYPE) UnmarshalJSON

func (x *ExtendedTextMessage_FONTTYPE) UnmarshalJSON(data []byte) error

type FingerprintData

type FingerprintData struct {
	PublicKey            *string  `protobuf:"bytes,1,opt,name=publicKey" json:"publicKey,omitempty"`
	Identifier           *string  `protobuf:"bytes,2,opt,name=identifier" json:"identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FingerprintData) Descriptor

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

func (*FingerprintData) GetIdentifier

func (m *FingerprintData) GetIdentifier() string

func (*FingerprintData) GetPublicKey

func (m *FingerprintData) GetPublicKey() string

func (*FingerprintData) ProtoMessage

func (*FingerprintData) ProtoMessage()

func (*FingerprintData) Reset

func (m *FingerprintData) Reset()

func (*FingerprintData) String

func (m *FingerprintData) String() string

func (*FingerprintData) XXX_DiscardUnknown

func (m *FingerprintData) XXX_DiscardUnknown()

func (*FingerprintData) XXX_Marshal

func (m *FingerprintData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FingerprintData) XXX_Merge

func (dst *FingerprintData) XXX_Merge(src proto.Message)

func (*FingerprintData) XXX_Size

func (m *FingerprintData) XXX_Size() int

func (*FingerprintData) XXX_Unmarshal

func (m *FingerprintData) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HSMCurrency) Descriptor

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

func (*HSMCurrency) GetAmount1000

func (m *HSMCurrency) GetAmount1000() int64

func (*HSMCurrency) GetCurrencyCode

func (m *HSMCurrency) GetCurrencyCode() string

func (*HSMCurrency) ProtoMessage

func (*HSMCurrency) ProtoMessage()

func (*HSMCurrency) Reset

func (m *HSMCurrency) Reset()

func (*HSMCurrency) String

func (m *HSMCurrency) String() string

func (*HSMCurrency) XXX_DiscardUnknown

func (m *HSMCurrency) XXX_DiscardUnknown()

func (*HSMCurrency) XXX_Marshal

func (m *HSMCurrency) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HSMCurrency) XXX_Merge

func (dst *HSMCurrency) XXX_Merge(src proto.Message)

func (*HSMCurrency) XXX_Size

func (m *HSMCurrency) XXX_Size() int

func (*HSMCurrency) XXX_Unmarshal

func (m *HSMCurrency) XXX_Unmarshal(b []byte) error

type HSMDateTime

type HSMDateTime struct {
	// Types that are valid to be assigned to DatetimeOneof:
	//	*HSMDateTime_Component
	//	*HSMDateTime_UnixEpoch
	DatetimeOneof        isHSMDateTime_DatetimeOneof `protobuf_oneof:"datetimeOneof"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*HSMDateTime) Descriptor

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

func (*HSMDateTime) GetComponent

func (m *HSMDateTime) GetComponent() *HSMDateTimeComponent

func (*HSMDateTime) GetDatetimeOneof

func (m *HSMDateTime) GetDatetimeOneof() isHSMDateTime_DatetimeOneof

func (*HSMDateTime) GetUnixEpoch

func (m *HSMDateTime) GetUnixEpoch() *HSMDateTimeUnixEpoch

func (*HSMDateTime) ProtoMessage

func (*HSMDateTime) ProtoMessage()

func (*HSMDateTime) Reset

func (m *HSMDateTime) Reset()

func (*HSMDateTime) String

func (m *HSMDateTime) String() string

func (*HSMDateTime) XXX_DiscardUnknown

func (m *HSMDateTime) XXX_DiscardUnknown()

func (*HSMDateTime) XXX_Marshal

func (m *HSMDateTime) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HSMDateTime) XXX_Merge

func (dst *HSMDateTime) XXX_Merge(src proto.Message)

func (*HSMDateTime) XXX_OneofFuncs

func (*HSMDateTime) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*HSMDateTime) XXX_Size

func (m *HSMDateTime) XXX_Size() int

func (*HSMDateTime) XXX_Unmarshal

func (m *HSMDateTime) XXX_Unmarshal(b []byte) error

type HSMDateTimeComponent

type HSMDateTimeComponent struct {
	DayOfWeek            *HSMDateTimeComponent_DAYOFWEEKTYPE `protobuf:"varint,1,opt,name=dayOfWeek,enum=proto.HSMDateTimeComponent_DAYOFWEEKTYPE" json:"dayOfWeek,omitempty"`
	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_CALENDARTYPE  `protobuf:"varint,7,opt,name=calendar,enum=proto.HSMDateTimeComponent_CALENDARTYPE" json:"calendar,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

func (*HSMDateTimeComponent) Descriptor

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

func (*HSMDateTimeComponent) GetCalendar

func (*HSMDateTimeComponent) GetDayOfMonth

func (m *HSMDateTimeComponent) GetDayOfMonth() uint32

func (*HSMDateTimeComponent) GetDayOfWeek

func (*HSMDateTimeComponent) GetHour

func (m *HSMDateTimeComponent) GetHour() uint32

func (*HSMDateTimeComponent) GetMinute

func (m *HSMDateTimeComponent) GetMinute() uint32

func (*HSMDateTimeComponent) GetMonth

func (m *HSMDateTimeComponent) GetMonth() uint32

func (*HSMDateTimeComponent) GetYear

func (m *HSMDateTimeComponent) GetYear() uint32

func (*HSMDateTimeComponent) ProtoMessage

func (*HSMDateTimeComponent) ProtoMessage()

func (*HSMDateTimeComponent) Reset

func (m *HSMDateTimeComponent) Reset()

func (*HSMDateTimeComponent) String

func (m *HSMDateTimeComponent) String() string

func (*HSMDateTimeComponent) XXX_DiscardUnknown

func (m *HSMDateTimeComponent) XXX_DiscardUnknown()

func (*HSMDateTimeComponent) XXX_Marshal

func (m *HSMDateTimeComponent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HSMDateTimeComponent) XXX_Merge

func (dst *HSMDateTimeComponent) XXX_Merge(src proto.Message)

func (*HSMDateTimeComponent) XXX_Size

func (m *HSMDateTimeComponent) XXX_Size() int

func (*HSMDateTimeComponent) XXX_Unmarshal

func (m *HSMDateTimeComponent) XXX_Unmarshal(b []byte) error

type HSMDateTimeComponent_CALENDARTYPE

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

func (HSMDateTimeComponent_CALENDARTYPE) Enum

func (HSMDateTimeComponent_CALENDARTYPE) EnumDescriptor

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

func (HSMDateTimeComponent_CALENDARTYPE) String

func (*HSMDateTimeComponent_CALENDARTYPE) UnmarshalJSON

func (x *HSMDateTimeComponent_CALENDARTYPE) UnmarshalJSON(data []byte) error

type HSMDateTimeComponent_DAYOFWEEKTYPE

type HSMDateTimeComponent_DAYOFWEEKTYPE int32
const (
	HSMDateTimeComponent_MONDAY    HSMDateTimeComponent_DAYOFWEEKTYPE = 1
	HSMDateTimeComponent_TUESDAY   HSMDateTimeComponent_DAYOFWEEKTYPE = 2
	HSMDateTimeComponent_WEDNESDAY HSMDateTimeComponent_DAYOFWEEKTYPE = 3
	HSMDateTimeComponent_THURSDAY  HSMDateTimeComponent_DAYOFWEEKTYPE = 4
	HSMDateTimeComponent_FRIDAY    HSMDateTimeComponent_DAYOFWEEKTYPE = 5
	HSMDateTimeComponent_SATURDAY  HSMDateTimeComponent_DAYOFWEEKTYPE = 6
	HSMDateTimeComponent_SUNDAY    HSMDateTimeComponent_DAYOFWEEKTYPE = 7
)

func (HSMDateTimeComponent_DAYOFWEEKTYPE) Enum

func (HSMDateTimeComponent_DAYOFWEEKTYPE) EnumDescriptor

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

func (HSMDateTimeComponent_DAYOFWEEKTYPE) String

func (*HSMDateTimeComponent_DAYOFWEEKTYPE) UnmarshalJSON

func (x *HSMDateTimeComponent_DAYOFWEEKTYPE) UnmarshalJSON(data []byte) error

type HSMDateTimeUnixEpoch

type HSMDateTimeUnixEpoch struct {
	Timestamp            *int64   `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HSMDateTimeUnixEpoch) Descriptor

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

func (*HSMDateTimeUnixEpoch) GetTimestamp

func (m *HSMDateTimeUnixEpoch) GetTimestamp() int64

func (*HSMDateTimeUnixEpoch) ProtoMessage

func (*HSMDateTimeUnixEpoch) ProtoMessage()

func (*HSMDateTimeUnixEpoch) Reset

func (m *HSMDateTimeUnixEpoch) Reset()

func (*HSMDateTimeUnixEpoch) String

func (m *HSMDateTimeUnixEpoch) String() string

func (*HSMDateTimeUnixEpoch) XXX_DiscardUnknown

func (m *HSMDateTimeUnixEpoch) XXX_DiscardUnknown()

func (*HSMDateTimeUnixEpoch) XXX_Marshal

func (m *HSMDateTimeUnixEpoch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HSMDateTimeUnixEpoch) XXX_Merge

func (dst *HSMDateTimeUnixEpoch) XXX_Merge(src proto.Message)

func (*HSMDateTimeUnixEpoch) XXX_Size

func (m *HSMDateTimeUnixEpoch) XXX_Size() int

func (*HSMDateTimeUnixEpoch) XXX_Unmarshal

func (m *HSMDateTimeUnixEpoch) XXX_Unmarshal(b []byte) error

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 valid to be assigned to ParamOneof:
	//	*HSMLocalizableParameter_Currency
	//	*HSMLocalizableParameter_DateTime
	ParamOneof           isHSMLocalizableParameter_ParamOneof `protobuf_oneof:"paramOneof"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*HSMLocalizableParameter) Descriptor

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

func (*HSMLocalizableParameter) GetCurrency

func (m *HSMLocalizableParameter) GetCurrency() *HSMCurrency

func (*HSMLocalizableParameter) GetDateTime

func (m *HSMLocalizableParameter) GetDateTime() *HSMDateTime

func (*HSMLocalizableParameter) GetDefault

func (m *HSMLocalizableParameter) GetDefault() string

func (*HSMLocalizableParameter) GetParamOneof

func (m *HSMLocalizableParameter) GetParamOneof() isHSMLocalizableParameter_ParamOneof

func (*HSMLocalizableParameter) ProtoMessage

func (*HSMLocalizableParameter) ProtoMessage()

func (*HSMLocalizableParameter) Reset

func (m *HSMLocalizableParameter) Reset()

func (*HSMLocalizableParameter) String

func (m *HSMLocalizableParameter) String() string

func (*HSMLocalizableParameter) XXX_DiscardUnknown

func (m *HSMLocalizableParameter) XXX_DiscardUnknown()

func (*HSMLocalizableParameter) XXX_Marshal

func (m *HSMLocalizableParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HSMLocalizableParameter) XXX_Merge

func (dst *HSMLocalizableParameter) XXX_Merge(src proto.Message)

func (*HSMLocalizableParameter) XXX_OneofFuncs

func (*HSMLocalizableParameter) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*HSMLocalizableParameter) XXX_Size

func (m *HSMLocalizableParameter) XXX_Size() int

func (*HSMLocalizableParameter) XXX_Unmarshal

func (m *HSMLocalizableParameter) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*HighlyStructuredMessage) Descriptor

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

func (*HighlyStructuredMessage) GetElementName

func (m *HighlyStructuredMessage) GetElementName() string

func (*HighlyStructuredMessage) GetFallbackLc

func (m *HighlyStructuredMessage) GetFallbackLc() string

func (*HighlyStructuredMessage) GetFallbackLg

func (m *HighlyStructuredMessage) GetFallbackLg() string

func (*HighlyStructuredMessage) GetLocalizableParams

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

func (*HighlyStructuredMessage) GetNamespace

func (m *HighlyStructuredMessage) GetNamespace() string

func (*HighlyStructuredMessage) GetParams

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

func (*HighlyStructuredMessage) ProtoMessage

func (*HighlyStructuredMessage) ProtoMessage()

func (*HighlyStructuredMessage) Reset

func (m *HighlyStructuredMessage) Reset()

func (*HighlyStructuredMessage) String

func (m *HighlyStructuredMessage) String() string

func (*HighlyStructuredMessage) XXX_DiscardUnknown

func (m *HighlyStructuredMessage) XXX_DiscardUnknown()

func (*HighlyStructuredMessage) XXX_Marshal

func (m *HighlyStructuredMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HighlyStructuredMessage) XXX_Merge

func (dst *HighlyStructuredMessage) XXX_Merge(src proto.Message)

func (*HighlyStructuredMessage) XXX_Size

func (m *HighlyStructuredMessage) XXX_Size() int

func (*HighlyStructuredMessage) XXX_Unmarshal

func (m *HighlyStructuredMessage) XXX_Unmarshal(b []byte) error

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"`
	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"`
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

func (*ImageMessage) Descriptor

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

func (*ImageMessage) GetCaption

func (m *ImageMessage) GetCaption() string

func (*ImageMessage) GetContextInfo

func (m *ImageMessage) GetContextInfo() *ContextInfo

func (*ImageMessage) GetDirectPath

func (m *ImageMessage) GetDirectPath() string

func (*ImageMessage) GetFileEncSha256

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

func (*ImageMessage) GetFileLength

func (m *ImageMessage) GetFileLength() uint64

func (*ImageMessage) GetFileSha256

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

func (*ImageMessage) GetFirstScanLength

func (m *ImageMessage) GetFirstScanLength() uint32

func (*ImageMessage) GetFirstScanSidecar

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

func (*ImageMessage) GetHeight

func (m *ImageMessage) GetHeight() uint32

func (*ImageMessage) GetInteractiveAnnotations

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

func (*ImageMessage) GetJpegThumbnail

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

func (*ImageMessage) GetMediaKey

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

func (*ImageMessage) GetMimetype

func (m *ImageMessage) GetMimetype() string

func (*ImageMessage) GetUrl

func (m *ImageMessage) GetUrl() string

func (*ImageMessage) GetWidth

func (m *ImageMessage) GetWidth() uint32

func (*ImageMessage) ProtoMessage

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) Reset

func (m *ImageMessage) Reset()

func (*ImageMessage) String

func (m *ImageMessage) String() string

func (*ImageMessage) XXX_DiscardUnknown

func (m *ImageMessage) XXX_DiscardUnknown()

func (*ImageMessage) XXX_Marshal

func (m *ImageMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ImageMessage) XXX_Merge

func (dst *ImageMessage) XXX_Merge(src proto.Message)

func (*ImageMessage) XXX_Size

func (m *ImageMessage) XXX_Size() int

func (*ImageMessage) XXX_Unmarshal

func (m *ImageMessage) XXX_Unmarshal(b []byte) error

type InteractiveAnnotation

type InteractiveAnnotation struct {
	PolygonVertices []*Point `protobuf:"bytes,1,rep,name=polygonVertices" json:"polygonVertices,omitempty"`
	// Types that are valid to be assigned to Action:
	//	*InteractiveAnnotation_Location
	Action               isInteractiveAnnotation_Action `protobuf_oneof:"action"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*InteractiveAnnotation) Descriptor

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

func (*InteractiveAnnotation) GetAction

func (m *InteractiveAnnotation) GetAction() isInteractiveAnnotation_Action

func (*InteractiveAnnotation) GetLocation

func (m *InteractiveAnnotation) GetLocation() *Location

func (*InteractiveAnnotation) GetPolygonVertices

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

func (*InteractiveAnnotation) ProtoMessage

func (*InteractiveAnnotation) ProtoMessage()

func (*InteractiveAnnotation) Reset

func (m *InteractiveAnnotation) Reset()

func (*InteractiveAnnotation) String

func (m *InteractiveAnnotation) String() string

func (*InteractiveAnnotation) XXX_DiscardUnknown

func (m *InteractiveAnnotation) XXX_DiscardUnknown()

func (*InteractiveAnnotation) XXX_Marshal

func (m *InteractiveAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InteractiveAnnotation) XXX_Merge

func (dst *InteractiveAnnotation) XXX_Merge(src proto.Message)

func (*InteractiveAnnotation) XXX_OneofFuncs

func (*InteractiveAnnotation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*InteractiveAnnotation) XXX_Size

func (m *InteractiveAnnotation) XXX_Size() int

func (*InteractiveAnnotation) XXX_Unmarshal

func (m *InteractiveAnnotation) XXX_Unmarshal(b []byte) error

type InteractiveAnnotation_Location

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

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"`
	JpegThumbnail                     []byte       `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo                       *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	XXX_NoUnkeyedLiteral              struct{}     `json:"-"`
	XXX_unrecognized                  []byte       `json:"-"`
	XXX_sizecache                     int32        `json:"-"`
}

func (*LiveLocationMessage) Descriptor

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

func (*LiveLocationMessage) GetAccuracyInMeters

func (m *LiveLocationMessage) GetAccuracyInMeters() uint32

func (*LiveLocationMessage) GetCaption

func (m *LiveLocationMessage) GetCaption() string

func (*LiveLocationMessage) GetContextInfo

func (m *LiveLocationMessage) GetContextInfo() *ContextInfo

func (*LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth

func (m *LiveLocationMessage) GetDegreesClockwiseFromMagneticNorth() uint32

func (*LiveLocationMessage) GetDegreesLatitude

func (m *LiveLocationMessage) GetDegreesLatitude() float64

func (*LiveLocationMessage) GetDegreesLongitude

func (m *LiveLocationMessage) GetDegreesLongitude() float64

func (*LiveLocationMessage) GetJpegThumbnail

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

func (*LiveLocationMessage) GetSequenceNumber

func (m *LiveLocationMessage) GetSequenceNumber() int64

func (*LiveLocationMessage) GetSpeedInMps

func (m *LiveLocationMessage) GetSpeedInMps() float32

func (*LiveLocationMessage) ProtoMessage

func (*LiveLocationMessage) ProtoMessage()

func (*LiveLocationMessage) Reset

func (m *LiveLocationMessage) Reset()

func (*LiveLocationMessage) String

func (m *LiveLocationMessage) String() string

func (*LiveLocationMessage) XXX_DiscardUnknown

func (m *LiveLocationMessage) XXX_DiscardUnknown()

func (*LiveLocationMessage) XXX_Marshal

func (m *LiveLocationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LiveLocationMessage) XXX_Merge

func (dst *LiveLocationMessage) XXX_Merge(src proto.Message)

func (*LiveLocationMessage) XXX_Size

func (m *LiveLocationMessage) XXX_Size() int

func (*LiveLocationMessage) XXX_Unmarshal

func (m *LiveLocationMessage) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Location) Descriptor

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

func (*Location) GetDegreesLatitude

func (m *Location) GetDegreesLatitude() float64

func (*Location) GetDegreesLongitude

func (m *Location) GetDegreesLongitude() float64

func (*Location) GetName

func (m *Location) GetName() string

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Location) XXX_Merge

func (dst *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

func (m *Location) XXX_Unmarshal(b []byte) error

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"`
	JpegThumbnail        []byte       `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo          *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*LocationMessage) Descriptor

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

func (*LocationMessage) GetAddress

func (m *LocationMessage) GetAddress() string

func (*LocationMessage) GetContextInfo

func (m *LocationMessage) GetContextInfo() *ContextInfo

func (*LocationMessage) GetDegreesLatitude

func (m *LocationMessage) GetDegreesLatitude() float64

func (*LocationMessage) GetDegreesLongitude

func (m *LocationMessage) GetDegreesLongitude() float64

func (*LocationMessage) GetJpegThumbnail

func (m *LocationMessage) GetJpegThumbnail() []byte

func (*LocationMessage) GetName

func (m *LocationMessage) GetName() string

func (*LocationMessage) GetUrl

func (m *LocationMessage) GetUrl() string

func (*LocationMessage) ProtoMessage

func (*LocationMessage) ProtoMessage()

func (*LocationMessage) Reset

func (m *LocationMessage) Reset()

func (*LocationMessage) String

func (m *LocationMessage) String() string

func (*LocationMessage) XXX_DiscardUnknown

func (m *LocationMessage) XXX_DiscardUnknown()

func (*LocationMessage) XXX_Marshal

func (m *LocationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*LocationMessage) XXX_Merge

func (dst *LocationMessage) XXX_Merge(src proto.Message)

func (*LocationMessage) XXX_Size

func (m *LocationMessage) XXX_Size() int

func (*LocationMessage) XXX_Unmarshal

func (m *LocationMessage) XXX_Unmarshal(b []byte) error

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"`
	RequestPaymentMessage                      *RequestPaymentMessage        `protobuf:"bytes,17,opt,name=requestPaymentMessage" json:"requestPaymentMessage,omitempty"`
	LiveLocationMessage                        *LiveLocationMessage          `protobuf:"bytes,18,opt,name=liveLocationMessage" json:"liveLocationMessage,omitempty"`
	StickerMessage                             *StickerMessage               `protobuf:"bytes,20,opt,name=stickerMessage" json:"stickerMessage,omitempty"`
	XXX_NoUnkeyedLiteral                       struct{}                      `json:"-"`
	XXX_unrecognized                           []byte                        `json:"-"`
	XXX_sizecache                              int32                         `json:"-"`
}

func (*Message) Descriptor

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

func (*Message) GetAudioMessage

func (m *Message) GetAudioMessage() *AudioMessage

func (*Message) GetCall

func (m *Message) GetCall() *Call

func (*Message) GetChat

func (m *Message) GetChat() *Chat

func (*Message) GetContactMessage

func (m *Message) GetContactMessage() *ContactMessage

func (*Message) GetContactsArrayMessage

func (m *Message) GetContactsArrayMessage() *ContactsArrayMessage

func (*Message) GetConversation

func (m *Message) GetConversation() string

func (*Message) GetDocumentMessage

func (m *Message) GetDocumentMessage() *DocumentMessage

func (*Message) GetExtendedTextMessage

func (m *Message) GetExtendedTextMessage() *ExtendedTextMessage

func (*Message) GetFastRatchetKeySenderKeyDistributionMessage

func (m *Message) GetFastRatchetKeySenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetHighlyStructuredMessage

func (m *Message) GetHighlyStructuredMessage() *HighlyStructuredMessage

func (*Message) GetImageMessage

func (m *Message) GetImageMessage() *ImageMessage

func (*Message) GetLiveLocationMessage

func (m *Message) GetLiveLocationMessage() *LiveLocationMessage

func (*Message) GetLocationMessage

func (m *Message) GetLocationMessage() *LocationMessage

func (*Message) GetProtocolMessage

func (m *Message) GetProtocolMessage() *ProtocolMessage

func (*Message) GetRequestPaymentMessage

func (m *Message) GetRequestPaymentMessage() *RequestPaymentMessage

func (*Message) GetSendPaymentMessage

func (m *Message) GetSendPaymentMessage() *SendPaymentMessage

func (*Message) GetSenderKeyDistributionMessage

func (m *Message) GetSenderKeyDistributionMessage() *SenderKeyDistributionMessage

func (*Message) GetStickerMessage

func (m *Message) GetStickerMessage() *StickerMessage

func (*Message) GetVideoMessage

func (m *Message) GetVideoMessage() *VideoMessage

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) Reset

func (m *Message) Reset()

func (*Message) String

func (m *Message) String() string

func (*Message) XXX_DiscardUnknown

func (m *Message) XXX_DiscardUnknown()

func (*Message) XXX_Marshal

func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Message) XXX_Merge

func (dst *Message) XXX_Merge(src proto.Message)

func (*Message) XXX_Size

func (m *Message) XXX_Size() int

func (*Message) XXX_Unmarshal

func (m *Message) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MessageKey) Descriptor

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

func (*MessageKey) GetFromMe

func (m *MessageKey) GetFromMe() bool

func (*MessageKey) GetId

func (m *MessageKey) GetId() string

func (*MessageKey) GetParticipant

func (m *MessageKey) GetParticipant() string

func (*MessageKey) GetRemoteJid

func (m *MessageKey) GetRemoteJid() string

func (*MessageKey) ProtoMessage

func (*MessageKey) ProtoMessage()

func (*MessageKey) Reset

func (m *MessageKey) Reset()

func (*MessageKey) String

func (m *MessageKey) String() string

func (*MessageKey) XXX_DiscardUnknown

func (m *MessageKey) XXX_DiscardUnknown()

func (*MessageKey) XXX_Marshal

func (m *MessageKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MessageKey) XXX_Merge

func (dst *MessageKey) XXX_Merge(src proto.Message)

func (*MessageKey) XXX_Size

func (m *MessageKey) XXX_Size() int

func (*MessageKey) XXX_Unmarshal

func (m *MessageKey) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*NotificationMessageInfo) Descriptor

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

func (*NotificationMessageInfo) GetKey

func (m *NotificationMessageInfo) GetKey() *MessageKey

func (*NotificationMessageInfo) GetMessage

func (m *NotificationMessageInfo) GetMessage() *Message

func (*NotificationMessageInfo) GetMessageTimestamp

func (m *NotificationMessageInfo) GetMessageTimestamp() uint64

func (*NotificationMessageInfo) GetParticipant

func (m *NotificationMessageInfo) GetParticipant() string

func (*NotificationMessageInfo) ProtoMessage

func (*NotificationMessageInfo) ProtoMessage()

func (*NotificationMessageInfo) Reset

func (m *NotificationMessageInfo) Reset()

func (*NotificationMessageInfo) String

func (m *NotificationMessageInfo) String() string

func (*NotificationMessageInfo) XXX_DiscardUnknown

func (m *NotificationMessageInfo) XXX_DiscardUnknown()

func (*NotificationMessageInfo) XXX_Marshal

func (m *NotificationMessageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NotificationMessageInfo) XXX_Merge

func (dst *NotificationMessageInfo) XXX_Merge(src proto.Message)

func (*NotificationMessageInfo) XXX_Size

func (m *NotificationMessageInfo) XXX_Size() int

func (*NotificationMessageInfo) XXX_Unmarshal

func (m *NotificationMessageInfo) XXX_Unmarshal(b []byte) error

type Point

type Point struct {
	X                    *float64 `protobuf:"fixed64,3,opt,name=x" json:"x,omitempty"`
	Y                    *float64 `protobuf:"fixed64,4,opt,name=y" json:"y,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Point) Descriptor

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

func (*Point) GetX

func (m *Point) GetX() float64

func (*Point) GetY

func (m *Point) GetY() float64

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) Reset

func (m *Point) Reset()

func (*Point) String

func (m *Point) String() string

func (*Point) XXX_DiscardUnknown

func (m *Point) XXX_DiscardUnknown()

func (*Point) XXX_Marshal

func (m *Point) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Point) XXX_Merge

func (dst *Point) XXX_Merge(src proto.Message)

func (*Point) XXX_Size

func (m *Point) XXX_Size() int

func (*Point) XXX_Unmarshal

func (m *Point) XXX_Unmarshal(b []byte) error

type ProtocolMessage

type ProtocolMessage struct {
	Key                  *MessageKey           `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Type                 *ProtocolMessage_TYPE `protobuf:"varint,2,opt,name=type,enum=proto.ProtocolMessage_TYPE" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ProtocolMessage) Descriptor

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

func (*ProtocolMessage) GetKey

func (m *ProtocolMessage) GetKey() *MessageKey

func (*ProtocolMessage) GetType

func (*ProtocolMessage) ProtoMessage

func (*ProtocolMessage) ProtoMessage()

func (*ProtocolMessage) Reset

func (m *ProtocolMessage) Reset()

func (*ProtocolMessage) String

func (m *ProtocolMessage) String() string

func (*ProtocolMessage) XXX_DiscardUnknown

func (m *ProtocolMessage) XXX_DiscardUnknown()

func (*ProtocolMessage) XXX_Marshal

func (m *ProtocolMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProtocolMessage) XXX_Merge

func (dst *ProtocolMessage) XXX_Merge(src proto.Message)

func (*ProtocolMessage) XXX_Size

func (m *ProtocolMessage) XXX_Size() int

func (*ProtocolMessage) XXX_Unmarshal

func (m *ProtocolMessage) XXX_Unmarshal(b []byte) error

type ProtocolMessage_TYPE

type ProtocolMessage_TYPE int32
const (
	ProtocolMessage_REVOKE ProtocolMessage_TYPE = 0
)

func (ProtocolMessage_TYPE) Enum

func (ProtocolMessage_TYPE) EnumDescriptor

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

func (ProtocolMessage_TYPE) String

func (x ProtocolMessage_TYPE) String() string

func (*ProtocolMessage_TYPE) UnmarshalJSON

func (x *ProtocolMessage_TYPE) UnmarshalJSON(data []byte) error

type RequestPaymentMessage

type RequestPaymentMessage struct {
	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"`
	NoteMessage          *Message `protobuf:"bytes,4,opt,name=noteMessage" json:"noteMessage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestPaymentMessage) Descriptor

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

func (*RequestPaymentMessage) GetAmount1000

func (m *RequestPaymentMessage) GetAmount1000() uint64

func (*RequestPaymentMessage) GetCurrencyCodeIso4217

func (m *RequestPaymentMessage) GetCurrencyCodeIso4217() string

func (*RequestPaymentMessage) GetNoteMessage

func (m *RequestPaymentMessage) GetNoteMessage() *Message

func (*RequestPaymentMessage) GetRequestFrom

func (m *RequestPaymentMessage) GetRequestFrom() string

func (*RequestPaymentMessage) ProtoMessage

func (*RequestPaymentMessage) ProtoMessage()

func (*RequestPaymentMessage) Reset

func (m *RequestPaymentMessage) Reset()

func (*RequestPaymentMessage) String

func (m *RequestPaymentMessage) String() string

func (*RequestPaymentMessage) XXX_DiscardUnknown

func (m *RequestPaymentMessage) XXX_DiscardUnknown()

func (*RequestPaymentMessage) XXX_Marshal

func (m *RequestPaymentMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RequestPaymentMessage) XXX_Merge

func (dst *RequestPaymentMessage) XXX_Merge(src proto.Message)

func (*RequestPaymentMessage) XXX_Size

func (m *RequestPaymentMessage) XXX_Size() int

func (*RequestPaymentMessage) XXX_Unmarshal

func (m *RequestPaymentMessage) XXX_Unmarshal(b []byte) error

type SendPaymentMessage

type SendPaymentMessage struct {
	NoteMessage          *Message `protobuf:"bytes,2,opt,name=noteMessage" json:"noteMessage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SendPaymentMessage) Descriptor

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

func (*SendPaymentMessage) GetNoteMessage

func (m *SendPaymentMessage) GetNoteMessage() *Message

func (*SendPaymentMessage) ProtoMessage

func (*SendPaymentMessage) ProtoMessage()

func (*SendPaymentMessage) Reset

func (m *SendPaymentMessage) Reset()

func (*SendPaymentMessage) String

func (m *SendPaymentMessage) String() string

func (*SendPaymentMessage) XXX_DiscardUnknown

func (m *SendPaymentMessage) XXX_DiscardUnknown()

func (*SendPaymentMessage) XXX_Marshal

func (m *SendPaymentMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendPaymentMessage) XXX_Merge

func (dst *SendPaymentMessage) XXX_Merge(src proto.Message)

func (*SendPaymentMessage) XXX_Size

func (m *SendPaymentMessage) XXX_Size() int

func (*SendPaymentMessage) XXX_Unmarshal

func (m *SendPaymentMessage) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral                struct{} `json:"-"`
	XXX_unrecognized                    []byte   `json:"-"`
	XXX_sizecache                       int32    `json:"-"`
}

func (*SenderKeyDistributionMessage) Descriptor

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

func (*SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage

func (m *SenderKeyDistributionMessage) GetAxolotlSenderKeyDistributionMessage() []byte

func (*SenderKeyDistributionMessage) GetGroupId

func (m *SenderKeyDistributionMessage) GetGroupId() string

func (*SenderKeyDistributionMessage) ProtoMessage

func (*SenderKeyDistributionMessage) ProtoMessage()

func (*SenderKeyDistributionMessage) Reset

func (m *SenderKeyDistributionMessage) Reset()

func (*SenderKeyDistributionMessage) String

func (*SenderKeyDistributionMessage) XXX_DiscardUnknown

func (m *SenderKeyDistributionMessage) XXX_DiscardUnknown()

func (*SenderKeyDistributionMessage) XXX_Marshal

func (m *SenderKeyDistributionMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SenderKeyDistributionMessage) XXX_Merge

func (dst *SenderKeyDistributionMessage) XXX_Merge(src proto.Message)

func (*SenderKeyDistributionMessage) XXX_Size

func (m *SenderKeyDistributionMessage) XXX_Size() int

func (*SenderKeyDistributionMessage) XXX_Unmarshal

func (m *SenderKeyDistributionMessage) XXX_Unmarshal(b []byte) error

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"`
	PngThumbnail         []byte       `protobuf:"bytes,16,opt,name=pngThumbnail" json:"pngThumbnail,omitempty"`
	ContextInfo          *ContextInfo `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*StickerMessage) Descriptor

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

func (*StickerMessage) GetContextInfo

func (m *StickerMessage) GetContextInfo() *ContextInfo

func (*StickerMessage) GetDirectPath

func (m *StickerMessage) GetDirectPath() string

func (*StickerMessage) GetFileEncSha256

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

func (*StickerMessage) GetFileLength

func (m *StickerMessage) GetFileLength() uint64

func (*StickerMessage) GetFileSha256

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

func (*StickerMessage) GetHeight

func (m *StickerMessage) GetHeight() uint32

func (*StickerMessage) GetMediaKey

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

func (*StickerMessage) GetMimetype

func (m *StickerMessage) GetMimetype() string

func (*StickerMessage) GetPngThumbnail

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

func (*StickerMessage) GetUrl

func (m *StickerMessage) GetUrl() string

func (*StickerMessage) GetWidth

func (m *StickerMessage) GetWidth() uint32

func (*StickerMessage) ProtoMessage

func (*StickerMessage) ProtoMessage()

func (*StickerMessage) Reset

func (m *StickerMessage) Reset()

func (*StickerMessage) String

func (m *StickerMessage) String() string

func (*StickerMessage) XXX_DiscardUnknown

func (m *StickerMessage) XXX_DiscardUnknown()

func (*StickerMessage) XXX_Marshal

func (m *StickerMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StickerMessage) XXX_Merge

func (dst *StickerMessage) XXX_Merge(src proto.Message)

func (*StickerMessage) XXX_Size

func (m *StickerMessage) XXX_Size() int

func (*StickerMessage) XXX_Unmarshal

func (m *StickerMessage) XXX_Unmarshal(b []byte) error

type TabletNotificationsInfo

type TabletNotificationsInfo 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"`
	NotifyMessage        []*Message `protobuf:"bytes,5,rep,name=notifyMessage" json:"notifyMessage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*TabletNotificationsInfo) Descriptor

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

func (*TabletNotificationsInfo) GetNotifyMessage

func (m *TabletNotificationsInfo) GetNotifyMessage() []*Message

func (*TabletNotificationsInfo) GetNotifyMessageCount

func (m *TabletNotificationsInfo) GetNotifyMessageCount() uint32

func (*TabletNotificationsInfo) GetTimestamp

func (m *TabletNotificationsInfo) GetTimestamp() uint64

func (*TabletNotificationsInfo) GetUnreadChats

func (m *TabletNotificationsInfo) GetUnreadChats() uint32

func (*TabletNotificationsInfo) ProtoMessage

func (*TabletNotificationsInfo) ProtoMessage()

func (*TabletNotificationsInfo) Reset

func (m *TabletNotificationsInfo) Reset()

func (*TabletNotificationsInfo) String

func (m *TabletNotificationsInfo) String() string

func (*TabletNotificationsInfo) XXX_DiscardUnknown

func (m *TabletNotificationsInfo) XXX_DiscardUnknown()

func (*TabletNotificationsInfo) XXX_Marshal

func (m *TabletNotificationsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TabletNotificationsInfo) XXX_Merge

func (dst *TabletNotificationsInfo) XXX_Merge(src proto.Message)

func (*TabletNotificationsInfo) XXX_Size

func (m *TabletNotificationsInfo) XXX_Size() int

func (*TabletNotificationsInfo) XXX_Unmarshal

func (m *TabletNotificationsInfo) XXX_Unmarshal(b []byte) error

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"`
	JpegThumbnail          []byte                    `protobuf:"bytes,16,opt,name=jpegThumbnail" json:"jpegThumbnail,omitempty"`
	ContextInfo            *ContextInfo              `protobuf:"bytes,17,opt,name=contextInfo" json:"contextInfo,omitempty"`
	StreamingSidecar       []byte                    `protobuf:"bytes,18,opt,name=streamingSidecar" json:"streamingSidecar,omitempty"`
	GifAttribution         *VideoMessage_ATTRIBUTION `protobuf:"varint,19,opt,name=gifAttribution,enum=proto.VideoMessage_ATTRIBUTION" json:"gifAttribution,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                  `json:"-"`
	XXX_unrecognized       []byte                    `json:"-"`
	XXX_sizecache          int32                     `json:"-"`
}

func (*VideoMessage) Descriptor

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

func (*VideoMessage) GetCaption

func (m *VideoMessage) GetCaption() string

func (*VideoMessage) GetContextInfo

func (m *VideoMessage) GetContextInfo() *ContextInfo

func (*VideoMessage) GetDirectPath

func (m *VideoMessage) GetDirectPath() string

func (*VideoMessage) GetFileEncSha256

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

func (*VideoMessage) GetFileLength

func (m *VideoMessage) GetFileLength() uint64

func (*VideoMessage) GetFileSha256

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

func (*VideoMessage) GetGifAttribution

func (m *VideoMessage) GetGifAttribution() VideoMessage_ATTRIBUTION

func (*VideoMessage) GetGifPlayback

func (m *VideoMessage) GetGifPlayback() bool

func (*VideoMessage) GetHeight

func (m *VideoMessage) GetHeight() uint32

func (*VideoMessage) GetInteractiveAnnotations

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

func (*VideoMessage) GetJpegThumbnail

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

func (*VideoMessage) GetMediaKey

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

func (*VideoMessage) GetMimetype

func (m *VideoMessage) GetMimetype() string

func (*VideoMessage) GetSeconds

func (m *VideoMessage) GetSeconds() uint32

func (*VideoMessage) GetStreamingSidecar

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

func (*VideoMessage) GetUrl

func (m *VideoMessage) GetUrl() string

func (*VideoMessage) GetWidth

func (m *VideoMessage) GetWidth() uint32

func (*VideoMessage) ProtoMessage

func (*VideoMessage) ProtoMessage()

func (*VideoMessage) Reset

func (m *VideoMessage) Reset()

func (*VideoMessage) String

func (m *VideoMessage) String() string

func (*VideoMessage) XXX_DiscardUnknown

func (m *VideoMessage) XXX_DiscardUnknown()

func (*VideoMessage) XXX_Marshal

func (m *VideoMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VideoMessage) XXX_Merge

func (dst *VideoMessage) XXX_Merge(src proto.Message)

func (*VideoMessage) XXX_Size

func (m *VideoMessage) XXX_Size() int

func (*VideoMessage) XXX_Unmarshal

func (m *VideoMessage) XXX_Unmarshal(b []byte) error

type VideoMessage_ATTRIBUTION

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

func (VideoMessage_ATTRIBUTION) Enum

func (VideoMessage_ATTRIBUTION) EnumDescriptor

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

func (VideoMessage_ATTRIBUTION) String

func (x VideoMessage_ATTRIBUTION) String() string

func (*VideoMessage_ATTRIBUTION) UnmarshalJSON

func (x *VideoMessage_ATTRIBUTION) UnmarshalJSON(data []byte) error

type WebFeatures

type WebFeatures struct {
	LabelsDisplay          *WebFeatures_FLAG `protobuf:"varint,1,opt,name=labelsDisplay,enum=proto.WebFeatures_FLAG" json:"labelsDisplay,omitempty"`
	VoipIndividualOutgoing *WebFeatures_FLAG `protobuf:"varint,2,opt,name=voipIndividualOutgoing,enum=proto.WebFeatures_FLAG" json:"voipIndividualOutgoing,omitempty"`
	GroupsV3               *WebFeatures_FLAG `protobuf:"varint,3,opt,name=groupsV3,enum=proto.WebFeatures_FLAG" json:"groupsV3,omitempty"`
	GroupsV3Create         *WebFeatures_FLAG `protobuf:"varint,4,opt,name=groupsV3Create,enum=proto.WebFeatures_FLAG" json:"groupsV3Create,omitempty"`
	ChangeNumberV2         *WebFeatures_FLAG `protobuf:"varint,5,opt,name=changeNumberV2,enum=proto.WebFeatures_FLAG" json:"changeNumberV2,omitempty"`
	QueryStatusV3Thumbnail *WebFeatures_FLAG `protobuf:"varint,6,opt,name=queryStatusV3Thumbnail,enum=proto.WebFeatures_FLAG" json:"queryStatusV3Thumbnail,omitempty"`
	LiveLocations          *WebFeatures_FLAG `protobuf:"varint,7,opt,name=liveLocations,enum=proto.WebFeatures_FLAG" json:"liveLocations,omitempty"`
	QueryVname             *WebFeatures_FLAG `protobuf:"varint,8,opt,name=queryVname,enum=proto.WebFeatures_FLAG" json:"queryVname,omitempty"`
	VoipIndividualIncoming *WebFeatures_FLAG `protobuf:"varint,9,opt,name=voipIndividualIncoming,enum=proto.WebFeatures_FLAG" json:"voipIndividualIncoming,omitempty"`
	QuickRepliesQuery      *WebFeatures_FLAG `protobuf:"varint,10,opt,name=quickRepliesQuery,enum=proto.WebFeatures_FLAG" json:"quickRepliesQuery,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}          `json:"-"`
	XXX_unrecognized       []byte            `json:"-"`
	XXX_sizecache          int32             `json:"-"`
}

func (*WebFeatures) Descriptor

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

func (*WebFeatures) GetChangeNumberV2

func (m *WebFeatures) GetChangeNumberV2() WebFeatures_FLAG

func (*WebFeatures) GetGroupsV3

func (m *WebFeatures) GetGroupsV3() WebFeatures_FLAG

func (*WebFeatures) GetGroupsV3Create

func (m *WebFeatures) GetGroupsV3Create() WebFeatures_FLAG

func (*WebFeatures) GetLabelsDisplay

func (m *WebFeatures) GetLabelsDisplay() WebFeatures_FLAG

func (*WebFeatures) GetLiveLocations

func (m *WebFeatures) GetLiveLocations() WebFeatures_FLAG

func (*WebFeatures) GetQueryStatusV3Thumbnail

func (m *WebFeatures) GetQueryStatusV3Thumbnail() WebFeatures_FLAG

func (*WebFeatures) GetQueryVname

func (m *WebFeatures) GetQueryVname() WebFeatures_FLAG

func (*WebFeatures) GetQuickRepliesQuery

func (m *WebFeatures) GetQuickRepliesQuery() WebFeatures_FLAG

func (*WebFeatures) GetVoipIndividualIncoming

func (m *WebFeatures) GetVoipIndividualIncoming() WebFeatures_FLAG

func (*WebFeatures) GetVoipIndividualOutgoing

func (m *WebFeatures) GetVoipIndividualOutgoing() WebFeatures_FLAG

func (*WebFeatures) ProtoMessage

func (*WebFeatures) ProtoMessage()

func (*WebFeatures) Reset

func (m *WebFeatures) Reset()

func (*WebFeatures) String

func (m *WebFeatures) String() string

func (*WebFeatures) XXX_DiscardUnknown

func (m *WebFeatures) XXX_DiscardUnknown()

func (*WebFeatures) XXX_Marshal

func (m *WebFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WebFeatures) XXX_Merge

func (dst *WebFeatures) XXX_Merge(src proto.Message)

func (*WebFeatures) XXX_Size

func (m *WebFeatures) XXX_Size() int

func (*WebFeatures) XXX_Unmarshal

func (m *WebFeatures) XXX_Unmarshal(b []byte) error

type WebFeatures_FLAG

type WebFeatures_FLAG int32
const (
	WebFeatures_NOT_IMPLEMENTED WebFeatures_FLAG = 0
	WebFeatures_IMPLEMENTED     WebFeatures_FLAG = 1
	WebFeatures_OPTIONAL        WebFeatures_FLAG = 2
)

func (WebFeatures_FLAG) Enum

func (WebFeatures_FLAG) EnumDescriptor

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

func (WebFeatures_FLAG) String

func (x WebFeatures_FLAG) String() string

func (*WebFeatures_FLAG) UnmarshalJSON

func (x *WebFeatures_FLAG) UnmarshalJSON(data []byte) error

type WebMessageInfo

type WebMessageInfo struct {
	Key                   *MessageKey              `protobuf:"bytes,1,req,name=key" json:"key,omitempty"`
	Message               *Message                 `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"`
	MessageTimestamp      *uint64                  `protobuf:"varint,3,opt,name=messageTimestamp" json:"messageTimestamp,omitempty"`
	Status                *WebMessageInfo_STATUS   `protobuf:"varint,4,opt,name=status,enum=proto.WebMessageInfo_STATUS,def=1" 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_STUBTYPE `protobuf:"varint,24,opt,name=messageStubType,enum=proto.WebMessageInfo_STUBTYPE" json:"messageStubType,omitempty"`
	ClearMedia            *bool                    `protobuf:"varint,25,opt,name=clearMedia" json:"clearMedia,omitempty"`
	MessageStubParameters []string                 `protobuf:"bytes,26,rep,name=messageStubParameters" json:"messageStubParameters,omitempty"`
	Duration              *uint32                  `protobuf:"varint,27,opt,name=duration" json:"duration,omitempty"`
	Labels                []string                 `protobuf:"bytes,28,rep,name=labels" json:"labels,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}                 `json:"-"`
	XXX_unrecognized      []byte                   `json:"-"`
	XXX_sizecache         int32                    `json:"-"`
}

func (*WebMessageInfo) Descriptor

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

func (*WebMessageInfo) GetBroadcast

func (m *WebMessageInfo) GetBroadcast() bool

func (*WebMessageInfo) GetClearMedia

func (m *WebMessageInfo) GetClearMedia() bool

func (*WebMessageInfo) GetDuration

func (m *WebMessageInfo) GetDuration() uint32

func (*WebMessageInfo) GetIgnore

func (m *WebMessageInfo) GetIgnore() bool

func (*WebMessageInfo) GetKey

func (m *WebMessageInfo) GetKey() *MessageKey

func (*WebMessageInfo) GetLabels

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

func (*WebMessageInfo) GetMediaCiphertextSha256

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

func (*WebMessageInfo) GetMessage

func (m *WebMessageInfo) GetMessage() *Message

func (*WebMessageInfo) GetMessageStubParameters

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

func (*WebMessageInfo) GetMessageStubType

func (m *WebMessageInfo) GetMessageStubType() WebMessageInfo_STUBTYPE

func (*WebMessageInfo) GetMessageTimestamp

func (m *WebMessageInfo) GetMessageTimestamp() uint64

func (*WebMessageInfo) GetMulticast

func (m *WebMessageInfo) GetMulticast() bool

func (*WebMessageInfo) GetParticipant

func (m *WebMessageInfo) GetParticipant() string

func (*WebMessageInfo) GetPushName

func (m *WebMessageInfo) GetPushName() string

func (*WebMessageInfo) GetStarred

func (m *WebMessageInfo) GetStarred() bool

func (*WebMessageInfo) GetStatus

func (m *WebMessageInfo) GetStatus() WebMessageInfo_STATUS

func (*WebMessageInfo) GetUrlNumber

func (m *WebMessageInfo) GetUrlNumber() bool

func (*WebMessageInfo) GetUrlText

func (m *WebMessageInfo) GetUrlText() bool

func (*WebMessageInfo) ProtoMessage

func (*WebMessageInfo) ProtoMessage()

func (*WebMessageInfo) Reset

func (m *WebMessageInfo) Reset()

func (*WebMessageInfo) String

func (m *WebMessageInfo) String() string

func (*WebMessageInfo) XXX_DiscardUnknown

func (m *WebMessageInfo) XXX_DiscardUnknown()

func (*WebMessageInfo) XXX_Marshal

func (m *WebMessageInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WebMessageInfo) XXX_Merge

func (dst *WebMessageInfo) XXX_Merge(src proto.Message)

func (*WebMessageInfo) XXX_Size

func (m *WebMessageInfo) XXX_Size() int

func (*WebMessageInfo) XXX_Unmarshal

func (m *WebMessageInfo) XXX_Unmarshal(b []byte) error

type WebMessageInfo_STATUS

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

func (WebMessageInfo_STATUS) Enum

func (WebMessageInfo_STATUS) EnumDescriptor

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

func (WebMessageInfo_STATUS) String

func (x WebMessageInfo_STATUS) String() string

func (*WebMessageInfo_STATUS) UnmarshalJSON

func (x *WebMessageInfo_STATUS) UnmarshalJSON(data []byte) error

type WebMessageInfo_STUBTYPE

type WebMessageInfo_STUBTYPE int32
const (
	WebMessageInfo_UNKNOWN                             WebMessageInfo_STUBTYPE = 0
	WebMessageInfo_REVOKE                              WebMessageInfo_STUBTYPE = 1
	WebMessageInfo_CIPHERTEXT                          WebMessageInfo_STUBTYPE = 2
	WebMessageInfo_FUTUREPROOF                         WebMessageInfo_STUBTYPE = 3
	WebMessageInfo_NON_VERIFIED_TRANSITION             WebMessageInfo_STUBTYPE = 4
	WebMessageInfo_UNVERIFIED_TRANSITION               WebMessageInfo_STUBTYPE = 5
	WebMessageInfo_VERIFIED_TRANSITION                 WebMessageInfo_STUBTYPE = 6
	WebMessageInfo_VERIFIED_LOW_UNKNOWN                WebMessageInfo_STUBTYPE = 7
	WebMessageInfo_VERIFIED_HIGH                       WebMessageInfo_STUBTYPE = 8
	WebMessageInfo_VERIFIED_INITIAL_UNKNOWN            WebMessageInfo_STUBTYPE = 9
	WebMessageInfo_VERIFIED_INITIAL_LOW                WebMessageInfo_STUBTYPE = 10
	WebMessageInfo_VERIFIED_INITIAL_HIGH               WebMessageInfo_STUBTYPE = 11
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_NONE     WebMessageInfo_STUBTYPE = 12
	WebMessageInfo_VERIFIED_TRANSITION_ANY_TO_HIGH     WebMessageInfo_STUBTYPE = 13
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_LOW     WebMessageInfo_STUBTYPE = 14
	WebMessageInfo_VERIFIED_TRANSITION_HIGH_TO_UNKNOWN WebMessageInfo_STUBTYPE = 15
	WebMessageInfo_VERIFIED_TRANSITION_UNKNOWN_TO_LOW  WebMessageInfo_STUBTYPE = 16
	WebMessageInfo_VERIFIED_TRANSITION_LOW_TO_UNKNOWN  WebMessageInfo_STUBTYPE = 17
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_LOW     WebMessageInfo_STUBTYPE = 18
	WebMessageInfo_VERIFIED_TRANSITION_NONE_TO_UNKNOWN WebMessageInfo_STUBTYPE = 19
	WebMessageInfo_GROUP_CREATE                        WebMessageInfo_STUBTYPE = 20
	WebMessageInfo_GROUP_CHANGE_SUBJECT                WebMessageInfo_STUBTYPE = 21
	WebMessageInfo_GROUP_CHANGE_ICON                   WebMessageInfo_STUBTYPE = 22
	WebMessageInfo_GROUP_CHANGE_INVITE_LINK            WebMessageInfo_STUBTYPE = 23
	WebMessageInfo_GROUP_CHANGE_DESCRIPTION            WebMessageInfo_STUBTYPE = 24
	WebMessageInfo_GROUP_CHANGE_RESTRICT               WebMessageInfo_STUBTYPE = 25
	WebMessageInfo_GROUP_CHANGE_ANNOUNCE               WebMessageInfo_STUBTYPE = 26
	WebMessageInfo_GROUP_PARTICIPANT_ADD               WebMessageInfo_STUBTYPE = 27
	WebMessageInfo_GROUP_PARTICIPANT_REMOVE            WebMessageInfo_STUBTYPE = 28
	WebMessageInfo_GROUP_PARTICIPANT_PROMOTE           WebMessageInfo_STUBTYPE = 29
	WebMessageInfo_GROUP_PARTICIPANT_DEMOTE            WebMessageInfo_STUBTYPE = 30
	WebMessageInfo_GROUP_PARTICIPANT_INVITE            WebMessageInfo_STUBTYPE = 31
	WebMessageInfo_GROUP_PARTICIPANT_LEAVE             WebMessageInfo_STUBTYPE = 32
	WebMessageInfo_GROUP_PARTICIPANT_CHANGE_NUMBER     WebMessageInfo_STUBTYPE = 33
	WebMessageInfo_BROADCAST_CREATE                    WebMessageInfo_STUBTYPE = 34
	WebMessageInfo_BROADCAST_ADD                       WebMessageInfo_STUBTYPE = 35
	WebMessageInfo_BROADCAST_REMOVE                    WebMessageInfo_STUBTYPE = 36
	WebMessageInfo_GENERIC_NOTIFICATION                WebMessageInfo_STUBTYPE = 37
	WebMessageInfo_E2E_IDENTITY_CHANGED                WebMessageInfo_STUBTYPE = 38
	WebMessageInfo_E2E_ENCRYPTED                       WebMessageInfo_STUBTYPE = 39
	WebMessageInfo_CALL_MISSED_VOICE                   WebMessageInfo_STUBTYPE = 40
	WebMessageInfo_CALL_MISSED_VIDEO                   WebMessageInfo_STUBTYPE = 41
	WebMessageInfo_INDIVIDUAL_CHANGE_NUMBER            WebMessageInfo_STUBTYPE = 42
	WebMessageInfo_GROUP_DELETE                        WebMessageInfo_STUBTYPE = 43
)

func (WebMessageInfo_STUBTYPE) Enum

func (WebMessageInfo_STUBTYPE) EnumDescriptor

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

func (WebMessageInfo_STUBTYPE) String

func (x WebMessageInfo_STUBTYPE) String() string

func (*WebMessageInfo_STUBTYPE) UnmarshalJSON

func (x *WebMessageInfo_STUBTYPE) UnmarshalJSON(data []byte) error

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       []*Message `protobuf:"bytes,5,rep,name=notifyMessages" json:"notifyMessages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*WebNotificationsInfo) Descriptor

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

func (*WebNotificationsInfo) GetNotifyMessageCount

func (m *WebNotificationsInfo) GetNotifyMessageCount() uint32

func (*WebNotificationsInfo) GetNotifyMessages

func (m *WebNotificationsInfo) GetNotifyMessages() []*Message

func (*WebNotificationsInfo) GetTimestamp

func (m *WebNotificationsInfo) GetTimestamp() uint64

func (*WebNotificationsInfo) GetUnreadChats

func (m *WebNotificationsInfo) GetUnreadChats() uint32

func (*WebNotificationsInfo) ProtoMessage

func (*WebNotificationsInfo) ProtoMessage()

func (*WebNotificationsInfo) Reset

func (m *WebNotificationsInfo) Reset()

func (*WebNotificationsInfo) String

func (m *WebNotificationsInfo) String() string

func (*WebNotificationsInfo) XXX_DiscardUnknown

func (m *WebNotificationsInfo) XXX_DiscardUnknown()

func (*WebNotificationsInfo) XXX_Marshal

func (m *WebNotificationsInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WebNotificationsInfo) XXX_Merge

func (dst *WebNotificationsInfo) XXX_Merge(src proto.Message)

func (*WebNotificationsInfo) XXX_Size

func (m *WebNotificationsInfo) XXX_Size() int

func (*WebNotificationsInfo) XXX_Unmarshal

func (m *WebNotificationsInfo) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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