waHistorySync

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for MediaVisibility.

View Source
var (
	PrivacySystemMessage_name = map[int32]string{
		1: "E2EE_MSG",
		2: "NE2EE_SELF",
		3: "NE2EE_OTHER",
	}
	PrivacySystemMessage_value = map[string]int32{
		"E2EE_MSG":    1,
		"NE2EE_SELF":  2,
		"NE2EE_OTHER": 3,
	}
)

Enum value maps for PrivacySystemMessage.

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

Enum value maps for HistorySync_BotAIWaitListState.

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

Enum value maps for HistorySync_HistorySyncType.

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

Enum value maps for Conversation_EndOfHistoryTransferType.

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

Enum value maps for GroupParticipant_Rank.

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

Enum value maps for PastParticipant_LeaveReason.

View Source
var File_waHistorySync_WAWebProtobufsHistorySync_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AutoDownloadSettings

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

func (*AutoDownloadSettings) Descriptor deprecated

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

Deprecated: Use AutoDownloadSettings.ProtoReflect.Descriptor instead.

func (*AutoDownloadSettings) GetDownloadAudio

func (x *AutoDownloadSettings) GetDownloadAudio() bool

func (*AutoDownloadSettings) GetDownloadDocuments

func (x *AutoDownloadSettings) GetDownloadDocuments() bool

func (*AutoDownloadSettings) GetDownloadImages

func (x *AutoDownloadSettings) GetDownloadImages() bool

func (*AutoDownloadSettings) GetDownloadVideo

func (x *AutoDownloadSettings) GetDownloadVideo() bool

func (*AutoDownloadSettings) ProtoMessage

func (*AutoDownloadSettings) ProtoMessage()

func (*AutoDownloadSettings) ProtoReflect

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

func (*AutoDownloadSettings) Reset

func (x *AutoDownloadSettings) Reset()

func (*AutoDownloadSettings) String

func (x *AutoDownloadSettings) String() string

type AvatarUserSettings

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

func (*AvatarUserSettings) Descriptor deprecated

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

Deprecated: Use AvatarUserSettings.ProtoReflect.Descriptor instead.

func (*AvatarUserSettings) GetFBID

func (x *AvatarUserSettings) GetFBID() string

func (*AvatarUserSettings) GetPassword

func (x *AvatarUserSettings) GetPassword() string

func (*AvatarUserSettings) ProtoMessage

func (*AvatarUserSettings) ProtoMessage()

func (*AvatarUserSettings) ProtoReflect

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

func (*AvatarUserSettings) Reset

func (x *AvatarUserSettings) Reset()

func (*AvatarUserSettings) String

func (x *AvatarUserSettings) String() string

type Conversation

