protobuf

package
v0.110.3 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2022 License: MPL-2.0, MPL-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ApplicationMetadataMessage_Type_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "CHAT_MESSAGE",
	2:  "CONTACT_UPDATE",
	3:  "MEMBERSHIP_UPDATE_MESSAGE",
	4:  "PAIR_INSTALLATION",
	5:  "SYNC_INSTALLATION",
	6:  "REQUEST_ADDRESS_FOR_TRANSACTION",
	7:  "ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION",
	8:  "DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION",
	9:  "REQUEST_TRANSACTION",
	10: "SEND_TRANSACTION",
	11: "DECLINE_REQUEST_TRANSACTION",
	12: "SYNC_INSTALLATION_CONTACT",
	13: "SYNC_INSTALLATION_ACCOUNT",
	14: "SYNC_INSTALLATION_PUBLIC_CHAT",
	15: "CONTACT_CODE_ADVERTISEMENT",
	16: "PUSH_NOTIFICATION_REGISTRATION",
	17: "PUSH_NOTIFICATION_REGISTRATION_RESPONSE",
	18: "PUSH_NOTIFICATION_QUERY",
	19: "PUSH_NOTIFICATION_QUERY_RESPONSE",
	20: "PUSH_NOTIFICATION_REQUEST",
	21: "PUSH_NOTIFICATION_RESPONSE",
	22: "EMOJI_REACTION",
	23: "GROUP_CHAT_INVITATION",
	24: "CHAT_IDENTITY",
	25: "COMMUNITY_DESCRIPTION",
	26: "COMMUNITY_INVITATION",
	27: "COMMUNITY_REQUEST_TO_JOIN",
	28: "PIN_MESSAGE",
	29: "EDIT_MESSAGE",
	30: "STATUS_UPDATE",
	31: "DELETE_MESSAGE",
	32: "SYNC_INSTALLATION_COMMUNITY",
	33: "ANONYMOUS_METRIC_BATCH",
	34: "SYNC_CHAT_REMOVED",
	35: "SYNC_CHAT_MESSAGES_READ",
	36: "BACKUP",
	37: "SYNC_ACTIVITY_CENTER_READ",
	38: "SYNC_ACTIVITY_CENTER_ACCEPTED",
	39: "SYNC_ACTIVITY_CENTER_DISMISSED",
	40: "SYNC_BOOKMARK",
	41: "SYNC_CLEAR_HISTORY",
	42: "SYNC_SETTING",
	43: "COMMUNITY_ARCHIVE_MAGNETLINK",
	44: "SYNC_PROFILE_PICTURE",
	45: "SYNC_WALLET_ACCOUNT",
	46: "ACCEPT_CONTACT_REQUEST",
	47: "RETRACT_CONTACT_REQUEST",
	48: "COMMUNITY_REQUEST_TO_JOIN_RESPONSE",
	49: "SYNC_COMMUNITY_SETTINGS",
	50: "REQUEST_CONTACT_VERIFICATION",
	51: "ACCEPT_CONTACT_VERIFICATION",
	52: "DECLINE_CONTACT_VERIFICATION",
	53: "SYNC_TRUSTED_USER",
	54: "SYNC_VERIFICATION_REQUEST",
	55: "CONTACT_VERIFICATION_TRUSTED",
	56: "SYNC_CONTACT_REQUEST_DECISION",
	57: "COMMUNITY_REQUEST_TO_LEAVE",
}
View Source
var ApplicationMetadataMessage_Type_value = map[string]int32{
	"UNKNOWN":                                 0,
	"CHAT_MESSAGE":                            1,
	"CONTACT_UPDATE":                          2,
	"MEMBERSHIP_UPDATE_MESSAGE":               3,
	"PAIR_INSTALLATION":                       4,
	"SYNC_INSTALLATION":                       5,
	"REQUEST_ADDRESS_FOR_TRANSACTION":         6,
	"ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION":  7,
	"DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION": 8,
	"REQUEST_TRANSACTION":                     9,
	"SEND_TRANSACTION":                        10,
	"DECLINE_REQUEST_TRANSACTION":             11,
	"SYNC_INSTALLATION_CONTACT":               12,
	"SYNC_INSTALLATION_ACCOUNT":               13,
	"SYNC_INSTALLATION_PUBLIC_CHAT":           14,
	"CONTACT_CODE_ADVERTISEMENT":              15,
	"PUSH_NOTIFICATION_REGISTRATION":          16,
	"PUSH_NOTIFICATION_REGISTRATION_RESPONSE": 17,
	"PUSH_NOTIFICATION_QUERY":                 18,
	"PUSH_NOTIFICATION_QUERY_RESPONSE":        19,
	"PUSH_NOTIFICATION_REQUEST":               20,
	"PUSH_NOTIFICATION_RESPONSE":              21,
	"EMOJI_REACTION":                          22,
	"GROUP_CHAT_INVITATION":                   23,
	"CHAT_IDENTITY":                           24,
	"COMMUNITY_DESCRIPTION":                   25,
	"COMMUNITY_INVITATION":                    26,
	"COMMUNITY_REQUEST_TO_JOIN":               27,
	"PIN_MESSAGE":                             28,
	"EDIT_MESSAGE":                            29,
	"STATUS_UPDATE":                           30,
	"DELETE_MESSAGE":                          31,
	"SYNC_INSTALLATION_COMMUNITY":             32,
	"ANONYMOUS_METRIC_BATCH":                  33,
	"SYNC_CHAT_REMOVED":                       34,
	"SYNC_CHAT_MESSAGES_READ":                 35,
	"BACKUP":                                  36,
	"SYNC_ACTIVITY_CENTER_READ":               37,
	"SYNC_ACTIVITY_CENTER_ACCEPTED":           38,
	"SYNC_ACTIVITY_CENTER_DISMISSED":          39,
	"SYNC_BOOKMARK":                           40,
	"SYNC_CLEAR_HISTORY":                      41,
	"SYNC_SETTING":                            42,
	"COMMUNITY_ARCHIVE_MAGNETLINK":            43,
	"SYNC_PROFILE_PICTURE":                    44,
	"SYNC_WALLET_ACCOUNT":                     45,
	"ACCEPT_CONTACT_REQUEST":                  46,
	"RETRACT_CONTACT_REQUEST":                 47,
	"COMMUNITY_REQUEST_TO_JOIN_RESPONSE":      48,
	"SYNC_COMMUNITY_SETTINGS":                 49,
	"REQUEST_CONTACT_VERIFICATION":            50,
	"ACCEPT_CONTACT_VERIFICATION":             51,
	"DECLINE_CONTACT_VERIFICATION":            52,
	"SYNC_TRUSTED_USER":                       53,
	"SYNC_VERIFICATION_REQUEST":               54,
	"CONTACT_VERIFICATION_TRUSTED":            55,
	"SYNC_CONTACT_REQUEST_DECISION":           56,
	"COMMUNITY_REQUEST_TO_LEAVE":              57,
}
View Source
var AudioMessage_AudioType_name = map[int32]string{
	0: "UNKNOWN_AUDIO_TYPE",
	1: "AAC",
	2: "AMR",
}
View Source
var AudioMessage_AudioType_value = map[string]int32{
	"UNKNOWN_AUDIO_TYPE": 0,
	"AAC":                1,
	"AMR":                2,
}
View Source
var ChatMessage_ContentType_name = map[int32]string{
	0:  "UNKNOWN_CONTENT_TYPE",
	1:  "TEXT_PLAIN",
	2:  "STICKER",
	3:  "STATUS",
	4:  "EMOJI",
	5:  "TRANSACTION_COMMAND",
	6:  "SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP",
	7:  "IMAGE",
	8:  "AUDIO",
	9:  "COMMUNITY",
	10: "SYSTEM_MESSAGE_GAP",
	11: "CONTACT_REQUEST",
	12: "DISCORD_MESSAGE",
}
View Source
var ChatMessage_ContentType_value = map[string]int32{
	"UNKNOWN_CONTENT_TYPE":                 0,
	"TEXT_PLAIN":                           1,
	"STICKER":                              2,
	"STATUS":                               3,
	"EMOJI":                                4,
	"TRANSACTION_COMMAND":                  5,
	"SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP": 6,
	"IMAGE":                                7,
	"AUDIO":                                8,
	"COMMUNITY":                            9,
	"SYSTEM_MESSAGE_GAP":                   10,
	"CONTACT_REQUEST":                      11,
	"DISCORD_MESSAGE":                      12,
}
View Source
var CommunityMember_Roles_name = map[int32]string{
	0: "UNKNOWN_ROLE",
	1: "ROLE_ALL",
	2: "ROLE_MANAGE_USERS",
}
View Source
var CommunityMember_Roles_value = map[string]int32{
	"UNKNOWN_ROLE":      0,
	"ROLE_ALL":          1,
	"ROLE_MANAGE_USERS": 2,
}
View Source
var CommunityPermissions_Access_name = map[int32]string{
	0: "UNKNOWN_ACCESS",
	1: "NO_MEMBERSHIP",
	2: "INVITATION_ONLY",
	3: "ON_REQUEST",
}
View Source
var CommunityPermissions_Access_value = map[string]int32{
	"UNKNOWN_ACCESS":  0,
	"NO_MEMBERSHIP":   1,
	"INVITATION_ONLY": 2,
	"ON_REQUEST":      3,
}
View Source
var EmojiReaction_Type_name = map[int32]string{
	0: "UNKNOWN_EMOJI_REACTION_TYPE",
	1: "LOVE",
	2: "THUMBS_UP",
	3: "THUMBS_DOWN",
	4: "LAUGH",
	5: "SAD",
	6: "ANGRY",
}
View Source
var EmojiReaction_Type_value = map[string]int32{
	"UNKNOWN_EMOJI_REACTION_TYPE": 0,
	"LOVE":                        1,
	"THUMBS_UP":                   2,
	"THUMBS_DOWN":                 3,
	"LAUGH":                       4,
	"SAD":                         5,
	"ANGRY":                       6,
}
View Source
var GroupChatInvitation_State_name = map[int32]string{
	0: "UNKNOWN",
	1: "REQUEST",
	2: "REJECTED",
	3: "APPROVED",
}
View Source
var GroupChatInvitation_State_value = map[string]int32{
	"UNKNOWN":  0,
	"REQUEST":  1,
	"REJECTED": 2,
	"APPROVED": 3,
}
View Source
var IdentityImage_SourceType_name = map[int32]string{
	0: "UNKNOWN_SOURCE_TYPE",
	1: "RAW_PAYLOAD",
	2: "ENS_AVATAR",
}
View Source
var IdentityImage_SourceType_value = map[string]int32{
	"UNKNOWN_SOURCE_TYPE": 0,
	"RAW_PAYLOAD":         1,
	"ENS_AVATAR":          2,
}
View Source
var ImageType_name = map[int32]string{
	0: "UNKNOWN_IMAGE_TYPE",
	1: "PNG",
	2: "JPEG",
	3: "WEBP",
	4: "GIF",
}
View Source
var ImageType_value = map[string]int32{
	"UNKNOWN_IMAGE_TYPE": 0,
	"PNG":                1,
	"JPEG":               2,
	"WEBP":               3,
	"GIF":                4,
}
View Source
var MembershipUpdateEvent_EventType_name = map[int32]string{
	0: "UNKNOWN",
	1: "CHAT_CREATED",
	2: "NAME_CHANGED",
	3: "MEMBERS_ADDED",
	4: "MEMBER_JOINED",
	5: "MEMBER_REMOVED",
	6: "ADMINS_ADDED",
	7: "ADMIN_REMOVED",
	8: "COLOR_CHANGED",
	9: "IMAGE_CHANGED",
}
View Source
var MembershipUpdateEvent_EventType_value = map[string]int32{
	"UNKNOWN":        0,
	"CHAT_CREATED":   1,
	"NAME_CHANGED":   2,
	"MEMBERS_ADDED":  3,
	"MEMBER_JOINED":  4,
	"MEMBER_REMOVED": 5,
	"ADMINS_ADDED":   6,
	"ADMIN_REMOVED":  7,
	"COLOR_CHANGED":  8,
	"IMAGE_CHANGED":  9,
}
View Source
var MessageType_name = map[int32]string{
	0: "UNKNOWN_MESSAGE_TYPE",
	1: "ONE_TO_ONE",
	2: "PUBLIC_GROUP",
	3: "PRIVATE_GROUP",
	4: "SYSTEM_MESSAGE_PRIVATE_GROUP",
	5: "COMMUNITY_CHAT",
	6: "SYSTEM_MESSAGE_GAP",
}
View Source
var MessageType_value = map[string]int32{
	"UNKNOWN_MESSAGE_TYPE":         0,
	"ONE_TO_ONE":                   1,
	"PUBLIC_GROUP":                 2,
	"PRIVATE_GROUP":                3,
	"SYSTEM_MESSAGE_PRIVATE_GROUP": 4,
	"COMMUNITY_CHAT":               5,
	"SYSTEM_MESSAGE_GAP":           6,
}
View Source
var PushNotificationRegistrationResponse_ErrorType_name = map[int32]string{
	0: "UNKNOWN_ERROR_TYPE",
	1: "MALFORMED_MESSAGE",
	2: "VERSION_MISMATCH",
	3: "UNSUPPORTED_TOKEN_TYPE",
	4: "INTERNAL_ERROR",
}
View Source
var PushNotificationRegistrationResponse_ErrorType_value = map[string]int32{
	"UNKNOWN_ERROR_TYPE":     0,
	"MALFORMED_MESSAGE":      1,
	"VERSION_MISMATCH":       2,
	"UNSUPPORTED_TOKEN_TYPE": 3,
	"INTERNAL_ERROR":         4,
}
View Source
var PushNotificationRegistration_TokenType_name = map[int32]string{
	0: "UNKNOWN_TOKEN_TYPE",
	1: "APN_TOKEN",
	2: "FIREBASE_TOKEN",
}
View Source
var PushNotificationRegistration_TokenType_value = map[string]int32{
	"UNKNOWN_TOKEN_TYPE": 0,
	"APN_TOKEN":          1,
	"FIREBASE_TOKEN":     2,
}
View Source
var PushNotificationReport_ErrorType_name = map[int32]string{
	0: "UNKNOWN_ERROR_TYPE",
	1: "WRONG_TOKEN",
	2: "INTERNAL_ERROR",
	3: "NOT_REGISTERED",
}
View Source
var PushNotificationReport_ErrorType_value = map[string]int32{
	"UNKNOWN_ERROR_TYPE": 0,
	"WRONG_TOKEN":        1,
	"INTERNAL_ERROR":     2,
	"NOT_REGISTERED":     3,
}
View Source
var PushNotification_PushNotificationType_name = map[int32]string{
	0: "UNKNOWN_PUSH_NOTIFICATION_TYPE",
	1: "MESSAGE",
	2: "MENTION",
	3: "REQUEST_TO_JOIN_COMMUNITY",
}
View Source
var PushNotification_PushNotificationType_value = map[string]int32{
	"UNKNOWN_PUSH_NOTIFICATION_TYPE": 0,
	"MESSAGE":                        1,
	"MENTION":                        2,
	"REQUEST_TO_JOIN_COMMUNITY":      3,
}
View Source
var StatusUpdate_StatusType_name = map[int32]string{
	0: "UNKNOWN_STATUS_TYPE",
	1: "AUTOMATIC",
	2: "DO_NOT_DISTURB",
	3: "ALWAYS_ONLINE",
	4: "INACTIVE",
}
View Source
var StatusUpdate_StatusType_value = map[string]int32{
	"UNKNOWN_STATUS_TYPE": 0,
	"AUTOMATIC":           1,
	"DO_NOT_DISTURB":      2,
	"ALWAYS_ONLINE":       3,
	"INACTIVE":            4,
}
View Source
var SyncContactRequestDecision_DecisionStatus_name = map[int32]string{
	0: "ACCEPTED",
	1: "DECLINED",
}
View Source
var SyncContactRequestDecision_DecisionStatus_value = map[string]int32{
	"ACCEPTED": 0,
	"DECLINED": 1,
}
View Source
var SyncSetting_Type_name = map[int32]string{
	0:  "UNKNOWN",
	1:  "CURRENCY",
	2:  "GIF_RECENTS",
	3:  "GIF_FAVOURITES",
	4:  "MESSAGES_FROM_CONTACTS_ONLY",
	5:  "PREFERRED_NAME",
	6:  "PREVIEW_PRIVACY",
	7:  "PROFILE_PICTURES_SHOW_TO",
	8:  "PROFILE_PICTURES_VISIBILITY",
	9:  "SEND_STATUS_UPDATES",
	10: "STICKERS_PACKS_INSTALLED",
	11: "STICKERS_PACKS_PENDING",
	12: "STICKERS_RECENT_STICKERS",
}
View Source
var SyncSetting_Type_value = map[string]int32{
	"UNKNOWN":                     0,
	"CURRENCY":                    1,
	"GIF_RECENTS":                 2,
	"GIF_FAVOURITES":              3,
	"MESSAGES_FROM_CONTACTS_ONLY": 4,
	"PREFERRED_NAME":              5,
	"PREVIEW_PRIVACY":             6,
	"PROFILE_PICTURES_SHOW_TO":    7,
	"PROFILE_PICTURES_VISIBILITY": 8,
	"SEND_STATUS_UPDATES":         9,
	"STICKERS_PACKS_INSTALLED":    10,
	"STICKERS_PACKS_PENDING":      11,
	"STICKERS_RECENT_STICKERS":    12,
}
View Source
var SyncTrustedUser_TrustStatus_name = map[int32]string{
	0: "UNKNOWN",
	1: "TRUSTED",
	2: "UNTRUSTWORTHY",
}
View Source
var SyncTrustedUser_TrustStatus_value = map[string]int32{
	"UNKNOWN":       0,
	"TRUSTED":       1,
	"UNTRUSTWORTHY": 2,
}
View Source
var SyncVerificationRequest_VerificationStatus_name = map[int32]string{
	0: "UNKNOWN",
	1: "PENDING",
	2: "ACCEPTED",
	3: "DECLINED",
	4: "CANCELED",
}
View Source
var SyncVerificationRequest_VerificationStatus_value = map[string]int32{
	"UNKNOWN":  0,
	"PENDING":  1,
	"ACCEPTED": 2,
	"DECLINED": 3,
	"CANCELED": 4,
}

Functions

This section is empty.

Types

type AcceptContactRequest added in v0.100.0

type AcceptContactRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Clock                uint64   `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AcceptContactRequest) Descriptor added in v0.100.0

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

func (*AcceptContactRequest) GetClock added in v0.100.0

func (m *AcceptContactRequest) GetClock() uint64

func (*AcceptContactRequest) GetId added in v0.100.0

func (m *AcceptContactRequest) GetId() string

func (*AcceptContactRequest) ProtoMessage added in v0.100.0

func (*AcceptContactRequest) ProtoMessage()

func (*AcceptContactRequest) Reset added in v0.100.0

func (m *AcceptContactRequest) Reset()

func (*AcceptContactRequest) String added in v0.100.0

func (m *AcceptContactRequest) String() string

func (*AcceptContactRequest) XXX_DiscardUnknown added in v0.100.0

func (m *AcceptContactRequest) XXX_DiscardUnknown()

func (*AcceptContactRequest) XXX_Marshal added in v0.100.0

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

func (*AcceptContactRequest) XXX_Merge added in v0.100.0

func (m *AcceptContactRequest) XXX_Merge(src proto.Message)

func (*AcceptContactRequest) XXX_Size added in v0.100.0

func (m *AcceptContactRequest) XXX_Size() int

func (*AcceptContactRequest) XXX_Unmarshal added in v0.100.0

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

type AcceptContactVerification added in v0.102.6

type AcceptContactVerification struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Response             string   `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AcceptContactVerification) Descriptor added in v0.102.6

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

func (*AcceptContactVerification) GetClock added in v0.102.6

func (m *AcceptContactVerification) GetClock() uint64

func (*AcceptContactVerification) GetResponse added in v0.102.6

func (m *AcceptContactVerification) GetResponse() string

func (*AcceptContactVerification) ProtoMessage added in v0.102.6

func (*AcceptContactVerification) ProtoMessage()

func (*AcceptContactVerification) Reset added in v0.102.6

func (m *AcceptContactVerification) Reset()

func (*AcceptContactVerification) String added in v0.102.6

func (m *AcceptContactVerification) String() string

func (*AcceptContactVerification) XXX_DiscardUnknown added in v0.102.6

func (m *AcceptContactVerification) XXX_DiscardUnknown()

func (*AcceptContactVerification) XXX_Marshal added in v0.102.6

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

func (*AcceptContactVerification) XXX_Merge added in v0.102.6

func (m *AcceptContactVerification) XXX_Merge(src proto.Message)

func (*AcceptContactVerification) XXX_Size added in v0.102.6

func (m *AcceptContactVerification) XXX_Size() int

func (*AcceptContactVerification) XXX_Unmarshal added in v0.102.6

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

type AcceptRequestAddressForTransaction

type AcceptRequestAddressForTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Address              string   `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"`
	ChatId               string   `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AcceptRequestAddressForTransaction) Descriptor

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

func (*AcceptRequestAddressForTransaction) GetAddress

func (*AcceptRequestAddressForTransaction) GetChatId added in v0.81.0

func (*AcceptRequestAddressForTransaction) GetClock

func (*AcceptRequestAddressForTransaction) GetId

func (*AcceptRequestAddressForTransaction) ProtoMessage

func (*AcceptRequestAddressForTransaction) ProtoMessage()

func (*AcceptRequestAddressForTransaction) Reset

func (*AcceptRequestAddressForTransaction) String

func (*AcceptRequestAddressForTransaction) XXX_DiscardUnknown

func (m *AcceptRequestAddressForTransaction) XXX_DiscardUnknown()

func (*AcceptRequestAddressForTransaction) XXX_Marshal

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

func (*AcceptRequestAddressForTransaction) XXX_Merge

func (*AcceptRequestAddressForTransaction) XXX_Size

func (*AcceptRequestAddressForTransaction) XXX_Unmarshal

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

type AnonymousMetric added in v0.86.2

type AnonymousMetric struct {
	// id is the unique id of the metric message
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// event is the app metric event type
	Event string `protobuf:"bytes,2,opt,name=event,proto3" json:"event,omitempty"`
	// value is a filtered and validated raw json payload attached to the event
	Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// app_version is the version of the `status-mobile` app that the metric came from
	AppVersion string `protobuf:"bytes,4,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// os is the operating system of the device the application is installed on
	Os string `protobuf:"bytes,5,opt,name=os,proto3" json:"os,omitempty"`
	// session_id is the id of the session the metric was recorded in
	SessionId string `protobuf:"bytes,6,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// created_at is the datetime at which the metric was stored in the local db
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

AnonymousMetric represents a single metric data point

func (*AnonymousMetric) Descriptor added in v0.86.2

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

func (*AnonymousMetric) GetAppVersion added in v0.86.2

func (m *AnonymousMetric) GetAppVersion() string

func (*AnonymousMetric) GetCreatedAt added in v0.86.2

func (m *AnonymousMetric) GetCreatedAt() *timestamp.Timestamp

func (*AnonymousMetric) GetEvent added in v0.86.2

func (m *AnonymousMetric) GetEvent() string

func (*AnonymousMetric) GetId added in v0.86.2

func (m *AnonymousMetric) GetId() string

func (*AnonymousMetric) GetOs added in v0.86.2

func (m *AnonymousMetric) GetOs() string

func (*AnonymousMetric) GetSessionId added in v0.86.2

func (m *AnonymousMetric) GetSessionId() string

func (*AnonymousMetric) GetValue added in v0.86.2

func (m *AnonymousMetric) GetValue() []byte

func (*AnonymousMetric) ProtoMessage added in v0.86.2

func (*AnonymousMetric) ProtoMessage()

func (*AnonymousMetric) Reset added in v0.86.2

func (m *AnonymousMetric) Reset()

func (*AnonymousMetric) String added in v0.86.2

func (m *AnonymousMetric) String() string

func (*AnonymousMetric) XXX_DiscardUnknown added in v0.86.2

func (m *AnonymousMetric) XXX_DiscardUnknown()

func (*AnonymousMetric) XXX_Marshal added in v0.86.2

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

func (*AnonymousMetric) XXX_Merge added in v0.86.2

func (m *AnonymousMetric) XXX_Merge(src proto.Message)

func (*AnonymousMetric) XXX_Size added in v0.86.2

func (m *AnonymousMetric) XXX_Size() int

func (*AnonymousMetric) XXX_Unmarshal added in v0.86.2

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

type AnonymousMetricBatch added in v0.86.2

type AnonymousMetricBatch struct {
	// metrics is an array of AnonymousMetric metrics
	Metrics              []*AnonymousMetric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

AnonymousMetricBatch represents a batch of AnonymousMetrics allowing broadcast of AnonymousMetrics with fewer messages

func (*AnonymousMetricBatch) Descriptor added in v0.86.2

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

func (*AnonymousMetricBatch) GetMetrics added in v0.86.2

func (m *AnonymousMetricBatch) GetMetrics() []*AnonymousMetric

func (*AnonymousMetricBatch) ProtoMessage added in v0.86.2

func (*AnonymousMetricBatch) ProtoMessage()

func (*AnonymousMetricBatch) Reset added in v0.86.2

func (m *AnonymousMetricBatch) Reset()

func (*AnonymousMetricBatch) String added in v0.86.2

func (m *AnonymousMetricBatch) String() string

func (*AnonymousMetricBatch) XXX_DiscardUnknown added in v0.86.2

func (m *AnonymousMetricBatch) XXX_DiscardUnknown()

func (*AnonymousMetricBatch) XXX_Marshal added in v0.86.2

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

func (*AnonymousMetricBatch) XXX_Merge added in v0.86.2

func (m *AnonymousMetricBatch) XXX_Merge(src proto.Message)

func (*AnonymousMetricBatch) XXX_Size added in v0.86.2

func (m *AnonymousMetricBatch) XXX_Size() int

func (*AnonymousMetricBatch) XXX_Unmarshal added in v0.86.2

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

type ApplicationMetadataMessage

type ApplicationMetadataMessage struct {
	// Signature of the payload field
	Signature []byte `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// This is the encoded protobuf of the application level message, i.e ChatMessage
	Payload []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// The type of protobuf message sent
	Type                 ApplicationMetadataMessage_Type `protobuf:"varint,3,opt,name=type,proto3,enum=protobuf.ApplicationMetadataMessage_Type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func Unmarshal

func Unmarshal(payload []byte) (*ApplicationMetadataMessage, error)

func (*ApplicationMetadataMessage) Descriptor

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

func (*ApplicationMetadataMessage) GetPayload

func (m *ApplicationMetadataMessage) GetPayload() []byte

func (*ApplicationMetadataMessage) GetSignature

func (m *ApplicationMetadataMessage) GetSignature() []byte

func (*ApplicationMetadataMessage) GetType

func (*ApplicationMetadataMessage) ProtoMessage

func (*ApplicationMetadataMessage) ProtoMessage()

func (*ApplicationMetadataMessage) RecoverKey

func (m *ApplicationMetadataMessage) RecoverKey() (*ecdsa.PublicKey, error)

func (*ApplicationMetadataMessage) Reset

func (m *ApplicationMetadataMessage) Reset()

func (*ApplicationMetadataMessage) String

func (m *ApplicationMetadataMessage) String() string

func (*ApplicationMetadataMessage) XXX_DiscardUnknown

func (m *ApplicationMetadataMessage) XXX_DiscardUnknown()

func (*ApplicationMetadataMessage) XXX_Marshal

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

func (*ApplicationMetadataMessage) XXX_Merge

func (m *ApplicationMetadataMessage) XXX_Merge(src proto.Message)

func (*ApplicationMetadataMessage) XXX_Size

func (m *ApplicationMetadataMessage) XXX_Size() int

func (*ApplicationMetadataMessage) XXX_Unmarshal

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

type ApplicationMetadataMessage_Type

type ApplicationMetadataMessage_Type int32
const (
	ApplicationMetadataMessage_UNKNOWN                                 ApplicationMetadataMessage_Type = 0
	ApplicationMetadataMessage_CHAT_MESSAGE                            ApplicationMetadataMessage_Type = 1
	ApplicationMetadataMessage_CONTACT_UPDATE                          ApplicationMetadataMessage_Type = 2
	ApplicationMetadataMessage_MEMBERSHIP_UPDATE_MESSAGE               ApplicationMetadataMessage_Type = 3
	ApplicationMetadataMessage_PAIR_INSTALLATION                       ApplicationMetadataMessage_Type = 4
	ApplicationMetadataMessage_SYNC_INSTALLATION                       ApplicationMetadataMessage_Type = 5
	ApplicationMetadataMessage_REQUEST_ADDRESS_FOR_TRANSACTION         ApplicationMetadataMessage_Type = 6
	ApplicationMetadataMessage_ACCEPT_REQUEST_ADDRESS_FOR_TRANSACTION  ApplicationMetadataMessage_Type = 7
	ApplicationMetadataMessage_DECLINE_REQUEST_ADDRESS_FOR_TRANSACTION ApplicationMetadataMessage_Type = 8
	ApplicationMetadataMessage_REQUEST_TRANSACTION                     ApplicationMetadataMessage_Type = 9
	ApplicationMetadataMessage_SEND_TRANSACTION                        ApplicationMetadataMessage_Type = 10
	ApplicationMetadataMessage_DECLINE_REQUEST_TRANSACTION             ApplicationMetadataMessage_Type = 11
	ApplicationMetadataMessage_SYNC_INSTALLATION_CONTACT               ApplicationMetadataMessage_Type = 12
	ApplicationMetadataMessage_SYNC_INSTALLATION_ACCOUNT               ApplicationMetadataMessage_Type = 13
	ApplicationMetadataMessage_SYNC_INSTALLATION_PUBLIC_CHAT           ApplicationMetadataMessage_Type = 14
	ApplicationMetadataMessage_CONTACT_CODE_ADVERTISEMENT              ApplicationMetadataMessage_Type = 15
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION          ApplicationMetadataMessage_Type = 16
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REGISTRATION_RESPONSE ApplicationMetadataMessage_Type = 17
	ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY                 ApplicationMetadataMessage_Type = 18
	ApplicationMetadataMessage_PUSH_NOTIFICATION_QUERY_RESPONSE        ApplicationMetadataMessage_Type = 19
	ApplicationMetadataMessage_PUSH_NOTIFICATION_REQUEST               ApplicationMetadataMessage_Type = 20
	ApplicationMetadataMessage_PUSH_NOTIFICATION_RESPONSE              ApplicationMetadataMessage_Type = 21
	ApplicationMetadataMessage_EMOJI_REACTION                          ApplicationMetadataMessage_Type = 22
	ApplicationMetadataMessage_GROUP_CHAT_INVITATION                   ApplicationMetadataMessage_Type = 23
	ApplicationMetadataMessage_CHAT_IDENTITY                           ApplicationMetadataMessage_Type = 24
	ApplicationMetadataMessage_COMMUNITY_DESCRIPTION                   ApplicationMetadataMessage_Type = 25
	ApplicationMetadataMessage_COMMUNITY_INVITATION                    ApplicationMetadataMessage_Type = 26
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN               ApplicationMetadataMessage_Type = 27
	ApplicationMetadataMessage_PIN_MESSAGE                             ApplicationMetadataMessage_Type = 28
	ApplicationMetadataMessage_EDIT_MESSAGE                            ApplicationMetadataMessage_Type = 29
	ApplicationMetadataMessage_STATUS_UPDATE                           ApplicationMetadataMessage_Type = 30
	ApplicationMetadataMessage_DELETE_MESSAGE                          ApplicationMetadataMessage_Type = 31
	ApplicationMetadataMessage_SYNC_INSTALLATION_COMMUNITY             ApplicationMetadataMessage_Type = 32
	ApplicationMetadataMessage_ANONYMOUS_METRIC_BATCH                  ApplicationMetadataMessage_Type = 33
	ApplicationMetadataMessage_SYNC_CHAT_REMOVED                       ApplicationMetadataMessage_Type = 34
	ApplicationMetadataMessage_SYNC_CHAT_MESSAGES_READ                 ApplicationMetadataMessage_Type = 35
	ApplicationMetadataMessage_BACKUP                                  ApplicationMetadataMessage_Type = 36
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_READ               ApplicationMetadataMessage_Type = 37
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_ACCEPTED           ApplicationMetadataMessage_Type = 38
	ApplicationMetadataMessage_SYNC_ACTIVITY_CENTER_DISMISSED          ApplicationMetadataMessage_Type = 39
	ApplicationMetadataMessage_SYNC_BOOKMARK                           ApplicationMetadataMessage_Type = 40
	ApplicationMetadataMessage_SYNC_CLEAR_HISTORY                      ApplicationMetadataMessage_Type = 41
	ApplicationMetadataMessage_SYNC_SETTING                            ApplicationMetadataMessage_Type = 42
	ApplicationMetadataMessage_COMMUNITY_ARCHIVE_MAGNETLINK            ApplicationMetadataMessage_Type = 43
	ApplicationMetadataMessage_SYNC_PROFILE_PICTURE                    ApplicationMetadataMessage_Type = 44
	ApplicationMetadataMessage_SYNC_WALLET_ACCOUNT                     ApplicationMetadataMessage_Type = 45
	ApplicationMetadataMessage_ACCEPT_CONTACT_REQUEST                  ApplicationMetadataMessage_Type = 46
	ApplicationMetadataMessage_RETRACT_CONTACT_REQUEST                 ApplicationMetadataMessage_Type = 47
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_JOIN_RESPONSE      ApplicationMetadataMessage_Type = 48
	ApplicationMetadataMessage_SYNC_COMMUNITY_SETTINGS                 ApplicationMetadataMessage_Type = 49
	ApplicationMetadataMessage_REQUEST_CONTACT_VERIFICATION            ApplicationMetadataMessage_Type = 50
	ApplicationMetadataMessage_ACCEPT_CONTACT_VERIFICATION             ApplicationMetadataMessage_Type = 51
	ApplicationMetadataMessage_DECLINE_CONTACT_VERIFICATION            ApplicationMetadataMessage_Type = 52
	ApplicationMetadataMessage_SYNC_TRUSTED_USER                       ApplicationMetadataMessage_Type = 53
	ApplicationMetadataMessage_SYNC_VERIFICATION_REQUEST               ApplicationMetadataMessage_Type = 54
	ApplicationMetadataMessage_CONTACT_VERIFICATION_TRUSTED            ApplicationMetadataMessage_Type = 55
	ApplicationMetadataMessage_SYNC_CONTACT_REQUEST_DECISION           ApplicationMetadataMessage_Type = 56
	ApplicationMetadataMessage_COMMUNITY_REQUEST_TO_LEAVE              ApplicationMetadataMessage_Type = 57
)

func (ApplicationMetadataMessage_Type) EnumDescriptor

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

func (ApplicationMetadataMessage_Type) String

type AudioMessage added in v0.56.1

type AudioMessage struct {
	Payload              []byte                 `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Type                 AudioMessage_AudioType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.AudioMessage_AudioType" json:"type,omitempty"`
	DurationMs           uint64                 `protobuf:"varint,3,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*AudioMessage) Descriptor added in v0.56.1

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

func (*AudioMessage) GetDurationMs added in v0.56.1

func (m *AudioMessage) GetDurationMs() uint64

func (*AudioMessage) GetPayload added in v0.56.1

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

func (*AudioMessage) GetType added in v0.56.1

func (m *AudioMessage) GetType() AudioMessage_AudioType

func (*AudioMessage) ProtoMessage added in v0.56.1

func (*AudioMessage) ProtoMessage()

func (*AudioMessage) Reset added in v0.56.1

func (m *AudioMessage) Reset()

func (*AudioMessage) String added in v0.56.1

func (m *AudioMessage) String() string

func (*AudioMessage) XXX_DiscardUnknown added in v0.56.1

func (m *AudioMessage) XXX_DiscardUnknown()

func (*AudioMessage) XXX_Marshal added in v0.56.1

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

func (*AudioMessage) XXX_Merge added in v0.56.1

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

func (*AudioMessage) XXX_Size added in v0.56.1

func (m *AudioMessage) XXX_Size() int

func (*AudioMessage) XXX_Unmarshal added in v0.56.1

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

type AudioMessage_AudioType added in v0.56.1

type AudioMessage_AudioType int32
const (
	AudioMessage_UNKNOWN_AUDIO_TYPE AudioMessage_AudioType = 0
	AudioMessage_AAC                AudioMessage_AudioType = 1
	AudioMessage_AMR                AudioMessage_AudioType = 2
)

func (AudioMessage_AudioType) EnumDescriptor added in v0.56.1

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

func (AudioMessage_AudioType) String added in v0.56.1

func (x AudioMessage_AudioType) String() string

type Backup added in v0.90.0

type Backup struct {
	Clock                uint64                       `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string                       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Contacts             []*SyncInstallationContactV2 `protobuf:"bytes,3,rep,name=contacts,proto3" json:"contacts,omitempty"`
	Communities          []*SyncCommunity             `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*Backup) Descriptor added in v0.90.0

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

func (*Backup) GetClock added in v0.90.0

func (m *Backup) GetClock() uint64

func (*Backup) GetCommunities added in v0.96.4

func (m *Backup) GetCommunities() []*SyncCommunity

func (*Backup) GetContacts added in v0.90.0

func (m *Backup) GetContacts() []*SyncInstallationContactV2

func (*Backup) GetId added in v0.90.0

func (m *Backup) GetId() string

func (*Backup) ProtoMessage added in v0.90.0

func (*Backup) ProtoMessage()

func (*Backup) Reset added in v0.90.0

func (m *Backup) Reset()

func (*Backup) String added in v0.90.0

func (m *Backup) String() string

func (*Backup) XXX_DiscardUnknown added in v0.90.0

func (m *Backup) XXX_DiscardUnknown()

func (*Backup) XXX_Marshal added in v0.90.0

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

func (*Backup) XXX_Merge added in v0.90.0

func (m *Backup) XXX_Merge(src proto.Message)

func (*Backup) XXX_Size added in v0.90.0

func (m *Backup) XXX_Size() int

func (*Backup) XXX_Unmarshal added in v0.90.0

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

type ChatIdentity added in v0.65.0

type ChatIdentity struct {
	// Lamport timestamp of the message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// ens_name is the valid ENS name associated with the chat key
	EnsName string `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	// images is a string indexed mapping of images associated with an identity
	Images map[string]*IdentityImage `` /* 153-byte string literal not displayed */
	// display name is the user set identity
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// description is the user set description
	Description string        `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Color       string        `protobuf:"bytes,6,opt,name=color,proto3" json:"color,omitempty"`
	Emoji       string        `protobuf:"bytes,7,opt,name=emoji,proto3" json:"emoji,omitempty"`
	SocialLinks []*SocialLink `protobuf:"bytes,8,rep,name=social_links,json=socialLinks,proto3" json:"social_links,omitempty"`
	// first known message timestamp in seconds (valid only for community chats for now)
	// 0 - unknown
	// 1 - no messages
	FirstMessageTimestamp uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

ChatIdentity represents the user defined identity associated with their public chat key

func (*ChatIdentity) Descriptor added in v0.65.0

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

func (*ChatIdentity) GetClock added in v0.65.0

func (m *ChatIdentity) GetClock() uint64

func (*ChatIdentity) GetColor added in v0.67.0

func (m *ChatIdentity) GetColor() string

func (*ChatIdentity) GetDescription added in v0.67.0

func (m *ChatIdentity) GetDescription() string

func (*ChatIdentity) GetDisplayName added in v0.67.0

func (m *ChatIdentity) GetDisplayName() string

func (*ChatIdentity) GetEmoji added in v0.89.5

func (m *ChatIdentity) GetEmoji() string

func (*ChatIdentity) GetEnsName added in v0.65.0

func (m *ChatIdentity) GetEnsName() string

func (*ChatIdentity) GetFirstMessageTimestamp added in v0.109.1

func (m *ChatIdentity) GetFirstMessageTimestamp() uint32

func (*ChatIdentity) GetImages added in v0.65.0

func (m *ChatIdentity) GetImages() map[string]*IdentityImage
func (m *ChatIdentity) GetSocialLinks() []*SocialLink

func (*ChatIdentity) ProtoMessage added in v0.65.0

func (*ChatIdentity) ProtoMessage()

func (*ChatIdentity) Reset added in v0.65.0

func (m *ChatIdentity) Reset()

func (*ChatIdentity) String added in v0.65.0

func (m *ChatIdentity) String() string

func (*ChatIdentity) XXX_DiscardUnknown added in v0.65.0

func (m *ChatIdentity) XXX_DiscardUnknown()

func (*ChatIdentity) XXX_Marshal added in v0.65.0

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

func (*ChatIdentity) XXX_Merge added in v0.65.0

func (m *ChatIdentity) XXX_Merge(src proto.Message)

func (*ChatIdentity) XXX_Size added in v0.65.0

func (m *ChatIdentity) XXX_Size() int

func (*ChatIdentity) XXX_Unmarshal added in v0.65.0

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

type ChatMessage

type ChatMessage struct {
	// Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// Unix timestamps in milliseconds, currently not used as we use whisper as more reliable, but here
	// so that we don't rely on it
	Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Text of the message
	Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"`
	// Id of the message that we are replying to
	ResponseTo string `protobuf:"bytes,4,opt,name=response_to,json=responseTo,proto3" json:"response_to,omitempty"`
	// Ens name of the sender
	EnsName string `protobuf:"bytes,5,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	// Chat id, this field is symmetric for public-chats and private group chats,
	// but asymmetric in case of one-to-ones, as the sender will use the chat-id
	// of the received, while the receiver will use the chat-id of the sender.
	// Probably should be the concatenation of sender-pk & receiver-pk in alphabetical order
	ChatId string `protobuf:"bytes,6,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType MessageType `protobuf:"varint,7,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	// The type of the content of the message
	ContentType ChatMessage_ContentType `` /* 133-byte string literal not displayed */
	// Types that are valid to be assigned to Payload:
	//	*ChatMessage_Sticker
	//	*ChatMessage_Image
	//	*ChatMessage_Audio
	//	*ChatMessage_Community
	//	*ChatMessage_DiscordMessage
	Payload isChatMessage_Payload `protobuf_oneof:"payload"`
	// Grant for community chat messages
	Grant []byte `protobuf:"bytes,13,opt,name=grant,proto3" json:"grant,omitempty"`
	// Message author's display name, introduced in version 1
	DisplayName                     string                   `protobuf:"bytes,14,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	SentContactRequestSignature     *ContactRequestSignature `` /* 147-byte string literal not displayed */
	ReceivedContactRequestSignature *ContactRequestSignature `` /* 159-byte string literal not displayed */
	ContactMessage                  bool                     `protobuf:"varint,17,opt,name=contact_message,json=contactMessage,proto3" json:"contact_message,omitempty"`
	XXX_NoUnkeyedLiteral            struct{}                 `json:"-"`
	XXX_unrecognized                []byte                   `json:"-"`
	XXX_sizecache                   int32                    `json:"-"`
}

func (*ChatMessage) Descriptor

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

func (*ChatMessage) GetAudio added in v0.56.1

func (m *ChatMessage) GetAudio() *AudioMessage

func (*ChatMessage) GetChatId

func (m *ChatMessage) GetChatId() string

func (*ChatMessage) GetClock

func (m *ChatMessage) GetClock() uint64

func (*ChatMessage) GetCommunity added in v0.67.0

func (m *ChatMessage) GetCommunity() []byte

func (*ChatMessage) GetContactMessage added in v0.100.0

func (m *ChatMessage) GetContactMessage() bool

func (*ChatMessage) GetContentType

func (m *ChatMessage) GetContentType() ChatMessage_ContentType

func (*ChatMessage) GetDiscordMessage added in v0.105.1

func (m *ChatMessage) GetDiscordMessage() *DiscordMessage

func (*ChatMessage) GetDisplayName added in v0.94.12

func (m *ChatMessage) GetDisplayName() string

func (*ChatMessage) GetEnsName

func (m *ChatMessage) GetEnsName() string

func (*ChatMessage) GetGrant added in v0.67.0

func (m *ChatMessage) GetGrant() []byte

func (*ChatMessage) GetImage added in v0.54.0

func (m *ChatMessage) GetImage() *ImageMessage

func (*ChatMessage) GetMessageType

func (m *ChatMessage) GetMessageType() MessageType

func (*ChatMessage) GetPayload

func (m *ChatMessage) GetPayload() isChatMessage_Payload

func (*ChatMessage) GetReceivedContactRequestSignature added in v0.100.0

func (m *ChatMessage) GetReceivedContactRequestSignature() *ContactRequestSignature

func (*ChatMessage) GetResponseTo

func (m *ChatMessage) GetResponseTo() string

func (*ChatMessage) GetSentContactRequestSignature added in v0.100.0

func (m *ChatMessage) GetSentContactRequestSignature() *ContactRequestSignature

func (*ChatMessage) GetSticker

func (m *ChatMessage) GetSticker() *StickerMessage

func (*ChatMessage) GetText

func (m *ChatMessage) GetText() string

func (*ChatMessage) GetTimestamp

func (m *ChatMessage) GetTimestamp() uint64

func (*ChatMessage) ProtoMessage

func (*ChatMessage) ProtoMessage()

func (*ChatMessage) Reset

func (m *ChatMessage) Reset()

func (*ChatMessage) String

func (m *ChatMessage) String() string

func (*ChatMessage) XXX_DiscardUnknown

func (m *ChatMessage) XXX_DiscardUnknown()

func (*ChatMessage) XXX_Marshal

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

func (*ChatMessage) XXX_Merge

func (m *ChatMessage) XXX_Merge(src proto.Message)

func (*ChatMessage) XXX_OneofWrappers

func (*ChatMessage) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*ChatMessage) XXX_Size

func (m *ChatMessage) XXX_Size() int

func (*ChatMessage) XXX_Unmarshal

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

type ChatMessage_Audio added in v0.56.1

type ChatMessage_Audio struct {
	Audio *AudioMessage `protobuf:"bytes,11,opt,name=audio,proto3,oneof"`
}

type ChatMessage_Community added in v0.67.0

type ChatMessage_Community struct {
	Community []byte `protobuf:"bytes,12,opt,name=community,proto3,oneof"`
}

type ChatMessage_ContentType

type ChatMessage_ContentType int32
const (
	ChatMessage_UNKNOWN_CONTENT_TYPE ChatMessage_ContentType = 0
	ChatMessage_TEXT_PLAIN           ChatMessage_ContentType = 1
	ChatMessage_STICKER              ChatMessage_ContentType = 2
	ChatMessage_STATUS               ChatMessage_ContentType = 3
	ChatMessage_EMOJI                ChatMessage_ContentType = 4
	ChatMessage_TRANSACTION_COMMAND  ChatMessage_ContentType = 5
	// Only local
	ChatMessage_SYSTEM_MESSAGE_CONTENT_PRIVATE_GROUP ChatMessage_ContentType = 6
	ChatMessage_IMAGE                                ChatMessage_ContentType = 7
	ChatMessage_AUDIO                                ChatMessage_ContentType = 8
	ChatMessage_COMMUNITY                            ChatMessage_ContentType = 9
	// Only local
	ChatMessage_SYSTEM_MESSAGE_GAP ChatMessage_ContentType = 10
	ChatMessage_CONTACT_REQUEST    ChatMessage_ContentType = 11
	ChatMessage_DISCORD_MESSAGE    ChatMessage_ContentType = 12
)

func (ChatMessage_ContentType) EnumDescriptor

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

func (ChatMessage_ContentType) String

func (x ChatMessage_ContentType) String() string

type ChatMessage_DiscordMessage added in v0.105.1

type ChatMessage_DiscordMessage struct {
	DiscordMessage *DiscordMessage `protobuf:"bytes,99,opt,name=discord_message,json=discordMessage,proto3,oneof"`
}

type ChatMessage_Image added in v0.54.0

type ChatMessage_Image struct {
	Image *ImageMessage `protobuf:"bytes,10,opt,name=image,proto3,oneof"`
}

type ChatMessage_Sticker

type ChatMessage_Sticker struct {
	Sticker *StickerMessage `protobuf:"bytes,9,opt,name=sticker,proto3,oneof"`
}

type CommunityAdminSettings added in v0.100.0

type CommunityAdminSettings struct {
	PinMessageAllMembersEnabled bool     `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*CommunityAdminSettings) Descriptor added in v0.100.0

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

func (*CommunityAdminSettings) GetPinMessageAllMembersEnabled added in v0.100.0

func (m *CommunityAdminSettings) GetPinMessageAllMembersEnabled() bool

func (*CommunityAdminSettings) ProtoMessage added in v0.100.0

func (*CommunityAdminSettings) ProtoMessage()

func (*CommunityAdminSettings) Reset added in v0.100.0

func (m *CommunityAdminSettings) Reset()

func (*CommunityAdminSettings) String added in v0.100.0

func (m *CommunityAdminSettings) String() string

func (*CommunityAdminSettings) XXX_DiscardUnknown added in v0.100.0

func (m *CommunityAdminSettings) XXX_DiscardUnknown()

func (*CommunityAdminSettings) XXX_Marshal added in v0.100.0

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

func (*CommunityAdminSettings) XXX_Merge added in v0.100.0

func (m *CommunityAdminSettings) XXX_Merge(src proto.Message)

func (*CommunityAdminSettings) XXX_Size added in v0.100.0

func (m *CommunityAdminSettings) XXX_Size() int

func (*CommunityAdminSettings) XXX_Unmarshal added in v0.100.0

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

type CommunityCategory added in v0.79.3

type CommunityCategory struct {
	CategoryId           string   `protobuf:"bytes,1,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Position             int32    `protobuf:"varint,3,opt,name=position,proto3" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommunityCategory) Descriptor added in v0.79.3

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

func (*CommunityCategory) GetCategoryId added in v0.79.3

func (m *CommunityCategory) GetCategoryId() string

func (*CommunityCategory) GetName added in v0.79.3

func (m *CommunityCategory) GetName() string

func (*CommunityCategory) GetPosition added in v0.79.3

func (m *CommunityCategory) GetPosition() int32

func (*CommunityCategory) ProtoMessage added in v0.79.3

func (*CommunityCategory) ProtoMessage()

func (*CommunityCategory) Reset added in v0.79.3

func (m *CommunityCategory) Reset()

func (*CommunityCategory) String added in v0.79.3

func (m *CommunityCategory) String() string

func (*CommunityCategory) XXX_DiscardUnknown added in v0.79.3

func (m *CommunityCategory) XXX_DiscardUnknown()

func (*CommunityCategory) XXX_Marshal added in v0.79.3

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

func (*CommunityCategory) XXX_Merge added in v0.79.3

func (m *CommunityCategory) XXX_Merge(src proto.Message)

func (*CommunityCategory) XXX_Size added in v0.79.3

func (m *CommunityCategory) XXX_Size() int

func (*CommunityCategory) XXX_Unmarshal added in v0.79.3

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

type CommunityChat added in v0.67.0

type CommunityChat struct {
	Members              map[string]*CommunityMember `` /* 155-byte string literal not displayed */
	Permissions          *CommunityPermissions       `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"`
	Identity             *ChatIdentity               `protobuf:"bytes,3,opt,name=identity,proto3" json:"identity,omitempty"`
	CategoryId           string                      `protobuf:"bytes,4,opt,name=category_id,json=categoryId,proto3" json:"category_id,omitempty"`
	Position             int32                       `protobuf:"varint,5,opt,name=position,proto3" json:"position,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*CommunityChat) Descriptor added in v0.67.0

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

func (*CommunityChat) GetCategoryId added in v0.79.3

func (m *CommunityChat) GetCategoryId() string

func (*CommunityChat) GetIdentity added in v0.67.0

func (m *CommunityChat) GetIdentity() *ChatIdentity

func (*CommunityChat) GetMembers added in v0.67.0

func (m *CommunityChat) GetMembers() map[string]*CommunityMember

func (*CommunityChat) GetPermissions added in v0.67.0

func (m *CommunityChat) GetPermissions() *CommunityPermissions

func (*CommunityChat) GetPosition added in v0.79.3

func (m *CommunityChat) GetPosition() int32

func (*CommunityChat) ProtoMessage added in v0.67.0

func (*CommunityChat) ProtoMessage()

func (*CommunityChat) Reset added in v0.67.0

func (m *CommunityChat) Reset()

func (*CommunityChat) String added in v0.67.0

func (m *CommunityChat) String() string

func (*CommunityChat) XXX_DiscardUnknown added in v0.67.0

func (m *CommunityChat) XXX_DiscardUnknown()

func (*CommunityChat) XXX_Marshal added in v0.67.0

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

func (*CommunityChat) XXX_Merge added in v0.67.0

func (m *CommunityChat) XXX_Merge(src proto.Message)

func (*CommunityChat) XXX_Size added in v0.67.0

func (m *CommunityChat) XXX_Size() int

func (*CommunityChat) XXX_Unmarshal added in v0.67.0

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

type CommunityDescription added in v0.67.0

type CommunityDescription struct {
	Clock                  uint64                        `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Members                map[string]*CommunityMember   `` /* 155-byte string literal not displayed */
	Permissions            *CommunityPermissions         `protobuf:"bytes,3,opt,name=permissions,proto3" json:"permissions,omitempty"`
	Identity               *ChatIdentity                 `protobuf:"bytes,5,opt,name=identity,proto3" json:"identity,omitempty"`
	Chats                  map[string]*CommunityChat     `` /* 151-byte string literal not displayed */
	BanList                []string                      `protobuf:"bytes,7,rep,name=ban_list,json=banList,proto3" json:"ban_list,omitempty"`
	Categories             map[string]*CommunityCategory `` /* 161-byte string literal not displayed */
	ArchiveMagnetlinkClock uint64                        `` /* 130-byte string literal not displayed */
	AdminSettings          *CommunityAdminSettings       `protobuf:"bytes,10,opt,name=admin_settings,json=adminSettings,proto3" json:"admin_settings,omitempty"`
	IntroMessage           string                        `protobuf:"bytes,11,opt,name=intro_message,json=introMessage,proto3" json:"intro_message,omitempty"`
	OutroMessage           string                        `protobuf:"bytes,12,opt,name=outro_message,json=outroMessage,proto3" json:"outro_message,omitempty"`
	Encrypted              bool                          `protobuf:"varint,13,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	Tags                   []string                      `protobuf:"bytes,14,rep,name=tags,proto3" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                      `json:"-"`
	XXX_unrecognized       []byte                        `json:"-"`
	XXX_sizecache          int32                         `json:"-"`
}

