waStatusAttributions

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 11, 2026 License: MPL-2.0, MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	StatusAttribution_Type_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "RESHARE",
		2:  "EXTERNAL_SHARE",
		3:  "MUSIC",
		4:  "STATUS_MENTION",
		5:  "GROUP_STATUS",
		6:  "RL_ATTRIBUTION",
		7:  "AI_CREATED",
		8:  "LAYOUTS",
		9:  "NEWSLETTER_STATUS",
		10: "STATUS_CLOSE_SHARING",
	}
	StatusAttribution_Type_value = map[string]int32{
		"UNKNOWN":              0,
		"RESHARE":              1,
		"EXTERNAL_SHARE":       2,
		"MUSIC":                3,
		"STATUS_MENTION":       4,
		"GROUP_STATUS":         5,
		"RL_ATTRIBUTION":       6,
		"AI_CREATED":           7,
		"LAYOUTS":              8,
		"NEWSLETTER_STATUS":    9,
		"STATUS_CLOSE_SHARING": 10,
	}
)

Enum value maps for StatusAttribution_Type.

View Source
var (
	StatusAttribution_AiCreatedAttribution_Source_name = map[int32]string{
		0: "UNKNOWN",
		1: "STATUS_MIMICRY",
	}
	StatusAttribution_AiCreatedAttribution_Source_value = map[string]int32{
		"UNKNOWN":        0,
		"STATUS_MIMICRY": 1,
	}
)

Enum value maps for StatusAttribution_AiCreatedAttribution_Source.

View Source
var (
	StatusAttribution_RLAttribution_Source_name = map[int32]string{
		0: "UNKNOWN",
		1: "RAY_BAN_META_GLASSES",
		2: "OAKLEY_META_GLASSES",
		3: "HYPERNOVA_GLASSES",
	}
	StatusAttribution_RLAttribution_Source_value = map[string]int32{
		"UNKNOWN":              0,
		"RAY_BAN_META_GLASSES": 1,
		"OAKLEY_META_GLASSES":  2,
		"HYPERNOVA_GLASSES":    3,
	}
)

Enum value maps for StatusAttribution_RLAttribution_Source.

View Source
var (
	StatusAttribution_ExternalShare_Source_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "INSTAGRAM",
		2:  "FACEBOOK",
		3:  "MESSENGER",
		4:  "SPOTIFY",
		5:  "YOUTUBE",
		6:  "PINTEREST",
		7:  "THREADS",
		8:  "APPLE_MUSIC",
		9:  "SHARECHAT",
		10: "GOOGLE_PHOTOS",
		11: "SOUNDCLOUD",
	}
	StatusAttribution_ExternalShare_Source_value = map[string]int32{
		"UNKNOWN":       0,
		"INSTAGRAM":     1,
		"FACEBOOK":      2,
		"MESSENGER":     3,
		"SPOTIFY":       4,
		"YOUTUBE":       5,
		"PINTEREST":     6,
		"THREADS":       7,
		"APPLE_MUSIC":   8,
		"SHARECHAT":     9,
		"GOOGLE_PHOTOS": 10,
		"SOUNDCLOUD":    11,
	}
)

Enum value maps for StatusAttribution_ExternalShare_Source.

View Source
var (
	StatusAttribution_StatusReshare_Source_name = map[int32]string{
		0: "UNKNOWN",
		1: "INTERNAL_RESHARE",
		2: "MENTION_RESHARE",
		3: "CHANNEL_RESHARE",
		4: "FORWARD",
	}
	StatusAttribution_StatusReshare_Source_value = map[string]int32{
		"UNKNOWN":          0,
		"INTERNAL_RESHARE": 1,
		"MENTION_RESHARE":  2,
		"CHANNEL_RESHARE":  3,
		"FORWARD":          4,
	}
)

Enum value maps for StatusAttribution_StatusReshare_Source.

View Source
var File_waStatusAttributions_WAStatusAttributions_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type StatusAttribution