type Conversation struct {
	ID                        *string                                `protobuf:"bytes,1,req,name=ID" json:"ID,omitempty"`
	Messages                  []*HistorySyncMsg                      `protobuf:"bytes,2,rep,name=messages" json:"messages,omitempty"`
	NewJID                    *string                                `protobuf:"bytes,3,opt,name=newJID" json:"newJID,omitempty"`
	OldJID                    *string                                `protobuf:"bytes,4,opt,name=oldJID" json:"oldJID,omitempty"`
	LastMsgTimestamp          *uint64                                `protobuf:"varint,5,opt,name=lastMsgTimestamp" json:"lastMsgTimestamp,omitempty"`
	UnreadCount               *uint32                                `protobuf:"varint,6,opt,name=unreadCount" json:"unreadCount,omitempty"`
	ReadOnly                  *bool                                  `protobuf:"varint,7,opt,name=readOnly" json:"readOnly,omitempty"`
	EndOfHistoryTransfer      *bool                                  `protobuf:"varint,8,opt,name=endOfHistoryTransfer" json:"endOfHistoryTransfer,omitempty"`
	EphemeralExpiration       *uint32                                `protobuf:"varint,9,opt,name=ephemeralExpiration" json:"ephemeralExpiration,omitempty"`
	EphemeralSettingTimestamp *int64                                 `protobuf:"varint,10,opt,name=ephemeralSettingTimestamp" json:"ephemeralSettingTimestamp,omitempty"`
	EndOfHistoryTransferType  *Conversation_EndOfHistoryTransferType `` /* 165-byte string literal not displayed */
	ConversationTimestamp     *uint64                                `protobuf:"varint,12,opt,name=conversationTimestamp" json:"conversationTimestamp,omitempty"`
	Name                      *string                                `protobuf:"bytes,13,opt,name=name" json:"name,omitempty"`
	PHash                     *string                                `protobuf:"bytes,14,opt,name=pHash" json:"pHash,omitempty"`
	NotSpam                   *bool                                  `protobuf:"varint,15,opt,name=notSpam" json:"notSpam,omitempty"`
	Archived                  *bool                                  `protobuf:"varint,16,opt,name=archived" json:"archived,omitempty"`
	DisappearingMode          *waE2E.DisappearingMode                `protobuf:"bytes,17,opt,name=disappearingMode" json:"disappearingMode,omitempty"`
	UnreadMentionCount        *uint32                                `protobuf:"varint,18,opt,name=unreadMentionCount" json:"unreadMentionCount,omitempty"`
	MarkedAsUnread            *bool                                  `protobuf:"varint,19,opt,name=markedAsUnread" json:"markedAsUnread,omitempty"`
	Participant               []*GroupParticipant                    `protobuf:"bytes,20,rep,name=participant" json:"participant,omitempty"`
	TcToken                   []byte                                 `protobuf:"bytes,21,opt,name=tcToken" json:"tcToken,omitempty"`
	TcTokenTimestamp          *uint64                                `protobuf:"varint,22,opt,name=tcTokenTimestamp" json:"tcTokenTimestamp,omitempty"`
	ContactPrimaryIdentityKey []byte                                 `protobuf:"bytes,23,opt,name=contactPrimaryIdentityKey" json:"contactPrimaryIdentityKey,omitempty"`
	Pinned                    *uint32                                `protobuf:"varint,24,opt,name=pinned" json:"pinned,omitempty"`
	MuteEndTime               *uint64                                `protobuf:"varint,25,opt,name=muteEndTime" json:"muteEndTime,omitempty"`
	Wallpaper                 *WallpaperSettings                     `protobuf:"bytes,26,opt,name=wallpaper" json:"wallpaper,omitempty"`
	MediaVisibility           *MediaVisibility                       `protobuf:"varint,27,opt,name=mediaVisibility,enum=WAWebProtobufsHistorySync.MediaVisibility" json:"mediaVisibility,omitempty"`
	TcTokenSenderTimestamp    *uint64                                `protobuf:"varint,28,opt,name=tcTokenSenderTimestamp" json:"tcTokenSenderTimestamp,omitempty"`
	Suspended                 *bool                                  `protobuf:"varint,29,opt,name=suspended" json:"suspended,omitempty"`
	Terminated                *bool                                  `protobuf:"varint,30,opt,name=terminated" json:"terminated,omitempty"`
	CreatedAt                 *uint64                                `protobuf:"varint,31,opt,name=createdAt" json:"createdAt,omitempty"`
	CreatedBy                 *string                                `protobuf:"bytes,32,opt,name=createdBy" json:"createdBy,omitempty"`
	Description               *string                                `protobuf:"bytes,33,opt,name=description" json:"description,omitempty"`
	Support                   *bool                                  `protobuf:"varint,34,opt,name=support" json:"support,omitempty"`
	IsParentGroup             *bool                                  `protobuf:"varint,35,opt,name=isParentGroup" json:"isParentGroup,omitempty"`
	ParentGroupID             *string                                `protobuf:"bytes,37,opt,name=parentGroupID" json:"parentGroupID,omitempty"`
	IsDefaultSubgroup         *bool                                  `protobuf:"varint,36,opt,name=isDefaultSubgroup" json:"isDefaultSubgroup,omitempty"`
	DisplayName               *string                                `protobuf:"bytes,38,opt,name=displayName" json:"displayName,omitempty"`
	PnJID                     *string                                `protobuf:"bytes,39,opt,name=pnJID" json:"pnJID,omitempty"`
	ShareOwnPn                *bool                                  `protobuf:"varint,40,opt,name=shareOwnPn" json:"shareOwnPn,omitempty"`
	PnhDuplicateLidThread     *bool                                  `protobuf:"varint,41,opt,name=pnhDuplicateLidThread" json:"pnhDuplicateLidThread,omitempty"`
	LidJID                    *string                                `protobuf:"bytes,42,opt,name=lidJID" json:"lidJID,omitempty"`
	Username                  *string                                `protobuf:"bytes,43,opt,name=username" json:"username,omitempty"`
	LidOriginType             *string                                `protobuf:"bytes,44,opt,name=lidOriginType" json:"lidOriginType,omitempty"`
	CommentsCount             *uint32                                `protobuf:"varint,45,opt,name=commentsCount" json:"commentsCount,omitempty"`
	Locked                    *bool                                  `protobuf:"varint,46,opt,name=locked" json:"locked,omitempty"`
	SystemMessageToInsert     *PrivacySystemMessage                  `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Conversation) Descriptor deprecated

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

Deprecated: Use Conversation.ProtoReflect.Descriptor instead.

func (*Conversation) GetArchived

func (x *Conversation) GetArchived() bool

func (*Conversation) GetCommentsCount

func (x *Conversation) GetCommentsCount() uint32

func (*Conversation) GetContactPrimaryIdentityKey

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

func (*Conversation) GetConversationTimestamp

func (x *Conversation) GetConversationTimestamp() uint64

func (*Conversation) GetCreatedAt

func (x *Conversation) GetCreatedAt() uint64

func (*Conversation) GetCreatedBy

func (x *Conversation) GetCreatedBy() string

func (*Conversation) GetDescription

func (x *Conversation) GetDescription() string

func (*Conversation) GetDisappearingMode

func (x *Conversation) GetDisappearingMode() *waE2E.DisappearingMode

func (*Conversation) GetDisplayName

func (x *Conversation) GetDisplayName() string

func (*Conversation) GetEndOfHistoryTransfer

func (x *Conversation) GetEndOfHistoryTransfer() bool

func (*Conversation) GetEndOfHistoryTransferType

func (x *Conversation) GetEndOfHistoryTransferType() Conversation_EndOfHistoryTransferType

func (*Conversation) GetEphemeralExpiration

func (x *Conversation) GetEphemeralExpiration() uint32

func (*Conversation) GetEphemeralSettingTimestamp

func (x *Conversation) GetEphemeralSettingTimestamp() int64

func (*Conversation) GetID

func (x *Conversation) GetID() string

func (*Conversation) GetId deprecated

func (x *Conversation) GetId() string

Deprecated: Use GetID

func (*Conversation) GetIsDefaultSubgroup

func (x *Conversation) GetIsDefaultSubgroup() bool

func (*Conversation) GetIsParentGroup

func (x *Conversation) GetIsParentGroup() bool

func (*Conversation) GetLastMsgTimestamp

func (x *Conversation) GetLastMsgTimestamp() uint64

func (*Conversation) GetLidJID

func (x *Conversation) GetLidJID() string

func (*Conversation) GetLidOriginType

func (x *Conversation) GetLidOriginType() string

func (*Conversation) GetLocked

func (x *Conversation) GetLocked() bool

func (*Conversation) GetMarkedAsUnread

func (x *Conversation) GetMarkedAsUnread() bool

func (*Conversation) GetMediaVisibility

func (x *Conversation) GetMediaVisibility() MediaVisibility

func (*Conversation) GetMessages

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

func (*Conversation) GetMuteEndTime

func (x *Conversation) GetMuteEndTime() uint64

func (*Conversation) GetName

func (x *Conversation) GetName() string

func (*Conversation) GetNewJID

func (x *Conversation) GetNewJID() string

func (*Conversation) GetNotSpam

func (x *Conversation) GetNotSpam() bool

func (*Conversation) GetOldJID

func (x *Conversation) GetOldJID() string

func (*Conversation) GetPHash

func (x *Conversation) GetPHash() string

func (*Conversation) GetParentGroupID

func (x *Conversation) GetParentGroupID() string

func (*Conversation) GetParticipant

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

func (*Conversation) GetPinned

func (x *Conversation) GetPinned() uint32

func (*Conversation) GetPnJID

func (x *Conversation) GetPnJID() string

func (*Conversation) GetPnhDuplicateLidThread

func (x *Conversation) GetPnhDuplicateLidThread() bool

func (*Conversation) GetReadOnly

func (x *Conversation) GetReadOnly() bool

func (*Conversation) GetShareOwnPn

func (x *Conversation) GetShareOwnPn() bool

func (*Conversation) GetSupport

func (x *Conversation) GetSupport() bool

func (*Conversation) GetSuspended

func (x *Conversation) GetSuspended() bool

func (*Conversation) GetSystemMessageToInsert

func (x *Conversation) GetSystemMessageToInsert() PrivacySystemMessage

func (*Conversation) GetTcToken

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

func (*Conversation) GetTcTokenSenderTimestamp

func (x *Conversation) GetTcTokenSenderTimestamp() uint64

func (*Conversation) GetTcTokenTimestamp

func (x *Conversation) GetTcTokenTimestamp() uint64

func (*Conversation) GetTerminated

func (x *Conversation) GetTerminated() bool

func (*Conversation) GetUnreadCount

func (x *Conversation) GetUnreadCount() uint32

func (*Conversation) GetUnreadMentionCount

func (x *Conversation) GetUnreadMentionCount() uint32

func (*Conversation) GetUsername

func (x *Conversation) GetUsername() string

func (*Conversation) GetWallpaper

func (x *Conversation) GetWallpaper() *WallpaperSettings

func (*Conversation) ProtoMessage

func (*Conversation) ProtoMessage()

func (*Conversation) ProtoReflect

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

func (*Conversation) Reset

func (x *Conversation) Reset()

func (*Conversation) String

func (x *Conversation) String() string

type Conversation_EndOfHistoryTransferType

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

func (Conversation_EndOfHistoryTransferType) Descriptor

func (Conversation_EndOfHistoryTransferType) Enum

func (Conversation_EndOfHistoryTransferType) EnumDescriptor deprecated

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

Deprecated: Use Conversation_EndOfHistoryTransferType.Descriptor instead.

func (Conversation_EndOfHistoryTransferType) Number

func (Conversation_EndOfHistoryTransferType) String

func (Conversation_EndOfHistoryTransferType) Type

func (*Conversation_EndOfHistoryTransferType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type GlobalSettings

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

func (*GlobalSettings) Descriptor deprecated

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

Deprecated: Use GlobalSettings.ProtoReflect.Descriptor instead.

func (*GlobalSettings) GetAutoDownloadCellular

func (x *GlobalSettings) GetAutoDownloadCellular() *AutoDownloadSettings

func (*GlobalSettings) GetAutoDownloadRoaming

func (x *GlobalSettings) GetAutoDownloadRoaming() *AutoDownloadSettings

func (*GlobalSettings) GetAutoDownloadWiFi

func (x *GlobalSettings) GetAutoDownloadWiFi() *AutoDownloadSettings

func (*GlobalSettings) GetAutoUnarchiveChats

func (x *GlobalSettings) GetAutoUnarchiveChats() bool

func (*GlobalSettings) GetAvatarUserSettings

func (x *GlobalSettings) GetAvatarUserSettings() *AvatarUserSettings

func (*GlobalSettings) GetChatLockSettings

func (x *GlobalSettings) GetChatLockSettings() *waChatLockSettings.ChatLockSettings

func (*GlobalSettings) GetDarkThemeWallpaper

func (x *GlobalSettings) GetDarkThemeWallpaper() *WallpaperSettings

func (*GlobalSettings) GetDisappearingModeDuration

func (x *GlobalSettings) GetDisappearingModeDuration() int32

func (*GlobalSettings) GetDisappearingModeTimestamp

func (x *GlobalSettings) GetDisappearingModeTimestamp() int64

func (*GlobalSettings) GetFontSize

func (x *GlobalSettings) GetFontSize() int32

func (*GlobalSettings) GetGroupNotificationSettings

func (x *GlobalSettings) GetGroupNotificationSettings() *NotificationSettings

func (*GlobalSettings) GetIndividualNotificationSettings

func (x *GlobalSettings) GetIndividualNotificationSettings() *NotificationSettings

func (*GlobalSettings) GetLightThemeWallpaper

func (x *GlobalSettings) GetLightThemeWallpaper() *WallpaperSettings

func (*GlobalSettings) GetMediaVisibility

func (x *GlobalSettings) GetMediaVisibility() MediaVisibility

func (*GlobalSettings) GetPhotoQualityMode

func (x *GlobalSettings) GetPhotoQualityMode() int32

func (*GlobalSettings) GetSecurityNotifications

func (x *GlobalSettings) GetSecurityNotifications() bool

func (*GlobalSettings) GetShowGroupNotificationsPreview

func (x *GlobalSettings) GetShowGroupNotificationsPreview() bool

func (*GlobalSettings) GetShowIndividualNotificationsPreview

func (x *GlobalSettings) GetShowIndividualNotificationsPreview() bool

func (*GlobalSettings) GetVideoQualityMode

func (x *GlobalSettings) GetVideoQualityMode() int32

func (*GlobalSettings) ProtoMessage

func (*GlobalSettings) ProtoMessage()

func (*GlobalSettings) ProtoReflect

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

func (*GlobalSettings) Reset

func (x *GlobalSettings) Reset()

func (*GlobalSettings) String

func (x *GlobalSettings) String() string

type GroupParticipant

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

func (*GroupParticipant) Descriptor deprecated

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

Deprecated: Use GroupParticipant.ProtoReflect.Descriptor instead.

func (*GroupParticipant) GetRank

func (*GroupParticipant) GetUserJID

func (x *GroupParticipant) GetUserJID() string

func (*GroupParticipant) ProtoMessage

func (*GroupParticipant) ProtoMessage()

func (*GroupParticipant) ProtoReflect

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

func (*GroupParticipant) Reset

func (x *GroupParticipant) Reset()

func (*GroupParticipant) String

func (x *GroupParticipant) String() string

type GroupParticipant_Rank

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

func (GroupParticipant_Rank) Descriptor

func (GroupParticipant_Rank) Enum

func (GroupParticipant_Rank) EnumDescriptor deprecated

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

Deprecated: Use GroupParticipant_Rank.Descriptor instead.

func (GroupParticipant_Rank) Number

func (GroupParticipant_Rank) String

func (x GroupParticipant_Rank) String() string

func (GroupParticipant_Rank) Type

func (*GroupParticipant_Rank) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HistorySync

type HistorySync struct {
	SyncType                 *HistorySync_HistorySyncType    `protobuf:"varint,1,req,name=syncType,enum=WAWebProtobufsHistorySync.HistorySync_HistorySyncType" json:"syncType,omitempty"`
	Conversations            []*Conversation                 `protobuf:"bytes,2,rep,name=conversations" json:"conversations,omitempty"`
	StatusV3Messages         []*waWeb.WebMessageInfo         `protobuf:"bytes,3,rep,name=statusV3Messages" json:"statusV3Messages,omitempty"`
	ChunkOrder               *uint32                         `protobuf:"varint,5,opt,name=chunkOrder" json:"chunkOrder,omitempty"`
	Progress                 *uint32                         `protobuf:"varint,6,opt,name=progress" json:"progress,omitempty"`
	Pushnames                []*Pushname                     `protobuf:"bytes,7,rep,name=pushnames" json:"pushnames,omitempty"`
	GlobalSettings           *GlobalSettings                 `protobuf:"bytes,8,opt,name=globalSettings" json:"globalSettings,omitempty"`
	ThreadIDUserSecret       []byte                          `protobuf:"bytes,9,opt,name=threadIDUserSecret" json:"threadIDUserSecret,omitempty"`
	ThreadDsTimeframeOffset  *uint32                         `protobuf:"varint,10,opt,name=threadDsTimeframeOffset" json:"threadDsTimeframeOffset,omitempty"`
	RecentStickers           []*StickerMetadata              `protobuf:"bytes,11,rep,name=recentStickers" json:"recentStickers,omitempty"`
	PastParticipants         []*PastParticipants             `protobuf:"bytes,12,rep,name=pastParticipants" json:"pastParticipants,omitempty"`
	CallLogRecords           []*waSyncAction.CallLogRecord   `protobuf:"bytes,13,rep,name=callLogRecords" json:"callLogRecords,omitempty"`
	AiWaitListState          *HistorySync_BotAIWaitListState `` /* 140-byte string literal not displayed */
	PhoneNumberToLidMappings []*PhoneNumberToLIDMapping      `protobuf:"bytes,15,rep,name=phoneNumberToLidMappings" json:"phoneNumberToLidMappings,omitempty"`
	// contains filtered or unexported fields
}

func (*HistorySync) Descriptor deprecated

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

Deprecated: Use HistorySync.ProtoReflect.Descriptor instead.

func (*HistorySync) GetAiWaitListState

func (x *HistorySync) GetAiWaitListState() HistorySync_BotAIWaitListState

func (*HistorySync) GetCallLogRecords

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

func (*HistorySync) GetChunkOrder

func (x *HistorySync) GetChunkOrder() uint32

func (*HistorySync) GetConversations

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

func (*HistorySync) GetGlobalSettings

func (x *HistorySync) GetGlobalSettings() *GlobalSettings

func (*HistorySync) GetPastParticipants

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

func (*HistorySync) GetPhoneNumberToLidMappings

func (x *HistorySync) GetPhoneNumberToLidMappings() []*PhoneNumberToLIDMapping

func (*HistorySync) GetProgress

func (x *HistorySync) GetProgress() uint32

func (*HistorySync) GetPushnames

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

func (*HistorySync) GetRecentStickers

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

func (*HistorySync) GetStatusV3Messages

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

func (*HistorySync) GetSyncType

func (x *HistorySync) GetSyncType() HistorySync_HistorySyncType

func (*HistorySync) GetThreadDsTimeframeOffset

func (x *HistorySync) GetThreadDsTimeframeOffset() uint32

func (*HistorySync) GetThreadIDUserSecret

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

func (*HistorySync) ProtoMessage

func (*HistorySync) ProtoMessage()

func (*HistorySync) ProtoReflect

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

func (*HistorySync) Reset

func (x *HistorySync) Reset()

func (*HistorySync) String

func (x *HistorySync) String() string

type HistorySyncMsg

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

func (*HistorySyncMsg) Descriptor deprecated

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

Deprecated: Use HistorySyncMsg.ProtoReflect.Descriptor instead.

func (*HistorySyncMsg) GetMessage

func (x *HistorySyncMsg) GetMessage() *waWeb.WebMessageInfo

func (*HistorySyncMsg) GetMsgOrderID

func (x *HistorySyncMsg) GetMsgOrderID() uint64

func (*HistorySyncMsg) ProtoMessage

func (*HistorySyncMsg) ProtoMessage()

func (*HistorySyncMsg) ProtoReflect

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

func (*HistorySyncMsg) Reset

func (x *HistorySyncMsg) Reset()

func (*HistorySyncMsg) String

func (x *HistorySyncMsg) String() string

type HistorySync_BotAIWaitListState

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

func (HistorySync_BotAIWaitListState) Descriptor

func (HistorySync_BotAIWaitListState) Enum

func (HistorySync_BotAIWaitListState) EnumDescriptor deprecated

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

Deprecated: Use HistorySync_BotAIWaitListState.Descriptor instead.

func (HistorySync_BotAIWaitListState) Number

func (HistorySync_BotAIWaitListState) String

func (HistorySync_BotAIWaitListState) Type

func (*HistorySync_BotAIWaitListState) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type HistorySync_HistorySyncType

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

func (HistorySync_HistorySyncType) Descriptor

func (HistorySync_HistorySyncType) Enum

func (HistorySync_HistorySyncType) EnumDescriptor deprecated

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

Deprecated: Use HistorySync_HistorySyncType.Descriptor instead.

func (HistorySync_HistorySyncType) Number

func (HistorySync_HistorySyncType) String

func (HistorySync_HistorySyncType) Type

func (*HistorySync_HistorySyncType) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type MediaVisibility

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

func (MediaVisibility) Descriptor

func (MediaVisibility) Enum

func (x MediaVisibility) Enum() *MediaVisibility

func (MediaVisibility) EnumDescriptor deprecated

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

Deprecated: Use MediaVisibility.Descriptor instead.

func (MediaVisibility) Number

func (MediaVisibility) String

func (x MediaVisibility) String() string

func (MediaVisibility) Type

func (*MediaVisibility) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type NotificationSettings

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

func (*NotificationSettings) Descriptor deprecated

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

Deprecated: Use NotificationSettings.ProtoReflect.Descriptor instead.

func (*NotificationSettings) GetCallVibrate

func (x *NotificationSettings) GetCallVibrate() string

func (*NotificationSettings) GetLowPriorityNotifications

func (x *NotificationSettings) GetLowPriorityNotifications() bool

func (*NotificationSettings) GetMessageLight

func (x *NotificationSettings) GetMessageLight() string

func (*NotificationSettings) GetMessagePopup

func (x *NotificationSettings) GetMessagePopup() string

func (*NotificationSettings) GetMessageVibrate

func (x *NotificationSettings) GetMessageVibrate() string

func (*NotificationSettings) GetReactionsMuted

func (x *NotificationSettings) GetReactionsMuted() bool

func (*NotificationSettings) ProtoMessage

func (*NotificationSettings) ProtoMessage()

func (*NotificationSettings) ProtoReflect

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

func (*NotificationSettings) Reset

func (x *NotificationSettings) Reset()

func (*NotificationSettings) String

func (x *NotificationSettings) String() string

type PastParticipant

type PastParticipant struct {
	UserJID     *string                      `protobuf:"bytes,1,opt,name=userJID" json:"userJID,omitempty"`
	LeaveReason *PastParticipant_LeaveReason `` /* 128-byte string literal not displayed */
	LeaveTS     *uint64                      `protobuf:"varint,3,opt,name=leaveTS" json:"leaveTS,omitempty"`
	// contains filtered or unexported fields
}

func (*PastParticipant) Descriptor deprecated

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

Deprecated: Use PastParticipant.ProtoReflect.Descriptor instead.

func (*PastParticipant) GetLeaveReason

func (x *PastParticipant) GetLeaveReason() PastParticipant_LeaveReason

func (*PastParticipant) GetLeaveTS

func (x *PastParticipant) GetLeaveTS() uint64

func (*PastParticipant) GetUserJID

func (x *PastParticipant) GetUserJID() string

func (*PastParticipant) ProtoMessage

func (*PastParticipant) ProtoMessage()

func (*PastParticipant) ProtoReflect

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

func (*PastParticipant) Reset

func (x *PastParticipant) Reset()

func (*PastParticipant) String

func (x *PastParticipant) String() string

type PastParticipant_LeaveReason

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

func (PastParticipant_LeaveReason) Descriptor

func (PastParticipant_LeaveReason) Enum

func (PastParticipant_LeaveReason) EnumDescriptor deprecated

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

Deprecated: Use PastParticipant_LeaveReason.Descriptor instead.

func (PastParticipant_LeaveReason) Number

func (PastParticipant_LeaveReason) String

func (PastParticipant_LeaveReason) Type

func (*PastParticipant_LeaveReason) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type PastParticipants

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

func (*PastParticipants) Descriptor deprecated

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

Deprecated: Use PastParticipants.ProtoReflect.Descriptor instead.

func (*PastParticipants) GetGroupJID

func (x *PastParticipants) GetGroupJID() string

func (*PastParticipants) GetPastParticipants

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

func (*PastParticipants) ProtoMessage

func (*PastParticipants) ProtoMessage()

func (*PastParticipants) ProtoReflect

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

func (*PastParticipants) Reset

func (x *PastParticipants) Reset()

func (*PastParticipants) String

func (x *PastParticipants) String() string

type PhoneNumberToLIDMapping

type PhoneNumberToLIDMapping struct {
	PnJID  *string `protobuf:"bytes,1,opt,name=pnJID" json:"pnJID,omitempty"`
	LidJID *string `protobuf:"bytes,2,opt,name=lidJID" json:"lidJID,omitempty"`
	// contains filtered or unexported fields
}

func (*PhoneNumberToLIDMapping) Descriptor deprecated

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

Deprecated: Use PhoneNumberToLIDMapping.ProtoReflect.Descriptor instead.

func (*PhoneNumberToLIDMapping) GetLidJID

func (x *PhoneNumberToLIDMapping) GetLidJID() string

func (*PhoneNumberToLIDMapping) GetPnJID

func (x *PhoneNumberToLIDMapping) GetPnJID() string

func (*PhoneNumberToLIDMapping) ProtoMessage

func (*PhoneNumberToLIDMapping) ProtoMessage()

func (*PhoneNumberToLIDMapping) ProtoReflect

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

func (*PhoneNumberToLIDMapping) Reset

func (x *PhoneNumberToLIDMapping) Reset()

func (*PhoneNumberToLIDMapping) String

func (x *PhoneNumberToLIDMapping) String() string

type PrivacySystemMessage

type PrivacySystemMessage int32
const (
	PrivacySystemMessage_E2EE_MSG    PrivacySystemMessage = 1
	PrivacySystemMessage_NE2EE_SELF  PrivacySystemMessage = 2
	PrivacySystemMessage_NE2EE_OTHER PrivacySystemMessage = 3
)

func (PrivacySystemMessage) Descriptor

func (PrivacySystemMessage) Enum

func (PrivacySystemMessage) EnumDescriptor deprecated

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

Deprecated: Use PrivacySystemMessage.Descriptor instead.

func (PrivacySystemMessage) Number

func (PrivacySystemMessage) String

func (x PrivacySystemMessage) String() string

func (PrivacySystemMessage) Type

func (*PrivacySystemMessage) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type Pushname

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

func (*Pushname) Descriptor deprecated

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

Deprecated: Use Pushname.ProtoReflect.Descriptor instead.

func (*Pushname) GetID

func (x *Pushname) GetID() string

func (*Pushname) GetId deprecated

func (x *Pushname) GetId() string

Deprecated: Use GetID

func (*Pushname) GetPushname

func (x *Pushname) GetPushname() string

func (*Pushname) ProtoMessage

func (*Pushname) ProtoMessage()

func (*Pushname) ProtoReflect

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

func (*Pushname) Reset

func (x *Pushname) Reset()

func (*Pushname) String

func (x *Pushname) String() string

type StickerMetadata

type StickerMetadata struct {
	URL               *string  `protobuf:"bytes,1,opt,name=URL" json:"URL,omitempty"`
	FileSHA256        []byte   `protobuf:"bytes,2,opt,name=fileSHA256" json:"fileSHA256,omitempty"`
	FileEncSHA256     []byte   `protobuf:"bytes,3,opt,name=fileEncSHA256" json:"fileEncSHA256,omitempty"`
	MediaKey          []byte   `protobuf:"bytes,4,opt,name=mediaKey" json:"mediaKey,omitempty"`
	Mimetype          *string  `protobuf:"bytes,5,opt,name=mimetype" json:"mimetype,omitempty"`
	Height            *uint32  `protobuf:"varint,6,opt,name=height" json:"height,omitempty"`
	Width             *uint32  `protobuf:"varint,7,opt,name=width" json:"width,omitempty"`
	DirectPath        *string  `protobuf:"bytes,8,opt,name=directPath" json:"directPath,omitempty"`
	FileLength        *uint64  `protobuf:"varint,9,opt,name=fileLength" json:"fileLength,omitempty"`
	Weight            *float32 `protobuf:"fixed32,10,opt,name=weight" json:"weight,omitempty"`
	LastStickerSentTS *int64   `protobuf:"varint,11,opt,name=lastStickerSentTS" json:"lastStickerSentTS,omitempty"`
	IsLottie          *bool    `protobuf:"varint,12,opt,name=isLottie" json:"isLottie,omitempty"`
	// contains filtered or unexported fields
}

func (*StickerMetadata) Descriptor deprecated

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

Deprecated: Use StickerMetadata.ProtoReflect.Descriptor instead.

func (*StickerMetadata) GetDirectPath

func (x *StickerMetadata) GetDirectPath() string

func (*StickerMetadata) GetFileEncSHA256

func (x *StickerMetadata) GetFileEncSHA256() []byte

func (*StickerMetadata) GetFileLength

func (x *StickerMetadata) GetFileLength() uint64

func (*StickerMetadata) GetFileSHA256

func (x *StickerMetadata) GetFileSHA256() []byte

func (*StickerMetadata) GetHeight

func (x *StickerMetadata) GetHeight() uint32

func (*StickerMetadata) GetIsLottie

func (x *StickerMetadata) GetIsLottie() bool

func (*StickerMetadata) GetLastStickerSentTS

func (x *StickerMetadata) GetLastStickerSentTS() int64

func (*StickerMetadata) GetMediaKey

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

func (*StickerMetadata) GetMimetype

func (x *StickerMetadata) GetMimetype() string

func (*StickerMetadata) GetURL

func (x *StickerMetadata) GetURL() string

func (*StickerMetadata) GetWeight

func (x *StickerMetadata) GetWeight() float32

func (*StickerMetadata) GetWidth

func (x *StickerMetadata) GetWidth() uint32

func (*StickerMetadata) ProtoMessage

func (*StickerMetadata) ProtoMessage()

func (*StickerMetadata) ProtoReflect

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

func (*StickerMetadata) Reset

func (x *StickerMetadata) Reset()

func (*StickerMetadata) String

func (x *StickerMetadata) String() string

type WallpaperSettings

type WallpaperSettings struct {
	Filename *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	Opacity  *uint32 `protobuf:"varint,2,opt,name=opacity" json:"opacity,omitempty"`
	// contains filtered or unexported fields
}

func (*WallpaperSettings) Descriptor deprecated

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

Deprecated: Use WallpaperSettings.ProtoReflect.Descriptor instead.

func (*WallpaperSettings) GetFilename

func (x *WallpaperSettings) GetFilename() string

func (*WallpaperSettings) GetOpacity

func (x *WallpaperSettings) GetOpacity() uint32

func (*WallpaperSettings) ProtoMessage

func (*WallpaperSettings) ProtoMessage()

func (*WallpaperSettings) ProtoReflect

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

func (*WallpaperSettings) Reset

func (x *WallpaperSettings) Reset()

func (*WallpaperSettings) String

func (x *WallpaperSettings) String() string

Jump to

Keyboard shortcuts

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