func (*CommunityDescription) Descriptor added in v0.67.0

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

func (*CommunityDescription) GetAdminSettings added in v0.100.0

func (m *CommunityDescription) GetAdminSettings() *CommunityAdminSettings

func (*CommunityDescription) GetArchiveMagnetlinkClock added in v0.98.1

func (m *CommunityDescription) GetArchiveMagnetlinkClock() uint64

func (*CommunityDescription) GetBanList added in v0.73.9

func (m *CommunityDescription) GetBanList() []string

func (*CommunityDescription) GetCategories added in v0.79.3

func (m *CommunityDescription) GetCategories() map[string]*CommunityCategory

func (*CommunityDescription) GetChats added in v0.67.0

func (m *CommunityDescription) GetChats() map[string]*CommunityChat

func (*CommunityDescription) GetClock added in v0.67.0

func (m *CommunityDescription) GetClock() uint64

func (*CommunityDescription) GetEncrypted added in v0.102.2

func (m *CommunityDescription) GetEncrypted() bool

func (*CommunityDescription) GetIdentity added in v0.67.0

func (m *CommunityDescription) GetIdentity() *ChatIdentity

func (*CommunityDescription) GetIntroMessage added in v0.100.1

func (m *CommunityDescription) GetIntroMessage() string

func (*CommunityDescription) GetMembers added in v0.67.0

func (m *CommunityDescription) GetMembers() map[string]*CommunityMember

func (*CommunityDescription) GetOutroMessage added in v0.100.1

func (m *CommunityDescription) GetOutroMessage() string

func (*CommunityDescription) GetPermissions added in v0.67.0

func (m *CommunityDescription) GetPermissions() *CommunityPermissions

func (*CommunityDescription) GetTags added in v0.102.5

func (m *CommunityDescription) GetTags() []string

func (*CommunityDescription) ProtoMessage added in v0.67.0

func (*CommunityDescription) ProtoMessage()

func (*CommunityDescription) Reset added in v0.67.0

func (m *CommunityDescription) Reset()

func (*CommunityDescription) String added in v0.67.0

func (m *CommunityDescription) String() string

func (*CommunityDescription) XXX_DiscardUnknown added in v0.67.0

func (m *CommunityDescription) XXX_DiscardUnknown()

func (*CommunityDescription) XXX_Marshal added in v0.67.0

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

func (*CommunityDescription) XXX_Merge added in v0.67.0

func (m *CommunityDescription) XXX_Merge(src proto.Message)

func (*CommunityDescription) XXX_Size added in v0.67.0

func (m *CommunityDescription) XXX_Size() int

func (*CommunityDescription) XXX_Unmarshal added in v0.67.0

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

type CommunityInvitation added in v0.67.0

type CommunityInvitation struct {
	CommunityDescription []byte   `protobuf:"bytes,1,opt,name=community_description,json=communityDescription,proto3" json:"community_description,omitempty"`
	Grant                []byte   `protobuf:"bytes,2,opt,name=grant,proto3" json:"grant,omitempty"`
	ChatId               string   `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommunityInvitation) Descriptor added in v0.67.0

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

func (*CommunityInvitation) GetChatId added in v0.67.0

func (m *CommunityInvitation) GetChatId() string

func (*CommunityInvitation) GetCommunityDescription added in v0.67.0

func (m *CommunityInvitation) GetCommunityDescription() []byte

func (*CommunityInvitation) GetGrant added in v0.67.0

func (m *CommunityInvitation) GetGrant() []byte

func (*CommunityInvitation) GetPublicKey added in v0.67.0

func (m *CommunityInvitation) GetPublicKey() []byte

func (*CommunityInvitation) ProtoMessage added in v0.67.0

func (*CommunityInvitation) ProtoMessage()

func (*CommunityInvitation) Reset added in v0.67.0

func (m *CommunityInvitation) Reset()

func (*CommunityInvitation) String added in v0.67.0

func (m *CommunityInvitation) String() string

func (*CommunityInvitation) XXX_DiscardUnknown added in v0.67.0

func (m *CommunityInvitation) XXX_DiscardUnknown()

func (*CommunityInvitation) XXX_Marshal added in v0.67.0

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

func (*CommunityInvitation) XXX_Merge added in v0.67.0

func (m *CommunityInvitation) XXX_Merge(src proto.Message)

func (*CommunityInvitation) XXX_Size added in v0.67.0

func (m *CommunityInvitation) XXX_Size() int

func (*CommunityInvitation) XXX_Unmarshal added in v0.67.0

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

type CommunityMember added in v0.67.0

type CommunityMember struct {
	Roles                []CommunityMember_Roles `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=protobuf.CommunityMember_Roles" json:"roles,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CommunityMember) Descriptor added in v0.67.0

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

func (*CommunityMember) GetRoles added in v0.72.0

func (m *CommunityMember) GetRoles() []CommunityMember_Roles

func (*CommunityMember) ProtoMessage added in v0.67.0

func (*CommunityMember) ProtoMessage()

func (*CommunityMember) Reset added in v0.67.0

func (m *CommunityMember) Reset()

func (*CommunityMember) String added in v0.67.0

func (m *CommunityMember) String() string

func (*CommunityMember) XXX_DiscardUnknown added in v0.67.0

func (m *CommunityMember) XXX_DiscardUnknown()

func (*CommunityMember) XXX_Marshal added in v0.67.0

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

func (*CommunityMember) XXX_Merge added in v0.67.0

func (m *CommunityMember) XXX_Merge(src proto.Message)

func (*CommunityMember) XXX_Size added in v0.67.0

func (m *CommunityMember) XXX_Size() int

func (*CommunityMember) XXX_Unmarshal added in v0.67.0

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

type CommunityMember_Roles added in v0.72.0

type CommunityMember_Roles int32
const (
	CommunityMember_UNKNOWN_ROLE      CommunityMember_Roles = 0
	CommunityMember_ROLE_ALL          CommunityMember_Roles = 1
	CommunityMember_ROLE_MANAGE_USERS CommunityMember_Roles = 2
)

func (CommunityMember_Roles) EnumDescriptor added in v0.72.0

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

func (CommunityMember_Roles) String added in v0.72.0

func (x CommunityMember_Roles) String() string
type CommunityMessageArchiveMagnetlink struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	MagnetUri            string   `protobuf:"bytes,2,opt,name=magnet_uri,json=magnetUri,proto3" json:"magnet_uri,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommunityMessageArchiveMagnetlink) Descriptor added in v0.98.1

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

func (*CommunityMessageArchiveMagnetlink) GetClock added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) GetMagnetUri added in v0.98.1

func (m *CommunityMessageArchiveMagnetlink) GetMagnetUri() string

func (*CommunityMessageArchiveMagnetlink) ProtoMessage added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) ProtoMessage()

func (*CommunityMessageArchiveMagnetlink) Reset added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) String added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) XXX_DiscardUnknown added in v0.98.1

func (m *CommunityMessageArchiveMagnetlink) XXX_DiscardUnknown()

func (*CommunityMessageArchiveMagnetlink) XXX_Marshal added in v0.98.1

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

func (*CommunityMessageArchiveMagnetlink) XXX_Merge added in v0.98.1

func (*CommunityMessageArchiveMagnetlink) XXX_Size added in v0.98.1

func (m *CommunityMessageArchiveMagnetlink) XXX_Size() int

func (*CommunityMessageArchiveMagnetlink) XXX_Unmarshal added in v0.98.1

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

type CommunityPermissions added in v0.67.0

type CommunityPermissions struct {
	EnsOnly bool `protobuf:"varint,1,opt,name=ens_only,json=ensOnly,proto3" json:"ens_only,omitempty"`
	// https://gitlab.matrix.org/matrix-org/olm/blob/master/docs/megolm.md is a candidate for the algorithm to be used in case we want to have private communityal chats, lighter than pairwise encryption using the DR, less secure, but more efficient for large number of participants
	Private              bool                        `protobuf:"varint,2,opt,name=private,proto3" json:"private,omitempty"`
	Access               CommunityPermissions_Access `protobuf:"varint,3,opt,name=access,proto3,enum=protobuf.CommunityPermissions_Access" json:"access,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*CommunityPermissions) Descriptor added in v0.67.0

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

func (*CommunityPermissions) GetAccess added in v0.67.0

func (*CommunityPermissions) GetEnsOnly added in v0.67.0

func (m *CommunityPermissions) GetEnsOnly() bool

func (*CommunityPermissions) GetPrivate added in v0.67.0

func (m *CommunityPermissions) GetPrivate() bool

func (*CommunityPermissions) ProtoMessage added in v0.67.0

func (*CommunityPermissions) ProtoMessage()

func (*CommunityPermissions) Reset added in v0.67.0

func (m *CommunityPermissions) Reset()

func (*CommunityPermissions) String added in v0.67.0

func (m *CommunityPermissions) String() string

func (*CommunityPermissions) XXX_DiscardUnknown added in v0.67.0

func (m *CommunityPermissions) XXX_DiscardUnknown()

func (*CommunityPermissions) XXX_Marshal added in v0.67.0

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

func (*CommunityPermissions) XXX_Merge added in v0.67.0

func (m *CommunityPermissions) XXX_Merge(src proto.Message)

func (*CommunityPermissions) XXX_Size added in v0.67.0

func (m *CommunityPermissions) XXX_Size() int

func (*CommunityPermissions) XXX_Unmarshal added in v0.67.0

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

type CommunityPermissions_Access added in v0.67.0

type CommunityPermissions_Access int32
const (
	CommunityPermissions_UNKNOWN_ACCESS  CommunityPermissions_Access = 0
	CommunityPermissions_NO_MEMBERSHIP   CommunityPermissions_Access = 1
	CommunityPermissions_INVITATION_ONLY CommunityPermissions_Access = 2
	CommunityPermissions_ON_REQUEST      CommunityPermissions_Access = 3
)

func (CommunityPermissions_Access) EnumDescriptor added in v0.67.0

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

func (CommunityPermissions_Access) String added in v0.67.0

type CommunityRequestToJoin added in v0.72.0

type CommunityRequestToJoin struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName              string   `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ChatId               string   `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	CommunityId          []byte   `protobuf:"bytes,4,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	DisplayName          string   `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommunityRequestToJoin) Descriptor added in v0.72.0

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

func (*CommunityRequestToJoin) GetChatId added in v0.72.0

func (m *CommunityRequestToJoin) GetChatId() string

func (*CommunityRequestToJoin) GetClock added in v0.72.0

func (m *CommunityRequestToJoin) GetClock() uint64

func (*CommunityRequestToJoin) GetCommunityId added in v0.72.0

func (m *CommunityRequestToJoin) GetCommunityId() []byte

func (*CommunityRequestToJoin) GetDisplayName added in v0.102.5

func (m *CommunityRequestToJoin) GetDisplayName() string

func (*CommunityRequestToJoin) GetEnsName added in v0.72.0

func (m *CommunityRequestToJoin) GetEnsName() string

func (*CommunityRequestToJoin) ProtoMessage added in v0.72.0

func (*CommunityRequestToJoin) ProtoMessage()

func (*CommunityRequestToJoin) Reset added in v0.72.0

func (m *CommunityRequestToJoin) Reset()

func (*CommunityRequestToJoin) String added in v0.72.0

func (m *CommunityRequestToJoin) String() string

func (*CommunityRequestToJoin) XXX_DiscardUnknown added in v0.72.0

func (m *CommunityRequestToJoin) XXX_DiscardUnknown()

func (*CommunityRequestToJoin) XXX_Marshal added in v0.72.0

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

func (*CommunityRequestToJoin) XXX_Merge added in v0.72.0

func (m *CommunityRequestToJoin) XXX_Merge(src proto.Message)

func (*CommunityRequestToJoin) XXX_Size added in v0.72.0

func (m *CommunityRequestToJoin) XXX_Size() int

func (*CommunityRequestToJoin) XXX_Unmarshal added in v0.72.0

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

type CommunityRequestToJoinResponse added in v0.72.0

type CommunityRequestToJoinResponse struct {
	Clock                uint64                `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Community            *CommunityDescription `protobuf:"bytes,2,opt,name=community,proto3" json:"community,omitempty"`
	Accepted             bool                  `protobuf:"varint,3,opt,name=accepted,proto3" json:"accepted,omitempty"`
	Grant                []byte                `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	CommunityId          []byte                `protobuf:"bytes,5,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*CommunityRequestToJoinResponse) Descriptor added in v0.72.0

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

func (*CommunityRequestToJoinResponse) GetAccepted added in v0.72.0

func (m *CommunityRequestToJoinResponse) GetAccepted() bool

func (*CommunityRequestToJoinResponse) GetClock added in v0.72.0

func (m *CommunityRequestToJoinResponse) GetClock() uint64

func (*CommunityRequestToJoinResponse) GetCommunity added in v0.72.0

func (*CommunityRequestToJoinResponse) GetCommunityId added in v0.103.2

func (m *CommunityRequestToJoinResponse) GetCommunityId() []byte

func (*CommunityRequestToJoinResponse) GetGrant added in v0.72.0

func (m *CommunityRequestToJoinResponse) GetGrant() []byte

func (*CommunityRequestToJoinResponse) ProtoMessage added in v0.72.0

func (*CommunityRequestToJoinResponse) ProtoMessage()

func (*CommunityRequestToJoinResponse) Reset added in v0.72.0

func (m *CommunityRequestToJoinResponse) Reset()

func (*CommunityRequestToJoinResponse) String added in v0.72.0

func (*CommunityRequestToJoinResponse) XXX_DiscardUnknown added in v0.72.0

func (m *CommunityRequestToJoinResponse) XXX_DiscardUnknown()

func (*CommunityRequestToJoinResponse) XXX_Marshal added in v0.72.0

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

func (*CommunityRequestToJoinResponse) XXX_Merge added in v0.72.0

func (m *CommunityRequestToJoinResponse) XXX_Merge(src proto.Message)

func (*CommunityRequestToJoinResponse) XXX_Size added in v0.72.0

func (m *CommunityRequestToJoinResponse) XXX_Size() int

func (*CommunityRequestToJoinResponse) XXX_Unmarshal added in v0.72.0

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

type CommunityRequestToLeave added in v0.106.3

type CommunityRequestToLeave struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	CommunityId          []byte   `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommunityRequestToLeave) Descriptor added in v0.106.3

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

func (*CommunityRequestToLeave) GetClock added in v0.106.3

func (m *CommunityRequestToLeave) GetClock() uint64

func (*CommunityRequestToLeave) GetCommunityId added in v0.106.3

func (m *CommunityRequestToLeave) GetCommunityId() []byte

func (*CommunityRequestToLeave) ProtoMessage added in v0.106.3

func (*CommunityRequestToLeave) ProtoMessage()

func (*CommunityRequestToLeave) Reset added in v0.106.3

func (m *CommunityRequestToLeave) Reset()

func (*CommunityRequestToLeave) String added in v0.106.3

func (m *CommunityRequestToLeave) String() string

func (*CommunityRequestToLeave) XXX_DiscardUnknown added in v0.106.3

func (m *CommunityRequestToLeave) XXX_DiscardUnknown()

func (*CommunityRequestToLeave) XXX_Marshal added in v0.106.3

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

func (*CommunityRequestToLeave) XXX_Merge added in v0.106.3

func (m *CommunityRequestToLeave) XXX_Merge(src proto.Message)

func (*CommunityRequestToLeave) XXX_Size added in v0.106.3

func (m *CommunityRequestToLeave) XXX_Size() int

func (*CommunityRequestToLeave) XXX_Unmarshal added in v0.106.3

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

type ContactCodeAdvertisement added in v0.56.1

type ContactCodeAdvertisement struct {
	PushNotificationInfo []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=push_notification_info,json=pushNotificationInfo,proto3" json:"push_notification_info,omitempty"`
	ChatIdentity         *ChatIdentity                `protobuf:"bytes,2,opt,name=chat_identity,json=chatIdentity,proto3" json:"chat_identity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*ContactCodeAdvertisement) Descriptor added in v0.56.1

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

func (*ContactCodeAdvertisement) GetChatIdentity added in v0.65.0

func (m *ContactCodeAdvertisement) GetChatIdentity() *ChatIdentity

func (*ContactCodeAdvertisement) GetPushNotificationInfo added in v0.56.1

func (m *ContactCodeAdvertisement) GetPushNotificationInfo() []*PushNotificationQueryInfo

func (*ContactCodeAdvertisement) ProtoMessage added in v0.56.1

func (*ContactCodeAdvertisement) ProtoMessage()

func (*ContactCodeAdvertisement) Reset added in v0.56.1

func (m *ContactCodeAdvertisement) Reset()

func (*ContactCodeAdvertisement) String added in v0.56.1

func (m *ContactCodeAdvertisement) String() string

func (*ContactCodeAdvertisement) XXX_DiscardUnknown added in v0.56.1

func (m *ContactCodeAdvertisement) XXX_DiscardUnknown()

func (*ContactCodeAdvertisement) XXX_Marshal added in v0.56.1

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

func (*ContactCodeAdvertisement) XXX_Merge added in v0.56.1

func (m *ContactCodeAdvertisement) XXX_Merge(src proto.Message)

func (*ContactCodeAdvertisement) XXX_Size added in v0.56.1

func (m *ContactCodeAdvertisement) XXX_Size() int

func (*ContactCodeAdvertisement) XXX_Unmarshal added in v0.56.1

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

type ContactRequestSignature added in v0.100.0

type ContactRequestSignature struct {
	Signature            []byte   `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	Timestamp            uint64   `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactRequestSignature) Descriptor added in v0.100.0

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

func (*ContactRequestSignature) GetSignature added in v0.100.0

func (m *ContactRequestSignature) GetSignature() []byte

func (*ContactRequestSignature) GetTimestamp added in v0.100.0

func (m *ContactRequestSignature) GetTimestamp() uint64

func (*ContactRequestSignature) ProtoMessage added in v0.100.0

func (*ContactRequestSignature) ProtoMessage()

func (*ContactRequestSignature) Reset added in v0.100.0

func (m *ContactRequestSignature) Reset()

func (*ContactRequestSignature) String added in v0.100.0

func (m *ContactRequestSignature) String() string

func (*ContactRequestSignature) XXX_DiscardUnknown added in v0.100.0

func (m *ContactRequestSignature) XXX_DiscardUnknown()

func (*ContactRequestSignature) XXX_Marshal added in v0.100.0

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

func (*ContactRequestSignature) XXX_Merge added in v0.100.0

func (m *ContactRequestSignature) XXX_Merge(src proto.Message)

func (*ContactRequestSignature) XXX_Size added in v0.100.0

func (m *ContactRequestSignature) XXX_Size() int

func (*ContactRequestSignature) XXX_Unmarshal added in v0.100.0

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

type ContactUpdate

type ContactUpdate struct {
	Clock                           uint64                   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName                         string                   `protobuf:"bytes,2,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ProfileImage                    string                   `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	DisplayName                     string                   `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	SentContactRequestSignature     *ContactRequestSignature `` /* 147-byte string literal not displayed */
	ReceivedContactRequestSignature *ContactRequestSignature `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral            struct{}                 `json:"-"`
	XXX_unrecognized                []byte                   `json:"-"`
	XXX_sizecache                   int32                    `json:"-"`
}

func (*ContactUpdate) Descriptor

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

func (*ContactUpdate) GetClock

func (m *ContactUpdate) GetClock() uint64

func (*ContactUpdate) GetDisplayName added in v0.94.12

func (m *ContactUpdate) GetDisplayName() string

func (*ContactUpdate) GetEnsName

func (m *ContactUpdate) GetEnsName() string

func (*ContactUpdate) GetProfileImage

func (m *ContactUpdate) GetProfileImage() string

func (*ContactUpdate) GetReceivedContactRequestSignature added in v0.100.0

func (m *ContactUpdate) GetReceivedContactRequestSignature() *ContactRequestSignature

func (*ContactUpdate) GetSentContactRequestSignature added in v0.100.0

func (m *ContactUpdate) GetSentContactRequestSignature() *ContactRequestSignature

func (*ContactUpdate) ProtoMessage

func (*ContactUpdate) ProtoMessage()

func (*ContactUpdate) Reset

func (m *ContactUpdate) Reset()

func (*ContactUpdate) String

func (m *ContactUpdate) String() string

func (*ContactUpdate) XXX_DiscardUnknown

func (m *ContactUpdate) XXX_DiscardUnknown()

func (*ContactUpdate) XXX_Marshal

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

func (*ContactUpdate) XXX_Merge

func (m *ContactUpdate) XXX_Merge(src proto.Message)

func (*ContactUpdate) XXX_Size

func (m *ContactUpdate) XXX_Size() int

func (*ContactUpdate) XXX_Unmarshal

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

type ContactVerificationTrusted added in v0.102.6

type ContactVerificationTrusted struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ContactVerificationTrusted) Descriptor added in v0.102.6

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

func (*ContactVerificationTrusted) GetClock added in v0.102.6

func (m *ContactVerificationTrusted) GetClock() uint64

func (*ContactVerificationTrusted) ProtoMessage added in v0.102.6

func (*ContactVerificationTrusted) ProtoMessage()

func (*ContactVerificationTrusted) Reset added in v0.102.6

func (m *ContactVerificationTrusted) Reset()

func (*ContactVerificationTrusted) String added in v0.102.6

func (m *ContactVerificationTrusted) String() string

func (*ContactVerificationTrusted) XXX_DiscardUnknown added in v0.102.6

func (m *ContactVerificationTrusted) XXX_DiscardUnknown()

func (*ContactVerificationTrusted) XXX_Marshal added in v0.102.6

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

func (*ContactVerificationTrusted) XXX_Merge added in v0.102.6

func (m *ContactVerificationTrusted) XXX_Merge(src proto.Message)

func (*ContactVerificationTrusted) XXX_Size added in v0.102.6

func (m *ContactVerificationTrusted) XXX_Size() int

func (*ContactVerificationTrusted) XXX_Unmarshal added in v0.102.6

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

type DeclineContactVerification added in v0.102.6

type DeclineContactVerification struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeclineContactVerification) Descriptor added in v0.102.6

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

func (*DeclineContactVerification) GetClock added in v0.102.6

func (m *DeclineContactVerification) GetClock() uint64

func (*DeclineContactVerification) ProtoMessage added in v0.102.6

func (*DeclineContactVerification) ProtoMessage()

func (*DeclineContactVerification) Reset added in v0.102.6

func (m *DeclineContactVerification) Reset()

func (*DeclineContactVerification) String added in v0.102.6

func (m *DeclineContactVerification) String() string

func (*DeclineContactVerification) XXX_DiscardUnknown added in v0.102.6

func (m *DeclineContactVerification) XXX_DiscardUnknown()

func (*DeclineContactVerification) XXX_Marshal added in v0.102.6

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

func (*DeclineContactVerification) XXX_Merge added in v0.102.6

func (m *DeclineContactVerification) XXX_Merge(src proto.Message)

func (*DeclineContactVerification) XXX_Size added in v0.102.6

func (m *DeclineContactVerification) XXX_Size() int

func (*DeclineContactVerification) XXX_Unmarshal added in v0.102.6

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

type DeclineRequestAddressForTransaction

type DeclineRequestAddressForTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ChatId               string   `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeclineRequestAddressForTransaction) Descriptor

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

func (*DeclineRequestAddressForTransaction) GetChatId added in v0.81.0

func (*DeclineRequestAddressForTransaction) GetClock

func (*DeclineRequestAddressForTransaction) GetId

func (*DeclineRequestAddressForTransaction) ProtoMessage

func (*DeclineRequestAddressForTransaction) ProtoMessage()

func (*DeclineRequestAddressForTransaction) Reset

func (*DeclineRequestAddressForTransaction) String

func (*DeclineRequestAddressForTransaction) XXX_DiscardUnknown

func (m *DeclineRequestAddressForTransaction) XXX_DiscardUnknown()

func (*DeclineRequestAddressForTransaction) XXX_Marshal

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

func (*DeclineRequestAddressForTransaction) XXX_Merge

func (*DeclineRequestAddressForTransaction) XXX_Size

func (*DeclineRequestAddressForTransaction) XXX_Unmarshal

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

type DeclineRequestTransaction

type DeclineRequestTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ChatId               string   `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeclineRequestTransaction) Descriptor

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

func (*DeclineRequestTransaction) GetChatId added in v0.81.0

func (m *DeclineRequestTransaction) GetChatId() string

func (*DeclineRequestTransaction) GetClock

func (m *DeclineRequestTransaction) GetClock() uint64

func (*DeclineRequestTransaction) GetId

func (m *DeclineRequestTransaction) GetId() string

func (*DeclineRequestTransaction) ProtoMessage

func (*DeclineRequestTransaction) ProtoMessage()

func (*DeclineRequestTransaction) Reset

func (m *DeclineRequestTransaction) Reset()

func (*DeclineRequestTransaction) String

func (m *DeclineRequestTransaction) String() string

func (*DeclineRequestTransaction) XXX_DiscardUnknown

func (m *DeclineRequestTransaction) XXX_DiscardUnknown()

func (*DeclineRequestTransaction) XXX_Marshal

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

func (*DeclineRequestTransaction) XXX_Merge

func (m *DeclineRequestTransaction) XXX_Merge(src proto.Message)

func (*DeclineRequestTransaction) XXX_Size

func (m *DeclineRequestTransaction) XXX_Size() int

func (*DeclineRequestTransaction) XXX_Unmarshal

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

type DeleteMessage added in v0.83.2

type DeleteMessage struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	ChatId    string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// Grant for community delete messages
	Grant []byte `protobuf:"bytes,4,opt,name=grant,proto3" json:"grant,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType          MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DeleteMessage) Descriptor added in v0.83.2

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