type StatusAttribution struct {

	// Types that are valid to be assigned to AttributionData:
	//
	//	*StatusAttribution_StatusReshare_
	//	*StatusAttribution_ExternalShare_
	//	*StatusAttribution_Music_
	//	*StatusAttribution_GroupStatus_
	//	*StatusAttribution_RlAttribution
	//	*StatusAttribution_AiCreatedAttribution_
	AttributionData isStatusAttribution_AttributionData `protobuf_oneof:"attributionData"`
	Type            *StatusAttribution_Type             `protobuf:"varint,1,opt,name=type,enum=WAStatusAttributions.StatusAttribution_Type" json:"type,omitempty"`
	ActionURL       *string                             `protobuf:"bytes,2,opt,name=actionURL" json:"actionURL,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution) Descriptor deprecated

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

Deprecated: Use StatusAttribution.ProtoReflect.Descriptor instead.

func (*StatusAttribution) GetActionURL

func (x *StatusAttribution) GetActionURL() string

func (*StatusAttribution) GetAiCreatedAttribution

func (x *StatusAttribution) GetAiCreatedAttribution() *StatusAttribution_AiCreatedAttribution

func (*StatusAttribution) GetAttributionData

func (x *StatusAttribution) GetAttributionData() isStatusAttribution_AttributionData

func (*StatusAttribution) GetExternalShare

func (x *StatusAttribution) GetExternalShare() *StatusAttribution_ExternalShare

func (*StatusAttribution) GetGroupStatus

func (x *StatusAttribution) GetGroupStatus() *StatusAttribution_GroupStatus

func (*StatusAttribution) GetMusic

func (*StatusAttribution) GetRlAttribution

func (x *StatusAttribution) GetRlAttribution() *StatusAttribution_RLAttribution

func (*StatusAttribution) GetStatusReshare

func (x *StatusAttribution) GetStatusReshare() *StatusAttribution_StatusReshare

func (*StatusAttribution) GetType

func (*StatusAttribution) ProtoMessage

func (*StatusAttribution) ProtoMessage()

func (*StatusAttribution) ProtoReflect

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

func (*StatusAttribution) Reset

func (x *StatusAttribution) Reset()

func (*StatusAttribution) String

func (x *StatusAttribution) String() string

type StatusAttribution_AiCreatedAttribution

type StatusAttribution_AiCreatedAttribution struct {
	Source *StatusAttribution_AiCreatedAttribution_Source `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatusAttribution_AiCreatedAttribution) Descriptor deprecated

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

Deprecated: Use StatusAttribution_AiCreatedAttribution.ProtoReflect.Descriptor instead.

func (*StatusAttribution_AiCreatedAttribution) GetSource

func (*StatusAttribution_AiCreatedAttribution) ProtoMessage

func (*StatusAttribution_AiCreatedAttribution) ProtoReflect

func (*StatusAttribution_AiCreatedAttribution) Reset

func (*StatusAttribution_AiCreatedAttribution) String

type StatusAttribution_AiCreatedAttribution_

type StatusAttribution_AiCreatedAttribution_ struct {
	AiCreatedAttribution *StatusAttribution_AiCreatedAttribution `protobuf:"bytes,8,opt,name=aiCreatedAttribution,oneof"`
}

type StatusAttribution_AiCreatedAttribution_Source

type StatusAttribution_AiCreatedAttribution_Source int32
const (
	StatusAttribution_AiCreatedAttribution_UNKNOWN        StatusAttribution_AiCreatedAttribution_Source = 0
	StatusAttribution_AiCreatedAttribution_STATUS_MIMICRY StatusAttribution_AiCreatedAttribution_Source = 1
)

func (StatusAttribution_AiCreatedAttribution_Source) Descriptor

func (StatusAttribution_AiCreatedAttribution_Source) Enum

func (StatusAttribution_AiCreatedAttribution_Source) EnumDescriptor deprecated

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

Deprecated: Use StatusAttribution_AiCreatedAttribution_Source.Descriptor instead.

func (StatusAttribution_AiCreatedAttribution_Source) Number

func (StatusAttribution_AiCreatedAttribution_Source) String

func (StatusAttribution_AiCreatedAttribution_Source) Type

func (*StatusAttribution_AiCreatedAttribution_Source) UnmarshalJSON deprecated

Deprecated: Do not use.

type StatusAttribution_ExternalShare

