Versions in this module Expand all Collapse all v0 v0.0.3 Nov 6, 2022 v0.0.2 Nov 4, 2022 Changes in this version + type AppState struct + Index []string + type AppStateSyncComplete struct + Name appstate.WAPatchName + type Archive struct + Action *waProto.ArchiveChatAction + JID types.JID + Timestamp time.Time + type BusinessName struct + JID types.JID + Message *types.MessageInfo + NewBusinessName string + OldBusinessName string + type CallAccept struct + Data *waBinary.Node + type CallOffer struct + Data *waBinary.Node + type CallOfferNotice struct + Data *waBinary.Node + Media string + Type string + type CallRelayLatency struct + Data *waBinary.Node + type CallTerminate struct + Data *waBinary.Node + Reason string + type ChatPresence struct + Media types.ChatPresenceMedia + State types.ChatPresence + type ClientOutdated struct + type ConnectFailure struct + Raw *waBinary.Node + Reason ConnectFailureReason + type ConnectFailureReason int + const ConnectFailureBadUserAgent + const ConnectFailureClientOutdated + const ConnectFailureLoggedOut + const ConnectFailureMainDeviceGone + const ConnectFailureTempBanned + const ConnectFailureUnknownLogout + func (cfr ConnectFailureReason) IsLoggedOut() bool + func (cfr ConnectFailureReason) String() string + type Connected struct + type Contact struct + Action *waProto.ContactAction + JID types.JID + Timestamp time.Time + type DeleteChat struct + Action *waProto.DeleteChatAction + JID types.JID + Timestamp time.Time + type DeleteForMe struct + Action *waProto.DeleteMessageForMeAction + ChatJID types.JID + IsFromMe bool + MessageID string + SenderJID types.JID + Timestamp time.Time + type Disconnected struct + type GroupInfo struct + Announce *types.GroupAnnounce + Demote []types.JID + Ephemeral *types.GroupEphemeral + JID types.JID + Join []types.JID + JoinReason string + Leave []types.JID + Locked *types.GroupLocked + Name *types.GroupName + NewInviteLink *string + Notify string + ParticipantVersionID string + PrevParticipantVersionID string + Promote []types.JID + Sender *types.JID + Timestamp time.Time + Topic *types.GroupTopic + UnknownChanges []*waBinary.Node + type HistorySync struct + Data *waProto.HistorySync + type IdentityChange struct + Implicit bool + JID types.JID + Timestamp time.Time + type JoinedGroup struct + CreateKey types.MessageID + Reason string + Type string + type KeepAliveRestored struct + type KeepAliveTimeout struct + ErrorCount int + LastSuccess time.Time + type LoggedOut struct + OnConnect bool + Reason ConnectFailureReason + type MarkChatAsRead struct + Action *waProto.MarkChatAsReadAction + JID types.JID + Timestamp time.Time + type MediaRetry struct + ChatID types.JID + Ciphertext []byte + Error *MediaRetryError + FromMe bool + IV []byte + MessageID types.MessageID + SenderID types.JID + Timestamp time.Time + type MediaRetryError struct + Code int + type Message struct + Info types.MessageInfo + IsDocumentWithCaption bool + IsEdit bool + IsEphemeral bool + IsViewOnce bool + IsViewOnceV2 bool + Message *waProto.Message + RawMessage *waProto.Message + func (evt *Message) UnwrapRaw() *Message + type Mute struct + Action *waProto.MuteAction + JID types.JID + Timestamp time.Time + type OfflineSyncCompleted struct + Count int + type OfflineSyncPreview struct + AppDataChanges int + Messages int + Notifications int + Receipts int + Total int + type PairError struct + BusinessName string + Error error + ID types.JID + Platform string + type PairSuccess struct + BusinessName string + ID types.JID + Platform string + type Picture struct + Author types.JID + JID types.JID + PictureID string + Remove bool + Timestamp time.Time + type Pin struct + Action *waProto.PinAction + JID types.JID + Timestamp time.Time + type Presence struct + From types.JID + LastSeen time.Time + Unavailable bool + type PrivacySettings struct + GroupAddChanged bool + LastSeenChanged bool + NewSettings types.PrivacySettings + ProfileChanged bool + ReadReceiptsChanged bool + StatusChanged bool + type PushName struct + JID types.JID + Message *types.MessageInfo + NewPushName string + OldPushName string + type PushNameSetting struct + Action *waProto.PushNameSetting + Timestamp time.Time + type QR struct + Codes []string + type QRScannedWithoutMultidevice struct + type Receipt struct + MessageIDs []types.MessageID + Timestamp time.Time + Type ReceiptType + type ReceiptType string + const ReceiptTypeDelivered + const ReceiptTypePlayed + const ReceiptTypeRead + const ReceiptTypeReadSelf + const ReceiptTypeRetry + const ReceiptTypeSender + func (rt ReceiptType) GoString() string + type Star struct + Action *waProto.StarAction + ChatJID types.JID + IsFromMe bool + MessageID string + SenderJID types.JID + Timestamp time.Time + type StreamError struct + Code string + Raw *waBinary.Node + type StreamReplaced struct + type TempBanReason int + const TempBanBlockedByUsers + const TempBanBroadcastList + const TempBanCreatedTooManyGroups + const TempBanSentToTooManyPeople + const TempBanSentTooManySameMessage + func (tbr TempBanReason) String() string + type TemporaryBan struct + Code TempBanReason + Expire time.Time + func (tb *TemporaryBan) String() string + type UnarchiveChatsSetting struct + Action *waProto.UnarchiveChatsSetting + Timestamp time.Time + type UndecryptableMessage struct + Info types.MessageInfo + IsUnavailable bool + type UnknownCallEvent struct + Node *waBinary.Node