func (*DeleteMessage) GetChatId added in v0.83.2

func (m *DeleteMessage) GetChatId() string

func (*DeleteMessage) GetClock added in v0.83.2

func (m *DeleteMessage) GetClock() uint64

func (*DeleteMessage) GetGrant added in v0.83.2

func (m *DeleteMessage) GetGrant() []byte

func (*DeleteMessage) GetMessageId added in v0.83.2

func (m *DeleteMessage) GetMessageId() string

func (*DeleteMessage) GetMessageType added in v0.83.2

func (m *DeleteMessage) GetMessageType() MessageType

func (*DeleteMessage) ProtoMessage added in v0.83.2

func (*DeleteMessage) ProtoMessage()

func (*DeleteMessage) Reset added in v0.83.2

func (m *DeleteMessage) Reset()

func (*DeleteMessage) String added in v0.83.2

func (m *DeleteMessage) String() string

func (*DeleteMessage) XXX_DiscardUnknown added in v0.83.2

func (m *DeleteMessage) XXX_DiscardUnknown()

func (*DeleteMessage) XXX_Marshal added in v0.83.2

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

func (*DeleteMessage) XXX_Merge added in v0.83.2

func (m *DeleteMessage) XXX_Merge(src proto.Message)

func (*DeleteMessage) XXX_Size added in v0.83.2

func (m *DeleteMessage) XXX_Size() int

func (*DeleteMessage) XXX_Unmarshal added in v0.83.2

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

type DiscordMessage added in v0.105.1