type StatusAttribution_ExternalShare struct {
	ActionURL         *string                                 `protobuf:"bytes,1,opt,name=actionURL" json:"actionURL,omitempty"`
	Source            *StatusAttribution_ExternalShare_Source `protobuf:"varint,2,opt,name=source,enum=WAStatusAttributions.StatusAttribution_ExternalShare_Source" json:"source,omitempty"`
	Duration          *int32                                  `protobuf:"varint,3,opt,name=duration" json:"duration,omitempty"`
	ActionFallbackURL *string                                 `protobuf:"bytes,4,opt,name=actionFallbackURL" json:"actionFallbackURL,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_ExternalShare) Descriptor deprecated

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

Deprecated: Use StatusAttribution_ExternalShare.ProtoReflect.Descriptor instead.

func (*StatusAttribution_ExternalShare) GetActionFallbackURL

func (x *StatusAttribution_ExternalShare) GetActionFallbackURL() string

func (*StatusAttribution_ExternalShare) GetActionURL

func (x *StatusAttribution_ExternalShare) GetActionURL() string

func (*StatusAttribution_ExternalShare) GetDuration

func (x *StatusAttribution_ExternalShare) GetDuration() int32

func (*StatusAttribution_ExternalShare) GetSource

func (*StatusAttribution_ExternalShare) ProtoMessage

func (*StatusAttribution_ExternalShare) ProtoMessage()

func (*StatusAttribution_ExternalShare) ProtoReflect

func (*StatusAttribution_ExternalShare) Reset

func (*StatusAttribution_ExternalShare) String

type StatusAttribution_ExternalShare_

type StatusAttribution_ExternalShare_ struct {
	ExternalShare *StatusAttribution_ExternalShare `protobuf:"bytes,4,opt,name=externalShare,oneof"`
}

type StatusAttribution_ExternalShare_Source

type StatusAttribution_ExternalShare_Source int32
const (
	StatusAttribution_ExternalShare_UNKNOWN       StatusAttribution_ExternalShare_Source = 0
	StatusAttribution_ExternalShare_INSTAGRAM     StatusAttribution_ExternalShare_Source = 1
	StatusAttribution_ExternalShare_FACEBOOK      StatusAttribution_ExternalShare_Source = 2
	StatusAttribution_ExternalShare_MESSENGER     StatusAttribution_ExternalShare_Source = 3
	StatusAttribution_ExternalShare_SPOTIFY       StatusAttribution_ExternalShare_Source = 4
	StatusAttribution_ExternalShare_YOUTUBE       StatusAttribution_ExternalShare_Source = 5
	StatusAttribution_ExternalShare_PINTEREST     StatusAttribution_ExternalShare_Source = 6
	StatusAttribution_ExternalShare_THREADS       StatusAttribution_ExternalShare_Source = 7
	StatusAttribution_ExternalShare_APPLE_MUSIC   StatusAttribution_ExternalShare_Source = 8
	StatusAttribution_ExternalShare_SHARECHAT     StatusAttribution_ExternalShare_Source = 9
	StatusAttribution_ExternalShare_GOOGLE_PHOTOS StatusAttribution_ExternalShare_Source = 10
	StatusAttribution_ExternalShare_SOUNDCLOUD    StatusAttribution_ExternalShare_Source = 11
)

func (StatusAttribution_ExternalShare_Source) Descriptor

func (StatusAttribution_ExternalShare_Source) Enum

func (StatusAttribution_ExternalShare_Source) EnumDescriptor deprecated

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

Deprecated: Use StatusAttribution_ExternalShare_Source.Descriptor instead.

func (StatusAttribution_ExternalShare_Source) Number

func (StatusAttribution_ExternalShare_Source) String

func (StatusAttribution_ExternalShare_Source) Type

func (*StatusAttribution_ExternalShare_Source) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type StatusAttribution_GroupStatus

type StatusAttribution_GroupStatus struct {
	AuthorJID *string `protobuf:"bytes,1,opt,name=authorJID" json:"authorJID,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_GroupStatus) Descriptor deprecated

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

Deprecated: Use StatusAttribution_GroupStatus.ProtoReflect.Descriptor instead.

func (*StatusAttribution_GroupStatus) GetAuthorJID

func (x *StatusAttribution_GroupStatus) GetAuthorJID() string

func (*StatusAttribution_GroupStatus) ProtoMessage

func (*StatusAttribution_GroupStatus) ProtoMessage()

func (*StatusAttribution_GroupStatus) ProtoReflect

func (*StatusAttribution_GroupStatus) Reset

func (x *StatusAttribution_GroupStatus) Reset()

func (*StatusAttribution_GroupStatus) String

type StatusAttribution_GroupStatus_

type StatusAttribution_GroupStatus_ struct {
	GroupStatus *StatusAttribution_GroupStatus `protobuf:"bytes,6,opt,name=groupStatus,oneof"`
}

type StatusAttribution_Music

type StatusAttribution_Music struct {
	AuthorName        *string `protobuf:"bytes,1,opt,name=authorName" json:"authorName,omitempty"`
	SongID            *string `protobuf:"bytes,2,opt,name=songID" json:"songID,omitempty"`
	Title             *string `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Author            *string `protobuf:"bytes,4,opt,name=author" json:"author,omitempty"`
	ArtistAttribution *string `protobuf:"bytes,5,opt,name=artistAttribution" json:"artistAttribution,omitempty"`
	IsExplicit        *bool   `protobuf:"varint,6,opt,name=isExplicit" json:"isExplicit,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_Music) Descriptor deprecated

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

Deprecated: Use StatusAttribution_Music.ProtoReflect.Descriptor instead.

func (*StatusAttribution_Music) GetArtistAttribution

func (x *StatusAttribution_Music) GetArtistAttribution() string

func (*StatusAttribution_Music) GetAuthor

func (x *StatusAttribution_Music) GetAuthor() string

func (*StatusAttribution_Music) GetAuthorName

func (x *StatusAttribution_Music) GetAuthorName() string

func (*StatusAttribution_Music) GetIsExplicit

func (x *StatusAttribution_Music) GetIsExplicit() bool

func (*StatusAttribution_Music) GetSongID

func (x *StatusAttribution_Music) GetSongID() string

func (*StatusAttribution_Music) GetTitle

func (x *StatusAttribution_Music) GetTitle() string

func (*StatusAttribution_Music) ProtoMessage

func (*StatusAttribution_Music) ProtoMessage()

func (*StatusAttribution_Music) ProtoReflect

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

func (*StatusAttribution_Music) Reset

func (x *StatusAttribution_Music) Reset()

func (*StatusAttribution_Music) String

func (x *StatusAttribution_Music) String() string

type StatusAttribution_Music_

type StatusAttribution_Music_ struct {
	Music *StatusAttribution_Music `protobuf:"bytes,5,opt,name=music,oneof"`
}

type StatusAttribution_RLAttribution

type StatusAttribution_RLAttribution struct {
	Source *StatusAttribution_RLAttribution_Source `protobuf:"varint,1,opt,name=source,enum=WAStatusAttributions.StatusAttribution_RLAttribution_Source" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_RLAttribution) Descriptor deprecated

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

Deprecated: Use StatusAttribution_RLAttribution.ProtoReflect.Descriptor instead.

func (*StatusAttribution_RLAttribution) GetSource

func (*StatusAttribution_RLAttribution) ProtoMessage

func (*StatusAttribution_RLAttribution) ProtoMessage()

func (*StatusAttribution_RLAttribution) ProtoReflect

func (*StatusAttribution_RLAttribution) Reset

func (*StatusAttribution_RLAttribution) String

type StatusAttribution_RLAttribution_Source

type StatusAttribution_RLAttribution_Source int32
const (
	StatusAttribution_RLAttribution_UNKNOWN              StatusAttribution_RLAttribution_Source = 0
	StatusAttribution_RLAttribution_RAY_BAN_META_GLASSES StatusAttribution_RLAttribution_Source = 1
	StatusAttribution_RLAttribution_OAKLEY_META_GLASSES  StatusAttribution_RLAttribution_Source = 2
	StatusAttribution_RLAttribution_HYPERNOVA_GLASSES    StatusAttribution_RLAttribution_Source = 3
)

func (StatusAttribution_RLAttribution_Source) Descriptor

func (StatusAttribution_RLAttribution_Source) Enum

func (StatusAttribution_RLAttribution_Source) EnumDescriptor deprecated

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

Deprecated: Use StatusAttribution_RLAttribution_Source.Descriptor instead.

func (StatusAttribution_RLAttribution_Source) Number

func (StatusAttribution_RLAttribution_Source) String

func (StatusAttribution_RLAttribution_Source) Type

func (*StatusAttribution_RLAttribution_Source) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type StatusAttribution_RlAttribution

type StatusAttribution_RlAttribution struct {
	RlAttribution *StatusAttribution_RLAttribution `protobuf:"bytes,7,opt,name=rlAttribution,oneof"`
}

type StatusAttribution_StatusReshare

type StatusAttribution_StatusReshare struct {
	Source   *StatusAttribution_StatusReshare_Source   `protobuf:"varint,1,opt,name=source,enum=WAStatusAttributions.StatusAttribution_StatusReshare_Source" json:"source,omitempty"`
	Metadata *StatusAttribution_StatusReshare_Metadata `protobuf:"bytes,2,opt,name=metadata" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_StatusReshare) Descriptor deprecated

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

Deprecated: Use StatusAttribution_StatusReshare.ProtoReflect.Descriptor instead.

func (*StatusAttribution_StatusReshare) GetMetadata

func (*StatusAttribution_StatusReshare) GetSource

func (*StatusAttribution_StatusReshare) ProtoMessage

func (*StatusAttribution_StatusReshare) ProtoMessage()

func (*StatusAttribution_StatusReshare) ProtoReflect

func (*StatusAttribution_StatusReshare) Reset

func (*StatusAttribution_StatusReshare) String

type StatusAttribution_StatusReshare_

type StatusAttribution_StatusReshare_ struct {
	StatusReshare *StatusAttribution_StatusReshare `protobuf:"bytes,3,opt,name=statusReshare,oneof"`
}

type StatusAttribution_StatusReshare_Metadata

type StatusAttribution_StatusReshare_Metadata struct {
	Duration            *int32  `protobuf:"varint,1,opt,name=duration" json:"duration,omitempty"`
	ChannelJID          *string `protobuf:"bytes,2,opt,name=channelJID" json:"channelJID,omitempty"`
	ChannelMessageID    *int32  `protobuf:"varint,3,opt,name=channelMessageID" json:"channelMessageID,omitempty"`
	HasMultipleReshares *bool   `protobuf:"varint,4,opt,name=hasMultipleReshares" json:"hasMultipleReshares,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusAttribution_StatusReshare_Metadata) Descriptor deprecated

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

Deprecated: Use StatusAttribution_StatusReshare_Metadata.ProtoReflect.Descriptor instead.

func (*StatusAttribution_StatusReshare_Metadata) GetChannelJID

func (*StatusAttribution_StatusReshare_Metadata) GetChannelMessageID

func (x *StatusAttribution_StatusReshare_Metadata) GetChannelMessageID() int32

func (*StatusAttribution_StatusReshare_Metadata) GetDuration

func (*StatusAttribution_StatusReshare_Metadata) GetHasMultipleReshares

func (x *StatusAttribution_StatusReshare_Metadata) GetHasMultipleReshares() bool

func (*StatusAttribution_StatusReshare_Metadata) ProtoMessage

func (*StatusAttribution_StatusReshare_Metadata) ProtoReflect

func (*StatusAttribution_StatusReshare_Metadata) Reset

func (*StatusAttribution_StatusReshare_Metadata) String

type StatusAttribution_StatusReshare_Source

type StatusAttribution_StatusReshare_Source int32
const (
	StatusAttribution_StatusReshare_UNKNOWN          StatusAttribution_StatusReshare_Source = 0
	StatusAttribution_StatusReshare_INTERNAL_RESHARE StatusAttribution_StatusReshare_Source = 1
	StatusAttribution_StatusReshare_MENTION_RESHARE  StatusAttribution_StatusReshare_Source = 2
	StatusAttribution_StatusReshare_CHANNEL_RESHARE  StatusAttribution_StatusReshare_Source = 3
	StatusAttribution_StatusReshare_FORWARD          StatusAttribution_StatusReshare_Source = 4
)

func (StatusAttribution_StatusReshare_Source) Descriptor

func (StatusAttribution_StatusReshare_Source) Enum

func (StatusAttribution_StatusReshare_Source) EnumDescriptor deprecated

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

Deprecated: Use StatusAttribution_StatusReshare_Source.Descriptor instead.

func (StatusAttribution_StatusReshare_Source) Number

func (StatusAttribution_StatusReshare_Source) String

func (StatusAttribution_StatusReshare_Source) Type

func (*StatusAttribution_StatusReshare_Source) UnmarshalJSON deprecated

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

Deprecated: Do not use.

type StatusAttribution_Type

type StatusAttribution_Type int32
const (
	StatusAttribution_UNKNOWN              StatusAttribution_Type = 0
	StatusAttribution_RESHARE              StatusAttribution_Type = 1
	StatusAttribution_EXTERNAL_SHARE       StatusAttribution_Type = 2
	StatusAttribution_MUSIC                StatusAttribution_Type = 3
	StatusAttribution_STATUS_MENTION       StatusAttribution_Type = 4
	StatusAttribution_GROUP_STATUS         StatusAttribution_Type = 5
	StatusAttribution_RL_ATTRIBUTION       StatusAttribution_Type = 6
	StatusAttribution_AI_CREATED           StatusAttribution_Type = 7
	StatusAttribution_LAYOUTS              StatusAttribution_Type = 8
	StatusAttribution_NEWSLETTER_STATUS    StatusAttribution_Type = 9
	StatusAttribution_STATUS_CLOSE_SHARING StatusAttribution_Type = 10
)

func (StatusAttribution_Type) Descriptor

func (StatusAttribution_Type) Enum

func (StatusAttribution_Type) EnumDescriptor deprecated

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

Deprecated: Use StatusAttribution_Type.Descriptor instead.

func (StatusAttribution_Type) Number

func (StatusAttribution_Type) String

func (x StatusAttribution_Type) String() string

func (StatusAttribution_Type) Type

func (*StatusAttribution_Type) UnmarshalJSON deprecated

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

Deprecated: Do not use.

Jump to

Keyboard shortcuts

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