Versions in this module Expand all Collapse all v1 v1.0.0 Oct 1, 2024 Changes in this version + var Conversation_EndOfHistoryTransferType_name = map[int32]string + var Conversation_EndOfHistoryTransferType_value = map[string]int32 + var File_waHistorySync_WAWebProtobufsHistorySync_proto protoreflect.FileDescriptor + var GroupParticipant_Rank_name = map[int32]string + var GroupParticipant_Rank_value = map[string]int32 + var HistorySync_BotAIWaitListState_name = map[int32]string + var HistorySync_BotAIWaitListState_value = map[string]int32 + var HistorySync_HistorySyncType_name = map[int32]string + var HistorySync_HistorySyncType_value = map[string]int32 + var MediaVisibility_name = map[int32]string + var MediaVisibility_value = map[string]int32 + var PastParticipant_LeaveReason_name = map[int32]string + var PastParticipant_LeaveReason_value = map[string]int32 + var PrivacySystemMessage_name = map[int32]string + var PrivacySystemMessage_value = map[string]int32 + type AutoDownloadSettings struct + DownloadAudio *bool + DownloadDocuments *bool + DownloadImages *bool + DownloadVideo *bool + func (*AutoDownloadSettings) Descriptor() ([]byte, []int) + func (*AutoDownloadSettings) ProtoMessage() + func (x *AutoDownloadSettings) GetDownloadAudio() bool + func (x *AutoDownloadSettings) GetDownloadDocuments() bool + func (x *AutoDownloadSettings) GetDownloadImages() bool + func (x *AutoDownloadSettings) GetDownloadVideo() bool + func (x *AutoDownloadSettings) ProtoReflect() protoreflect.Message + func (x *AutoDownloadSettings) Reset() + func (x *AutoDownloadSettings) String() string + type AvatarUserSettings struct + FBID *string + Password *string + func (*AvatarUserSettings) Descriptor() ([]byte, []int) + func (*AvatarUserSettings) ProtoMessage() + func (x *AvatarUserSettings) GetFBID() string + func (x *AvatarUserSettings) GetPassword() string + func (x *AvatarUserSettings) ProtoReflect() protoreflect.Message + func (x *AvatarUserSettings) Reset() + func (x *AvatarUserSettings) String() string + type Conversation struct + Archived *bool + CapiCreatedGroup *bool + CommentsCount *uint32 + ContactPrimaryIdentityKey []byte + ConversationTimestamp *uint64 + CreatedAt *uint64 + CreatedBy *string + Description *string + DisappearingMode *waE2E.DisappearingMode + DisplayName *string + EndOfHistoryTransfer *bool + EndOfHistoryTransferType *Conversation_EndOfHistoryTransferType + EphemeralExpiration *uint32 + EphemeralSettingTimestamp *int64 + ID *string + IsDefaultSubgroup *bool + IsParentGroup *bool + LastMsgTimestamp *uint64 + LidJID *string + LidOriginType *string + Locked *bool + MarkedAsUnread *bool + MediaVisibility *MediaVisibility + Messages []*HistorySyncMsg + MuteEndTime *uint64 + Name *string + NewJID *string + NotSpam *bool + OldJID *string + PHash *string + ParentGroupID *string + Participant []*GroupParticipant + Pinned *uint32 + PnJID *string + PnhDuplicateLidThread *bool + ReadOnly *bool + ShareOwnPn *bool + Support *bool + Suspended *bool + SystemMessageToInsert *PrivacySystemMessage + TcToken []byte + TcTokenSenderTimestamp *uint64 + TcTokenTimestamp *uint64 + Terminated *bool + UnreadCount *uint32 + UnreadMentionCount *uint32 + Username *string + Wallpaper *WallpaperSettings + func (*Conversation) Descriptor() ([]byte, []int) + func (*Conversation) ProtoMessage() + func (x *Conversation) GetArchived() bool + func (x *Conversation) GetCapiCreatedGroup() bool + func (x *Conversation) GetCommentsCount() uint32 + func (x *Conversation) GetContactPrimaryIdentityKey() []byte + func (x *Conversation) GetConversationTimestamp() uint64 + func (x *Conversation) GetCreatedAt() uint64 + func (x *Conversation) GetCreatedBy() string + func (x *Conversation) GetDescription() string + func (x *Conversation) GetDisappearingMode() *waE2E.DisappearingMode + func (x *Conversation) GetDisplayName() string + func (x *Conversation) GetEndOfHistoryTransfer() bool + func (x *Conversation) GetEndOfHistoryTransferType() Conversation_EndOfHistoryTransferType + func (x *Conversation) GetEphemeralExpiration() uint32 + func (x *Conversation) GetEphemeralSettingTimestamp() int64 + func (x *Conversation) GetID() string + func (x *Conversation) GetId() string + func (x *Conversation) GetIsDefaultSubgroup() bool + func (x *Conversation) GetIsParentGroup() bool + func (x *Conversation) GetLastMsgTimestamp() uint64 + func (x *Conversation) GetLidJID() string + func (x *Conversation) GetLidOriginType() string + func (x *Conversation) GetLocked() bool + func (x *Conversation) GetMarkedAsUnread() bool + func (x *Conversation) GetMediaVisibility() MediaVisibility + func (x *Conversation) GetMessages() []*HistorySyncMsg + func (x *Conversation) GetMuteEndTime() uint64 + func (x *Conversation) GetName() string + func (x *Conversation) GetNewJID() string + func (x *Conversation) GetNotSpam() bool + func (x *Conversation) GetOldJID() string + func (x *Conversation) GetPHash() string + func (x *Conversation) GetParentGroupID() string + func (x *Conversation) GetParticipant() []*GroupParticipant + func (x *Conversation) GetPinned() uint32 + func (x *Conversation) GetPnJID() string + func (x *Conversation) GetPnhDuplicateLidThread() bool + func (x *Conversation) GetReadOnly() bool + func (x *Conversation) GetShareOwnPn() bool + func (x *Conversation) GetSupport() bool + func (x *Conversation) GetSuspended() bool + func (x *Conversation) GetSystemMessageToInsert() PrivacySystemMessage + func (x *Conversation) GetTcToken() []byte + func (x *Conversation) GetTcTokenSenderTimestamp() uint64 + func (x *Conversation) GetTcTokenTimestamp() uint64 + func (x *Conversation) GetTerminated() bool + func (x *Conversation) GetUnreadCount() uint32 + func (x *Conversation) GetUnreadMentionCount() uint32 + func (x *Conversation) GetUsername() string + func (x *Conversation) GetWallpaper() *WallpaperSettings + func (x *Conversation) ProtoReflect() protoreflect.Message + func (x *Conversation) Reset() + func (x *Conversation) String() string + type Conversation_EndOfHistoryTransferType int32 + const Conversation_COMPLETE_AND_NO_MORE_MESSAGE_REMAIN_ON_PRIMARY + const Conversation_COMPLETE_BUT_MORE_MESSAGES_REMAIN_ON_PRIMARY + const Conversation_COMPLETE_ON_DEMAND_SYNC_BUT_MORE_MSG_REMAIN_ON_PRIMARY + func (Conversation_EndOfHistoryTransferType) Descriptor() protoreflect.EnumDescriptor + func (Conversation_EndOfHistoryTransferType) EnumDescriptor() ([]byte, []int) + func (Conversation_EndOfHistoryTransferType) Type() protoreflect.EnumType + func (x *Conversation_EndOfHistoryTransferType) UnmarshalJSON(b []byte) error + func (x Conversation_EndOfHistoryTransferType) Enum() *Conversation_EndOfHistoryTransferType + func (x Conversation_EndOfHistoryTransferType) Number() protoreflect.EnumNumber + func (x Conversation_EndOfHistoryTransferType) String() string + type GlobalSettings struct + AutoDownloadCellular *AutoDownloadSettings + AutoDownloadRoaming *AutoDownloadSettings + AutoDownloadWiFi *AutoDownloadSettings + AutoUnarchiveChats *bool + AvatarUserSettings *AvatarUserSettings + ChatLockSettings *waChatLockSettings.ChatLockSettings + DarkThemeWallpaper *WallpaperSettings + DisappearingModeDuration *int32 + DisappearingModeTimestamp *int64 + FontSize *int32 + GroupNotificationSettings *NotificationSettings + IndividualNotificationSettings *NotificationSettings + LightThemeWallpaper *WallpaperSettings + MediaVisibility *MediaVisibility + PhotoQualityMode *int32 + SecurityNotifications *bool + ShowGroupNotificationsPreview *bool + ShowIndividualNotificationsPreview *bool + VideoQualityMode *int32 + func (*GlobalSettings) Descriptor() ([]byte, []int) + func (*GlobalSettings) ProtoMessage() + func (x *GlobalSettings) GetAutoDownloadCellular() *AutoDownloadSettings + func (x *GlobalSettings) GetAutoDownloadRoaming() *AutoDownloadSettings + func (x *GlobalSettings) GetAutoDownloadWiFi() *AutoDownloadSettings + func (x *GlobalSettings) GetAutoUnarchiveChats() bool + func (x *GlobalSettings) GetAvatarUserSettings() *AvatarUserSettings + func (x *GlobalSettings) GetChatLockSettings() *waChatLockSettings.ChatLockSettings + func (x *GlobalSettings) GetDarkThemeWallpaper() *WallpaperSettings + func (x *GlobalSettings) GetDisappearingModeDuration() int32 + func (x *GlobalSettings) GetDisappearingModeTimestamp() int64 + func (x *GlobalSettings) GetFontSize() int32 + func (x *GlobalSettings) GetGroupNotificationSettings() *NotificationSettings + func (x *GlobalSettings) GetIndividualNotificationSettings() *NotificationSettings + func (x *GlobalSettings) GetLightThemeWallpaper() *WallpaperSettings + func (x *GlobalSettings) GetMediaVisibility() MediaVisibility + func (x *GlobalSettings) GetPhotoQualityMode() int32 + func (x *GlobalSettings) GetSecurityNotifications() bool + func (x *GlobalSettings) GetShowGroupNotificationsPreview() bool + func (x *GlobalSettings) GetShowIndividualNotificationsPreview() bool + func (x *GlobalSettings) GetVideoQualityMode() int32 + func (x *GlobalSettings) ProtoReflect() protoreflect.Message + func (x *GlobalSettings) Reset() + func (x *GlobalSettings) String() string + type GroupParticipant struct + Rank *GroupParticipant_Rank + UserJID *string + func (*GroupParticipant) Descriptor() ([]byte, []int) + func (*GroupParticipant) ProtoMessage() + func (x *GroupParticipant) GetRank() GroupParticipant_Rank + func (x *GroupParticipant) GetUserJID() string + func (x *GroupParticipant) ProtoReflect() protoreflect.Message + func (x *GroupParticipant) Reset() + func (x *GroupParticipant) String() string + type GroupParticipant_Rank int32 + const GroupParticipant_ADMIN + const GroupParticipant_REGULAR + const GroupParticipant_SUPERADMIN + func (GroupParticipant_Rank) Descriptor() protoreflect.EnumDescriptor + func (GroupParticipant_Rank) EnumDescriptor() ([]byte, []int) + func (GroupParticipant_Rank) Type() protoreflect.EnumType + func (x *GroupParticipant_Rank) UnmarshalJSON(b []byte) error + func (x GroupParticipant_Rank) Enum() *GroupParticipant_Rank + func (x GroupParticipant_Rank) Number() protoreflect.EnumNumber + func (x GroupParticipant_Rank) String() string + type HistorySync struct + AiWaitListState *HistorySync_BotAIWaitListState + CallLogRecords []*waSyncAction.CallLogRecord + ChunkOrder *uint32 + CompanionMetaNonce *string + Conversations []*Conversation + GlobalSettings *GlobalSettings + PastParticipants []*PastParticipants + PhoneNumberToLidMappings []*PhoneNumberToLIDMapping + Progress *uint32 + Pushnames []*Pushname + RecentStickers []*StickerMetadata + ShareableChatIdentifierEncryptionKey []byte + StatusV3Messages []*waWeb.WebMessageInfo + SyncType *HistorySync_HistorySyncType + ThreadDsTimeframeOffset *uint32 + ThreadIDUserSecret []byte + func (*HistorySync) Descriptor() ([]byte, []int) + func (*HistorySync) ProtoMessage() + func (x *HistorySync) GetAiWaitListState() HistorySync_BotAIWaitListState + func (x *HistorySync) GetCallLogRecords() []*waSyncAction.CallLogRecord + func (x *HistorySync) GetChunkOrder() uint32 + func (x *HistorySync) GetCompanionMetaNonce() string + func (x *HistorySync) GetConversations() []*Conversation + func (x *HistorySync) GetGlobalSettings() *GlobalSettings + func (x *HistorySync) GetPastParticipants() []*PastParticipants + func (x *HistorySync) GetPhoneNumberToLidMappings() []*PhoneNumberToLIDMapping + func (x *HistorySync) GetProgress() uint32 + func (x *HistorySync) GetPushnames() []*Pushname + func (x *HistorySync) GetRecentStickers() []*StickerMetadata + func (x *HistorySync) GetShareableChatIdentifierEncryptionKey() []byte + func (x *HistorySync) GetStatusV3Messages() []*waWeb.WebMessageInfo + func (x *HistorySync) GetSyncType() HistorySync_HistorySyncType + func (x *HistorySync) GetThreadDsTimeframeOffset() uint32 + func (x *HistorySync) GetThreadIDUserSecret() []byte + func (x *HistorySync) ProtoReflect() protoreflect.Message + func (x *HistorySync) Reset() + func (x *HistorySync) String() string + type HistorySyncMsg struct + Message *waWeb.WebMessageInfo + MsgOrderID *uint64 + func (*HistorySyncMsg) Descriptor() ([]byte, []int) + func (*HistorySyncMsg) ProtoMessage() + func (x *HistorySyncMsg) GetMessage() *waWeb.WebMessageInfo + func (x *HistorySyncMsg) GetMsgOrderID() uint64 + func (x *HistorySyncMsg) ProtoReflect() protoreflect.Message + func (x *HistorySyncMsg) Reset() + func (x *HistorySyncMsg) String() string + type HistorySync_BotAIWaitListState int32 + const HistorySync_AI_AVAILABLE + const HistorySync_IN_WAITLIST + func (HistorySync_BotAIWaitListState) Descriptor() protoreflect.EnumDescriptor + func (HistorySync_BotAIWaitListState) EnumDescriptor() ([]byte, []int) + func (HistorySync_BotAIWaitListState) Type() protoreflect.EnumType + func (x *HistorySync_BotAIWaitListState) UnmarshalJSON(b []byte) error + func (x HistorySync_BotAIWaitListState) Enum() *HistorySync_BotAIWaitListState + func (x HistorySync_BotAIWaitListState) Number() protoreflect.EnumNumber + func (x HistorySync_BotAIWaitListState) String() string + type HistorySync_HistorySyncType int32 + const HistorySync_FULL + const HistorySync_INITIAL_BOOTSTRAP + const HistorySync_INITIAL_STATUS_V3 + const HistorySync_NON_BLOCKING_DATA + const HistorySync_ON_DEMAND + const HistorySync_PUSH_NAME + const HistorySync_RECENT + func (HistorySync_HistorySyncType) Descriptor() protoreflect.EnumDescriptor + func (HistorySync_HistorySyncType) EnumDescriptor() ([]byte, []int) + func (HistorySync_HistorySyncType) Type() protoreflect.EnumType + func (x *HistorySync_HistorySyncType) UnmarshalJSON(b []byte) error + func (x HistorySync_HistorySyncType) Enum() *HistorySync_HistorySyncType + func (x HistorySync_HistorySyncType) Number() protoreflect.EnumNumber + func (x HistorySync_HistorySyncType) String() string + type MediaVisibility int32 + const MediaVisibility_DEFAULT + const MediaVisibility_OFF + const MediaVisibility_ON + func (MediaVisibility) Descriptor() protoreflect.EnumDescriptor + func (MediaVisibility) EnumDescriptor() ([]byte, []int) + func (MediaVisibility) Type() protoreflect.EnumType + func (x *MediaVisibility) UnmarshalJSON(b []byte) error + func (x MediaVisibility) Enum() *MediaVisibility + func (x MediaVisibility) Number() protoreflect.EnumNumber + func (x MediaVisibility) String() string + type NotificationSettings struct + CallVibrate *string + LowPriorityNotifications *bool + MessageLight *string + MessagePopup *string + MessageVibrate *string + ReactionsMuted *bool + func (*NotificationSettings) Descriptor() ([]byte, []int) + func (*NotificationSettings) ProtoMessage() + func (x *NotificationSettings) GetCallVibrate() string + func (x *NotificationSettings) GetLowPriorityNotifications() bool + func (x *NotificationSettings) GetMessageLight() string + func (x *NotificationSettings) GetMessagePopup() string + func (x *NotificationSettings) GetMessageVibrate() string + func (x *NotificationSettings) GetReactionsMuted() bool + func (x *NotificationSettings) ProtoReflect() protoreflect.Message + func (x *NotificationSettings) Reset() + func (x *NotificationSettings) String() string + type PastParticipant struct + LeaveReason *PastParticipant_LeaveReason + LeaveTS *uint64 + UserJID *string + func (*PastParticipant) Descriptor() ([]byte, []int) + func (*PastParticipant) ProtoMessage() + func (x *PastParticipant) GetLeaveReason() PastParticipant_LeaveReason + func (x *PastParticipant) GetLeaveTS() uint64 + func (x *PastParticipant) GetUserJID() string + func (x *PastParticipant) ProtoReflect() protoreflect.Message + func (x *PastParticipant) Reset() + func (x *PastParticipant) String() string + type PastParticipant_LeaveReason int32 + const PastParticipant_LEFT + const PastParticipant_REMOVED + func (PastParticipant_LeaveReason) Descriptor() protoreflect.EnumDescriptor + func (PastParticipant_LeaveReason) EnumDescriptor() ([]byte, []int) + func (PastParticipant_LeaveReason) Type() protoreflect.EnumType + func (x *PastParticipant_LeaveReason) UnmarshalJSON(b []byte) error + func (x PastParticipant_LeaveReason) Enum() *PastParticipant_LeaveReason + func (x PastParticipant_LeaveReason) Number() protoreflect.EnumNumber + func (x PastParticipant_LeaveReason) String() string + type PastParticipants struct + GroupJID *string + PastParticipants []*PastParticipant + func (*PastParticipants) Descriptor() ([]byte, []int) + func (*PastParticipants) ProtoMessage() + func (x *PastParticipants) GetGroupJID() string + func (x *PastParticipants) GetPastParticipants() []*PastParticipant + func (x *PastParticipants) ProtoReflect() protoreflect.Message + func (x *PastParticipants) Reset() + func (x *PastParticipants) String() string + type PhoneNumberToLIDMapping struct + LidJID *string + PnJID *string + func (*PhoneNumberToLIDMapping) Descriptor() ([]byte, []int) + func (*PhoneNumberToLIDMapping) ProtoMessage() + func (x *PhoneNumberToLIDMapping) GetLidJID() string + func (x *PhoneNumberToLIDMapping) GetPnJID() string + func (x *PhoneNumberToLIDMapping) ProtoReflect() protoreflect.Message + func (x *PhoneNumberToLIDMapping) Reset() + func (x *PhoneNumberToLIDMapping) String() string + type PrivacySystemMessage int32 + const PrivacySystemMessage_E2EE_MSG + const PrivacySystemMessage_NE2EE_OTHER + const PrivacySystemMessage_NE2EE_SELF + func (PrivacySystemMessage) Descriptor() protoreflect.EnumDescriptor + func (PrivacySystemMessage) EnumDescriptor() ([]byte, []int) + func (PrivacySystemMessage) Type() protoreflect.EnumType + func (x *PrivacySystemMessage) UnmarshalJSON(b []byte) error + func (x PrivacySystemMessage) Enum() *PrivacySystemMessage + func (x PrivacySystemMessage) Number() protoreflect.EnumNumber + func (x PrivacySystemMessage) String() string + type Pushname struct + ID *string + Pushname *string + func (*Pushname) Descriptor() ([]byte, []int) + func (*Pushname) ProtoMessage() + func (x *Pushname) GetID() string + func (x *Pushname) GetId() string + func (x *Pushname) GetPushname() string + func (x *Pushname) ProtoReflect() protoreflect.Message + func (x *Pushname) Reset() + func (x *Pushname) String() string + type StickerMetadata struct + DirectPath *string + FileEncSHA256 []byte + FileLength *uint64 + FileSHA256 []byte + Height *uint32 + IsLottie *bool + LastStickerSentTS *int64 + MediaKey []byte + Mimetype *string + URL *string + Weight *float32 + Width *uint32 + func (*StickerMetadata) Descriptor() ([]byte, []int) + func (*StickerMetadata) ProtoMessage() + func (x *StickerMetadata) GetDirectPath() string + func (x *StickerMetadata) GetFileEncSHA256() []byte + func (x *StickerMetadata) GetFileLength() uint64 + func (x *StickerMetadata) GetFileSHA256() []byte + func (x *StickerMetadata) GetHeight() uint32 + func (x *StickerMetadata) GetIsLottie() bool + func (x *StickerMetadata) GetLastStickerSentTS() int64 + func (x *StickerMetadata) GetMediaKey() []byte + func (x *StickerMetadata) GetMimetype() string + func (x *StickerMetadata) GetURL() string + func (x *StickerMetadata) GetWeight() float32 + func (x *StickerMetadata) GetWidth() uint32 + func (x *StickerMetadata) ProtoReflect() protoreflect.Message + func (x *StickerMetadata) Reset() + func (x *StickerMetadata) String() string + type WallpaperSettings struct + Filename *string + Opacity *uint32 + func (*WallpaperSettings) Descriptor() ([]byte, []int) + func (*WallpaperSettings) ProtoMessage() + func (x *WallpaperSettings) GetFilename() string + func (x *WallpaperSettings) GetOpacity() uint32 + func (x *WallpaperSettings) ProtoReflect() protoreflect.Message + func (x *WallpaperSettings) Reset() + func (x *WallpaperSettings) String() string Other modules containing this package github.com/snaril/wsapp/v2