type DiscordMessage struct {
	Id                   string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type                 string                   `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Timestamp            string                   `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	TimestampEdited      string                   `protobuf:"bytes,4,opt,name=timestampEdited,proto3" json:"timestampEdited,omitempty"`
	Content              string                   `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	Author               *DiscordMessageAuthor    `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	Reference            *DiscordMessageReference `protobuf:"bytes,7,opt,name=reference,proto3" json:"reference,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*DiscordMessage) Descriptor added in v0.105.1

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

func (*DiscordMessage) GetAuthor added in v0.105.1

func (m *DiscordMessage) GetAuthor() *DiscordMessageAuthor

func (*DiscordMessage) GetContent added in v0.105.1

func (m *DiscordMessage) GetContent() string

func (*DiscordMessage) GetId added in v0.105.1

func (m *DiscordMessage) GetId() string

func (*DiscordMessage) GetReference added in v0.105.1

func (m *DiscordMessage) GetReference() *DiscordMessageReference

func (*DiscordMessage) GetTimestamp added in v0.105.1

func (m *DiscordMessage) GetTimestamp() string

func (*DiscordMessage) GetTimestampEdited added in v0.105.1

func (m *DiscordMessage) GetTimestampEdited() string

func (*DiscordMessage) GetType added in v0.105.1

func (m *DiscordMessage) GetType() string

func (*DiscordMessage) ProtoMessage added in v0.105.1

func (*DiscordMessage) ProtoMessage()

func (*DiscordMessage) Reset added in v0.105.1

func (m *DiscordMessage) Reset()

func (*DiscordMessage) String added in v0.105.1

func (m *DiscordMessage) String() string

func (*DiscordMessage) XXX_DiscardUnknown added in v0.105.1

func (m *DiscordMessage) XXX_DiscardUnknown()

func (*DiscordMessage) XXX_Marshal added in v0.105.1

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

func (*DiscordMessage) XXX_Merge added in v0.105.1

func (m *DiscordMessage) XXX_Merge(src proto.Message)

func (*DiscordMessage) XXX_Size added in v0.105.1

func (m *DiscordMessage) XXX_Size() int

func (*DiscordMessage) XXX_Unmarshal added in v0.105.1

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

type DiscordMessageAuthor added in v0.105.1

type DiscordMessageAuthor struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Discriminator        string   `protobuf:"bytes,3,opt,name=discriminator,proto3" json:"discriminator,omitempty"`
	Nickname             string   `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
	AvatarUrl            string   `protobuf:"bytes,5,opt,name=avatarUrl,proto3" json:"avatarUrl,omitempty"`
	AvatarImagePayload   []byte   `protobuf:"bytes,6,opt,name=avatarImagePayload,proto3" json:"avatarImagePayload,omitempty"`
	LocalUrl             string   `protobuf:"bytes,7,opt,name=localUrl,proto3" json:"localUrl,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscordMessageAuthor) Descriptor added in v0.105.1

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

func (*DiscordMessageAuthor) GetAvatarImagePayload added in v0.110.2

func (m *DiscordMessageAuthor) GetAvatarImagePayload() []byte

func (*DiscordMessageAuthor) GetAvatarUrl added in v0.105.1

func (m *DiscordMessageAuthor) GetAvatarUrl() string

func (*DiscordMessageAuthor) GetDiscriminator added in v0.105.1

func (m *DiscordMessageAuthor) GetDiscriminator() string

func (*DiscordMessageAuthor) GetId added in v0.105.1

func (m *DiscordMessageAuthor) GetId() string

func (*DiscordMessageAuthor) GetLocalUrl added in v0.110.2

func (m *DiscordMessageAuthor) GetLocalUrl() string

func (*DiscordMessageAuthor) GetName added in v0.105.1

func (m *DiscordMessageAuthor) GetName() string

func (*DiscordMessageAuthor) GetNickname added in v0.105.1

func (m *DiscordMessageAuthor) GetNickname() string

func (*DiscordMessageAuthor) ProtoMessage added in v0.105.1

func (*DiscordMessageAuthor) ProtoMessage()

func (*DiscordMessageAuthor) Reset added in v0.105.1

func (m *DiscordMessageAuthor) Reset()

func (*DiscordMessageAuthor) String added in v0.105.1

func (m *DiscordMessageAuthor) String() string

func (*DiscordMessageAuthor) XXX_DiscardUnknown added in v0.105.1

func (m *DiscordMessageAuthor) XXX_DiscardUnknown()

func (*DiscordMessageAuthor) XXX_Marshal added in v0.105.1

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

func (*DiscordMessageAuthor) XXX_Merge added in v0.105.1

func (m *DiscordMessageAuthor) XXX_Merge(src proto.Message)

func (*DiscordMessageAuthor) XXX_Size added in v0.105.1

func (m *DiscordMessageAuthor) XXX_Size() int

func (*DiscordMessageAuthor) XXX_Unmarshal added in v0.105.1

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

type DiscordMessageReference added in v0.105.1

type DiscordMessageReference struct {
	MessageId            string   `protobuf:"bytes,1,opt,name=messageId,proto3" json:"messageId,omitempty"`
	ChannelId            string   `protobuf:"bytes,2,opt,name=channelId,proto3" json:"channelId,omitempty"`
	GuildId              string   `protobuf:"bytes,3,opt,name=guildId,proto3" json:"guildId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscordMessageReference) Descriptor added in v0.105.1

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

func (*DiscordMessageReference) GetChannelId added in v0.105.1

func (m *DiscordMessageReference) GetChannelId() string

func (*DiscordMessageReference) GetGuildId added in v0.105.1

func (m *DiscordMessageReference) GetGuildId() string

func (*DiscordMessageReference) GetMessageId added in v0.105.1

func (m *DiscordMessageReference) GetMessageId() string

func (*DiscordMessageReference) ProtoMessage added in v0.105.1

func (*DiscordMessageReference) ProtoMessage()

func (*DiscordMessageReference) Reset added in v0.105.1

func (m *DiscordMessageReference) Reset()

func (*DiscordMessageReference) String added in v0.105.1

func (m *DiscordMessageReference) String() string

func (*DiscordMessageReference) XXX_DiscardUnknown added in v0.105.1

func (m *DiscordMessageReference) XXX_DiscardUnknown()

func (*DiscordMessageReference) XXX_Marshal added in v0.105.1

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

func (*DiscordMessageReference) XXX_Merge added in v0.105.1

func (m *DiscordMessageReference) XXX_Merge(src proto.Message)

func (*DiscordMessageReference) XXX_Size added in v0.105.1

func (m *DiscordMessageReference) XXX_Size() int

func (*DiscordMessageReference) XXX_Unmarshal added in v0.105.1

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

type EditMessage added in v0.80.3

type EditMessage struct {
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// Text of the message
	Text      string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	ChatId    string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	MessageId string `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// Grant for community edit messages
	Grant []byte `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType          MessageType `protobuf:"varint,6,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*EditMessage) Descriptor added in v0.80.3

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

func (*EditMessage) GetChatId added in v0.80.3

func (m *EditMessage) GetChatId() string

func (*EditMessage) GetClock added in v0.80.3

func (m *EditMessage) GetClock() uint64

func (*EditMessage) GetGrant added in v0.80.3

func (m *EditMessage) GetGrant() []byte

func (*EditMessage) GetMessageId added in v0.80.3

func (m *EditMessage) GetMessageId() string

func (*EditMessage) GetMessageType added in v0.80.3

func (m *EditMessage) GetMessageType() MessageType

func (*EditMessage) GetText added in v0.80.3

func (m *EditMessage) GetText() string

func (*EditMessage) ProtoMessage added in v0.80.3

func (*EditMessage) ProtoMessage()

func (*EditMessage) Reset added in v0.80.3

func (m *EditMessage) Reset()

func (*EditMessage) String added in v0.80.3

func (m *EditMessage) String() string

func (*EditMessage) XXX_DiscardUnknown added in v0.80.3

func (m *EditMessage) XXX_DiscardUnknown()

func (*EditMessage) XXX_Marshal added in v0.80.3

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

func (*EditMessage) XXX_Merge added in v0.80.3

func (m *EditMessage) XXX_Merge(src proto.Message)

func (*EditMessage) XXX_Size added in v0.80.3

func (m *EditMessage) XXX_Size() int

func (*EditMessage) XXX_Unmarshal added in v0.80.3

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

type EmojiReaction added in v0.56.4

type EmojiReaction struct {
	// clock Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// chat_id the ID of the chat the message belongs to, for query efficiency the chat_id is stored in the db even though the
	// target message also stores the chat_id
	ChatId string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// message_id the ID of the target message that the user wishes to react to
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	// message_type is (somewhat confusingly) the ID of the type of chat the message belongs to
	MessageType MessageType `protobuf:"varint,4,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	// type the ID of the emoji the user wishes to react with
	Type EmojiReaction_Type `protobuf:"varint,5,opt,name=type,proto3,enum=protobuf.EmojiReaction_Type" json:"type,omitempty"`
	// whether this is a rectraction of a previously sent emoji
	Retracted bool `protobuf:"varint,6,opt,name=retracted,proto3" json:"retracted,omitempty"`
	// Grant for organisation chat messages
	Grant                []byte   `protobuf:"bytes,7,opt,name=grant,proto3" json:"grant,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EmojiReaction) Descriptor added in v0.56.4

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

func (*EmojiReaction) GetChatId added in v0.56.4

func (m *EmojiReaction) GetChatId() string

func (*EmojiReaction) GetClock added in v0.56.4

func (m *EmojiReaction) GetClock() uint64

func (*EmojiReaction) GetGrant added in v0.67.0

func (m *EmojiReaction) GetGrant() []byte

func (*EmojiReaction) GetMessageId added in v0.56.4

func (m *EmojiReaction) GetMessageId() string

func (*EmojiReaction) GetMessageType added in v0.56.4

func (m *EmojiReaction) GetMessageType() MessageType

func (*EmojiReaction) GetRetracted added in v0.56.4

func (m *EmojiReaction) GetRetracted() bool

func (*EmojiReaction) GetType added in v0.56.4

func (m *EmojiReaction) GetType() EmojiReaction_Type

func (*EmojiReaction) ProtoMessage added in v0.56.4

func (*EmojiReaction) ProtoMessage()

func (*EmojiReaction) Reset added in v0.56.4

func (m *EmojiReaction) Reset()

func (*EmojiReaction) String added in v0.56.4

func (m *EmojiReaction) String() string

func (*EmojiReaction) XXX_DiscardUnknown added in v0.56.4

func (m *EmojiReaction) XXX_DiscardUnknown()

func (*EmojiReaction) XXX_Marshal added in v0.56.4

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

func (*EmojiReaction) XXX_Merge added in v0.56.4

func (m *EmojiReaction) XXX_Merge(src proto.Message)

func (*EmojiReaction) XXX_Size added in v0.56.4

func (m *EmojiReaction) XXX_Size() int

func (*EmojiReaction) XXX_Unmarshal added in v0.56.4

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

type EmojiReaction_Type added in v0.56.4

type EmojiReaction_Type int32
const (
	EmojiReaction_UNKNOWN_EMOJI_REACTION_TYPE EmojiReaction_Type = 0
	EmojiReaction_LOVE                        EmojiReaction_Type = 1
	EmojiReaction_THUMBS_UP                   EmojiReaction_Type = 2
	EmojiReaction_THUMBS_DOWN                 EmojiReaction_Type = 3
	EmojiReaction_LAUGH                       EmojiReaction_Type = 4
	EmojiReaction_SAD                         EmojiReaction_Type = 5
	EmojiReaction_ANGRY                       EmojiReaction_Type = 6
)

func (EmojiReaction_Type) EnumDescriptor added in v0.56.4

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

func (EmojiReaction_Type) String added in v0.56.4

func (x EmojiReaction_Type) String() string

type Grant added in v0.67.0

type Grant struct {
	CommunityId          []byte   `protobuf:"bytes,1,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	MemberId             []byte   `protobuf:"bytes,2,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	ChatId               string   `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	Clock                uint64   `protobuf:"varint,4,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Grant) Descriptor added in v0.67.0

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

func (*Grant) GetChatId added in v0.67.0

func (m *Grant) GetChatId() string

func (*Grant) GetClock added in v0.67.0

func (m *Grant) GetClock() uint64

func (*Grant) GetCommunityId added in v0.67.0

func (m *Grant) GetCommunityId() []byte

func (*Grant) GetMemberId added in v0.67.0

func (m *Grant) GetMemberId() []byte

func (*Grant) ProtoMessage added in v0.67.0

func (*Grant) ProtoMessage()

func (*Grant) Reset added in v0.67.0

func (m *Grant) Reset()

func (*Grant) String added in v0.67.0

func (m *Grant) String() string

func (*Grant) XXX_DiscardUnknown added in v0.67.0

func (m *Grant) XXX_DiscardUnknown()

func (*Grant) XXX_Marshal added in v0.67.0

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

func (*Grant) XXX_Merge added in v0.67.0

func (m *Grant) XXX_Merge(src proto.Message)

func (*Grant) XXX_Size added in v0.67.0

func (m *Grant) XXX_Size() int

func (*Grant) XXX_Unmarshal added in v0.67.0

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

type GroupChatInvitation added in v0.60.0

type GroupChatInvitation struct {
	// clock Lamport timestamp of the chat message
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// chat_id the ID of the private group chat the message belongs to, for query efficiency the chat_id is stored in the db even though the
	// target message also stores the chat_id
	ChatId              string `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	IntroductionMessage string `protobuf:"bytes,3,opt,name=introduction_message,json=introductionMessage,proto3" json:"introduction_message,omitempty"`
	// state of invitation
	State                GroupChatInvitation_State `protobuf:"varint,4,opt,name=state,proto3,enum=protobuf.GroupChatInvitation_State" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*GroupChatInvitation) Descriptor added in v0.60.0

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

func (*GroupChatInvitation) GetChatId added in v0.60.0

func (m *GroupChatInvitation) GetChatId() string

func (*GroupChatInvitation) GetClock added in v0.60.0

func (m *GroupChatInvitation) GetClock() uint64

func (*GroupChatInvitation) GetIntroductionMessage added in v0.60.0

func (m *GroupChatInvitation) GetIntroductionMessage() string

func (*GroupChatInvitation) GetState added in v0.60.0

func (*GroupChatInvitation) ProtoMessage added in v0.60.0

func (*GroupChatInvitation) ProtoMessage()

func (*GroupChatInvitation) Reset added in v0.60.0

func (m *GroupChatInvitation) Reset()

func (*GroupChatInvitation) String added in v0.60.0

func (m *GroupChatInvitation) String() string

func (*GroupChatInvitation) XXX_DiscardUnknown added in v0.60.0

func (m *GroupChatInvitation) XXX_DiscardUnknown()

func (*GroupChatInvitation) XXX_Marshal added in v0.60.0

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

func (*GroupChatInvitation) XXX_Merge added in v0.60.0

func (m *GroupChatInvitation) XXX_Merge(src proto.Message)

func (*GroupChatInvitation) XXX_Size added in v0.60.0

func (m *GroupChatInvitation) XXX_Size() int

func (*GroupChatInvitation) XXX_Unmarshal added in v0.60.0

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

type GroupChatInvitation_State added in v0.60.0

type GroupChatInvitation_State int32
const (
	GroupChatInvitation_UNKNOWN  GroupChatInvitation_State = 0
	GroupChatInvitation_REQUEST  GroupChatInvitation_State = 1
	GroupChatInvitation_REJECTED GroupChatInvitation_State = 2
	GroupChatInvitation_APPROVED GroupChatInvitation_State = 3
)

func (GroupChatInvitation_State) EnumDescriptor added in v0.60.0

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

func (GroupChatInvitation_State) String added in v0.60.0

func (x GroupChatInvitation_State) String() string

type IdentityImage added in v0.65.0

type IdentityImage struct {
	// payload is a context based payload for the profile image data,
	// context is determined by the `source_type`
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// source_type signals the image payload source
	SourceType IdentityImage_SourceType `` /* 131-byte string literal not displayed */
	// image_type signals the image type and method of parsing the payload
	ImageType ImageType `protobuf:"varint,3,opt,name=image_type,json=imageType,proto3,enum=protobuf.ImageType" json:"image_type,omitempty"`
	// encryption_keys is a list of encrypted keys that can be used to decrypted an encrypted payload
	EncryptionKeys [][]byte `protobuf:"bytes,4,rep,name=encryption_keys,json=encryptionKeys,proto3" json:"encryption_keys,omitempty"`
	// encrypted signals the encryption state of the payload, default is false.
	Encrypted            bool     `protobuf:"varint,5,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ProfileImage represents data associated with a user's profile image

func (*IdentityImage) Descriptor added in v0.65.0

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

func (*IdentityImage) GetEncrypted added in v0.89.2

func (m *IdentityImage) GetEncrypted() bool

func (*IdentityImage) GetEncryptionKeys added in v0.89.2

func (m *IdentityImage) GetEncryptionKeys() [][]byte

func (*IdentityImage) GetImageType added in v0.65.0

func (m *IdentityImage) GetImageType() ImageType

func (*IdentityImage) GetPayload added in v0.65.0

func (m *IdentityImage) GetPayload() []byte

func (*IdentityImage) GetSourceType added in v0.65.0

func (m *IdentityImage) GetSourceType() IdentityImage_SourceType

func (*IdentityImage) ProtoMessage added in v0.65.0

func (*IdentityImage) ProtoMessage()

func (*IdentityImage) Reset added in v0.65.0

func (m *IdentityImage) Reset()

func (*IdentityImage) String added in v0.65.0

func (m *IdentityImage) String() string

func (*IdentityImage) XXX_DiscardUnknown added in v0.65.0

func (m *IdentityImage) XXX_DiscardUnknown()

func (*IdentityImage) XXX_Marshal added in v0.65.0

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

func (*IdentityImage) XXX_Merge added in v0.65.0

func (m *IdentityImage) XXX_Merge(src proto.Message)

func (*IdentityImage) XXX_Size added in v0.65.0

func (m *IdentityImage) XXX_Size() int

func (*IdentityImage) XXX_Unmarshal added in v0.65.0

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

type IdentityImage_SourceType added in v0.65.0

type IdentityImage_SourceType int32

SourceType are the predefined types of image source allowed

const (
	IdentityImage_UNKNOWN_SOURCE_TYPE IdentityImage_SourceType = 0
	// RAW_PAYLOAD image byte data
	IdentityImage_RAW_PAYLOAD IdentityImage_SourceType = 1
	// ENS_AVATAR uses the ENS record's resolver get-text-data.avatar data
	// The `payload` field will be ignored if ENS_AVATAR is selected
	// The application will read and parse the ENS avatar data as image payload data, URLs will be ignored
	// The parent `ChatMessageIdentity` must have a valid `ens_name` set
	IdentityImage_ENS_AVATAR IdentityImage_SourceType = 2
)

func (IdentityImage_SourceType) EnumDescriptor added in v0.65.0

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

func (IdentityImage_SourceType) String added in v0.65.0

func (x IdentityImage_SourceType) String() string

type ImageMessage added in v0.54.0

type ImageMessage struct {
	Payload              []byte    `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Type                 ImageType `protobuf:"varint,2,opt,name=type,proto3,enum=protobuf.ImageType" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ImageMessage) Descriptor added in v0.54.0

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

func (*ImageMessage) GetPayload added in v0.54.0

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

func (*ImageMessage) GetType added in v0.54.0

func (m *ImageMessage) GetType() ImageType

func (*ImageMessage) ProtoMessage added in v0.54.0

func (*ImageMessage) ProtoMessage()

func (*ImageMessage) Reset added in v0.54.0

func (m *ImageMessage) Reset()

func (*ImageMessage) String added in v0.54.0

func (m *ImageMessage) String() string

func (*ImageMessage) XXX_DiscardUnknown added in v0.54.0

func (m *ImageMessage) XXX_DiscardUnknown()

func (*ImageMessage) XXX_Marshal added in v0.54.0

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

func (*ImageMessage) XXX_Merge added in v0.54.0

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

func (*ImageMessage) XXX_Size added in v0.54.0

func (m *ImageMessage) XXX_Size() int

func (*ImageMessage) XXX_Unmarshal added in v0.54.0

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

type ImageType added in v0.65.0

type ImageType int32
const (
	ImageType_UNKNOWN_IMAGE_TYPE ImageType = 0
	// Raster image files is payload data that can be read as a raster image
	ImageType_PNG  ImageType = 1
	ImageType_JPEG ImageType = 2
	ImageType_WEBP ImageType = 3
	ImageType_GIF  ImageType = 4
)

func (ImageType) EnumDescriptor added in v0.65.0

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

func (ImageType) String added in v0.65.0

func (x ImageType) String() string

type LocalPairingPayload added in v0.106.1

type LocalPairingPayload struct {
	Keys                 []*LocalPairingPayload_Key `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Multiaccount         *MultiAccount              `protobuf:"bytes,2,opt,name=multiaccount,proto3" json:"multiaccount,omitempty"`
	Password             string                     `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*LocalPairingPayload) Descriptor added in v0.106.1

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

func (*LocalPairingPayload) GetKeys added in v0.106.1

func (*LocalPairingPayload) GetMultiaccount added in v0.106.1

func (m *LocalPairingPayload) GetMultiaccount() *MultiAccount

func (*LocalPairingPayload) GetPassword added in v0.106.1

func (m *LocalPairingPayload) GetPassword() string

func (*LocalPairingPayload) ProtoMessage added in v0.106.1

func (*LocalPairingPayload) ProtoMessage()

func (*LocalPairingPayload) Reset added in v0.106.1

func (m *LocalPairingPayload) Reset()

func (*LocalPairingPayload) String added in v0.106.1

func (m *LocalPairingPayload) String() string

func (*LocalPairingPayload) XXX_DiscardUnknown added in v0.106.1

func (m *LocalPairingPayload) XXX_DiscardUnknown()

func (*LocalPairingPayload) XXX_Marshal added in v0.106.1

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

func (*LocalPairingPayload) XXX_Merge added in v0.106.1

func (m *LocalPairingPayload) XXX_Merge(src proto.Message)

func (*LocalPairingPayload) XXX_Size added in v0.106.1

func (m *LocalPairingPayload) XXX_Size() int

func (*LocalPairingPayload) XXX_Unmarshal added in v0.106.1

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

type LocalPairingPayload_Key added in v0.106.1

type LocalPairingPayload_Key struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LocalPairingPayload_Key) Descriptor added in v0.106.1

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

func (*LocalPairingPayload_Key) GetData added in v0.106.1

func (m *LocalPairingPayload_Key) GetData() []byte

func (*LocalPairingPayload_Key) GetName added in v0.106.1

func (m *LocalPairingPayload_Key) GetName() string

func (*LocalPairingPayload_Key) ProtoMessage added in v0.106.1

func (*LocalPairingPayload_Key) ProtoMessage()

func (*LocalPairingPayload_Key) Reset added in v0.106.1

func (m *LocalPairingPayload_Key) Reset()

func (*LocalPairingPayload_Key) String added in v0.106.1

func (m *LocalPairingPayload_Key) String() string

func (*LocalPairingPayload_Key) XXX_DiscardUnknown added in v0.106.1

func (m *LocalPairingPayload_Key) XXX_DiscardUnknown()

func (*LocalPairingPayload_Key) XXX_Marshal added in v0.106.1

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

func (*LocalPairingPayload_Key) XXX_Merge added in v0.106.1

func (m *LocalPairingPayload_Key) XXX_Merge(src proto.Message)

func (*LocalPairingPayload_Key) XXX_Size added in v0.106.1

func (m *LocalPairingPayload_Key) XXX_Size() int

func (*LocalPairingPayload_Key) XXX_Unmarshal added in v0.106.1

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

type MembershipUpdateEvent

type MembershipUpdateEvent struct {
	// Lamport timestamp of the event
	Clock uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	// List of public keys of objects of the action
	Members []string `protobuf:"bytes,2,rep,name=members,proto3" json:"members,omitempty"`
	// Name of the chat for the CHAT_CREATED/NAME_CHANGED event types
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// The type of the event
	Type MembershipUpdateEvent_EventType `protobuf:"varint,4,opt,name=type,proto3,enum=protobuf.MembershipUpdateEvent_EventType" json:"type,omitempty"`
	// Color of the chat for the CHAT_CREATED/COLOR_CHANGED event types
	Color string `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	// Chat image
	Image                []byte   `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MembershipUpdateEvent) Descriptor

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

func (*MembershipUpdateEvent) GetClock

func (m *MembershipUpdateEvent) GetClock() uint64

func (*MembershipUpdateEvent) GetColor added in v0.105.1

func (m *MembershipUpdateEvent) GetColor() string

func (*MembershipUpdateEvent) GetImage added in v0.108.2

func (m *MembershipUpdateEvent) GetImage() []byte

func (*MembershipUpdateEvent) GetMembers

func (m *MembershipUpdateEvent) GetMembers() []string

func (*MembershipUpdateEvent) GetName

func (m *MembershipUpdateEvent) GetName() string

func (*MembershipUpdateEvent) GetType

func (*MembershipUpdateEvent) ProtoMessage

func (*MembershipUpdateEvent) ProtoMessage()

func (*MembershipUpdateEvent) Reset

func (m *MembershipUpdateEvent) Reset()

func (*MembershipUpdateEvent) String

func (m *MembershipUpdateEvent) String() string

func (*MembershipUpdateEvent) XXX_DiscardUnknown

func (m *MembershipUpdateEvent) XXX_DiscardUnknown()

func (*MembershipUpdateEvent) XXX_Marshal

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

func (*MembershipUpdateEvent) XXX_Merge

func (m *MembershipUpdateEvent) XXX_Merge(src proto.Message)

func (*MembershipUpdateEvent) XXX_Size

func (m *MembershipUpdateEvent) XXX_Size() int

func (*MembershipUpdateEvent) XXX_Unmarshal

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

type MembershipUpdateEvent_EventType

type MembershipUpdateEvent_EventType int32
const (
	MembershipUpdateEvent_UNKNOWN        MembershipUpdateEvent_EventType = 0
	MembershipUpdateEvent_CHAT_CREATED   MembershipUpdateEvent_EventType = 1
	MembershipUpdateEvent_NAME_CHANGED   MembershipUpdateEvent_EventType = 2
	MembershipUpdateEvent_MEMBERS_ADDED  MembershipUpdateEvent_EventType = 3
	MembershipUpdateEvent_MEMBER_JOINED  MembershipUpdateEvent_EventType = 4
	MembershipUpdateEvent_MEMBER_REMOVED MembershipUpdateEvent_EventType = 5
	MembershipUpdateEvent_ADMINS_ADDED   MembershipUpdateEvent_EventType = 6
	MembershipUpdateEvent_ADMIN_REMOVED  MembershipUpdateEvent_EventType = 7
	MembershipUpdateEvent_COLOR_CHANGED  MembershipUpdateEvent_EventType = 8
	MembershipUpdateEvent_IMAGE_CHANGED  MembershipUpdateEvent_EventType = 9
)

func (MembershipUpdateEvent_EventType) EnumDescriptor

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

func (MembershipUpdateEvent_EventType) String

type MembershipUpdateMessage

type MembershipUpdateMessage struct {
	// The chat id of the private group chat
	ChatId string `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	// A list of events for this group chat, first x bytes are the signature, then is a
	// protobuf encoded MembershipUpdateEvent
	Events [][]byte `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// An optional chat message
	//
	// Types that are valid to be assigned to ChatEntity:
	//	*MembershipUpdateMessage_Message
	//	*MembershipUpdateMessage_EmojiReaction
	ChatEntity           isMembershipUpdateMessage_ChatEntity `protobuf_oneof:"chat_entity"`
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

MembershipUpdateMessage is a message used to propagate information about group membership changes. For more information, see https://github.com/status-im/specs/blob/master/status-group-chats-spec.md.

func (*MembershipUpdateMessage) Descriptor

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

func (*MembershipUpdateMessage) GetChatEntity added in v0.56.4

func (m *MembershipUpdateMessage) GetChatEntity() isMembershipUpdateMessage_ChatEntity

func (*MembershipUpdateMessage) GetChatId

func (m *MembershipUpdateMessage) GetChatId() string

func (*MembershipUpdateMessage) GetEmojiReaction added in v0.56.4

func (m *MembershipUpdateMessage) GetEmojiReaction() *EmojiReaction

func (*MembershipUpdateMessage) GetEvents

func (m *MembershipUpdateMessage) GetEvents() [][]byte

func (*MembershipUpdateMessage) GetMessage

func (m *MembershipUpdateMessage) GetMessage() *ChatMessage

func (*MembershipUpdateMessage) ProtoMessage

func (*MembershipUpdateMessage) ProtoMessage()

func (*MembershipUpdateMessage) Reset

func (m *MembershipUpdateMessage) Reset()

func (*MembershipUpdateMessage) String

func (m *MembershipUpdateMessage) String() string

func (*MembershipUpdateMessage) XXX_DiscardUnknown

func (m *MembershipUpdateMessage) XXX_DiscardUnknown()

func (*MembershipUpdateMessage) XXX_Marshal

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

func (*MembershipUpdateMessage) XXX_Merge

func (m *MembershipUpdateMessage) XXX_Merge(src proto.Message)

func (*MembershipUpdateMessage) XXX_OneofWrappers added in v0.56.4

func (*MembershipUpdateMessage) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*MembershipUpdateMessage) XXX_Size

func (m *MembershipUpdateMessage) XXX_Size() int

func (*MembershipUpdateMessage) XXX_Unmarshal

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

type MembershipUpdateMessage_EmojiReaction added in v0.56.4

type MembershipUpdateMessage_EmojiReaction struct {
	EmojiReaction *EmojiReaction `protobuf:"bytes,4,opt,name=emoji_reaction,json=emojiReaction,proto3,oneof"`
}

type MembershipUpdateMessage_Message added in v0.56.4

type MembershipUpdateMessage_Message struct {
	Message *ChatMessage `protobuf:"bytes,3,opt,name=message,proto3,oneof"`
}

type MessageType added in v0.56.4

type MessageType int32
const (
	MessageType_UNKNOWN_MESSAGE_TYPE MessageType = 0
	MessageType_ONE_TO_ONE           MessageType = 1
	MessageType_PUBLIC_GROUP         MessageType = 2
	MessageType_PRIVATE_GROUP        MessageType = 3
	// Only local
	MessageType_SYSTEM_MESSAGE_PRIVATE_GROUP MessageType = 4
	MessageType_COMMUNITY_CHAT               MessageType = 5
	// Only local
	MessageType_SYSTEM_MESSAGE_GAP MessageType = 6
)

func (MessageType) EnumDescriptor added in v0.56.4

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

func (MessageType) String added in v0.56.4

func (x MessageType) String() string

type MultiAccount added in v0.106.1

type MultiAccount struct {
	Name                 string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Timestamp            int64                         `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Identicon            string                        `protobuf:"bytes,3,opt,name=identicon,proto3" json:"identicon,omitempty"`
	ColorHash            []*MultiAccount_ColourHash    `protobuf:"bytes,4,rep,name=color_hash,json=colorHash,proto3" json:"color_hash,omitempty"`
	ColorId              int64                         `protobuf:"varint,5,opt,name=colorId,proto3" json:"colorId,omitempty"`
	KeycardPairing       string                        `protobuf:"bytes,6,opt,name=keycard_pairing,json=keycardPairing,proto3" json:"keycard_pairing,omitempty"`
	KeyUid               string                        `protobuf:"bytes,7,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Images               []*MultiAccount_IdentityImage `protobuf:"bytes,8,rep,name=images,proto3" json:"images,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*MultiAccount) Descriptor added in v0.106.1

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

func (*MultiAccount) GetColorHash added in v0.106.1

func (m *MultiAccount) GetColorHash() []*MultiAccount_ColourHash

func (*MultiAccount) GetColorId added in v0.106.1

func (m *MultiAccount) GetColorId() int64

func (*MultiAccount) GetIdenticon added in v0.106.1

func (m *MultiAccount) GetIdenticon() string

func (*MultiAccount) GetImages added in v0.106.1

func (m *MultiAccount) GetImages() []*MultiAccount_IdentityImage

func (*MultiAccount) GetKeyUid added in v0.106.1

func (m *MultiAccount) GetKeyUid() string

func (*MultiAccount) GetKeycardPairing added in v0.106.1

func (m *MultiAccount) GetKeycardPairing() string

func (*MultiAccount) GetName added in v0.106.1

func (m *MultiAccount) GetName() string

func (*MultiAccount) GetTimestamp added in v0.106.1

func (m *MultiAccount) GetTimestamp() int64

func (*MultiAccount) ProtoMessage added in v0.106.1

func (*MultiAccount) ProtoMessage()

func (*MultiAccount) Reset added in v0.106.1

func (m *MultiAccount) Reset()

func (*MultiAccount) String added in v0.106.1

func (m *MultiAccount) String() string

func (*MultiAccount) XXX_DiscardUnknown added in v0.106.1

func (m *MultiAccount) XXX_DiscardUnknown()

func (*MultiAccount) XXX_Marshal added in v0.106.1

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

func (*MultiAccount) XXX_Merge added in v0.106.1

func (m *MultiAccount) XXX_Merge(src proto.Message)

func (*MultiAccount) XXX_Size added in v0.106.1

func (m *MultiAccount) XXX_Size() int

func (*MultiAccount) XXX_Unmarshal added in v0.106.1

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

type MultiAccount_ColourHash added in v0.106.1

type MultiAccount_ColourHash struct {
	Index                []int64  `protobuf:"varint,1,rep,packed,name=index,proto3" json:"index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiAccount_ColourHash) Descriptor added in v0.106.1

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

func (*MultiAccount_ColourHash) GetIndex added in v0.106.1

func (m *MultiAccount_ColourHash) GetIndex() []int64

func (*MultiAccount_ColourHash) ProtoMessage added in v0.106.1

func (*MultiAccount_ColourHash) ProtoMessage()

func (*MultiAccount_ColourHash) Reset added in v0.106.1

func (m *MultiAccount_ColourHash) Reset()

func (*MultiAccount_ColourHash) String added in v0.106.1

func (m *MultiAccount_ColourHash) String() string

func (*MultiAccount_ColourHash) XXX_DiscardUnknown added in v0.106.1

func (m *MultiAccount_ColourHash) XXX_DiscardUnknown()

func (*MultiAccount_ColourHash) XXX_Marshal added in v0.106.1

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

func (*MultiAccount_ColourHash) XXX_Merge added in v0.106.1

func (m *MultiAccount_ColourHash) XXX_Merge(src proto.Message)

func (*MultiAccount_ColourHash) XXX_Size added in v0.106.1

func (m *MultiAccount_ColourHash) XXX_Size() int

func (*MultiAccount_ColourHash) XXX_Unmarshal added in v0.106.1

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

type MultiAccount_IdentityImage added in v0.106.1

type MultiAccount_IdentityImage struct {
	KeyUid               string   `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Payload              []byte   `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	Width                int64    `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	Height               int64    `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	Filesize             int64    `protobuf:"varint,6,opt,name=filesize,proto3" json:"filesize,omitempty"`
	ResizeTarget         int64    `protobuf:"varint,7,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
	Clock                uint64   `protobuf:"varint,8,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MultiAccount_IdentityImage) Descriptor added in v0.106.1

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

func (*MultiAccount_IdentityImage) GetClock added in v0.106.1

func (m *MultiAccount_IdentityImage) GetClock() uint64

func (*MultiAccount_IdentityImage) GetFilesize added in v0.106.1

func (m *MultiAccount_IdentityImage) GetFilesize() int64

func (*MultiAccount_IdentityImage) GetHeight added in v0.106.1

func (m *MultiAccount_IdentityImage) GetHeight() int64

func (*MultiAccount_IdentityImage) GetKeyUid added in v0.106.1

func (m *MultiAccount_IdentityImage) GetKeyUid() string

func (*MultiAccount_IdentityImage) GetName added in v0.106.1

func (m *MultiAccount_IdentityImage) GetName() string

func (*MultiAccount_IdentityImage) GetPayload added in v0.106.1

func (m *MultiAccount_IdentityImage) GetPayload() []byte

func (*MultiAccount_IdentityImage) GetResizeTarget added in v0.106.1

func (m *MultiAccount_IdentityImage) GetResizeTarget() int64

func (*MultiAccount_IdentityImage) GetWidth added in v0.106.1

func (m *MultiAccount_IdentityImage) GetWidth() int64

func (*MultiAccount_IdentityImage) ProtoMessage added in v0.106.1

func (*MultiAccount_IdentityImage) ProtoMessage()

func (*MultiAccount_IdentityImage) Reset added in v0.106.1

func (m *MultiAccount_IdentityImage) Reset()

func (*MultiAccount_IdentityImage) String added in v0.106.1

func (m *MultiAccount_IdentityImage) String() string

func (*MultiAccount_IdentityImage) XXX_DiscardUnknown added in v0.106.1

func (m *MultiAccount_IdentityImage) XXX_DiscardUnknown()

func (*MultiAccount_IdentityImage) XXX_Marshal added in v0.106.1

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

func (*MultiAccount_IdentityImage) XXX_Merge added in v0.106.1

func (m *MultiAccount_IdentityImage) XXX_Merge(src proto.Message)

func (*MultiAccount_IdentityImage) XXX_Size added in v0.106.1

func (m *MultiAccount_IdentityImage) XXX_Size() int

func (*MultiAccount_IdentityImage) XXX_Unmarshal added in v0.106.1

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

type PairInstallation

type PairInstallation struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	InstallationId       string   `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	DeviceType           string   `protobuf:"bytes,3,opt,name=device_type,json=deviceType,proto3" json:"device_type,omitempty"`
	Name                 string   `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PairInstallation) Descriptor

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

func (*PairInstallation) GetClock

func (m *PairInstallation) GetClock() uint64

func (*PairInstallation) GetDeviceType

func (m *PairInstallation) GetDeviceType() string

func (*PairInstallation) GetInstallationId

func (m *PairInstallation) GetInstallationId() string

func (*PairInstallation) GetName

func (m *PairInstallation) GetName() string

func (*PairInstallation) ProtoMessage

func (*PairInstallation) ProtoMessage()

func (*PairInstallation) Reset

func (m *PairInstallation) Reset()

func (*PairInstallation) String

func (m *PairInstallation) String() string

func (*PairInstallation) XXX_DiscardUnknown

func (m *PairInstallation) XXX_DiscardUnknown()

func (*PairInstallation) XXX_Marshal

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

func (*PairInstallation) XXX_Merge

func (m *PairInstallation) XXX_Merge(src proto.Message)

func (*PairInstallation) XXX_Size

func (m *PairInstallation) XXX_Size() int

func (*PairInstallation) XXX_Unmarshal

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

type PinMessage added in v0.78.0

type PinMessage struct {
	Clock     uint64 `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	ChatId    string `protobuf:"bytes,3,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	Pinned    bool   `protobuf:"varint,4,opt,name=pinned,proto3" json:"pinned,omitempty"`
	// The type of message (public/one-to-one/private-group-chat)
	MessageType          MessageType `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3,enum=protobuf.MessageType" json:"message_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*PinMessage) Descriptor added in v0.78.0

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

func (*PinMessage) GetChatId added in v0.78.0

func (m *PinMessage) GetChatId() string

func (*PinMessage) GetClock added in v0.78.0

func (m *PinMessage) GetClock() uint64

func (*PinMessage) GetMessageId added in v0.78.0

func (m *PinMessage) GetMessageId() string

func (*PinMessage) GetMessageType added in v0.78.0

func (m *PinMessage) GetMessageType() MessageType

func (*PinMessage) GetPinned added in v0.78.0

func (m *PinMessage) GetPinned() bool

func (*PinMessage) ProtoMessage added in v0.78.0

func (*PinMessage) ProtoMessage()

func (*PinMessage) Reset added in v0.78.0

func (m *PinMessage) Reset()

func (*PinMessage) String added in v0.78.0

func (m *PinMessage) String() string

func (*PinMessage) XXX_DiscardUnknown added in v0.78.0

func (m *PinMessage) XXX_DiscardUnknown()

func (*PinMessage) XXX_Marshal added in v0.78.0

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

func (*PinMessage) XXX_Merge added in v0.78.0

func (m *PinMessage) XXX_Merge(src proto.Message)

func (*PinMessage) XXX_Size added in v0.78.0

func (m *PinMessage) XXX_Size() int

func (*PinMessage) XXX_Unmarshal added in v0.78.0

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

type PushNotification added in v0.56.1

type PushNotification struct {
	AccessToken          string                                `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	ChatId               []byte                                `protobuf:"bytes,2,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	PublicKey            []byte                                `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	InstallationId       string                                `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	Message              []byte                                `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	Type                 PushNotification_PushNotificationType `protobuf:"varint,6,opt,name=type,proto3,enum=protobuf.PushNotification_PushNotificationType" json:"type,omitempty"`
	Author               []byte                                `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*PushNotification) Descriptor added in v0.56.1

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

func (*PushNotification) GetAccessToken added in v0.56.1

func (m *PushNotification) GetAccessToken() string

func (*PushNotification) GetAuthor added in v0.61.0

func (m *PushNotification) GetAuthor() []byte

func (*PushNotification) GetChatId added in v0.56.1

func (m *PushNotification) GetChatId() []byte

func (*PushNotification) GetInstallationId added in v0.56.1

func (m *PushNotification) GetInstallationId() string

func (*PushNotification) GetMessage added in v0.56.1

func (m *PushNotification) GetMessage() []byte

func (*PushNotification) GetPublicKey added in v0.56.1

func (m *PushNotification) GetPublicKey() []byte

func (*PushNotification) GetType added in v0.59.0

func (*PushNotification) ProtoMessage added in v0.56.1

func (*PushNotification) ProtoMessage()

func (*PushNotification) Reset added in v0.56.1

func (m *PushNotification) Reset()

func (*PushNotification) String added in v0.56.1

func (m *PushNotification) String() string

func (*PushNotification) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotification) XXX_DiscardUnknown()

func (*PushNotification) XXX_Marshal added in v0.56.1

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

func (*PushNotification) XXX_Merge added in v0.56.1

func (m *PushNotification) XXX_Merge(src proto.Message)

func (*PushNotification) XXX_Size added in v0.56.1

func (m *PushNotification) XXX_Size() int

func (*PushNotification) XXX_Unmarshal added in v0.56.1

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

type PushNotificationQuery added in v0.56.1

type PushNotificationQuery struct {
	PublicKeys           [][]byte `protobuf:"bytes,1,rep,name=public_keys,json=publicKeys,proto3" json:"public_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushNotificationQuery) Descriptor added in v0.56.1

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

func (*PushNotificationQuery) GetPublicKeys added in v0.56.1

func (m *PushNotificationQuery) GetPublicKeys() [][]byte

func (*PushNotificationQuery) ProtoMessage added in v0.56.1

func (*PushNotificationQuery) ProtoMessage()

func (*PushNotificationQuery) Reset added in v0.56.1

func (m *PushNotificationQuery) Reset()

func (*PushNotificationQuery) String added in v0.56.1

func (m *PushNotificationQuery) String() string

func (*PushNotificationQuery) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationQuery) XXX_DiscardUnknown()

func (*PushNotificationQuery) XXX_Marshal added in v0.56.1

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

func (*PushNotificationQuery) XXX_Merge added in v0.56.1

func (m *PushNotificationQuery) XXX_Merge(src proto.Message)

func (*PushNotificationQuery) XXX_Size added in v0.56.1

func (m *PushNotificationQuery) XXX_Size() int

func (*PushNotificationQuery) XXX_Unmarshal added in v0.56.1

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

type PushNotificationQueryInfo added in v0.56.1

type PushNotificationQueryInfo struct {
	AccessToken          string   `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	InstallationId       string   `protobuf:"bytes,2,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	AllowedKeyList       [][]byte `protobuf:"bytes,4,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"`
	Grant                []byte   `protobuf:"bytes,5,opt,name=grant,proto3" json:"grant,omitempty"`
	Version              uint64   `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	ServerPublicKey      []byte   `protobuf:"bytes,7,opt,name=server_public_key,json=serverPublicKey,proto3" json:"server_public_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PushNotificationQueryInfo) Descriptor added in v0.56.1

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

func (*PushNotificationQueryInfo) GetAccessToken added in v0.56.1

func (m *PushNotificationQueryInfo) GetAccessToken() string

func (*PushNotificationQueryInfo) GetAllowedKeyList added in v0.56.1

func (m *PushNotificationQueryInfo) GetAllowedKeyList() [][]byte

func (*PushNotificationQueryInfo) GetGrant added in v0.56.1

func (m *PushNotificationQueryInfo) GetGrant() []byte

func (*PushNotificationQueryInfo) GetInstallationId added in v0.56.1

func (m *PushNotificationQueryInfo) GetInstallationId() string

func (*PushNotificationQueryInfo) GetPublicKey added in v0.56.1

func (m *PushNotificationQueryInfo) GetPublicKey() []byte

func (*PushNotificationQueryInfo) GetServerPublicKey added in v0.56.1

func (m *PushNotificationQueryInfo) GetServerPublicKey() []byte

func (*PushNotificationQueryInfo) GetVersion added in v0.56.1

func (m *PushNotificationQueryInfo) GetVersion() uint64

func (*PushNotificationQueryInfo) ProtoMessage added in v0.56.1

func (*PushNotificationQueryInfo) ProtoMessage()

func (*PushNotificationQueryInfo) Reset added in v0.56.1

func (m *PushNotificationQueryInfo) Reset()

func (*PushNotificationQueryInfo) String added in v0.56.1

func (m *PushNotificationQueryInfo) String() string

func (*PushNotificationQueryInfo) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationQueryInfo) XXX_DiscardUnknown()

func (*PushNotificationQueryInfo) XXX_Marshal added in v0.56.1

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

func (*PushNotificationQueryInfo) XXX_Merge added in v0.56.1

func (m *PushNotificationQueryInfo) XXX_Merge(src proto.Message)

func (*PushNotificationQueryInfo) XXX_Size added in v0.56.1

func (m *PushNotificationQueryInfo) XXX_Size() int

func (*PushNotificationQueryInfo) XXX_Unmarshal added in v0.56.1

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

type PushNotificationQueryResponse added in v0.56.1

type PushNotificationQueryResponse struct {
	Info                 []*PushNotificationQueryInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	MessageId            []byte                       `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Success              bool                         `protobuf:"varint,3,opt,name=success,proto3" json:"success,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*PushNotificationQueryResponse) Descriptor added in v0.56.1

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

func (*PushNotificationQueryResponse) GetInfo added in v0.56.1

func (*PushNotificationQueryResponse) GetMessageId added in v0.56.1

func (m *PushNotificationQueryResponse) GetMessageId() []byte

func (*PushNotificationQueryResponse) GetSuccess added in v0.56.1

func (m *PushNotificationQueryResponse) GetSuccess() bool

func (*PushNotificationQueryResponse) ProtoMessage added in v0.56.1

func (*PushNotificationQueryResponse) ProtoMessage()

func (*PushNotificationQueryResponse) Reset added in v0.56.1

func (m *PushNotificationQueryResponse) Reset()

func (*PushNotificationQueryResponse) String added in v0.56.1

func (*PushNotificationQueryResponse) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationQueryResponse) XXX_DiscardUnknown()

func (*PushNotificationQueryResponse) XXX_Marshal added in v0.56.1

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

func (*PushNotificationQueryResponse) XXX_Merge added in v0.56.1

func (m *PushNotificationQueryResponse) XXX_Merge(src proto.Message)

func (*PushNotificationQueryResponse) XXX_Size added in v0.56.1

func (m *PushNotificationQueryResponse) XXX_Size() int

func (*PushNotificationQueryResponse) XXX_Unmarshal added in v0.56.1

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

type PushNotificationRegistration added in v0.56.1

type PushNotificationRegistration struct {
	TokenType               PushNotificationRegistration_TokenType `` /* 142-byte string literal not displayed */
	DeviceToken             string                                 `protobuf:"bytes,2,opt,name=device_token,json=deviceToken,proto3" json:"device_token,omitempty"`
	InstallationId          string                                 `protobuf:"bytes,3,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	AccessToken             string                                 `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Enabled                 bool                                   `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Version                 uint64                                 `protobuf:"varint,6,opt,name=version,proto3" json:"version,omitempty"`
	AllowedKeyList          [][]byte                               `protobuf:"bytes,7,rep,name=allowed_key_list,json=allowedKeyList,proto3" json:"allowed_key_list,omitempty"`
	BlockedChatList         [][]byte                               `protobuf:"bytes,8,rep,name=blocked_chat_list,json=blockedChatList,proto3" json:"blocked_chat_list,omitempty"`
	Unregister              bool                                   `protobuf:"varint,9,opt,name=unregister,proto3" json:"unregister,omitempty"`
	Grant                   []byte                                 `protobuf:"bytes,10,opt,name=grant,proto3" json:"grant,omitempty"`
	AllowFromContactsOnly   bool                                   `` /* 130-byte string literal not displayed */
	ApnTopic                string                                 `protobuf:"bytes,12,opt,name=apn_topic,json=apnTopic,proto3" json:"apn_topic,omitempty"`
	BlockMentions           bool                                   `protobuf:"varint,13,opt,name=block_mentions,json=blockMentions,proto3" json:"block_mentions,omitempty"`
	AllowedMentionsChatList [][]byte                               `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}                               `json:"-"`
	XXX_unrecognized        []byte                                 `json:"-"`
	XXX_sizecache           int32                                  `json:"-"`
}

func (*PushNotificationRegistration) Descriptor added in v0.56.1

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

func (*PushNotificationRegistration) GetAccessToken added in v0.56.1

func (m *PushNotificationRegistration) GetAccessToken() string

func (*PushNotificationRegistration) GetAllowFromContactsOnly added in v0.56.1

func (m *PushNotificationRegistration) GetAllowFromContactsOnly() bool

func (*PushNotificationRegistration) GetAllowedKeyList added in v0.56.1

func (m *PushNotificationRegistration) GetAllowedKeyList() [][]byte

func (*PushNotificationRegistration) GetAllowedMentionsChatList added in v0.61.0

func (m *PushNotificationRegistration) GetAllowedMentionsChatList() [][]byte

func (*PushNotificationRegistration) GetApnTopic added in v0.59.0

func (m *PushNotificationRegistration) GetApnTopic() string

func (*PushNotificationRegistration) GetBlockMentions added in v0.61.0

func (m *PushNotificationRegistration) GetBlockMentions() bool

func (*PushNotificationRegistration) GetBlockedChatList added in v0.56.1

func (m *PushNotificationRegistration) GetBlockedChatList() [][]byte

func (*PushNotificationRegistration) GetDeviceToken added in v0.56.1

func (m *PushNotificationRegistration) GetDeviceToken() string

func (*PushNotificationRegistration) GetEnabled added in v0.56.1

func (m *PushNotificationRegistration) GetEnabled() bool

func (*PushNotificationRegistration) GetGrant added in v0.56.1

func (m *PushNotificationRegistration) GetGrant() []byte

func (*PushNotificationRegistration) GetInstallationId added in v0.56.1

func (m *PushNotificationRegistration) GetInstallationId() string

func (*PushNotificationRegistration) GetTokenType added in v0.56.1

func (*PushNotificationRegistration) GetUnregister added in v0.56.1

func (m *PushNotificationRegistration) GetUnregister() bool

func (*PushNotificationRegistration) GetVersion added in v0.56.1

func (m *PushNotificationRegistration) GetVersion() uint64

func (*PushNotificationRegistration) ProtoMessage added in v0.56.1

func (*PushNotificationRegistration) ProtoMessage()

func (*PushNotificationRegistration) Reset added in v0.56.1

func (m *PushNotificationRegistration) Reset()

func (*PushNotificationRegistration) String added in v0.56.1

func (*PushNotificationRegistration) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationRegistration) XXX_DiscardUnknown()

func (*PushNotificationRegistration) XXX_Marshal added in v0.56.1

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

func (*PushNotificationRegistration) XXX_Merge added in v0.56.1

func (m *PushNotificationRegistration) XXX_Merge(src proto.Message)

func (*PushNotificationRegistration) XXX_Size added in v0.56.1

func (m *PushNotificationRegistration) XXX_Size() int

func (*PushNotificationRegistration) XXX_Unmarshal added in v0.56.1

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

type PushNotificationRegistrationResponse added in v0.56.1

type PushNotificationRegistrationResponse struct {
	Success              bool                                           `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Error                PushNotificationRegistrationResponse_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationRegistrationResponse_ErrorType" json:"error,omitempty"`
	RequestId            []byte                                         `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                       `json:"-"`
	XXX_unrecognized     []byte                                         `json:"-"`
	XXX_sizecache        int32                                          `json:"-"`
}

func (*PushNotificationRegistrationResponse) Descriptor added in v0.56.1

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

func (*PushNotificationRegistrationResponse) GetError added in v0.56.1

func (*PushNotificationRegistrationResponse) GetRequestId added in v0.56.1

func (m *PushNotificationRegistrationResponse) GetRequestId() []byte

func (*PushNotificationRegistrationResponse) GetSuccess added in v0.56.1

func (*PushNotificationRegistrationResponse) ProtoMessage added in v0.56.1

func (*PushNotificationRegistrationResponse) ProtoMessage()

func (*PushNotificationRegistrationResponse) Reset added in v0.56.1

func (*PushNotificationRegistrationResponse) String added in v0.56.1

func (*PushNotificationRegistrationResponse) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationRegistrationResponse) XXX_DiscardUnknown()

func (*PushNotificationRegistrationResponse) XXX_Marshal added in v0.56.1

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

func (*PushNotificationRegistrationResponse) XXX_Merge added in v0.56.1

func (*PushNotificationRegistrationResponse) XXX_Size added in v0.56.1

func (*PushNotificationRegistrationResponse) XXX_Unmarshal added in v0.56.1

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

type PushNotificationRegistrationResponse_ErrorType added in v0.56.1

type PushNotificationRegistrationResponse_ErrorType int32
const (
	PushNotificationRegistrationResponse_UNKNOWN_ERROR_TYPE     PushNotificationRegistrationResponse_ErrorType = 0
	PushNotificationRegistrationResponse_MALFORMED_MESSAGE      PushNotificationRegistrationResponse_ErrorType = 1
	PushNotificationRegistrationResponse_VERSION_MISMATCH       PushNotificationRegistrationResponse_ErrorType = 2
	PushNotificationRegistrationResponse_UNSUPPORTED_TOKEN_TYPE PushNotificationRegistrationResponse_ErrorType = 3
	PushNotificationRegistrationResponse_INTERNAL_ERROR         PushNotificationRegistrationResponse_ErrorType = 4
)

func (PushNotificationRegistrationResponse_ErrorType) EnumDescriptor added in v0.56.1

func (PushNotificationRegistrationResponse_ErrorType) String added in v0.56.1

type PushNotificationRegistration_TokenType added in v0.56.1

type PushNotificationRegistration_TokenType int32
const (
	PushNotificationRegistration_UNKNOWN_TOKEN_TYPE PushNotificationRegistration_TokenType = 0
	PushNotificationRegistration_APN_TOKEN          PushNotificationRegistration_TokenType = 1
	PushNotificationRegistration_FIREBASE_TOKEN     PushNotificationRegistration_TokenType = 2
)

func (PushNotificationRegistration_TokenType) EnumDescriptor added in v0.56.1

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

func (PushNotificationRegistration_TokenType) String added in v0.56.1

type PushNotificationReport added in v0.56.1

type PushNotificationReport struct {
	Success              bool                             `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Error                PushNotificationReport_ErrorType `protobuf:"varint,2,opt,name=error,proto3,enum=protobuf.PushNotificationReport_ErrorType" json:"error,omitempty"`
	PublicKey            []byte                           `protobuf:"bytes,3,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	InstallationId       string                           `protobuf:"bytes,4,opt,name=installation_id,json=installationId,proto3" json:"installation_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*PushNotificationReport) Descriptor added in v0.56.1

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

func (*PushNotificationReport) GetError added in v0.56.1

func (*PushNotificationReport) GetInstallationId added in v0.56.1

func (m *PushNotificationReport) GetInstallationId() string

func (*PushNotificationReport) GetPublicKey added in v0.56.1

func (m *PushNotificationReport) GetPublicKey() []byte

func (*PushNotificationReport) GetSuccess added in v0.56.1

func (m *PushNotificationReport) GetSuccess() bool

func (*PushNotificationReport) ProtoMessage added in v0.56.1

func (*PushNotificationReport) ProtoMessage()

func (*PushNotificationReport) Reset added in v0.56.1

func (m *PushNotificationReport) Reset()

func (*PushNotificationReport) String added in v0.56.1

func (m *PushNotificationReport) String() string

func (*PushNotificationReport) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationReport) XXX_DiscardUnknown()

func (*PushNotificationReport) XXX_Marshal added in v0.56.1

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

func (*PushNotificationReport) XXX_Merge added in v0.56.1

func (m *PushNotificationReport) XXX_Merge(src proto.Message)

func (*PushNotificationReport) XXX_Size added in v0.56.1

func (m *PushNotificationReport) XXX_Size() int

func (*PushNotificationReport) XXX_Unmarshal added in v0.56.1

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

type PushNotificationReport_ErrorType added in v0.56.1

type PushNotificationReport_ErrorType int32
const (
	PushNotificationReport_UNKNOWN_ERROR_TYPE PushNotificationReport_ErrorType = 0
	PushNotificationReport_WRONG_TOKEN        PushNotificationReport_ErrorType = 1
	PushNotificationReport_INTERNAL_ERROR     PushNotificationReport_ErrorType = 2
	PushNotificationReport_NOT_REGISTERED     PushNotificationReport_ErrorType = 3
)

func (PushNotificationReport_ErrorType) EnumDescriptor added in v0.56.1

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

func (PushNotificationReport_ErrorType) String added in v0.56.1

type PushNotificationRequest added in v0.56.1

type PushNotificationRequest struct {
	Requests             []*PushNotification `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	MessageId            []byte              `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*PushNotificationRequest) Descriptor added in v0.56.1

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

func (*PushNotificationRequest) GetMessageId added in v0.56.1

func (m *PushNotificationRequest) GetMessageId() []byte

func (*PushNotificationRequest) GetRequests added in v0.56.1

func (m *PushNotificationRequest) GetRequests() []*PushNotification

func (*PushNotificationRequest) ProtoMessage added in v0.56.1

func (*PushNotificationRequest) ProtoMessage()

func (*PushNotificationRequest) Reset added in v0.56.1

func (m *PushNotificationRequest) Reset()

func (*PushNotificationRequest) String added in v0.56.1

func (m *PushNotificationRequest) String() string

func (*PushNotificationRequest) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationRequest) XXX_DiscardUnknown()

func (*PushNotificationRequest) XXX_Marshal added in v0.56.1

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

func (*PushNotificationRequest) XXX_Merge added in v0.56.1

func (m *PushNotificationRequest) XXX_Merge(src proto.Message)

func (*PushNotificationRequest) XXX_Size added in v0.56.1

func (m *PushNotificationRequest) XXX_Size() int

func (*PushNotificationRequest) XXX_Unmarshal added in v0.56.1

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

type PushNotificationResponse added in v0.56.1

type PushNotificationResponse struct {
	MessageId            []byte                    `protobuf:"bytes,1,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Reports              []*PushNotificationReport `protobuf:"bytes,2,rep,name=reports,proto3" json:"reports,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*PushNotificationResponse) Descriptor added in v0.56.1

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

func (*PushNotificationResponse) GetMessageId added in v0.56.1

func (m *PushNotificationResponse) GetMessageId() []byte

func (*PushNotificationResponse) GetReports added in v0.56.1

func (*PushNotificationResponse) ProtoMessage added in v0.56.1

func (*PushNotificationResponse) ProtoMessage()

func (*PushNotificationResponse) Reset added in v0.56.1

func (m *PushNotificationResponse) Reset()

func (*PushNotificationResponse) String added in v0.56.1

func (m *PushNotificationResponse) String() string

func (*PushNotificationResponse) XXX_DiscardUnknown added in v0.56.1

func (m *PushNotificationResponse) XXX_DiscardUnknown()

func (*PushNotificationResponse) XXX_Marshal added in v0.56.1

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

func (*PushNotificationResponse) XXX_Merge added in v0.56.1

func (m *PushNotificationResponse) XXX_Merge(src proto.Message)

func (*PushNotificationResponse) XXX_Size added in v0.56.1

func (m *PushNotificationResponse) XXX_Size() int

func (*PushNotificationResponse) XXX_Unmarshal added in v0.56.1

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

type PushNotification_PushNotificationType added in v0.59.0

type PushNotification_PushNotificationType int32
const (
	PushNotification_UNKNOWN_PUSH_NOTIFICATION_TYPE PushNotification_PushNotificationType = 0
	PushNotification_MESSAGE                        PushNotification_PushNotificationType = 1
	PushNotification_MENTION                        PushNotification_PushNotificationType = 2
	PushNotification_REQUEST_TO_JOIN_COMMUNITY      PushNotification_PushNotificationType = 3
)

func (PushNotification_PushNotificationType) EnumDescriptor added in v0.59.0

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

func (PushNotification_PushNotificationType) String added in v0.59.0

type RequestAddressForTransaction

type RequestAddressForTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Contract             string   `protobuf:"bytes,3,opt,name=contract,proto3" json:"contract,omitempty"`
	ChatId               string   `protobuf:"bytes,4,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestAddressForTransaction) Descriptor

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

func (*RequestAddressForTransaction) GetChatId added in v0.81.0

func (m *RequestAddressForTransaction) GetChatId() string

func (*RequestAddressForTransaction) GetClock

func (m *RequestAddressForTransaction) GetClock() uint64

func (*RequestAddressForTransaction) GetContract

func (m *RequestAddressForTransaction) GetContract() string

func (*RequestAddressForTransaction) GetValue

func (m *RequestAddressForTransaction) GetValue() string

func (*RequestAddressForTransaction) ProtoMessage

func (*RequestAddressForTransaction) ProtoMessage()

func (*RequestAddressForTransaction) Reset

func (m *RequestAddressForTransaction) Reset()

func (*RequestAddressForTransaction) String

func (*RequestAddressForTransaction) XXX_DiscardUnknown

func (m *RequestAddressForTransaction) XXX_DiscardUnknown()

func (*RequestAddressForTransaction) XXX_Marshal

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

func (*RequestAddressForTransaction) XXX_Merge

func (m *RequestAddressForTransaction) XXX_Merge(src proto.Message)

func (*RequestAddressForTransaction) XXX_Size

func (m *RequestAddressForTransaction) XXX_Size() int

func (*RequestAddressForTransaction) XXX_Unmarshal

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

type RequestContactVerification added in v0.102.6

type RequestContactVerification struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Challenge            string   `protobuf:"bytes,3,opt,name=challenge,proto3" json:"challenge,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestContactVerification) Descriptor added in v0.102.6

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

func (*RequestContactVerification) GetChallenge added in v0.102.6

func (m *RequestContactVerification) GetChallenge() string

func (*RequestContactVerification) GetClock added in v0.102.6

func (m *RequestContactVerification) GetClock() uint64

func (*RequestContactVerification) ProtoMessage added in v0.102.6

func (*RequestContactVerification) ProtoMessage()

func (*RequestContactVerification) Reset added in v0.102.6

func (m *RequestContactVerification) Reset()

func (*RequestContactVerification) String added in v0.102.6

func (m *RequestContactVerification) String() string

func (*RequestContactVerification) XXX_DiscardUnknown added in v0.102.6

func (m *RequestContactVerification) XXX_DiscardUnknown()

func (*RequestContactVerification) XXX_Marshal added in v0.102.6

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

func (*RequestContactVerification) XXX_Merge added in v0.102.6

func (m *RequestContactVerification) XXX_Merge(src proto.Message)

func (*RequestContactVerification) XXX_Size added in v0.102.6

func (m *RequestContactVerification) XXX_Size() int

func (*RequestContactVerification) XXX_Unmarshal added in v0.102.6

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

type RequestTransaction

type RequestTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Address              string   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Value                string   `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Contract             string   `protobuf:"bytes,4,opt,name=contract,proto3" json:"contract,omitempty"`
	ChatId               string   `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RequestTransaction) Descriptor

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

func (*RequestTransaction) GetAddress

func (m *RequestTransaction) GetAddress() string

func (*RequestTransaction) GetChatId added in v0.81.0

func (m *RequestTransaction) GetChatId() string

func (*RequestTransaction) GetClock

func (m *RequestTransaction) GetClock() uint64

func (*RequestTransaction) GetContract

func (m *RequestTransaction) GetContract() string

func (*RequestTransaction) GetValue

func (m *RequestTransaction) GetValue() string

func (*RequestTransaction) ProtoMessage

func (*RequestTransaction) ProtoMessage()

func (*RequestTransaction) Reset

func (m *RequestTransaction) Reset()

func (*RequestTransaction) String

func (m *RequestTransaction) String() string

func (*RequestTransaction) XXX_DiscardUnknown

func (m *RequestTransaction) XXX_DiscardUnknown()

func (*RequestTransaction) XXX_Marshal

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

func (*RequestTransaction) XXX_Merge

func (m *RequestTransaction) XXX_Merge(src proto.Message)

func (*RequestTransaction) XXX_Size

func (m *RequestTransaction) XXX_Size() int

func (*RequestTransaction) XXX_Unmarshal

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

type RetractContactRequest added in v0.100.0

type RetractContactRequest struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Clock                uint64   `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RetractContactRequest) Descriptor added in v0.100.0

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

func (*RetractContactRequest) GetClock added in v0.100.0

func (m *RetractContactRequest) GetClock() uint64

func (*RetractContactRequest) GetId added in v0.100.0

func (m *RetractContactRequest) GetId() string

func (*RetractContactRequest) ProtoMessage added in v0.100.0

func (*RetractContactRequest) ProtoMessage()

func (*RetractContactRequest) Reset added in v0.100.0

func (m *RetractContactRequest) Reset()

func (*RetractContactRequest) String added in v0.100.0

func (m *RetractContactRequest) String() string

func (*RetractContactRequest) XXX_DiscardUnknown added in v0.100.0

func (m *RetractContactRequest) XXX_DiscardUnknown()

func (*RetractContactRequest) XXX_Marshal added in v0.100.0

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

func (*RetractContactRequest) XXX_Merge added in v0.100.0

func (m *RetractContactRequest) XXX_Merge(src proto.Message)

func (*RetractContactRequest) XXX_Size added in v0.100.0

func (m *RetractContactRequest) XXX_Size() int

func (*RetractContactRequest) XXX_Unmarshal added in v0.100.0

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

type SendTransaction

type SendTransaction struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	TransactionHash      string   `protobuf:"bytes,3,opt,name=transaction_hash,json=transactionHash,proto3" json:"transaction_hash,omitempty"`
	Signature            []byte   `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	ChatId               string   `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SendTransaction) Descriptor

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

func (*SendTransaction) GetChatId added in v0.81.0

func (m *SendTransaction) GetChatId() string

func (*SendTransaction) GetClock

func (m *SendTransaction) GetClock() uint64

func (*SendTransaction) GetId

func (m *SendTransaction) GetId() string

func (*SendTransaction) GetSignature

func (m *SendTransaction) GetSignature() []byte

func (*SendTransaction) GetTransactionHash

func (m *SendTransaction) GetTransactionHash() string

func (*SendTransaction) ProtoMessage

func (*SendTransaction) ProtoMessage()

func (*SendTransaction) Reset

func (m *SendTransaction) Reset()

func (*SendTransaction) String

func (m *SendTransaction) String() string

func (*SendTransaction) XXX_DiscardUnknown

func (m *SendTransaction) XXX_DiscardUnknown()

func (*SendTransaction) XXX_Marshal

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

func (*SendTransaction) XXX_Merge

func (m *SendTransaction) XXX_Merge(src proto.Message)

func (*SendTransaction) XXX_Size

func (m *SendTransaction) XXX_Size() int

func (*SendTransaction) XXX_Unmarshal

func (m *SendTransaction) XXX_Unmarshal(b []byte) error
type SocialLink struct {
	Text                 string   `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

SocialLinks represents social link assosiated with given chat identity (personal/community)

func (*SocialLink) Descriptor added in v0.105.1

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

func (*SocialLink) GetText added in v0.105.1

func (m *SocialLink) GetText() string

func (*SocialLink) GetUrl added in v0.105.1

func (m *SocialLink) GetUrl() string

func (*SocialLink) ProtoMessage added in v0.105.1

func (*SocialLink) ProtoMessage()

func (*SocialLink) Reset added in v0.105.1

func (m *SocialLink) Reset()

func (*SocialLink) String added in v0.105.1

func (m *SocialLink) String() string

func (*SocialLink) XXX_DiscardUnknown added in v0.105.1

func (m *SocialLink) XXX_DiscardUnknown()

func (*SocialLink) XXX_Marshal added in v0.105.1

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

func (*SocialLink) XXX_Merge added in v0.105.1

func (m *SocialLink) XXX_Merge(src proto.Message)

func (*SocialLink) XXX_Size added in v0.105.1

func (m *SocialLink) XXX_Size() int

func (*SocialLink) XXX_Unmarshal added in v0.105.1

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

type StatusUpdate added in v0.83.2

type StatusUpdate struct {
	Clock                uint64                  `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	StatusType           StatusUpdate_StatusType `` /* 130-byte string literal not displayed */
	CustomText           string                  `protobuf:"bytes,3,opt,name=custom_text,json=customText,proto3" json:"custom_text,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

Specs: :AUTOMATIC To Send - "AUTOMATIC" status ping every 5 minutes Display - Online for up to 5 minutes from the last clock, after that Offline :ALWAYS_ONLINE To Send - "ALWAYS_ONLINE" status ping every 5 minutes Display - Online for up to 2 weeks from the last clock, after that Offline :INACTIVE To Send - A single "INACTIVE" status ping Display - Offline forever Note: Only send pings if the user interacted with the app in the last x minutes.

func (*StatusUpdate) Descriptor added in v0.83.2

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

func (*StatusUpdate) GetClock added in v0.83.2

func (m *StatusUpdate) GetClock() uint64

func (*StatusUpdate) GetCustomText added in v0.83.2

func (m *StatusUpdate) GetCustomText() string

func (*StatusUpdate) GetStatusType added in v0.83.2

func (m *StatusUpdate) GetStatusType() StatusUpdate_StatusType

func (*StatusUpdate) ProtoMessage added in v0.83.2

func (*StatusUpdate) ProtoMessage()

func (*StatusUpdate) Reset added in v0.83.2

func (m *StatusUpdate) Reset()

func (*StatusUpdate) String added in v0.83.2

func (m *StatusUpdate) String() string

func (*StatusUpdate) XXX_DiscardUnknown added in v0.83.2

func (m *StatusUpdate) XXX_DiscardUnknown()

func (*StatusUpdate) XXX_Marshal added in v0.83.2

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

func (*StatusUpdate) XXX_Merge added in v0.83.2

func (m *StatusUpdate) XXX_Merge(src proto.Message)

func (*StatusUpdate) XXX_Size added in v0.83.2

func (m *StatusUpdate) XXX_Size() int

func (*StatusUpdate) XXX_Unmarshal added in v0.83.2

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

type StatusUpdate_StatusType added in v0.83.2

type StatusUpdate_StatusType int32
const (
	StatusUpdate_UNKNOWN_STATUS_TYPE StatusUpdate_StatusType = 0
	StatusUpdate_AUTOMATIC           StatusUpdate_StatusType = 1
	StatusUpdate_DO_NOT_DISTURB      StatusUpdate_StatusType = 2
	StatusUpdate_ALWAYS_ONLINE       StatusUpdate_StatusType = 3
	StatusUpdate_INACTIVE            StatusUpdate_StatusType = 4
)

func (StatusUpdate_StatusType) EnumDescriptor added in v0.83.2

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

func (StatusUpdate_StatusType) String added in v0.83.2

func (x StatusUpdate_StatusType) String() string

type StickerMessage

type StickerMessage struct {
	Hash                 string   `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Pack                 int32    `protobuf:"varint,2,opt,name=pack,proto3" json:"pack,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StickerMessage) Descriptor

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

func (*StickerMessage) GetHash

func (m *StickerMessage) GetHash() string

func (*StickerMessage) GetPack

func (m *StickerMessage) GetPack() int32

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 (m *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 SyncActivityCenterAccepted added in v0.91.14

type SyncActivityCenterAccepted struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids                  [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncActivityCenterAccepted) Descriptor added in v0.91.14

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

func (*SyncActivityCenterAccepted) GetClock added in v0.91.14

func (m *SyncActivityCenterAccepted) GetClock() uint64

func (*SyncActivityCenterAccepted) GetIds added in v0.91.14

func (m *SyncActivityCenterAccepted) GetIds() [][]byte

func (*SyncActivityCenterAccepted) ProtoMessage added in v0.91.14

func (*SyncActivityCenterAccepted) ProtoMessage()

func (*SyncActivityCenterAccepted) Reset added in v0.91.14

func (m *SyncActivityCenterAccepted) Reset()

func (*SyncActivityCenterAccepted) String added in v0.91.14

func (m *SyncActivityCenterAccepted) String() string

func (*SyncActivityCenterAccepted) XXX_DiscardUnknown added in v0.91.14

func (m *SyncActivityCenterAccepted) XXX_DiscardUnknown()

func (*SyncActivityCenterAccepted) XXX_Marshal added in v0.91.14

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

func (*SyncActivityCenterAccepted) XXX_Merge added in v0.91.14

func (m *SyncActivityCenterAccepted) XXX_Merge(src proto.Message)

func (*SyncActivityCenterAccepted) XXX_Size added in v0.91.14

func (m *SyncActivityCenterAccepted) XXX_Size() int

func (*SyncActivityCenterAccepted) XXX_Unmarshal added in v0.91.14

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

type SyncActivityCenterDismissed added in v0.91.14

type SyncActivityCenterDismissed struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids                  [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncActivityCenterDismissed) Descriptor added in v0.91.14

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

func (*SyncActivityCenterDismissed) GetClock added in v0.91.14

func (m *SyncActivityCenterDismissed) GetClock() uint64

func (*SyncActivityCenterDismissed) GetIds added in v0.91.14

func (m *SyncActivityCenterDismissed) GetIds() [][]byte

func (*SyncActivityCenterDismissed) ProtoMessage added in v0.91.14

func (*SyncActivityCenterDismissed) ProtoMessage()

func (*SyncActivityCenterDismissed) Reset added in v0.91.14

func (m *SyncActivityCenterDismissed) Reset()

func (*SyncActivityCenterDismissed) String added in v0.91.14

func (m *SyncActivityCenterDismissed) String() string

func (*SyncActivityCenterDismissed) XXX_DiscardUnknown added in v0.91.14

func (m *SyncActivityCenterDismissed) XXX_DiscardUnknown()

func (*SyncActivityCenterDismissed) XXX_Marshal added in v0.91.14

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

func (*SyncActivityCenterDismissed) XXX_Merge added in v0.91.14

func (m *SyncActivityCenterDismissed) XXX_Merge(src proto.Message)

func (*SyncActivityCenterDismissed) XXX_Size added in v0.91.14

func (m *SyncActivityCenterDismissed) XXX_Size() int

func (*SyncActivityCenterDismissed) XXX_Unmarshal added in v0.91.14

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

type SyncActivityCenterRead added in v0.91.14

type SyncActivityCenterRead struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Ids                  [][]byte `protobuf:"bytes,2,rep,name=ids,proto3" json:"ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncActivityCenterRead) Descriptor added in v0.91.14

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

func (*SyncActivityCenterRead) GetClock added in v0.91.14

func (m *SyncActivityCenterRead) GetClock() uint64

func (*SyncActivityCenterRead) GetIds added in v0.91.14

func (m *SyncActivityCenterRead) GetIds() [][]byte

func (*SyncActivityCenterRead) ProtoMessage added in v0.91.14

func (*SyncActivityCenterRead) ProtoMessage()

func (*SyncActivityCenterRead) Reset added in v0.91.14

func (m *SyncActivityCenterRead) Reset()

func (*SyncActivityCenterRead) String added in v0.91.14

func (m *SyncActivityCenterRead) String() string

func (*SyncActivityCenterRead) XXX_DiscardUnknown added in v0.91.14

func (m *SyncActivityCenterRead) XXX_DiscardUnknown()

func (*SyncActivityCenterRead) XXX_Marshal added in v0.91.14

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

func (*SyncActivityCenterRead) XXX_Merge added in v0.91.14

func (m *SyncActivityCenterRead) XXX_Merge(src proto.Message)

func (*SyncActivityCenterRead) XXX_Size added in v0.91.14

func (m *SyncActivityCenterRead) XXX_Size() int

func (*SyncActivityCenterRead) XXX_Unmarshal added in v0.91.14

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

type SyncBookmark added in v0.94.4

type SyncBookmark struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Url                  string   `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	ImageUrl             string   `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	Removed              bool     `protobuf:"varint,5,opt,name=removed,proto3" json:"removed,omitempty"`
	DeletedAt            uint64   `protobuf:"varint,6,opt,name=deleted_at,json=deletedAt,proto3" json:"deleted_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncBookmark) Descriptor added in v0.94.4

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

func (*SyncBookmark) GetClock added in v0.94.4

func (m *SyncBookmark) GetClock() uint64

func (*SyncBookmark) GetDeletedAt added in v0.102.2

func (m *SyncBookmark) GetDeletedAt() uint64

func (*SyncBookmark) GetImageUrl added in v0.94.4

func (m *SyncBookmark) GetImageUrl() string

func (*SyncBookmark) GetName added in v0.94.4

func (m *SyncBookmark) GetName() string

func (*SyncBookmark) GetRemoved added in v0.94.4

func (m *SyncBookmark) GetRemoved() bool

func (*SyncBookmark) GetUrl added in v0.94.4

func (m *SyncBookmark) GetUrl() string

func (*SyncBookmark) ProtoMessage added in v0.94.4

func (*SyncBookmark) ProtoMessage()

func (*SyncBookmark) Reset added in v0.94.4

func (m *SyncBookmark) Reset()

func (*SyncBookmark) String added in v0.94.4

func (m *SyncBookmark) String() string

func (*SyncBookmark) XXX_DiscardUnknown added in v0.94.4

func (m *SyncBookmark) XXX_DiscardUnknown()

func (*SyncBookmark) XXX_Marshal added in v0.94.4

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

func (*SyncBookmark) XXX_Merge added in v0.94.4

func (m *SyncBookmark) XXX_Merge(src proto.Message)

func (*SyncBookmark) XXX_Size added in v0.94.4

func (m *SyncBookmark) XXX_Size() int

func (*SyncBookmark) XXX_Unmarshal added in v0.94.4

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

type SyncChatMessagesRead added in v0.89.18

type SyncChatMessagesRead struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncChatMessagesRead) Descriptor added in v0.89.18

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

func (*SyncChatMessagesRead) GetClock added in v0.89.18

func (m *SyncChatMessagesRead) GetClock() uint64

func (*SyncChatMessagesRead) GetId added in v0.89.18

func (m *SyncChatMessagesRead) GetId() string

func (*SyncChatMessagesRead) ProtoMessage added in v0.89.18

func (*SyncChatMessagesRead) ProtoMessage()

func (*SyncChatMessagesRead) Reset added in v0.89.18

func (m *SyncChatMessagesRead) Reset()

func (*SyncChatMessagesRead) String added in v0.89.18

func (m *SyncChatMessagesRead) String() string

func (*SyncChatMessagesRead) XXX_DiscardUnknown added in v0.89.18

func (m *SyncChatMessagesRead) XXX_DiscardUnknown()

func (*SyncChatMessagesRead) XXX_Marshal added in v0.89.18

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

func (*SyncChatMessagesRead) XXX_Merge added in v0.89.18

func (m *SyncChatMessagesRead) XXX_Merge(src proto.Message)

func (*SyncChatMessagesRead) XXX_Size added in v0.89.18

func (m *SyncChatMessagesRead) XXX_Size() int

func (*SyncChatMessagesRead) XXX_Unmarshal added in v0.89.18

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

type SyncChatRemoved added in v0.89.7

type SyncChatRemoved struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncChatRemoved) Descriptor added in v0.89.7

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

func (*SyncChatRemoved) GetClock added in v0.89.7

func (m *SyncChatRemoved) GetClock() uint64

func (*SyncChatRemoved) GetId added in v0.89.7

func (m *SyncChatRemoved) GetId() string

func (*SyncChatRemoved) ProtoMessage added in v0.89.7

func (*SyncChatRemoved) ProtoMessage()

func (*SyncChatRemoved) Reset added in v0.89.7

func (m *SyncChatRemoved) Reset()

func (*SyncChatRemoved) String added in v0.89.7

func (m *SyncChatRemoved) String() string

func (*SyncChatRemoved) XXX_DiscardUnknown added in v0.89.7

func (m *SyncChatRemoved) XXX_DiscardUnknown()

func (*SyncChatRemoved) XXX_Marshal added in v0.89.7

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

func (*SyncChatRemoved) XXX_Merge added in v0.89.7

func (m *SyncChatRemoved) XXX_Merge(src proto.Message)

func (*SyncChatRemoved) XXX_Size added in v0.89.7

func (m *SyncChatRemoved) XXX_Size() int

func (*SyncChatRemoved) XXX_Unmarshal added in v0.89.7

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

type SyncClearHistory added in v0.94.3

type SyncClearHistory struct {
	ChatId               string   `protobuf:"bytes,1,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	ClearedAt            uint64   `protobuf:"varint,2,opt,name=cleared_at,json=clearedAt,proto3" json:"cleared_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncClearHistory) Descriptor added in v0.94.3

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

func (*SyncClearHistory) GetChatId added in v0.94.3

func (m *SyncClearHistory) GetChatId() string

func (*SyncClearHistory) GetClearedAt added in v0.94.3

func (m *SyncClearHistory) GetClearedAt() uint64

func (*SyncClearHistory) ProtoMessage added in v0.94.3

func (*SyncClearHistory) ProtoMessage()

func (*SyncClearHistory) Reset added in v0.94.3

func (m *SyncClearHistory) Reset()

func (*SyncClearHistory) String added in v0.94.3

func (m *SyncClearHistory) String() string

func (*SyncClearHistory) XXX_DiscardUnknown added in v0.94.3

func (m *SyncClearHistory) XXX_DiscardUnknown()

func (*SyncClearHistory) XXX_Marshal added in v0.94.3

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

func (*SyncClearHistory) XXX_Merge added in v0.94.3

func (m *SyncClearHistory) XXX_Merge(src proto.Message)

func (*SyncClearHistory) XXX_Size added in v0.94.3

func (m *SyncClearHistory) XXX_Size() int

func (*SyncClearHistory) XXX_Unmarshal added in v0.94.3

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

type SyncCommunity added in v0.83.8

type SyncCommunity struct {
	Clock                uint64                         `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   []byte                         `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	PrivateKey           []byte                         `protobuf:"bytes,3,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	Description          []byte                         `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Joined               bool                           `protobuf:"varint,5,opt,name=joined,proto3" json:"joined,omitempty"`
	Verified             bool                           `protobuf:"varint,6,opt,name=verified,proto3" json:"verified,omitempty"`
	Muted                bool                           `protobuf:"varint,7,opt,name=muted,proto3" json:"muted,omitempty"`
	RequestsToJoin       []*SyncCommunityRequestsToJoin `protobuf:"bytes,8,rep,name=requests_to_join,json=requestsToJoin,proto3" json:"requests_to_join,omitempty"`
	Settings             *SyncCommunitySettings         `protobuf:"bytes,9,opt,name=settings,proto3" json:"settings,omitempty"`
	Encrypted            bool                           `protobuf:"varint,10,opt,name=encrypted,proto3" json:"encrypted,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*SyncCommunity) Descriptor added in v0.83.8

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

func (*SyncCommunity) GetClock added in v0.83.8

func (m *SyncCommunity) GetClock() uint64

func (*SyncCommunity) GetDescription added in v0.83.8

func (m *SyncCommunity) GetDescription() []byte

func (*SyncCommunity) GetEncrypted added in v0.102.2

func (m *SyncCommunity) GetEncrypted() bool

func (*SyncCommunity) GetId added in v0.83.8

func (m *SyncCommunity) GetId() []byte

func (*SyncCommunity) GetJoined added in v0.83.8

func (m *SyncCommunity) GetJoined() bool

func (*SyncCommunity) GetMuted added in v0.83.8

func (m *SyncCommunity) GetMuted() bool

func (*SyncCommunity) GetPrivateKey added in v0.83.8

func (m *SyncCommunity) GetPrivateKey() []byte

func (*SyncCommunity) GetRequestsToJoin added in v0.83.8

func (m *SyncCommunity) GetRequestsToJoin() []*SyncCommunityRequestsToJoin

func (*SyncCommunity) GetSettings added in v0.102.2

func (m *SyncCommunity) GetSettings() *SyncCommunitySettings

func (*SyncCommunity) GetVerified added in v0.83.8

func (m *SyncCommunity) GetVerified() bool

func (*SyncCommunity) ProtoMessage added in v0.83.8

func (*SyncCommunity) ProtoMessage()

func (*SyncCommunity) Reset added in v0.83.8

func (m *SyncCommunity) Reset()

func (*SyncCommunity) String added in v0.83.8

func (m *SyncCommunity) String() string

func (*SyncCommunity) XXX_DiscardUnknown added in v0.83.8

func (m *SyncCommunity) XXX_DiscardUnknown()

func (*SyncCommunity) XXX_Marshal added in v0.83.8

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

func (*SyncCommunity) XXX_Merge added in v0.83.8

func (m *SyncCommunity) XXX_Merge(src proto.Message)

func (*SyncCommunity) XXX_Size added in v0.83.8

func (m *SyncCommunity) XXX_Size() int

func (*SyncCommunity) XXX_Unmarshal added in v0.83.8

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

type SyncCommunityRequestsToJoin added in v0.83.8

type SyncCommunityRequestsToJoin struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PublicKey            string   `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Clock                uint64   `protobuf:"varint,3,opt,name=clock,proto3" json:"clock,omitempty"`
	EnsName              string   `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	ChatId               string   `protobuf:"bytes,5,opt,name=chat_id,json=chatId,proto3" json:"chat_id,omitempty"`
	CommunityId          []byte   `protobuf:"bytes,6,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	State                uint64   `protobuf:"varint,7,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncCommunityRequestsToJoin) Descriptor added in v0.83.8

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

func (*SyncCommunityRequestsToJoin) GetChatId added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetChatId() string

func (*SyncCommunityRequestsToJoin) GetClock added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetClock() uint64

func (*SyncCommunityRequestsToJoin) GetCommunityId added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetCommunityId() []byte

func (*SyncCommunityRequestsToJoin) GetEnsName added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetEnsName() string

func (*SyncCommunityRequestsToJoin) GetId added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetId() []byte

func (*SyncCommunityRequestsToJoin) GetPublicKey added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetPublicKey() string

func (*SyncCommunityRequestsToJoin) GetState added in v0.83.8

func (m *SyncCommunityRequestsToJoin) GetState() uint64

func (*SyncCommunityRequestsToJoin) ProtoMessage added in v0.83.8

func (*SyncCommunityRequestsToJoin) ProtoMessage()

func (*SyncCommunityRequestsToJoin) Reset added in v0.83.8

func (m *SyncCommunityRequestsToJoin) Reset()

func (*SyncCommunityRequestsToJoin) String added in v0.83.8

func (m *SyncCommunityRequestsToJoin) String() string

func (*SyncCommunityRequestsToJoin) XXX_DiscardUnknown added in v0.83.8

func (m *SyncCommunityRequestsToJoin) XXX_DiscardUnknown()

func (*SyncCommunityRequestsToJoin) XXX_Marshal added in v0.83.8

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

func (*SyncCommunityRequestsToJoin) XXX_Merge added in v0.83.8

func (m *SyncCommunityRequestsToJoin) XXX_Merge(src proto.Message)

func (*SyncCommunityRequestsToJoin) XXX_Size added in v0.83.8

func (m *SyncCommunityRequestsToJoin) XXX_Size() int

func (*SyncCommunityRequestsToJoin) XXX_Unmarshal added in v0.83.8

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

type SyncCommunitySettings added in v0.102.2

type SyncCommunitySettings struct {
	Clock                        uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	CommunityId                  string   `protobuf:"bytes,2,opt,name=community_id,json=communityId,proto3" json:"community_id,omitempty"`
	HistoryArchiveSupportEnabled bool     `` /* 150-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*SyncCommunitySettings) Descriptor added in v0.102.2

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

func (*SyncCommunitySettings) GetClock added in v0.102.2

func (m *SyncCommunitySettings) GetClock() uint64

func (*SyncCommunitySettings) GetCommunityId added in v0.102.2

func (m *SyncCommunitySettings) GetCommunityId() string

func (*SyncCommunitySettings) GetHistoryArchiveSupportEnabled added in v0.102.2

func (m *SyncCommunitySettings) GetHistoryArchiveSupportEnabled() bool

func (*SyncCommunitySettings) ProtoMessage added in v0.102.2

func (*SyncCommunitySettings) ProtoMessage()

func (*SyncCommunitySettings) Reset added in v0.102.2

func (m *SyncCommunitySettings) Reset()

func (*SyncCommunitySettings) String added in v0.102.2

func (m *SyncCommunitySettings) String() string

func (*SyncCommunitySettings) XXX_DiscardUnknown added in v0.102.2

func (m *SyncCommunitySettings) XXX_DiscardUnknown()

func (*SyncCommunitySettings) XXX_Marshal added in v0.102.2

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

func (*SyncCommunitySettings) XXX_Merge added in v0.102.2

func (m *SyncCommunitySettings) XXX_Merge(src proto.Message)

func (*SyncCommunitySettings) XXX_Size added in v0.102.2

func (m *SyncCommunitySettings) XXX_Size() int

func (*SyncCommunitySettings) XXX_Unmarshal added in v0.102.2

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

type SyncContactRequestDecision added in v0.106.2

type SyncContactRequestDecision struct {
	Clock                uint64                                    `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	RequestId            string                                    `protobuf:"bytes,2,opt,name=requestId,proto3" json:"requestId,omitempty"`
	DecisionStatus       SyncContactRequestDecision_DecisionStatus `` /* 160-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                  `json:"-"`
	XXX_unrecognized     []byte                                    `json:"-"`
	XXX_sizecache        int32                                     `json:"-"`
}

func (*SyncContactRequestDecision) Descriptor added in v0.106.2

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

func (*SyncContactRequestDecision) GetClock added in v0.106.2

func (m *SyncContactRequestDecision) GetClock() uint64

func (*SyncContactRequestDecision) GetDecisionStatus added in v0.106.2

func (*SyncContactRequestDecision) GetRequestId added in v0.106.2

func (m *SyncContactRequestDecision) GetRequestId() string

func (*SyncContactRequestDecision) ProtoMessage added in v0.106.2

func (*SyncContactRequestDecision) ProtoMessage()

func (*SyncContactRequestDecision) Reset added in v0.106.2

func (m *SyncContactRequestDecision) Reset()

func (*SyncContactRequestDecision) String added in v0.106.2

func (m *SyncContactRequestDecision) String() string

func (*SyncContactRequestDecision) XXX_DiscardUnknown added in v0.106.2

func (m *SyncContactRequestDecision) XXX_DiscardUnknown()

func (*SyncContactRequestDecision) XXX_Marshal added in v0.106.2

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

func (*SyncContactRequestDecision) XXX_Merge added in v0.106.2

func (m *SyncContactRequestDecision) XXX_Merge(src proto.Message)

func (*SyncContactRequestDecision) XXX_Size added in v0.106.2

func (m *SyncContactRequestDecision) XXX_Size() int

func (*SyncContactRequestDecision) XXX_Unmarshal added in v0.106.2

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

type SyncContactRequestDecision_DecisionStatus added in v0.106.2

type SyncContactRequestDecision_DecisionStatus int32
const (
	SyncContactRequestDecision_ACCEPTED SyncContactRequestDecision_DecisionStatus = 0
	SyncContactRequestDecision_DECLINED SyncContactRequestDecision_DecisionStatus = 1
)

func (SyncContactRequestDecision_DecisionStatus) EnumDescriptor added in v0.106.2

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

func (SyncContactRequestDecision_DecisionStatus) String added in v0.106.2

type SyncInstallation

type SyncInstallation struct {
	Contacts             []*SyncInstallationContact    `protobuf:"bytes,1,rep,name=contacts,proto3" json:"contacts,omitempty"`
	PublicChats          []*SyncInstallationPublicChat `protobuf:"bytes,2,rep,name=public_chats,json=publicChats,proto3" json:"public_chats,omitempty"`
	Account              *SyncInstallationAccount      `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	Communities          []*SyncCommunity              `protobuf:"bytes,4,rep,name=communities,proto3" json:"communities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*SyncInstallation) Descriptor

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

func (*SyncInstallation) GetAccount

func (m *SyncInstallation) GetAccount() *SyncInstallationAccount

func (*SyncInstallation) GetCommunities added in v0.83.8

func (m *SyncInstallation) GetCommunities() []*SyncCommunity

func (*SyncInstallation) GetContacts

func (m *SyncInstallation) GetContacts() []*SyncInstallationContact

func (*SyncInstallation) GetPublicChats

func (m *SyncInstallation) GetPublicChats() []*SyncInstallationPublicChat

func (*SyncInstallation) ProtoMessage

func (*SyncInstallation) ProtoMessage()

func (*SyncInstallation) Reset

func (m *SyncInstallation) Reset()

func (*SyncInstallation) String

func (m *SyncInstallation) String() string

func (*SyncInstallation) XXX_DiscardUnknown

func (m *SyncInstallation) XXX_DiscardUnknown()

func (*SyncInstallation) XXX_Marshal

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

func (*SyncInstallation) XXX_Merge

func (m *SyncInstallation) XXX_Merge(src proto.Message)

func (*SyncInstallation) XXX_Size

func (m *SyncInstallation) XXX_Size() int

func (*SyncInstallation) XXX_Unmarshal

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

type SyncInstallationAccount

type SyncInstallationAccount struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	ProfileImage         string   `protobuf:"bytes,2,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	LastUpdated          uint64   `protobuf:"varint,3,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncInstallationAccount) Descriptor

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

func (*SyncInstallationAccount) GetClock

func (m *SyncInstallationAccount) GetClock() uint64

func (*SyncInstallationAccount) GetLastUpdated

func (m *SyncInstallationAccount) GetLastUpdated() uint64

func (*SyncInstallationAccount) GetProfileImage

func (m *SyncInstallationAccount) GetProfileImage() string

func (*SyncInstallationAccount) ProtoMessage

func (*SyncInstallationAccount) ProtoMessage()

func (*SyncInstallationAccount) Reset

func (m *SyncInstallationAccount) Reset()

func (*SyncInstallationAccount) String

func (m *SyncInstallationAccount) String() string

func (*SyncInstallationAccount) XXX_DiscardUnknown

func (m *SyncInstallationAccount) XXX_DiscardUnknown()

func (*SyncInstallationAccount) XXX_Marshal

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

func (*SyncInstallationAccount) XXX_Merge

func (m *SyncInstallationAccount) XXX_Merge(src proto.Message)

func (*SyncInstallationAccount) XXX_Size

func (m *SyncInstallationAccount) XXX_Size() int

func (*SyncInstallationAccount) XXX_Unmarshal

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

type SyncInstallationContact

type SyncInstallationContact struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ProfileImage         string   `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	EnsName              string   `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	LastUpdated          uint64   `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	SystemTags           []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
	LocalNickname        string   `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncInstallationContact) Descriptor

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

func (*SyncInstallationContact) GetClock

func (m *SyncInstallationContact) GetClock() uint64

func (*SyncInstallationContact) GetEnsName

func (m *SyncInstallationContact) GetEnsName() string

func (*SyncInstallationContact) GetId

func (m *SyncInstallationContact) GetId() string

func (*SyncInstallationContact) GetLastUpdated

func (m *SyncInstallationContact) GetLastUpdated() uint64

func (*SyncInstallationContact) GetLocalNickname added in v0.60.0

func (m *SyncInstallationContact) GetLocalNickname() string

func (*SyncInstallationContact) GetProfileImage

func (m *SyncInstallationContact) GetProfileImage() string

func (*SyncInstallationContact) GetSystemTags

func (m *SyncInstallationContact) GetSystemTags() []string

func (*SyncInstallationContact) ProtoMessage

func (*SyncInstallationContact) ProtoMessage()

func (*SyncInstallationContact) Reset

func (m *SyncInstallationContact) Reset()

func (*SyncInstallationContact) String

func (m *SyncInstallationContact) String() string

func (*SyncInstallationContact) XXX_DiscardUnknown

func (m *SyncInstallationContact) XXX_DiscardUnknown()

func (*SyncInstallationContact) XXX_Marshal

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

func (*SyncInstallationContact) XXX_Merge

func (m *SyncInstallationContact) XXX_Merge(src proto.Message)

func (*SyncInstallationContact) XXX_Size

func (m *SyncInstallationContact) XXX_Size() int

func (*SyncInstallationContact) XXX_Unmarshal

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

type SyncInstallationContactV2 added in v0.88.0

type SyncInstallationContactV2 struct {
	LastUpdatedLocally   uint64   `protobuf:"varint,1,opt,name=last_updated_locally,json=lastUpdatedLocally,proto3" json:"last_updated_locally,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	ProfileImage         string   `protobuf:"bytes,3,opt,name=profile_image,json=profileImage,proto3" json:"profile_image,omitempty"`
	EnsName              string   `protobuf:"bytes,4,opt,name=ens_name,json=ensName,proto3" json:"ens_name,omitempty"`
	LastUpdated          uint64   `protobuf:"varint,5,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	SystemTags           []string `protobuf:"bytes,6,rep,name=system_tags,json=systemTags,proto3" json:"system_tags,omitempty"`
	LocalNickname        string   `protobuf:"bytes,7,opt,name=local_nickname,json=localNickname,proto3" json:"local_nickname,omitempty"`
	Added                bool     `protobuf:"varint,9,opt,name=added,proto3" json:"added,omitempty"`
	Blocked              bool     `protobuf:"varint,10,opt,name=blocked,proto3" json:"blocked,omitempty"`
	Muted                bool     `protobuf:"varint,11,opt,name=muted,proto3" json:"muted,omitempty"`
	Removed              bool     `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
	HasAddedUs           bool     `protobuf:"varint,13,opt,name=has_added_us,json=hasAddedUs,proto3" json:"has_added_us,omitempty"`
	VerificationStatus   int64    `protobuf:"varint,14,opt,name=verification_status,json=verificationStatus,proto3" json:"verification_status,omitempty"`
	TrustStatus          int64    `protobuf:"varint,15,opt,name=trust_status,json=trustStatus,proto3" json:"trust_status,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncInstallationContactV2) Descriptor added in v0.88.0

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

func (*SyncInstallationContactV2) GetAdded added in v0.88.0

func (m *SyncInstallationContactV2) GetAdded() bool

func (*SyncInstallationContactV2) GetBlocked added in v0.88.0

func (m *SyncInstallationContactV2) GetBlocked() bool

func (*SyncInstallationContactV2) GetEnsName added in v0.88.0

func (m *SyncInstallationContactV2) GetEnsName() string

func (*SyncInstallationContactV2) GetHasAddedUs added in v0.90.0

func (m *SyncInstallationContactV2) GetHasAddedUs() bool

func (*SyncInstallationContactV2) GetId added in v0.88.0

func (m *SyncInstallationContactV2) GetId() string

func (*SyncInstallationContactV2) GetLastUpdated added in v0.88.0

func (m *SyncInstallationContactV2) GetLastUpdated() uint64

func (*SyncInstallationContactV2) GetLastUpdatedLocally added in v0.90.0

func (m *SyncInstallationContactV2) GetLastUpdatedLocally() uint64

func (*SyncInstallationContactV2) GetLocalNickname added in v0.88.0

func (m *SyncInstallationContactV2) GetLocalNickname() string

func (*SyncInstallationContactV2) GetMuted added in v0.88.0

func (m *SyncInstallationContactV2) GetMuted() bool

func (*SyncInstallationContactV2) GetProfileImage added in v0.88.0

func (m *SyncInstallationContactV2) GetProfileImage() string

func (*SyncInstallationContactV2) GetRemoved added in v0.88.0

func (m *SyncInstallationContactV2) GetRemoved() bool

func (*SyncInstallationContactV2) GetSystemTags added in v0.88.0

func (m *SyncInstallationContactV2) GetSystemTags() []string

func (*SyncInstallationContactV2) GetTrustStatus added in v0.102.6

func (m *SyncInstallationContactV2) GetTrustStatus() int64

func (*SyncInstallationContactV2) GetVerificationStatus added in v0.102.6

func (m *SyncInstallationContactV2) GetVerificationStatus() int64

func (*SyncInstallationContactV2) ProtoMessage added in v0.88.0

func (*SyncInstallationContactV2) ProtoMessage()

func (*SyncInstallationContactV2) Reset added in v0.88.0

func (m *SyncInstallationContactV2) Reset()

func (*SyncInstallationContactV2) String added in v0.88.0

func (m *SyncInstallationContactV2) String() string

func (*SyncInstallationContactV2) XXX_DiscardUnknown added in v0.88.0

func (m *SyncInstallationContactV2) XXX_DiscardUnknown()

func (*SyncInstallationContactV2) XXX_Marshal added in v0.88.0

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

func (*SyncInstallationContactV2) XXX_Merge added in v0.88.0

func (m *SyncInstallationContactV2) XXX_Merge(src proto.Message)

func (*SyncInstallationContactV2) XXX_Size added in v0.88.0

func (m *SyncInstallationContactV2) XXX_Size() int

func (*SyncInstallationContactV2) XXX_Unmarshal added in v0.88.0

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

type SyncInstallationPublicChat

type SyncInstallationPublicChat struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncInstallationPublicChat) Descriptor

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

func (*SyncInstallationPublicChat) GetClock

func (m *SyncInstallationPublicChat) GetClock() uint64

func (*SyncInstallationPublicChat) GetId

func (*SyncInstallationPublicChat) ProtoMessage

func (*SyncInstallationPublicChat) ProtoMessage()

func (*SyncInstallationPublicChat) Reset

func (m *SyncInstallationPublicChat) Reset()

func (*SyncInstallationPublicChat) String

func (m *SyncInstallationPublicChat) String() string

func (*SyncInstallationPublicChat) XXX_DiscardUnknown

func (m *SyncInstallationPublicChat) XXX_DiscardUnknown()

func (*SyncInstallationPublicChat) XXX_Marshal

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

func (*SyncInstallationPublicChat) XXX_Merge

func (m *SyncInstallationPublicChat) XXX_Merge(src proto.Message)

func (*SyncInstallationPublicChat) XXX_Size

func (m *SyncInstallationPublicChat) XXX_Size() int

func (*SyncInstallationPublicChat) XXX_Unmarshal

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

type SyncProfilePicture added in v0.98.4

type SyncProfilePicture struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Payload              []byte   `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	Width                uint32   `protobuf:"varint,3,opt,name=width,proto3" json:"width,omitempty"`
	Height               uint32   `protobuf:"varint,4,opt,name=height,proto3" json:"height,omitempty"`
	FileSize             uint32   `protobuf:"varint,5,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"`
	ResizeTarget         uint32   `protobuf:"varint,6,opt,name=resize_target,json=resizeTarget,proto3" json:"resize_target,omitempty"`
	Clock                uint64   `protobuf:"varint,7,opt,name=clock,proto3" json:"clock,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncProfilePicture) Descriptor added in v0.98.4

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

func (*SyncProfilePicture) GetClock added in v0.98.4

func (m *SyncProfilePicture) GetClock() uint64

func (*SyncProfilePicture) GetFileSize added in v0.98.4

func (m *SyncProfilePicture) GetFileSize() uint32

func (*SyncProfilePicture) GetHeight added in v0.98.4

func (m *SyncProfilePicture) GetHeight() uint32

func (*SyncProfilePicture) GetName added in v0.98.4

func (m *SyncProfilePicture) GetName() string

func (*SyncProfilePicture) GetPayload added in v0.98.4

func (m *SyncProfilePicture) GetPayload() []byte

func (*SyncProfilePicture) GetResizeTarget added in v0.98.4

func (m *SyncProfilePicture) GetResizeTarget() uint32

func (*SyncProfilePicture) GetWidth added in v0.98.4

func (m *SyncProfilePicture) GetWidth() uint32

func (*SyncProfilePicture) ProtoMessage added in v0.98.4

func (*SyncProfilePicture) ProtoMessage()

func (*SyncProfilePicture) Reset added in v0.98.4

func (m *SyncProfilePicture) Reset()

func (*SyncProfilePicture) String added in v0.98.4

func (m *SyncProfilePicture) String() string

func (*SyncProfilePicture) XXX_DiscardUnknown added in v0.98.4

func (m *SyncProfilePicture) XXX_DiscardUnknown()

func (*SyncProfilePicture) XXX_Marshal added in v0.98.4

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

func (*SyncProfilePicture) XXX_Merge added in v0.98.4

func (m *SyncProfilePicture) XXX_Merge(src proto.Message)

func (*SyncProfilePicture) XXX_Size added in v0.98.4

func (m *SyncProfilePicture) XXX_Size() int

func (*SyncProfilePicture) XXX_Unmarshal added in v0.98.4

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

type SyncProfilePictures added in v0.98.4

type SyncProfilePictures struct {
	KeyUid               string                `protobuf:"bytes,1,opt,name=key_uid,json=keyUid,proto3" json:"key_uid,omitempty"`
	Pictures             []*SyncProfilePicture `protobuf:"bytes,2,rep,name=pictures,proto3" json:"pictures,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SyncProfilePictures) Descriptor added in v0.98.4

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

func (*SyncProfilePictures) GetKeyUid added in v0.98.4

func (m *SyncProfilePictures) GetKeyUid() string

func (*SyncProfilePictures) GetPictures added in v0.98.4

func (m *SyncProfilePictures) GetPictures() []*SyncProfilePicture

func (*SyncProfilePictures) ProtoMessage added in v0.98.4

func (*SyncProfilePictures) ProtoMessage()

func (*SyncProfilePictures) Reset added in v0.98.4

func (m *SyncProfilePictures) Reset()

func (*SyncProfilePictures) String added in v0.98.4

func (m *SyncProfilePictures) String() string

func (*SyncProfilePictures) XXX_DiscardUnknown added in v0.98.4

func (m *SyncProfilePictures) XXX_DiscardUnknown()

func (*SyncProfilePictures) XXX_Marshal added in v0.98.4

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

func (*SyncProfilePictures) XXX_Merge added in v0.98.4

func (m *SyncProfilePictures) XXX_Merge(src proto.Message)

func (*SyncProfilePictures) XXX_Size added in v0.98.4

func (m *SyncProfilePictures) XXX_Size() int

func (*SyncProfilePictures) XXX_Unmarshal added in v0.98.4

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

type SyncSetting added in v0.97.0

type SyncSetting struct {
	Type  SyncSetting_Type `protobuf:"varint,1,opt,name=type,proto3,enum=protobuf.SyncSetting_Type" json:"type,omitempty"`
	Clock uint64           `protobuf:"varint,2,opt,name=clock,proto3" json:"clock,omitempty"`
	// Types that are valid to be assigned to Value:
	//	*SyncSetting_ValueString
	//	*SyncSetting_ValueBytes
	//	*SyncSetting_ValueBool
	//	*SyncSetting_ValueInt64
	Value                isSyncSetting_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*SyncSetting) Descriptor added in v0.97.0

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

func (*SyncSetting) GetClock added in v0.97.0

func (m *SyncSetting) GetClock() uint64

func (*SyncSetting) GetType added in v0.97.0

func (m *SyncSetting) GetType() SyncSetting_Type

func (*SyncSetting) GetValue added in v0.97.0

func (m *SyncSetting) GetValue() isSyncSetting_Value

func (*SyncSetting) GetValueBool added in v0.97.0

func (m *SyncSetting) GetValueBool() bool

func (*SyncSetting) GetValueBytes added in v0.97.0

func (m *SyncSetting) GetValueBytes() []byte

func (*SyncSetting) GetValueInt64 added in v0.97.0

func (m *SyncSetting) GetValueInt64() int64

func (*SyncSetting) GetValueString added in v0.97.0

func (m *SyncSetting) GetValueString() string

func (*SyncSetting) ProtoMessage added in v0.97.0

func (*SyncSetting) ProtoMessage()

func (*SyncSetting) Reset added in v0.97.0

func (m *SyncSetting) Reset()

func (*SyncSetting) String added in v0.97.0

func (m *SyncSetting) String() string

func (*SyncSetting) XXX_DiscardUnknown added in v0.97.0

func (m *SyncSetting) XXX_DiscardUnknown()

func (*SyncSetting) XXX_Marshal added in v0.97.0

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

func (*SyncSetting) XXX_Merge added in v0.97.0

func (m *SyncSetting) XXX_Merge(src proto.Message)

func (*SyncSetting) XXX_OneofWrappers added in v0.97.0

func (*SyncSetting) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SyncSetting) XXX_Size added in v0.97.0

func (m *SyncSetting) XXX_Size() int

func (*SyncSetting) XXX_Unmarshal added in v0.97.0

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

type SyncSetting_Type added in v0.97.0

type SyncSetting_Type int32
const (
	SyncSetting_UNKNOWN                     SyncSetting_Type = 0
	SyncSetting_CURRENCY                    SyncSetting_Type = 1
	SyncSetting_GIF_RECENTS                 SyncSetting_Type = 2
	SyncSetting_GIF_FAVOURITES              SyncSetting_Type = 3
	SyncSetting_MESSAGES_FROM_CONTACTS_ONLY SyncSetting_Type = 4
	SyncSetting_PREFERRED_NAME              SyncSetting_Type = 5
	SyncSetting_PREVIEW_PRIVACY             SyncSetting_Type = 6
	SyncSetting_PROFILE_PICTURES_SHOW_TO    SyncSetting_Type = 7
	SyncSetting_PROFILE_PICTURES_VISIBILITY SyncSetting_Type = 8
	SyncSetting_SEND_STATUS_UPDATES         SyncSetting_Type = 9
	SyncSetting_STICKERS_PACKS_INSTALLED    SyncSetting_Type = 10
	SyncSetting_STICKERS_PACKS_PENDING      SyncSetting_Type = 11
	SyncSetting_STICKERS_RECENT_STICKERS    SyncSetting_Type = 12
)

func (SyncSetting_Type) EnumDescriptor added in v0.97.0

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

func (SyncSetting_Type) String added in v0.97.0

func (x SyncSetting_Type) String() string

type SyncSetting_ValueBool added in v0.97.0

type SyncSetting_ValueBool struct {
	ValueBool bool `protobuf:"varint,5,opt,name=value_bool,json=valueBool,proto3,oneof"`
}

type SyncSetting_ValueBytes added in v0.97.0

type SyncSetting_ValueBytes struct {
	ValueBytes []byte `protobuf:"bytes,4,opt,name=value_bytes,json=valueBytes,proto3,oneof"`
}

type SyncSetting_ValueInt64 added in v0.97.0

type SyncSetting_ValueInt64 struct {
	ValueInt64 int64 `protobuf:"varint,6,opt,name=value_int64,json=valueInt64,proto3,oneof"`
}

type SyncSetting_ValueString added in v0.97.0

type SyncSetting_ValueString struct {
	ValueString string `protobuf:"bytes,3,opt,name=value_string,json=valueString,proto3,oneof"`
}

type SyncTrustedUser added in v0.102.6

type SyncTrustedUser struct {
	Clock                uint64                      `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Id                   string                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Status               SyncTrustedUser_TrustStatus `protobuf:"varint,3,opt,name=status,proto3,enum=protobuf.SyncTrustedUser_TrustStatus" json:"status,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*SyncTrustedUser) Descriptor added in v0.102.6

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

func (*SyncTrustedUser) GetClock added in v0.102.6

func (m *SyncTrustedUser) GetClock() uint64

func (*SyncTrustedUser) GetId added in v0.102.6

func (m *SyncTrustedUser) GetId() string

func (*SyncTrustedUser) GetStatus added in v0.102.6

func (*SyncTrustedUser) ProtoMessage added in v0.102.6

func (*SyncTrustedUser) ProtoMessage()

func (*SyncTrustedUser) Reset added in v0.102.6

func (m *SyncTrustedUser) Reset()

func (*SyncTrustedUser) String added in v0.102.6

func (m *SyncTrustedUser) String() string

func (*SyncTrustedUser) XXX_DiscardUnknown added in v0.102.6

func (m *SyncTrustedUser) XXX_DiscardUnknown()

func (*SyncTrustedUser) XXX_Marshal added in v0.102.6

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

func (*SyncTrustedUser) XXX_Merge added in v0.102.6

func (m *SyncTrustedUser) XXX_Merge(src proto.Message)

func (*SyncTrustedUser) XXX_Size added in v0.102.6

func (m *SyncTrustedUser) XXX_Size() int

func (*SyncTrustedUser) XXX_Unmarshal added in v0.102.6

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

type SyncTrustedUser_TrustStatus added in v0.102.6

type SyncTrustedUser_TrustStatus int32
const (
	SyncTrustedUser_UNKNOWN       SyncTrustedUser_TrustStatus = 0
	SyncTrustedUser_TRUSTED       SyncTrustedUser_TrustStatus = 1
	SyncTrustedUser_UNTRUSTWORTHY SyncTrustedUser_TrustStatus = 2
)

func (SyncTrustedUser_TrustStatus) EnumDescriptor added in v0.102.6

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

func (SyncTrustedUser_TrustStatus) String added in v0.102.6

type SyncVerificationRequest added in v0.102.6

type SyncVerificationRequest struct {
	Clock                uint64                                     `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	From                 string                                     `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   string                                     `protobuf:"bytes,3,opt,name=to,proto3" json:"to,omitempty"`
	Challenge            string                                     `protobuf:"bytes,4,opt,name=challenge,proto3" json:"challenge,omitempty"`
	RequestedAt          uint64                                     `protobuf:"varint,5,opt,name=requested_at,json=requestedAt,proto3" json:"requested_at,omitempty"`
	Response             string                                     `protobuf:"bytes,6,opt,name=response,proto3" json:"response,omitempty"`
	RepliedAt            uint64                                     `protobuf:"varint,7,opt,name=replied_at,json=repliedAt,proto3" json:"replied_at,omitempty"`
	VerificationStatus   SyncVerificationRequest_VerificationStatus `` /* 173-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                   `json:"-"`
	XXX_unrecognized     []byte                                     `json:"-"`
	XXX_sizecache        int32                                      `json:"-"`
}

func (*SyncVerificationRequest) Descriptor added in v0.102.6

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

func (*SyncVerificationRequest) GetChallenge added in v0.102.6

func (m *SyncVerificationRequest) GetChallenge() string

func (*SyncVerificationRequest) GetClock added in v0.102.6

func (m *SyncVerificationRequest) GetClock() uint64

func (*SyncVerificationRequest) GetFrom added in v0.102.6

func (m *SyncVerificationRequest) GetFrom() string

func (*SyncVerificationRequest) GetRepliedAt added in v0.102.6

func (m *SyncVerificationRequest) GetRepliedAt() uint64

func (*SyncVerificationRequest) GetRequestedAt added in v0.102.6

func (m *SyncVerificationRequest) GetRequestedAt() uint64

func (*SyncVerificationRequest) GetResponse added in v0.102.6

func (m *SyncVerificationRequest) GetResponse() string

func (*SyncVerificationRequest) GetTo added in v0.102.6

func (m *SyncVerificationRequest) GetTo() string

func (*SyncVerificationRequest) GetVerificationStatus added in v0.102.6

func (*SyncVerificationRequest) ProtoMessage added in v0.102.6

func (*SyncVerificationRequest) ProtoMessage()

func (*SyncVerificationRequest) Reset added in v0.102.6

func (m *SyncVerificationRequest) Reset()

func (*SyncVerificationRequest) String added in v0.102.6

func (m *SyncVerificationRequest) String() string

func (*SyncVerificationRequest) XXX_DiscardUnknown added in v0.102.6

func (m *SyncVerificationRequest) XXX_DiscardUnknown()

func (*SyncVerificationRequest) XXX_Marshal added in v0.102.6

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

func (*SyncVerificationRequest) XXX_Merge added in v0.102.6

func (m *SyncVerificationRequest) XXX_Merge(src proto.Message)

func (*SyncVerificationRequest) XXX_Size added in v0.102.6

func (m *SyncVerificationRequest) XXX_Size() int

func (*SyncVerificationRequest) XXX_Unmarshal added in v0.102.6

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

type SyncVerificationRequest_VerificationStatus added in v0.102.6

type SyncVerificationRequest_VerificationStatus int32
const (
	SyncVerificationRequest_UNKNOWN  SyncVerificationRequest_VerificationStatus = 0
	SyncVerificationRequest_PENDING  SyncVerificationRequest_VerificationStatus = 1
	SyncVerificationRequest_ACCEPTED SyncVerificationRequest_VerificationStatus = 2
	SyncVerificationRequest_DECLINED SyncVerificationRequest_VerificationStatus = 3
	SyncVerificationRequest_CANCELED SyncVerificationRequest_VerificationStatus = 4
)

func (SyncVerificationRequest_VerificationStatus) EnumDescriptor added in v0.102.6

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

func (SyncVerificationRequest_VerificationStatus) String added in v0.102.6

type SyncWalletAccount added in v0.100.0

type SyncWalletAccount struct {
	Clock                uint64   `protobuf:"varint,1,opt,name=clock,proto3" json:"clock,omitempty"`
	Address              []byte   `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
	Wallet               bool     `protobuf:"varint,3,opt,name=wallet,proto3" json:"wallet,omitempty"`
	Chat                 bool     `protobuf:"varint,4,opt,name=chat,proto3" json:"chat,omitempty"`
	Type                 string   `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Storage              string   `protobuf:"bytes,6,opt,name=storage,proto3" json:"storage,omitempty"`
	Path                 string   `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	PublicKey            []byte   `protobuf:"bytes,8,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Name                 string   `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"`
	Color                string   `protobuf:"bytes,10,opt,name=color,proto3" json:"color,omitempty"`
	Hidden               bool     `protobuf:"varint,11,opt,name=hidden,proto3" json:"hidden,omitempty"`
	Removed              bool     `protobuf:"varint,12,opt,name=removed,proto3" json:"removed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SyncWalletAccount) Descriptor added in v0.100.0

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

func (*SyncWalletAccount) GetAddress added in v0.100.0

func (m *SyncWalletAccount) GetAddress() []byte

func (*SyncWalletAccount) GetChat added in v0.100.0

func (m *SyncWalletAccount) GetChat() bool

func (*SyncWalletAccount) GetClock added in v0.100.0

func (m *SyncWalletAccount) GetClock() uint64

func (*SyncWalletAccount) GetColor added in v0.100.0

func (m *SyncWalletAccount) GetColor() string

func (*SyncWalletAccount) GetHidden added in v0.100.0

func (m *SyncWalletAccount) GetHidden() bool

func (*SyncWalletAccount) GetName added in v0.100.0

func (m *SyncWalletAccount) GetName() string

func (*SyncWalletAccount) GetPath added in v0.100.0

func (m *SyncWalletAccount) GetPath() string

func (*SyncWalletAccount) GetPublicKey added in v0.100.0

func (m *SyncWalletAccount) GetPublicKey() []byte

func (*SyncWalletAccount) GetRemoved added in v0.100.0

func (m *SyncWalletAccount) GetRemoved() bool

func (*SyncWalletAccount) GetStorage added in v0.100.0

func (m *SyncWalletAccount) GetStorage() string

func (*SyncWalletAccount) GetType added in v0.100.0

func (m *SyncWalletAccount) GetType() string

func (*SyncWalletAccount) GetWallet added in v0.100.0

func (m *SyncWalletAccount) GetWallet() bool

func (*SyncWalletAccount) ProtoMessage added in v0.100.0

func (*SyncWalletAccount) ProtoMessage()

func (*SyncWalletAccount) Reset added in v0.100.0

func (m *SyncWalletAccount) Reset()

func (*SyncWalletAccount) String added in v0.100.0

func (m *SyncWalletAccount) String() string

func (*SyncWalletAccount) XXX_DiscardUnknown added in v0.100.0

func (m *SyncWalletAccount) XXX_DiscardUnknown()

func (*SyncWalletAccount) XXX_Marshal added in v0.100.0

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

func (*SyncWalletAccount) XXX_Merge added in v0.100.0

func (m *SyncWalletAccount) XXX_Merge(src proto.Message)

func (*SyncWalletAccount) XXX_Size added in v0.100.0

func (m *SyncWalletAccount) XXX_Size() int

func (*SyncWalletAccount) XXX_Unmarshal added in v0.100.0

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

type SyncWalletAccounts added in v0.100.0

type SyncWalletAccounts struct {
	Accounts             []*SyncWalletAccount `protobuf:"bytes,1,rep,name=accounts,proto3" json:"accounts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*SyncWalletAccounts) Descriptor added in v0.100.0

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

func (*SyncWalletAccounts) GetAccounts added in v0.100.0

func (m *SyncWalletAccounts) GetAccounts() []*SyncWalletAccount

func (*SyncWalletAccounts) ProtoMessage added in v0.100.0

func (*SyncWalletAccounts) ProtoMessage()

func (*SyncWalletAccounts) Reset added in v0.100.0

func (m *SyncWalletAccounts) Reset()

func (*SyncWalletAccounts) String added in v0.100.0

func (m *SyncWalletAccounts) String() string

func (*SyncWalletAccounts) XXX_DiscardUnknown added in v0.100.0

func (m *SyncWalletAccounts) XXX_DiscardUnknown()

func (*SyncWalletAccounts) XXX_Marshal added in v0.100.0

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

func (*SyncWalletAccounts) XXX_Merge added in v0.100.0

func (m *SyncWalletAccounts) XXX_Merge(src proto.Message)

func (*SyncWalletAccounts) XXX_Size added in v0.100.0

func (m *SyncWalletAccounts) XXX_Size() int

func (*SyncWalletAccounts) XXX_Unmarshal added in v0.100.0

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

type WakuMessage added in v0.98.1

type WakuMessage struct {
	Sig                  []byte   `protobuf:"bytes,1,opt,name=sig,proto3" json:"sig,omitempty"`
	Timestamp            uint64   `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Topic                []byte   `protobuf:"bytes,3,opt,name=topic,proto3" json:"topic,omitempty"`
	Payload              []byte   `protobuf:"bytes,4,opt,name=payload,proto3" json:"payload,omitempty"`
	Padding              []byte   `protobuf:"bytes,5,opt,name=padding,proto3" json:"padding,omitempty"`
	Hash                 []byte   `protobuf:"bytes,6,opt,name=hash,proto3" json:"hash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WakuMessage) Descriptor added in v0.98.1

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

func (*WakuMessage) GetHash added in v0.98.1

func (m *WakuMessage) GetHash() []byte

func (*WakuMessage) GetPadding added in v0.98.1

func (m *WakuMessage) GetPadding() []byte

func (*WakuMessage) GetPayload added in v0.98.1

func (m *WakuMessage) GetPayload() []byte

func (*WakuMessage) GetSig added in v0.98.1

func (m *WakuMessage) GetSig() []byte

func (*WakuMessage) GetTimestamp added in v0.98.1

func (m *WakuMessage) GetTimestamp() uint64

func (*WakuMessage) GetTopic added in v0.98.1

func (m *WakuMessage) GetTopic() []byte

func (*WakuMessage) ProtoMessage added in v0.98.1

func (*WakuMessage) ProtoMessage()

func (*WakuMessage) Reset added in v0.98.1

func (m *WakuMessage) Reset()

func (*WakuMessage) String added in v0.98.1

func (m *WakuMessage) String() string

func (*WakuMessage) XXX_DiscardUnknown added in v0.98.1

func (m *WakuMessage) XXX_DiscardUnknown()

func (*WakuMessage) XXX_Marshal added in v0.98.1

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

func (*WakuMessage) XXX_Merge added in v0.98.1

func (m *WakuMessage) XXX_Merge(src proto.Message)

func (*WakuMessage) XXX_Size added in v0.98.1

func (m *WakuMessage) XXX_Size() int

func (*WakuMessage) XXX_Unmarshal added in v0.98.1

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

type WakuMessageArchive added in v0.98.1

type WakuMessageArchive struct {
	Version              uint32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata             *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Messages             []*WakuMessage              `protobuf:"bytes,3,rep,name=messages,proto3" json:"messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*WakuMessageArchive) Descriptor added in v0.98.1

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

func (*WakuMessageArchive) GetMessages added in v0.98.1

func (m *WakuMessageArchive) GetMessages() []*WakuMessage

func (*WakuMessageArchive) GetMetadata added in v0.98.1

func (*WakuMessageArchive) GetVersion added in v0.98.1

func (m *WakuMessageArchive) GetVersion() uint32

func (*WakuMessageArchive) ProtoMessage added in v0.98.1

func (*WakuMessageArchive) ProtoMessage()

func (*WakuMessageArchive) Reset added in v0.98.1

func (m *WakuMessageArchive) Reset()

func (*WakuMessageArchive) String added in v0.98.1

func (m *WakuMessageArchive) String() string

func (*WakuMessageArchive) XXX_DiscardUnknown added in v0.98.1

func (m *WakuMessageArchive) XXX_DiscardUnknown()

func (*WakuMessageArchive) XXX_Marshal added in v0.98.1

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

func (*WakuMessageArchive) XXX_Merge added in v0.98.1

func (m *WakuMessageArchive) XXX_Merge(src proto.Message)

func (*WakuMessageArchive) XXX_Size added in v0.98.1

func (m *WakuMessageArchive) XXX_Size() int

func (*WakuMessageArchive) XXX_Unmarshal added in v0.98.1

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

type WakuMessageArchiveIndex added in v0.98.1

type WakuMessageArchiveIndex struct {
	Archives             map[string]*WakuMessageArchiveIndexMetadata `` /* 157-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*WakuMessageArchiveIndex) Descriptor added in v0.98.1

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

func (*WakuMessageArchiveIndex) GetArchives added in v0.98.1

func (*WakuMessageArchiveIndex) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveIndex) ProtoMessage()

func (*WakuMessageArchiveIndex) Reset added in v0.98.1

func (m *WakuMessageArchiveIndex) Reset()

func (*WakuMessageArchiveIndex) String added in v0.98.1

func (m *WakuMessageArchiveIndex) String() string

func (*WakuMessageArchiveIndex) XXX_DiscardUnknown added in v0.98.1

func (m *WakuMessageArchiveIndex) XXX_DiscardUnknown()

func (*WakuMessageArchiveIndex) XXX_Marshal added in v0.98.1

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

func (*WakuMessageArchiveIndex) XXX_Merge added in v0.98.1

func (m *WakuMessageArchiveIndex) XXX_Merge(src proto.Message)

func (*WakuMessageArchiveIndex) XXX_Size added in v0.98.1

func (m *WakuMessageArchiveIndex) XXX_Size() int

func (*WakuMessageArchiveIndex) XXX_Unmarshal added in v0.98.1

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

type WakuMessageArchiveIndexMetadata added in v0.98.1

type WakuMessageArchiveIndexMetadata struct {
	Version              uint32                      `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	Metadata             *WakuMessageArchiveMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Offset               uint64                      `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Size                 uint64                      `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	Padding              uint64                      `protobuf:"varint,5,opt,name=padding,proto3" json:"padding,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*WakuMessageArchiveIndexMetadata) Descriptor added in v0.98.1

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

func (*WakuMessageArchiveIndexMetadata) GetMetadata added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) GetOffset added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) GetOffset() uint64

func (*WakuMessageArchiveIndexMetadata) GetPadding added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) GetPadding() uint64

func (*WakuMessageArchiveIndexMetadata) GetSize added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) GetVersion added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) GetVersion() uint32

func (*WakuMessageArchiveIndexMetadata) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) ProtoMessage()

func (*WakuMessageArchiveIndexMetadata) Reset added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) String added in v0.98.1

func (*WakuMessageArchiveIndexMetadata) XXX_DiscardUnknown added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) XXX_DiscardUnknown()

func (*WakuMessageArchiveIndexMetadata) XXX_Marshal added in v0.98.1

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

func (*WakuMessageArchiveIndexMetadata) XXX_Merge added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) XXX_Merge(src proto.Message)

func (*WakuMessageArchiveIndexMetadata) XXX_Size added in v0.98.1

func (m *WakuMessageArchiveIndexMetadata) XXX_Size() int

func (*WakuMessageArchiveIndexMetadata) XXX_Unmarshal added in v0.98.1

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

type WakuMessageArchiveMetadata added in v0.98.1

type WakuMessageArchiveMetadata struct {
	Version              uint32   `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	From                 uint64   `protobuf:"varint,2,opt,name=from,proto3" json:"from,omitempty"`
	To                   uint64   `protobuf:"varint,3,opt,name=to,proto3" json:"to,omitempty"`
	ContentTopic         [][]byte `protobuf:"bytes,4,rep,name=contentTopic,proto3" json:"contentTopic,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*WakuMessageArchiveMetadata) Descriptor added in v0.98.1

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

func (*WakuMessageArchiveMetadata) GetContentTopic added in v0.98.1

func (m *WakuMessageArchiveMetadata) GetContentTopic() [][]byte

func (*WakuMessageArchiveMetadata) GetFrom added in v0.98.1

func (m *WakuMessageArchiveMetadata) GetFrom() uint64

func (*WakuMessageArchiveMetadata) GetTo added in v0.98.1

func (*WakuMessageArchiveMetadata) GetVersion added in v0.98.1

func (m *WakuMessageArchiveMetadata) GetVersion() uint32

func (*WakuMessageArchiveMetadata) ProtoMessage added in v0.98.1

func (*WakuMessageArchiveMetadata) ProtoMessage()

func (*WakuMessageArchiveMetadata) Reset added in v0.98.1

func (m *WakuMessageArchiveMetadata) Reset()

func (*WakuMessageArchiveMetadata) String added in v0.98.1

func (m *WakuMessageArchiveMetadata) String() string

func (*WakuMessageArchiveMetadata) XXX_DiscardUnknown added in v0.98.1

func (m *WakuMessageArchiveMetadata) XXX_DiscardUnknown()

func (*WakuMessageArchiveMetadata) XXX_Marshal added in v0.98.1

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

func (*WakuMessageArchiveMetadata) XXX_Merge added in v0.98.1

func (m *WakuMessageArchiveMetadata) XXX_Merge(src proto.Message)

func (*WakuMessageArchiveMetadata) XXX_Size added in v0.98.1

func (m *WakuMessageArchiveMetadata) XXX_Size() int

func (*WakuMessageArchiveMetadata) XXX_Unmarshal added in v0.98.1

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

Jump to

Keyboard shortcuts

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