twitch

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MessageTypeTwitchChatEvent_name = map[int32]string{
		0: "TWITCH_CHAT_EVENT_TYPE_MESSAGE_IN",
	}
	MessageTypeTwitchChatEvent_value = map[string]int32{
		"TWITCH_CHAT_EVENT_TYPE_MESSAGE_IN": 0,
	}
)

Enum value maps for MessageTypeTwitchChatEvent.

View Source
var (
	MessageTypeTwitchChatRequest_name = map[int32]string{
		0: "TWITCH_CHAT_REQUEST_TYPE_SEND_REQ",
		1: "TWITCH_CHAT_REQUEST_TYPE_SEND_RESP",
	}
	MessageTypeTwitchChatRequest_value = map[string]int32{
		"TWITCH_CHAT_REQUEST_TYPE_SEND_REQ":  0,
		"TWITCH_CHAT_REQUEST_TYPE_SEND_RESP": 1,
	}
)

Enum value maps for MessageTypeTwitchChatRequest.

View Source
var (
	MessageTypeCommand_name = map[int32]string{
		0:  "TYPE_COMMAND_UNSPECIFIED",
		1:  "TYPE_COMMAND_GET_OAUTH_URL_REQ",
		2:  "TYPE_COMMAND_GET_OAUTH_URL_RES",
		3:  "TYPE_COMMAND_WRITE_PROFILE_REQ",
		4:  "TYPE_COMMAND_WRITE_PROFILE_RESP",
		5:  "TYPE_COMMAND_DELETE_PROFILE_REQ",
		6:  "TYPE_COMMAND_DELETE_PROFILE_RESP",
		7:  "TYPE_COMMAND_CHAT_SET_CONFIG_REQ",
		8:  "TYPE_COMMAND_CHAT_SET_CONFIG_RESP",
		9:  "TYPE_COMMAND_EVENT_SET_CONFIG_REQ",
		10: "TYPE_COMMAND_EVENT_SET_CONFIG_RESP",
	}
	MessageTypeCommand_value = map[string]int32{
		"TYPE_COMMAND_UNSPECIFIED":           0,
		"TYPE_COMMAND_GET_OAUTH_URL_REQ":     1,
		"TYPE_COMMAND_GET_OAUTH_URL_RES":     2,
		"TYPE_COMMAND_WRITE_PROFILE_REQ":     3,
		"TYPE_COMMAND_WRITE_PROFILE_RESP":    4,
		"TYPE_COMMAND_DELETE_PROFILE_REQ":    5,
		"TYPE_COMMAND_DELETE_PROFILE_RESP":   6,
		"TYPE_COMMAND_CHAT_SET_CONFIG_REQ":   7,
		"TYPE_COMMAND_CHAT_SET_CONFIG_RESP":  8,
		"TYPE_COMMAND_EVENT_SET_CONFIG_REQ":  9,
		"TYPE_COMMAND_EVENT_SET_CONFIG_RESP": 10,
	}
)

Enum value maps for MessageTypeCommand.

View Source
var (
	MessageTypeEventSub_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "TYPE_EVENTSUB_EVENT",
		2: "TYPE_CHANNEL_RAID",
		3: "TYPE_CHANNEL_FOLLOW",
		4: "TYPE_CHANNEL_CHEER",
		5: "TYPE_CHANNEL_POINT_CUSTOM_REDEEM",
		6: "TYPE_CHANNEL_CHAT_MESSAGE",
	}
	MessageTypeEventSub_value = map[string]int32{
		"TYPE_UNSPECIFIED":                 0,
		"TYPE_EVENTSUB_EVENT":              1,
		"TYPE_CHANNEL_RAID":                2,
		"TYPE_CHANNEL_FOLLOW":              3,
		"TYPE_CHANNEL_CHEER":               4,
		"TYPE_CHANNEL_POINT_CUSTOM_REDEEM": 5,
		"TYPE_CHANNEL_CHAT_MESSAGE":        6,
	}
)

Enum value maps for MessageTypeEventSub.

View Source
var (
	EventSubStatus_name = map[int32]string{
		0: "EVENT_SUB_STATUS_UNKNOWN",
		1: "EVENT_SUB_STATUS_OFF",
		2: "EVENT_SUB_STATUS_CONNECTED",
		3: "EVENT_SUB_STATUS_ERROR",
	}
	EventSubStatus_value = map[string]int32{
		"EVENT_SUB_STATUS_UNKNOWN":   0,
		"EVENT_SUB_STATUS_OFF":       1,
		"EVENT_SUB_STATUS_CONNECTED": 2,
		"EVENT_SUB_STATUS_ERROR":     3,
	}
)

Enum value maps for EventSubStatus.

View Source
var (
	ChatMessageFragmentType_name = map[int32]string{
		0: "text",
		1: "cheermote",
		2: "emote",
		3: "mention",
	}
	ChatMessageFragmentType_value = map[string]int32{
		"text":      0,
		"cheermote": 1,
		"emote":     2,
		"mention":   3,
	}
)

Enum value maps for ChatMessageFragmentType.

View Source
var (
	ChatMessageType_name = map[int32]string{
		0: "chat_message_type_text",
		1: "chat_message_type_channel_points_highlighted",
		2: "chat_message_type_channel_points_sub_only",
		3: "chat_message_type_user_intro",
	}
	ChatMessageType_value = map[string]int32{
		"chat_message_type_text":                       0,
		"chat_message_type_channel_points_highlighted": 1,
		"chat_message_type_channel_points_sub_only":    2,
		"chat_message_type_user_intro":                 3,
	}
)

Enum value maps for ChatMessageType.

View Source
var (
	MessageTypeRequest_name = map[int32]string{
		0:  "TYPE_REQUEST_UNSPECIFIED",
		1:  "TYPE_REQUEST_LIST_PROFILES_REQ",
		2:  "TYPE_REQUEST_LIST_PROFILES_RESP",
		3:  "TYPE_REQUEST_CHAT_GET_CONFIG_REQ",
		4:  "TYPE_REQUEST_CHAT_GET_CONFIG_RESP",
		5:  "TYPE_REQUEST_EVENT_GET_CONFIG_REQ",
		6:  "TYPE_REQUEST_EVENT_GET_CONFIG_RESP",
		7:  "TYPE_REQUEST_EVENT_GET_STATUS_REQ",
		8:  "TYPE_REQUEST_EVENT_GET_STATUS_RESP",
		9:  "TYPE_REQUEST_GET_USER_REQ",
		10: "TYPE_REQUEST_GET_USER_RESP",
		11: "TYPE_REQUEST_SEND_SHOUTOUT_REQ",
		12: "TYPE_REQUEST_SEND_SHOUTOUT_RESP",
	}
	MessageTypeRequest_value = map[string]int32{
		"TYPE_REQUEST_UNSPECIFIED":           0,
		"TYPE_REQUEST_LIST_PROFILES_REQ":     1,
		"TYPE_REQUEST_LIST_PROFILES_RESP":    2,
		"TYPE_REQUEST_CHAT_GET_CONFIG_REQ":   3,
		"TYPE_REQUEST_CHAT_GET_CONFIG_RESP":  4,
		"TYPE_REQUEST_EVENT_GET_CONFIG_REQ":  5,
		"TYPE_REQUEST_EVENT_GET_CONFIG_RESP": 6,
		"TYPE_REQUEST_EVENT_GET_STATUS_REQ":  7,
		"TYPE_REQUEST_EVENT_GET_STATUS_RESP": 8,
		"TYPE_REQUEST_GET_USER_REQ":          9,
		"TYPE_REQUEST_GET_USER_RESP":         10,
		"TYPE_REQUEST_SEND_SHOUTOUT_REQ":     11,
		"TYPE_REQUEST_SEND_SHOUTOUT_RESP":    12,
	}
)

Enum value maps for MessageTypeRequest.

View Source
var (
	BusTopics_name = map[int32]string{
		0: "TWITCH_EVENT",
		1: "TWITCH_REQUEST",
		2: "TWITCH_COMMAND",
		3: "TWITCH_CHAT_EVENT",
		4: "TWITCH_CHAT_REQUEST",
		5: "TWITCH_CHAT_COMMAND",
		6: "TWITCH_EVENTSUB_EVENT",
	}
	BusTopics_value = map[string]int32{
		"TWITCH_EVENT":          0,
		"TWITCH_REQUEST":        1,
		"TWITCH_COMMAND":        2,
		"TWITCH_CHAT_EVENT":     3,
		"TWITCH_CHAT_REQUEST":   4,
		"TWITCH_CHAT_COMMAND":   5,
		"TWITCH_EVENTSUB_EVENT": 6,
	}
)

Enum value maps for BusTopics.

Functions

func SendChat

func SendChat(req *TwitchChatRequestSendRequest) error

Types

type BusTopics

type BusTopics int32
const (
	BusTopics_TWITCH_EVENT          BusTopics = 0
	BusTopics_TWITCH_REQUEST        BusTopics = 1
	BusTopics_TWITCH_COMMAND        BusTopics = 2
	BusTopics_TWITCH_CHAT_EVENT     BusTopics = 3
	BusTopics_TWITCH_CHAT_REQUEST   BusTopics = 4
	BusTopics_TWITCH_CHAT_COMMAND   BusTopics = 5
	BusTopics_TWITCH_EVENTSUB_EVENT BusTopics = 6
)

func (BusTopics) Enum

func (x BusTopics) Enum() *BusTopics

func (BusTopics) MarshalJSON added in v0.1.1

func (x BusTopics) MarshalJSON() ([]byte, error)

MarshalJSON marshals the BusTopics to JSON.

func (BusTopics) MarshalProtoJSON added in v0.1.1

func (x BusTopics) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the BusTopics to JSON.

func (BusTopics) MarshalText added in v0.1.1

func (x BusTopics) MarshalText() ([]byte, error)

MarshalText marshals the BusTopics to text.

func (BusTopics) String

func (x BusTopics) String() string

func (*BusTopics) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the BusTopics from JSON.

func (*BusTopics) UnmarshalProtoJSON added in v0.1.1

func (x *BusTopics) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the BusTopics from JSON.

func (*BusTopics) UnmarshalText added in v0.1.1

func (x *BusTopics) UnmarshalText(b []byte) error

UnmarshalText unmarshals the BusTopics from text.

type ChatBadge

type ChatBadge struct {
	SetId string `protobuf:"bytes,1,opt,name=set_id,json=setId,proto3" json:"setId,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Info  string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatBadge) CloneMessageVT

func (m *ChatBadge) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatBadge) CloneVT

func (m *ChatBadge) CloneVT() *ChatBadge

func (*ChatBadge) EqualMessageVT

func (this *ChatBadge) EqualMessageVT(thatMsg any) bool

func (*ChatBadge) EqualVT

func (this *ChatBadge) EqualVT(that *ChatBadge) bool

func (*ChatBadge) GetId

func (x *ChatBadge) GetId() string

func (*ChatBadge) GetInfo

func (x *ChatBadge) GetInfo() string

func (*ChatBadge) GetSetId

func (x *ChatBadge) GetSetId() string

func (*ChatBadge) MarshalJSON added in v0.1.1

func (x *ChatBadge) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatBadge to JSON.

func (*ChatBadge) MarshalProtoJSON added in v0.1.1

func (x *ChatBadge) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatBadge message to JSON.

func (*ChatBadge) MarshalToSizedBufferVT

func (m *ChatBadge) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatBadge) MarshalToVT

func (m *ChatBadge) MarshalToVT(dAtA []byte) (int, error)

func (*ChatBadge) MarshalVT

func (m *ChatBadge) MarshalVT() (dAtA []byte, err error)

func (*ChatBadge) ProtoMessage

func (*ChatBadge) ProtoMessage()

func (*ChatBadge) Reset

func (x *ChatBadge) Reset()

func (*ChatBadge) SizeVT

func (m *ChatBadge) SizeVT() (n int)

func (*ChatBadge) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatBadge from JSON.

func (*ChatBadge) UnmarshalProtoJSON added in v0.1.1

func (x *ChatBadge) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatBadge message from JSON.

func (*ChatBadge) UnmarshalVT

func (m *ChatBadge) UnmarshalVT(dAtA []byte) error

type ChatConfig

type ChatConfig struct {
	Enabled       bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`                                // allow disabling chat
	Profile       string `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`                                 // default chat client and channel
	MessagePrefix string `protobuf:"bytes,3,opt,name=message_prefix,json=messagePrefix,proto3" json:"messagePrefix,omitempty"` // a prefix to add to all chat messages. Useful to make it clear that the message is coming from a bot
	// contains filtered or unexported fields
}

func (*ChatConfig) CloneMessageVT

func (m *ChatConfig) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatConfig) CloneVT

func (m *ChatConfig) CloneVT() *ChatConfig

func (*ChatConfig) EqualMessageVT

func (this *ChatConfig) EqualMessageVT(thatMsg any) bool

func (*ChatConfig) EqualVT

func (this *ChatConfig) EqualVT(that *ChatConfig) bool

func (*ChatConfig) GetEnabled

func (x *ChatConfig) GetEnabled() bool

func (*ChatConfig) GetMessagePrefix

func (x *ChatConfig) GetMessagePrefix() string

func (*ChatConfig) GetProfile

func (x *ChatConfig) GetProfile() string

func (*ChatConfig) MarshalJSON added in v0.1.1

func (x *ChatConfig) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatConfig to JSON.

func (*ChatConfig) MarshalProtoJSON added in v0.1.1

func (x *ChatConfig) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatConfig message to JSON.

func (*ChatConfig) MarshalToSizedBufferVT

func (m *ChatConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatConfig) MarshalToVT

func (m *ChatConfig) MarshalToVT(dAtA []byte) (int, error)

func (*ChatConfig) MarshalVT

func (m *ChatConfig) MarshalVT() (dAtA []byte, err error)

func (*ChatConfig) ProtoMessage

func (*ChatConfig) ProtoMessage()

func (*ChatConfig) Reset

func (x *ChatConfig) Reset()

func (*ChatConfig) SizeVT

func (m *ChatConfig) SizeVT() (n int)

func (*ChatConfig) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatConfig from JSON.

func (*ChatConfig) UnmarshalProtoJSON added in v0.1.1

func (x *ChatConfig) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatConfig message from JSON.

func (*ChatConfig) UnmarshalVT

func (m *ChatConfig) UnmarshalVT(dAtA []byte) error

type ChatGetConfigRequest

type ChatGetConfigRequest struct {
	// contains filtered or unexported fields
}

func (*ChatGetConfigRequest) CloneMessageVT

func (*ChatGetConfigRequest) CloneVT

func (*ChatGetConfigRequest) EqualMessageVT

func (this *ChatGetConfigRequest) EqualMessageVT(thatMsg any) bool

func (*ChatGetConfigRequest) EqualVT

func (this *ChatGetConfigRequest) EqualVT(that *ChatGetConfigRequest) bool

func (*ChatGetConfigRequest) MarshalJSON added in v0.1.1

func (x *ChatGetConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatGetConfigRequest to JSON.

func (*ChatGetConfigRequest) MarshalProtoJSON added in v0.1.1

func (x *ChatGetConfigRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatGetConfigRequest message to JSON.

func (*ChatGetConfigRequest) MarshalToSizedBufferVT

func (m *ChatGetConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatGetConfigRequest) MarshalToVT

func (m *ChatGetConfigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ChatGetConfigRequest) MarshalVT

func (m *ChatGetConfigRequest) MarshalVT() (dAtA []byte, err error)

func (*ChatGetConfigRequest) ProtoMessage

func (*ChatGetConfigRequest) ProtoMessage()

func (*ChatGetConfigRequest) Reset

func (x *ChatGetConfigRequest) Reset()

func (*ChatGetConfigRequest) SizeVT

func (m *ChatGetConfigRequest) SizeVT() (n int)

func (*ChatGetConfigRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatGetConfigRequest from JSON.

func (*ChatGetConfigRequest) UnmarshalProtoJSON added in v0.1.1

func (x *ChatGetConfigRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatGetConfigRequest message from JSON.

func (*ChatGetConfigRequest) UnmarshalVT

func (m *ChatGetConfigRequest) UnmarshalVT(dAtA []byte) error

type ChatGetConfigResponse

type ChatGetConfigResponse struct {
	Config *ChatConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatGetConfigResponse) CloneMessageVT

func (*ChatGetConfigResponse) CloneVT

func (*ChatGetConfigResponse) EqualMessageVT

func (this *ChatGetConfigResponse) EqualMessageVT(thatMsg any) bool

func (*ChatGetConfigResponse) EqualVT

func (this *ChatGetConfigResponse) EqualVT(that *ChatGetConfigResponse) bool

func (*ChatGetConfigResponse) GetConfig

func (x *ChatGetConfigResponse) GetConfig() *ChatConfig

func (*ChatGetConfigResponse) MarshalJSON added in v0.1.1

func (x *ChatGetConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatGetConfigResponse to JSON.

func (*ChatGetConfigResponse) MarshalProtoJSON added in v0.1.1

func (x *ChatGetConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatGetConfigResponse message to JSON.

func (*ChatGetConfigResponse) MarshalToSizedBufferVT

func (m *ChatGetConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatGetConfigResponse) MarshalToVT

func (m *ChatGetConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ChatGetConfigResponse) MarshalVT

func (m *ChatGetConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*ChatGetConfigResponse) ProtoMessage

func (*ChatGetConfigResponse) ProtoMessage()

func (*ChatGetConfigResponse) Reset

func (x *ChatGetConfigResponse) Reset()

func (*ChatGetConfigResponse) SizeVT

func (m *ChatGetConfigResponse) SizeVT() (n int)

func (*ChatGetConfigResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatGetConfigResponse from JSON.

func (*ChatGetConfigResponse) UnmarshalProtoJSON added in v0.1.1

func (x *ChatGetConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatGetConfigResponse message from JSON.

func (*ChatGetConfigResponse) UnmarshalVT

func (m *ChatGetConfigResponse) UnmarshalVT(dAtA []byte) error

type ChatMessage

type ChatMessage struct {
	Text      string                 `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Fragments []*ChatMessageFragment `protobuf:"bytes,2,rep,name=fragments,proto3" json:"fragments,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessage) CloneMessageVT

func (m *ChatMessage) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatMessage) CloneVT

func (m *ChatMessage) CloneVT() *ChatMessage

func (*ChatMessage) EqualMessageVT

func (this *ChatMessage) EqualMessageVT(thatMsg any) bool

func (*ChatMessage) EqualVT

func (this *ChatMessage) EqualVT(that *ChatMessage) bool

func (*ChatMessage) GetFragments

func (x *ChatMessage) GetFragments() []*ChatMessageFragment

func (*ChatMessage) GetText

func (x *ChatMessage) GetText() string

func (*ChatMessage) MarshalJSON added in v0.1.1

func (x *ChatMessage) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessage to JSON.

func (*ChatMessage) MarshalProtoJSON added in v0.1.1

func (x *ChatMessage) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessage message to JSON.

func (*ChatMessage) MarshalToSizedBufferVT

func (m *ChatMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessage) MarshalToVT

func (m *ChatMessage) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessage) MarshalVT

func (m *ChatMessage) MarshalVT() (dAtA []byte, err error)

func (*ChatMessage) ProtoMessage

func (*ChatMessage) ProtoMessage()

func (*ChatMessage) Reset

func (x *ChatMessage) Reset()

func (*ChatMessage) SizeVT

func (m *ChatMessage) SizeVT() (n int)

func (*ChatMessage) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessage from JSON.

func (*ChatMessage) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessage) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessage message from JSON.

func (*ChatMessage) UnmarshalVT

func (m *ChatMessage) UnmarshalVT(dAtA []byte) error

type ChatMessageCheer

type ChatMessageCheer struct {
	Bits int64 `protobuf:"varint,1,opt,name=bits,proto3" json:"bits,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessageCheer) CloneMessageVT

func (m *ChatMessageCheer) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatMessageCheer) CloneVT

func (m *ChatMessageCheer) CloneVT() *ChatMessageCheer

func (*ChatMessageCheer) EqualMessageVT

func (this *ChatMessageCheer) EqualMessageVT(thatMsg any) bool

func (*ChatMessageCheer) EqualVT

func (this *ChatMessageCheer) EqualVT(that *ChatMessageCheer) bool

func (*ChatMessageCheer) GetBits

func (x *ChatMessageCheer) GetBits() int64

func (*ChatMessageCheer) MarshalJSON added in v0.1.1

func (x *ChatMessageCheer) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageCheer to JSON.

func (*ChatMessageCheer) MarshalProtoJSON added in v0.1.1

func (x *ChatMessageCheer) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageCheer message to JSON.

func (*ChatMessageCheer) MarshalToSizedBufferVT

func (m *ChatMessageCheer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessageCheer) MarshalToVT

func (m *ChatMessageCheer) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessageCheer) MarshalVT

func (m *ChatMessageCheer) MarshalVT() (dAtA []byte, err error)

func (*ChatMessageCheer) ProtoMessage

func (*ChatMessageCheer) ProtoMessage()

func (*ChatMessageCheer) Reset

func (x *ChatMessageCheer) Reset()

func (*ChatMessageCheer) SizeVT

func (m *ChatMessageCheer) SizeVT() (n int)

func (*ChatMessageCheer) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageCheer from JSON.

func (*ChatMessageCheer) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageCheer) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageCheer message from JSON.

func (*ChatMessageCheer) UnmarshalVT

func (m *ChatMessageCheer) UnmarshalVT(dAtA []byte) error

type ChatMessageCheermote

type ChatMessageCheermote struct {
	Prefix string `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Bits   int64  `protobuf:"varint,2,opt,name=bits,proto3" json:"bits,omitempty"`
	Tier   int32  `protobuf:"varint,3,opt,name=tier,proto3" json:"tier,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessageCheermote) CloneMessageVT

func (*ChatMessageCheermote) CloneVT

func (*ChatMessageCheermote) EqualMessageVT

func (this *ChatMessageCheermote) EqualMessageVT(thatMsg any) bool

func (*ChatMessageCheermote) EqualVT

func (this *ChatMessageCheermote) EqualVT(that *ChatMessageCheermote) bool

func (*ChatMessageCheermote) GetBits

func (x *ChatMessageCheermote) GetBits() int64

func (*ChatMessageCheermote) GetPrefix

func (x *ChatMessageCheermote) GetPrefix() string

func (*ChatMessageCheermote) GetTier

func (x *ChatMessageCheermote) GetTier() int32

func (*ChatMessageCheermote) MarshalJSON added in v0.1.1

func (x *ChatMessageCheermote) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageCheermote to JSON.

func (*ChatMessageCheermote) MarshalProtoJSON added in v0.1.1

func (x *ChatMessageCheermote) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageCheermote message to JSON.

func (*ChatMessageCheermote) MarshalToSizedBufferVT

func (m *ChatMessageCheermote) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessageCheermote) MarshalToVT

func (m *ChatMessageCheermote) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessageCheermote) MarshalVT

func (m *ChatMessageCheermote) MarshalVT() (dAtA []byte, err error)

func (*ChatMessageCheermote) ProtoMessage

func (*ChatMessageCheermote) ProtoMessage()

func (*ChatMessageCheermote) Reset

func (x *ChatMessageCheermote) Reset()

func (*ChatMessageCheermote) SizeVT

func (m *ChatMessageCheermote) SizeVT() (n int)

func (*ChatMessageCheermote) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageCheermote from JSON.

func (*ChatMessageCheermote) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageCheermote) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageCheermote message from JSON.

func (*ChatMessageCheermote) UnmarshalVT

func (m *ChatMessageCheermote) UnmarshalVT(dAtA []byte) error

type ChatMessageEmote

type ChatMessageEmote struct {
	Id         string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	EmoteSetId string   `protobuf:"bytes,2,opt,name=emote_set_id,json=emoteSetId,proto3" json:"emoteSetId,omitempty"`
	OwnerId    string   `protobuf:"bytes,3,opt,name=owner_id,json=ownerId,proto3" json:"ownerId,omitempty"`
	Format     []string `protobuf:"bytes,4,rep,name=format,proto3" json:"format,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessageEmote) CloneMessageVT

func (m *ChatMessageEmote) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatMessageEmote) CloneVT

func (m *ChatMessageEmote) CloneVT() *ChatMessageEmote

func (*ChatMessageEmote) EqualMessageVT

func (this *ChatMessageEmote) EqualMessageVT(thatMsg any) bool

func (*ChatMessageEmote) EqualVT

func (this *ChatMessageEmote) EqualVT(that *ChatMessageEmote) bool

func (*ChatMessageEmote) GetEmoteSetId

func (x *ChatMessageEmote) GetEmoteSetId() string

func (*ChatMessageEmote) GetFormat

func (x *ChatMessageEmote) GetFormat() []string

func (*ChatMessageEmote) GetId

func (x *ChatMessageEmote) GetId() string

func (*ChatMessageEmote) GetOwnerId

func (x *ChatMessageEmote) GetOwnerId() string

func (*ChatMessageEmote) MarshalJSON added in v0.1.1

func (x *ChatMessageEmote) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageEmote to JSON.

func (*ChatMessageEmote) MarshalProtoJSON added in v0.1.1

func (x *ChatMessageEmote) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageEmote message to JSON.

func (*ChatMessageEmote) MarshalToSizedBufferVT

func (m *ChatMessageEmote) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessageEmote) MarshalToVT

func (m *ChatMessageEmote) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessageEmote) MarshalVT

func (m *ChatMessageEmote) MarshalVT() (dAtA []byte, err error)

func (*ChatMessageEmote) ProtoMessage

func (*ChatMessageEmote) ProtoMessage()

func (*ChatMessageEmote) Reset

func (x *ChatMessageEmote) Reset()

func (*ChatMessageEmote) SizeVT

func (m *ChatMessageEmote) SizeVT() (n int)

func (*ChatMessageEmote) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageEmote from JSON.

func (*ChatMessageEmote) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageEmote) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageEmote message from JSON.

func (*ChatMessageEmote) UnmarshalVT

func (m *ChatMessageEmote) UnmarshalVT(dAtA []byte) error

type ChatMessageFragment

type ChatMessageFragment struct {
	Type      ChatMessageFragmentType `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Text      string                  `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	Cheermote *ChatMessageCheermote   `protobuf:"bytes,3,opt,name=cheermote,proto3" json:"cheermote,omitempty"`
	Emote     *ChatMessageEmote       `protobuf:"bytes,4,opt,name=emote,proto3" json:"emote,omitempty"`
	Mention   *EventUser              `protobuf:"bytes,5,opt,name=mention,proto3" json:"mention,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessageFragment) CloneMessageVT

func (*ChatMessageFragment) CloneVT

func (*ChatMessageFragment) EqualMessageVT

func (this *ChatMessageFragment) EqualMessageVT(thatMsg any) bool

func (*ChatMessageFragment) EqualVT

func (this *ChatMessageFragment) EqualVT(that *ChatMessageFragment) bool

func (*ChatMessageFragment) GetCheermote

func (x *ChatMessageFragment) GetCheermote() *ChatMessageCheermote

func (*ChatMessageFragment) GetEmote

func (x *ChatMessageFragment) GetEmote() *ChatMessageEmote

func (*ChatMessageFragment) GetMention

func (x *ChatMessageFragment) GetMention() *EventUser

func (*ChatMessageFragment) GetText

func (x *ChatMessageFragment) GetText() string

func (*ChatMessageFragment) GetType

func (*ChatMessageFragment) MarshalJSON added in v0.1.1

func (x *ChatMessageFragment) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageFragment to JSON.

func (*ChatMessageFragment) MarshalProtoJSON added in v0.1.1

func (x *ChatMessageFragment) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageFragment message to JSON.

func (*ChatMessageFragment) MarshalToSizedBufferVT

func (m *ChatMessageFragment) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessageFragment) MarshalToVT

func (m *ChatMessageFragment) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessageFragment) MarshalVT

func (m *ChatMessageFragment) MarshalVT() (dAtA []byte, err error)

func (*ChatMessageFragment) ProtoMessage

func (*ChatMessageFragment) ProtoMessage()

func (*ChatMessageFragment) Reset

func (x *ChatMessageFragment) Reset()

func (*ChatMessageFragment) SizeVT

func (m *ChatMessageFragment) SizeVT() (n int)

func (*ChatMessageFragment) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageFragment from JSON.

func (*ChatMessageFragment) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageFragment) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageFragment message from JSON.

func (*ChatMessageFragment) UnmarshalVT

func (m *ChatMessageFragment) UnmarshalVT(dAtA []byte) error

type ChatMessageFragmentType

type ChatMessageFragmentType int32
const (
	ChatMessageFragmentType_text      ChatMessageFragmentType = 0
	ChatMessageFragmentType_cheermote ChatMessageFragmentType = 1
	ChatMessageFragmentType_emote     ChatMessageFragmentType = 2
	ChatMessageFragmentType_mention   ChatMessageFragmentType = 3
)

func (ChatMessageFragmentType) Enum

func (ChatMessageFragmentType) MarshalJSON added in v0.1.1

func (x ChatMessageFragmentType) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageFragmentType to JSON.

func (ChatMessageFragmentType) MarshalProtoJSON added in v0.1.1

func (x ChatMessageFragmentType) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageFragmentType to JSON.

func (ChatMessageFragmentType) MarshalText added in v0.1.1

func (x ChatMessageFragmentType) MarshalText() ([]byte, error)

MarshalText marshals the ChatMessageFragmentType to text.

func (ChatMessageFragmentType) String

func (x ChatMessageFragmentType) String() string

func (*ChatMessageFragmentType) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageFragmentType from JSON.

func (*ChatMessageFragmentType) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageFragmentType) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageFragmentType from JSON.

func (*ChatMessageFragmentType) UnmarshalText added in v0.1.1

func (x *ChatMessageFragmentType) UnmarshalText(b []byte) error

UnmarshalText unmarshals the ChatMessageFragmentType from text.

type ChatMessageReply

type ChatMessageReply struct {
	ParentMessageId   string     `protobuf:"bytes,1,opt,name=parent_message_id,json=parentMessageId,proto3" json:"parentMessageId,omitempty"`
	ParentMessageBody string     `protobuf:"bytes,2,opt,name=parent_message_body,json=parentMessageBody,proto3" json:"parentMessageBody,omitempty"`
	ParentUser        *EventUser `protobuf:"bytes,3,opt,name=parent_user,json=parentUser,proto3" json:"parentUser,omitempty"`
	ThreadMessageId   string     `protobuf:"bytes,4,opt,name=thread_message_id,json=threadMessageId,proto3" json:"threadMessageId,omitempty"`
	ThreadUser        *EventUser `protobuf:"bytes,5,opt,name=thread_user,json=threadUser,proto3" json:"threadUser,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatMessageReply) CloneMessageVT

func (m *ChatMessageReply) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*ChatMessageReply) CloneVT

func (m *ChatMessageReply) CloneVT() *ChatMessageReply

func (*ChatMessageReply) EqualMessageVT

func (this *ChatMessageReply) EqualMessageVT(thatMsg any) bool

func (*ChatMessageReply) EqualVT

func (this *ChatMessageReply) EqualVT(that *ChatMessageReply) bool

func (*ChatMessageReply) GetParentMessageBody

func (x *ChatMessageReply) GetParentMessageBody() string

func (*ChatMessageReply) GetParentMessageId

func (x *ChatMessageReply) GetParentMessageId() string

func (*ChatMessageReply) GetParentUser

func (x *ChatMessageReply) GetParentUser() *EventUser

func (*ChatMessageReply) GetThreadMessageId

func (x *ChatMessageReply) GetThreadMessageId() string

func (*ChatMessageReply) GetThreadUser

func (x *ChatMessageReply) GetThreadUser() *EventUser

func (*ChatMessageReply) MarshalJSON added in v0.1.1

func (x *ChatMessageReply) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageReply to JSON.

func (*ChatMessageReply) MarshalProtoJSON added in v0.1.1

func (x *ChatMessageReply) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageReply message to JSON.

func (*ChatMessageReply) MarshalToSizedBufferVT

func (m *ChatMessageReply) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatMessageReply) MarshalToVT

func (m *ChatMessageReply) MarshalToVT(dAtA []byte) (int, error)

func (*ChatMessageReply) MarshalVT

func (m *ChatMessageReply) MarshalVT() (dAtA []byte, err error)

func (*ChatMessageReply) ProtoMessage

func (*ChatMessageReply) ProtoMessage()

func (*ChatMessageReply) Reset

func (x *ChatMessageReply) Reset()

func (*ChatMessageReply) SizeVT

func (m *ChatMessageReply) SizeVT() (n int)

func (*ChatMessageReply) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageReply from JSON.

func (*ChatMessageReply) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageReply) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageReply message from JSON.

func (*ChatMessageReply) UnmarshalVT

func (m *ChatMessageReply) UnmarshalVT(dAtA []byte) error

type ChatMessageType

type ChatMessageType int32
const (
	ChatMessageType_chat_message_type_text                       ChatMessageType = 0
	ChatMessageType_chat_message_type_channel_points_highlighted ChatMessageType = 1
	ChatMessageType_chat_message_type_channel_points_sub_only    ChatMessageType = 2
	ChatMessageType_chat_message_type_user_intro                 ChatMessageType = 3
)

func (ChatMessageType) Enum

func (x ChatMessageType) Enum() *ChatMessageType

func (ChatMessageType) MarshalJSON added in v0.1.1

func (x ChatMessageType) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatMessageType to JSON.

func (ChatMessageType) MarshalProtoJSON added in v0.1.1

func (x ChatMessageType) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatMessageType to JSON.

func (ChatMessageType) MarshalText added in v0.1.1

func (x ChatMessageType) MarshalText() ([]byte, error)

MarshalText marshals the ChatMessageType to text.

func (ChatMessageType) String

func (x ChatMessageType) String() string

func (*ChatMessageType) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatMessageType from JSON.

func (*ChatMessageType) UnmarshalProtoJSON added in v0.1.1

func (x *ChatMessageType) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatMessageType from JSON.

func (*ChatMessageType) UnmarshalText added in v0.1.1

func (x *ChatMessageType) UnmarshalText(b []byte) error

UnmarshalText unmarshals the ChatMessageType from text.

type ChatSetConfigRequest

type ChatSetConfigRequest struct {
	Config *ChatConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatSetConfigRequest) CloneMessageVT

func (*ChatSetConfigRequest) CloneVT

func (*ChatSetConfigRequest) EqualMessageVT

func (this *ChatSetConfigRequest) EqualMessageVT(thatMsg any) bool

func (*ChatSetConfigRequest) EqualVT

func (this *ChatSetConfigRequest) EqualVT(that *ChatSetConfigRequest) bool

func (*ChatSetConfigRequest) GetConfig

func (x *ChatSetConfigRequest) GetConfig() *ChatConfig

func (*ChatSetConfigRequest) MarshalJSON added in v0.1.1

func (x *ChatSetConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatSetConfigRequest to JSON.

func (*ChatSetConfigRequest) MarshalProtoJSON added in v0.1.1

func (x *ChatSetConfigRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatSetConfigRequest message to JSON.

func (*ChatSetConfigRequest) MarshalToSizedBufferVT

func (m *ChatSetConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatSetConfigRequest) MarshalToVT

func (m *ChatSetConfigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ChatSetConfigRequest) MarshalVT

func (m *ChatSetConfigRequest) MarshalVT() (dAtA []byte, err error)

func (*ChatSetConfigRequest) ProtoMessage

func (*ChatSetConfigRequest) ProtoMessage()

func (*ChatSetConfigRequest) Reset

func (x *ChatSetConfigRequest) Reset()

func (*ChatSetConfigRequest) SizeVT

func (m *ChatSetConfigRequest) SizeVT() (n int)

func (*ChatSetConfigRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatSetConfigRequest from JSON.

func (*ChatSetConfigRequest) UnmarshalProtoJSON added in v0.1.1

func (x *ChatSetConfigRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatSetConfigRequest message from JSON.

func (*ChatSetConfigRequest) UnmarshalVT

func (m *ChatSetConfigRequest) UnmarshalVT(dAtA []byte) error

type ChatSetConfigResponse

type ChatSetConfigResponse struct {
	Config *ChatConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*ChatSetConfigResponse) CloneMessageVT

func (*ChatSetConfigResponse) CloneVT

func (*ChatSetConfigResponse) EqualMessageVT

func (this *ChatSetConfigResponse) EqualMessageVT(thatMsg any) bool

func (*ChatSetConfigResponse) EqualVT

func (this *ChatSetConfigResponse) EqualVT(that *ChatSetConfigResponse) bool

func (*ChatSetConfigResponse) GetConfig

func (x *ChatSetConfigResponse) GetConfig() *ChatConfig

func (*ChatSetConfigResponse) MarshalJSON added in v0.1.1

func (x *ChatSetConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ChatSetConfigResponse to JSON.

func (*ChatSetConfigResponse) MarshalProtoJSON added in v0.1.1

func (x *ChatSetConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ChatSetConfigResponse message to JSON.

func (*ChatSetConfigResponse) MarshalToSizedBufferVT

func (m *ChatSetConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ChatSetConfigResponse) MarshalToVT

func (m *ChatSetConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ChatSetConfigResponse) MarshalVT

func (m *ChatSetConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*ChatSetConfigResponse) ProtoMessage

func (*ChatSetConfigResponse) ProtoMessage()

func (*ChatSetConfigResponse) Reset

func (x *ChatSetConfigResponse) Reset()

func (*ChatSetConfigResponse) SizeVT

func (m *ChatSetConfigResponse) SizeVT() (n int)

func (*ChatSetConfigResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ChatSetConfigResponse from JSON.

func (*ChatSetConfigResponse) UnmarshalProtoJSON added in v0.1.1

func (x *ChatSetConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ChatSetConfigResponse message from JSON.

func (*ChatSetConfigResponse) UnmarshalVT

func (m *ChatSetConfigResponse) UnmarshalVT(dAtA []byte) error

type Config

type Config struct {
	Profiles   map[string]*Profile `` /* 157-byte string literal not displayed */
	ChatConfig *ChatConfig         `protobuf:"bytes,2,opt,name=chat_config,json=chatConfig,proto3" json:"chatConfig,omitempty"`
	EsConfig   *EventSubConfig     `protobuf:"bytes,3,opt,name=es_config,json=esConfig,proto3" json:"esConfig,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) CloneMessageVT

func (m *Config) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Config) CloneVT

func (m *Config) CloneVT() *Config

func (*Config) EqualMessageVT

func (this *Config) EqualMessageVT(thatMsg any) bool

func (*Config) EqualVT

func (this *Config) EqualVT(that *Config) bool

func (*Config) GetChatConfig

func (x *Config) GetChatConfig() *ChatConfig

func (*Config) GetEsConfig

func (x *Config) GetEsConfig() *EventSubConfig

func (*Config) GetProfiles

func (x *Config) GetProfiles() map[string]*Profile

func (*Config) MarshalJSON added in v0.1.1

func (x *Config) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Config to JSON.

func (*Config) MarshalProtoJSON added in v0.1.1

func (x *Config) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Config message to JSON.

func (*Config) MarshalToSizedBufferVT

func (m *Config) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Config) MarshalToVT

func (m *Config) MarshalToVT(dAtA []byte) (int, error)

func (*Config) MarshalVT

func (m *Config) MarshalVT() (dAtA []byte, err error)

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (x *Config) Reset()

func (*Config) SizeVT

func (m *Config) SizeVT() (n int)

func (*Config) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the Config from JSON.

func (*Config) UnmarshalProtoJSON added in v0.1.1

func (x *Config) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Config message from JSON.

func (*Config) UnmarshalVT

func (m *Config) UnmarshalVT(dAtA []byte) error

type Config_ProfilesEntry

type Config_ProfilesEntry struct {
	Key   string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *Profile `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_ProfilesEntry) GetKey

func (x *Config_ProfilesEntry) GetKey() string

func (*Config_ProfilesEntry) GetValue

func (x *Config_ProfilesEntry) GetValue() *Profile

func (*Config_ProfilesEntry) MarshalJSON added in v0.1.1

func (x *Config_ProfilesEntry) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Config_ProfilesEntry to JSON.

func (*Config_ProfilesEntry) MarshalProtoJSON added in v0.1.1

func (x *Config_ProfilesEntry) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Config_ProfilesEntry message to JSON.

func (*Config_ProfilesEntry) ProtoMessage

func (*Config_ProfilesEntry) ProtoMessage()

func (*Config_ProfilesEntry) Reset

func (x *Config_ProfilesEntry) Reset()

func (*Config_ProfilesEntry) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the Config_ProfilesEntry from JSON.

func (*Config_ProfilesEntry) UnmarshalProtoJSON added in v0.1.1

func (x *Config_ProfilesEntry) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Config_ProfilesEntry message from JSON.

type DeleteProfileRequest

type DeleteProfileRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProfileRequest) CloneMessageVT

func (*DeleteProfileRequest) CloneVT

func (*DeleteProfileRequest) EqualMessageVT

func (this *DeleteProfileRequest) EqualMessageVT(thatMsg any) bool

func (*DeleteProfileRequest) EqualVT

func (this *DeleteProfileRequest) EqualVT(that *DeleteProfileRequest) bool

func (*DeleteProfileRequest) GetName

func (x *DeleteProfileRequest) GetName() string

func (*DeleteProfileRequest) MarshalJSON added in v0.1.1

func (x *DeleteProfileRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteProfileRequest to JSON.

func (*DeleteProfileRequest) MarshalProtoJSON added in v0.1.1

func (x *DeleteProfileRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteProfileRequest message to JSON.

func (*DeleteProfileRequest) MarshalToSizedBufferVT

func (m *DeleteProfileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteProfileRequest) MarshalToVT

func (m *DeleteProfileRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteProfileRequest) MarshalVT

func (m *DeleteProfileRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteProfileRequest) ProtoMessage

func (*DeleteProfileRequest) ProtoMessage()

func (*DeleteProfileRequest) Reset

func (x *DeleteProfileRequest) Reset()

func (*DeleteProfileRequest) SizeVT

func (m *DeleteProfileRequest) SizeVT() (n int)

func (*DeleteProfileRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the DeleteProfileRequest from JSON.

func (*DeleteProfileRequest) UnmarshalProtoJSON added in v0.1.1

func (x *DeleteProfileRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteProfileRequest message from JSON.

func (*DeleteProfileRequest) UnmarshalVT

func (m *DeleteProfileRequest) UnmarshalVT(dAtA []byte) error

type DeleteProfileResponse

type DeleteProfileResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteProfileResponse) CloneMessageVT

func (*DeleteProfileResponse) CloneVT

func (*DeleteProfileResponse) EqualMessageVT

func (this *DeleteProfileResponse) EqualMessageVT(thatMsg any) bool

func (*DeleteProfileResponse) EqualVT

func (this *DeleteProfileResponse) EqualVT(that *DeleteProfileResponse) bool

func (*DeleteProfileResponse) MarshalJSON added in v0.1.1

func (x *DeleteProfileResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the DeleteProfileResponse to JSON.

func (*DeleteProfileResponse) MarshalProtoJSON added in v0.1.1

func (x *DeleteProfileResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the DeleteProfileResponse message to JSON.

func (*DeleteProfileResponse) MarshalToSizedBufferVT

func (m *DeleteProfileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteProfileResponse) MarshalToVT

func (m *DeleteProfileResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteProfileResponse) MarshalVT

func (m *DeleteProfileResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteProfileResponse) ProtoMessage

func (*DeleteProfileResponse) ProtoMessage()

func (*DeleteProfileResponse) Reset

func (x *DeleteProfileResponse) Reset()

func (*DeleteProfileResponse) SizeVT

func (m *DeleteProfileResponse) SizeVT() (n int)

func (*DeleteProfileResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the DeleteProfileResponse from JSON.

func (*DeleteProfileResponse) UnmarshalProtoJSON added in v0.1.1

func (x *DeleteProfileResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the DeleteProfileResponse message from JSON.

func (*DeleteProfileResponse) UnmarshalVT

func (m *DeleteProfileResponse) UnmarshalVT(dAtA []byte) error

type EventChannelChatMessage

type EventChannelChatMessage struct {
	Id                          string                               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Broadcaster                 *EventUser                           `protobuf:"bytes,2,opt,name=broadcaster,proto3" json:"broadcaster,omitempty"`
	Chatter                     *EventUser                           `protobuf:"bytes,3,opt,name=chatter,proto3" json:"chatter,omitempty"`
	Message                     *ChatMessage                         `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	MessageType                 ChatMessageType                      `protobuf:"varint,5,opt,name=message_type,json=messageType,proto3" json:"messageType,omitempty"`
	Badges                      []*ChatBadge                         `protobuf:"bytes,6,rep,name=badges,proto3" json:"badges,omitempty"`
	Cheer                       *ChatMessageCheer                    `protobuf:"bytes,7,opt,name=cheer,proto3" json:"cheer,omitempty"`
	Color                       string                               `protobuf:"bytes,8,opt,name=color,proto3" json:"color,omitempty"`
	Reply                       *ChatMessageReply                    `protobuf:"bytes,9,opt,name=reply,proto3" json:"reply,omitempty"`
	ChannelPointsCustomRewardId string                               `` /* 145-byte string literal not displayed */
	Enrichments                 *EventChannelChatMessage_Enrichments `protobuf:"bytes,11,opt,name=enrichments,proto3" json:"enrichments,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelChatMessage) CloneMessageVT

func (*EventChannelChatMessage) CloneVT

func (*EventChannelChatMessage) EqualMessageVT

func (this *EventChannelChatMessage) EqualMessageVT(thatMsg any) bool

func (*EventChannelChatMessage) EqualVT

func (*EventChannelChatMessage) GetBadges

func (x *EventChannelChatMessage) GetBadges() []*ChatBadge

func (*EventChannelChatMessage) GetBroadcaster

func (x *EventChannelChatMessage) GetBroadcaster() *EventUser

func (*EventChannelChatMessage) GetChannelPointsCustomRewardId

func (x *EventChannelChatMessage) GetChannelPointsCustomRewardId() string

func (*EventChannelChatMessage) GetChatter

func (x *EventChannelChatMessage) GetChatter() *EventUser

func (*EventChannelChatMessage) GetCheer

func (*EventChannelChatMessage) GetColor

func (x *EventChannelChatMessage) GetColor() string

func (*EventChannelChatMessage) GetEnrichments

func (*EventChannelChatMessage) GetId

func (x *EventChannelChatMessage) GetId() string

func (*EventChannelChatMessage) GetMessage

func (x *EventChannelChatMessage) GetMessage() *ChatMessage

func (*EventChannelChatMessage) GetMessageType

func (x *EventChannelChatMessage) GetMessageType() ChatMessageType

func (*EventChannelChatMessage) GetReply

func (*EventChannelChatMessage) MarshalJSON added in v0.1.1

func (x *EventChannelChatMessage) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelChatMessage to JSON.

func (*EventChannelChatMessage) MarshalProtoJSON added in v0.1.1

func (x *EventChannelChatMessage) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventChannelChatMessage message to JSON.

func (*EventChannelChatMessage) MarshalToSizedBufferVT

func (m *EventChannelChatMessage) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelChatMessage) MarshalToVT

func (m *EventChannelChatMessage) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelChatMessage) MarshalVT

func (m *EventChannelChatMessage) MarshalVT() (dAtA []byte, err error)

func (*EventChannelChatMessage) ProtoMessage

func (*EventChannelChatMessage) ProtoMessage()

func (*EventChannelChatMessage) Reset

func (x *EventChannelChatMessage) Reset()

func (*EventChannelChatMessage) SizeVT

func (m *EventChannelChatMessage) SizeVT() (n int)

func (*EventChannelChatMessage) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelChatMessage from JSON.

func (*EventChannelChatMessage) UnmarshalProtoJSON added in v0.1.1

func (x *EventChannelChatMessage) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventChannelChatMessage message from JSON.

func (*EventChannelChatMessage) UnmarshalVT

func (m *EventChannelChatMessage) UnmarshalVT(dAtA []byte) error

type EventChannelChatMessage_Enrichments

type EventChannelChatMessage_Enrichments struct {
	IsMod bool `protobuf:"varint,1,opt,name=is_mod,json=isMod,proto3" json:"isMod,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelChatMessage_Enrichments) CloneMessageVT

func (*EventChannelChatMessage_Enrichments) CloneVT

func (*EventChannelChatMessage_Enrichments) EqualMessageVT

func (this *EventChannelChatMessage_Enrichments) EqualMessageVT(thatMsg any) bool

func (*EventChannelChatMessage_Enrichments) EqualVT

func (*EventChannelChatMessage_Enrichments) GetIsMod

func (*EventChannelChatMessage_Enrichments) MarshalJSON added in v0.1.1

func (x *EventChannelChatMessage_Enrichments) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelChatMessage_Enrichments to JSON.

func (*EventChannelChatMessage_Enrichments) MarshalProtoJSON added in v0.1.1

func (x *EventChannelChatMessage_Enrichments) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventChannelChatMessage_Enrichments message to JSON.

func (*EventChannelChatMessage_Enrichments) MarshalToSizedBufferVT

func (m *EventChannelChatMessage_Enrichments) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelChatMessage_Enrichments) MarshalToVT

func (m *EventChannelChatMessage_Enrichments) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelChatMessage_Enrichments) MarshalVT

func (m *EventChannelChatMessage_Enrichments) MarshalVT() (dAtA []byte, err error)

func (*EventChannelChatMessage_Enrichments) ProtoMessage

func (*EventChannelChatMessage_Enrichments) ProtoMessage()

func (*EventChannelChatMessage_Enrichments) Reset

func (*EventChannelChatMessage_Enrichments) SizeVT

func (m *EventChannelChatMessage_Enrichments) SizeVT() (n int)

func (*EventChannelChatMessage_Enrichments) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelChatMessage_Enrichments from JSON.

func (*EventChannelChatMessage_Enrichments) UnmarshalProtoJSON added in v0.1.1

func (x *EventChannelChatMessage_Enrichments) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventChannelChatMessage_Enrichments message from JSON.

func (*EventChannelChatMessage_Enrichments) UnmarshalVT

func (m *EventChannelChatMessage_Enrichments) UnmarshalVT(dAtA []byte) error

type EventChannelCheer

type EventChannelCheer struct {
	IsAnonymous *bool      `protobuf:"varint,1,opt,name=is_anonymous,json=isAnonymous,proto3,oneof" json:"isAnonymous,omitempty"`
	From        *EventUser `protobuf:"bytes,2,opt,name=from,proto3" json:"from,omitempty"`
	Broadcaster *EventUser `protobuf:"bytes,3,opt,name=broadcaster,proto3" json:"broadcaster,omitempty"`
	Message     *string    `protobuf:"bytes,4,opt,name=message,proto3,oneof" json:"message,omitempty"`
	Bits        uint32     `protobuf:"varint,5,opt,name=bits,proto3" json:"bits,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelCheer) CloneMessageVT

func (m *EventChannelCheer) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EventChannelCheer) CloneVT

func (m *EventChannelCheer) CloneVT() *EventChannelCheer

func (*EventChannelCheer) EqualMessageVT

func (this *EventChannelCheer) EqualMessageVT(thatMsg any) bool

func (*EventChannelCheer) EqualVT

func (this *EventChannelCheer) EqualVT(that *EventChannelCheer) bool

func (*EventChannelCheer) GetBits

func (x *EventChannelCheer) GetBits() uint32

func (*EventChannelCheer) GetBroadcaster

func (x *EventChannelCheer) GetBroadcaster() *EventUser

func (*EventChannelCheer) GetFrom

func (x *EventChannelCheer) GetFrom() *EventUser

func (*EventChannelCheer) GetIsAnonymous

func (x *EventChannelCheer) GetIsAnonymous() bool

func (*EventChannelCheer) GetMessage

func (x *EventChannelCheer) GetMessage() string

func (*EventChannelCheer) MarshalJSON added in v0.1.1

func (x *EventChannelCheer) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelCheer to JSON.

func (*EventChannelCheer) MarshalProtoJSON added in v0.1.1

func (x *EventChannelCheer) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventChannelCheer message to JSON.

func (*EventChannelCheer) MarshalToSizedBufferVT

func (m *EventChannelCheer) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelCheer) MarshalToVT

func (m *EventChannelCheer) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelCheer) MarshalVT

func (m *EventChannelCheer) MarshalVT() (dAtA []byte, err error)

func (*EventChannelCheer) ProtoMessage

func (*EventChannelCheer) ProtoMessage()

func (*EventChannelCheer) Reset

func (x *EventChannelCheer) Reset()

func (*EventChannelCheer) SizeVT

func (m *EventChannelCheer) SizeVT() (n int)

func (*EventChannelCheer) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelCheer from JSON.

func (*EventChannelCheer) UnmarshalProtoJSON added in v0.1.1

func (x *EventChannelCheer) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventChannelCheer message from JSON.

func (*EventChannelCheer) UnmarshalVT

func (m *EventChannelCheer) UnmarshalVT(dAtA []byte) error

type EventChannelFollow

type EventChannelFollow struct {
	Follower    *EventUser `protobuf:"bytes,1,opt,name=follower,proto3" json:"follower,omitempty"`
	Broadcaster *EventUser `protobuf:"bytes,2,opt,name=broadcaster,proto3" json:"broadcaster,omitempty"`
	At          int64      `protobuf:"varint,3,opt,name=at,proto3" json:"at,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelFollow) CloneMessageVT

func (m *EventChannelFollow) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EventChannelFollow) CloneVT

func (m *EventChannelFollow) CloneVT() *EventChannelFollow

func (*EventChannelFollow) EqualMessageVT

func (this *EventChannelFollow) EqualMessageVT(thatMsg any) bool

func (*EventChannelFollow) EqualVT

func (this *EventChannelFollow) EqualVT(that *EventChannelFollow) bool

func (*EventChannelFollow) GetAt

func (x *EventChannelFollow) GetAt() int64

func (*EventChannelFollow) GetBroadcaster

func (x *EventChannelFollow) GetBroadcaster() *EventUser

func (*EventChannelFollow) GetFollower

func (x *EventChannelFollow) GetFollower() *EventUser

func (*EventChannelFollow) MarshalJSON added in v0.1.1

func (x *EventChannelFollow) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelFollow to JSON.

func (*EventChannelFollow) MarshalProtoJSON added in v0.1.1

func (x *EventChannelFollow) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventChannelFollow message to JSON.

func (*EventChannelFollow) MarshalToSizedBufferVT

func (m *EventChannelFollow) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelFollow) MarshalToVT

func (m *EventChannelFollow) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelFollow) MarshalVT

func (m *EventChannelFollow) MarshalVT() (dAtA []byte, err error)

func (*EventChannelFollow) ProtoMessage

func (*EventChannelFollow) ProtoMessage()

func (*EventChannelFollow) Reset

func (x *EventChannelFollow) Reset()

func (*EventChannelFollow) SizeVT

func (m *EventChannelFollow) SizeVT() (n int)

func (*EventChannelFollow) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelFollow from JSON.

func (*EventChannelFollow) UnmarshalProtoJSON added in v0.1.1

func (x *EventChannelFollow) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventChannelFollow message from JSON.

func (*EventChannelFollow) UnmarshalVT

func (m *EventChannelFollow) UnmarshalVT(dAtA []byte) error

type EventChannelPointsCustomRewardRedemption

type EventChannelPointsCustomRewardRedemption struct {
	Id          string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Broadcaster *EventUser `protobuf:"bytes,2,opt,name=broadcaster,proto3" json:"broadcaster,omitempty"`
	User        *EventUser `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	Input       string     `protobuf:"bytes,4,opt,name=input,proto3" json:"input,omitempty"`
	Status      string     `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Reward      *Reward    `protobuf:"bytes,6,opt,name=reward,proto3" json:"reward,omitempty"`
	RedeemedAt  int64      `protobuf:"varint,7,opt,name=redeemed_at,json=redeemedAt,proto3" json:"redeemedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelPointsCustomRewardRedemption) CloneMessageVT

func (*EventChannelPointsCustomRewardRedemption) CloneVT

func (*EventChannelPointsCustomRewardRedemption) EqualMessageVT

func (this *EventChannelPointsCustomRewardRedemption) EqualMessageVT(thatMsg any) bool

func (*EventChannelPointsCustomRewardRedemption) EqualVT

func (*EventChannelPointsCustomRewardRedemption) GetBroadcaster

func (*EventChannelPointsCustomRewardRedemption) GetId

func (*EventChannelPointsCustomRewardRedemption) GetInput

func (*EventChannelPointsCustomRewardRedemption) GetRedeemedAt

func (*EventChannelPointsCustomRewardRedemption) GetReward

func (*EventChannelPointsCustomRewardRedemption) GetStatus

func (*EventChannelPointsCustomRewardRedemption) GetUser

func (*EventChannelPointsCustomRewardRedemption) MarshalJSON added in v0.1.1

func (x *EventChannelPointsCustomRewardRedemption) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelPointsCustomRewardRedemption to JSON.

func (*EventChannelPointsCustomRewardRedemption) MarshalProtoJSON added in v0.1.1

MarshalProtoJSON marshals the EventChannelPointsCustomRewardRedemption message to JSON.

func (*EventChannelPointsCustomRewardRedemption) MarshalToSizedBufferVT

func (m *EventChannelPointsCustomRewardRedemption) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelPointsCustomRewardRedemption) MarshalToVT

func (m *EventChannelPointsCustomRewardRedemption) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelPointsCustomRewardRedemption) MarshalVT

func (m *EventChannelPointsCustomRewardRedemption) MarshalVT() (dAtA []byte, err error)

func (*EventChannelPointsCustomRewardRedemption) ProtoMessage

func (*EventChannelPointsCustomRewardRedemption) Reset

func (*EventChannelPointsCustomRewardRedemption) SizeVT

func (*EventChannelPointsCustomRewardRedemption) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelPointsCustomRewardRedemption from JSON.

func (*EventChannelPointsCustomRewardRedemption) UnmarshalProtoJSON added in v0.1.1

UnmarshalProtoJSON unmarshals the EventChannelPointsCustomRewardRedemption message from JSON.

func (*EventChannelPointsCustomRewardRedemption) UnmarshalVT

func (m *EventChannelPointsCustomRewardRedemption) UnmarshalVT(dAtA []byte) error

type EventChannelRaid

type EventChannelRaid struct {
	FromBroadcaster *EventUser `protobuf:"bytes,1,opt,name=from_broadcaster,json=fromBroadcaster,proto3" json:"fromBroadcaster,omitempty"`
	ToBroadcaster   *EventUser `protobuf:"bytes,2,opt,name=to_broadcaster,json=toBroadcaster,proto3" json:"toBroadcaster,omitempty"`
	Viewers         uint32     `protobuf:"varint,3,opt,name=viewers,proto3" json:"viewers,omitempty"`
	// contains filtered or unexported fields
}

func (*EventChannelRaid) CloneMessageVT

func (m *EventChannelRaid) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EventChannelRaid) CloneVT

func (m *EventChannelRaid) CloneVT() *EventChannelRaid

func (*EventChannelRaid) EqualMessageVT

func (this *EventChannelRaid) EqualMessageVT(thatMsg any) bool

func (*EventChannelRaid) EqualVT

func (this *EventChannelRaid) EqualVT(that *EventChannelRaid) bool

func (*EventChannelRaid) GetFromBroadcaster

func (x *EventChannelRaid) GetFromBroadcaster() *EventUser

func (*EventChannelRaid) GetToBroadcaster

func (x *EventChannelRaid) GetToBroadcaster() *EventUser

func (*EventChannelRaid) GetViewers

func (x *EventChannelRaid) GetViewers() uint32

func (*EventChannelRaid) MarshalJSON added in v0.1.1

func (x *EventChannelRaid) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventChannelRaid to JSON.

func (*EventChannelRaid) MarshalProtoJSON added in v0.1.1

func (x *EventChannelRaid) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventChannelRaid message to JSON.

func (*EventChannelRaid) MarshalToSizedBufferVT

func (m *EventChannelRaid) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventChannelRaid) MarshalToVT

func (m *EventChannelRaid) MarshalToVT(dAtA []byte) (int, error)

func (*EventChannelRaid) MarshalVT

func (m *EventChannelRaid) MarshalVT() (dAtA []byte, err error)

func (*EventChannelRaid) ProtoMessage

func (*EventChannelRaid) ProtoMessage()

func (*EventChannelRaid) Reset

func (x *EventChannelRaid) Reset()

func (*EventChannelRaid) SizeVT

func (m *EventChannelRaid) SizeVT() (n int)

func (*EventChannelRaid) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventChannelRaid from JSON.

func (*EventChannelRaid) UnmarshalProtoJSON added in v0.1.1

func (x *EventChannelRaid) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventChannelRaid message from JSON.

func (*EventChannelRaid) UnmarshalVT

func (m *EventChannelRaid) UnmarshalVT(dAtA []byte) error

type EventSubConfig

type EventSubConfig struct {
	Enabled   bool   `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	Profile   string `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	LogEvents bool   `protobuf:"varint,3,opt,name=log_events,json=logEvents,proto3" json:"logEvents,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubConfig) CloneMessageVT

func (m *EventSubConfig) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EventSubConfig) CloneVT

func (m *EventSubConfig) CloneVT() *EventSubConfig

func (*EventSubConfig) EqualMessageVT

func (this *EventSubConfig) EqualMessageVT(thatMsg any) bool

func (*EventSubConfig) EqualVT

func (this *EventSubConfig) EqualVT(that *EventSubConfig) bool

func (*EventSubConfig) GetEnabled

func (x *EventSubConfig) GetEnabled() bool

func (*EventSubConfig) GetLogEvents

func (x *EventSubConfig) GetLogEvents() bool

func (*EventSubConfig) GetProfile

func (x *EventSubConfig) GetProfile() string

func (*EventSubConfig) MarshalJSON added in v0.1.1

func (x *EventSubConfig) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubConfig to JSON.

func (*EventSubConfig) MarshalProtoJSON added in v0.1.1

func (x *EventSubConfig) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubConfig message to JSON.

func (*EventSubConfig) MarshalToSizedBufferVT

func (m *EventSubConfig) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubConfig) MarshalToVT

func (m *EventSubConfig) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubConfig) MarshalVT

func (m *EventSubConfig) MarshalVT() (dAtA []byte, err error)

func (*EventSubConfig) ProtoMessage

func (*EventSubConfig) ProtoMessage()

func (*EventSubConfig) Reset

func (x *EventSubConfig) Reset()

func (*EventSubConfig) SizeVT

func (m *EventSubConfig) SizeVT() (n int)

func (*EventSubConfig) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubConfig from JSON.

func (*EventSubConfig) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubConfig) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubConfig message from JSON.

func (*EventSubConfig) UnmarshalVT

func (m *EventSubConfig) UnmarshalVT(dAtA []byte) error

type EventSubGetConfigRequest

type EventSubGetConfigRequest struct {
	// contains filtered or unexported fields
}

func (*EventSubGetConfigRequest) CloneMessageVT

func (*EventSubGetConfigRequest) CloneVT

func (*EventSubGetConfigRequest) EqualMessageVT

func (this *EventSubGetConfigRequest) EqualMessageVT(thatMsg any) bool

func (*EventSubGetConfigRequest) EqualVT

func (*EventSubGetConfigRequest) MarshalJSON added in v0.1.1

func (x *EventSubGetConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubGetConfigRequest to JSON.

func (*EventSubGetConfigRequest) MarshalProtoJSON added in v0.1.1

func (x *EventSubGetConfigRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubGetConfigRequest message to JSON.

func (*EventSubGetConfigRequest) MarshalToSizedBufferVT

func (m *EventSubGetConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubGetConfigRequest) MarshalToVT

func (m *EventSubGetConfigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubGetConfigRequest) MarshalVT

func (m *EventSubGetConfigRequest) MarshalVT() (dAtA []byte, err error)

func (*EventSubGetConfigRequest) ProtoMessage

func (*EventSubGetConfigRequest) ProtoMessage()

func (*EventSubGetConfigRequest) Reset

func (x *EventSubGetConfigRequest) Reset()

func (*EventSubGetConfigRequest) SizeVT

func (m *EventSubGetConfigRequest) SizeVT() (n int)

func (*EventSubGetConfigRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubGetConfigRequest from JSON.

func (*EventSubGetConfigRequest) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubGetConfigRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubGetConfigRequest message from JSON.

func (*EventSubGetConfigRequest) UnmarshalVT

func (m *EventSubGetConfigRequest) UnmarshalVT(dAtA []byte) error

type EventSubGetConfigResponse

type EventSubGetConfigResponse struct {
	Config *EventSubConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubGetConfigResponse) CloneMessageVT

func (*EventSubGetConfigResponse) CloneVT

func (*EventSubGetConfigResponse) EqualMessageVT

func (this *EventSubGetConfigResponse) EqualMessageVT(thatMsg any) bool

func (*EventSubGetConfigResponse) EqualVT

func (*EventSubGetConfigResponse) GetConfig

func (x *EventSubGetConfigResponse) GetConfig() *EventSubConfig

func (*EventSubGetConfigResponse) MarshalJSON added in v0.1.1

func (x *EventSubGetConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubGetConfigResponse to JSON.

func (*EventSubGetConfigResponse) MarshalProtoJSON added in v0.1.1

func (x *EventSubGetConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubGetConfigResponse message to JSON.

func (*EventSubGetConfigResponse) MarshalToSizedBufferVT

func (m *EventSubGetConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubGetConfigResponse) MarshalToVT

func (m *EventSubGetConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubGetConfigResponse) MarshalVT

func (m *EventSubGetConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*EventSubGetConfigResponse) ProtoMessage

func (*EventSubGetConfigResponse) ProtoMessage()

func (*EventSubGetConfigResponse) Reset

func (x *EventSubGetConfigResponse) Reset()

func (*EventSubGetConfigResponse) SizeVT

func (m *EventSubGetConfigResponse) SizeVT() (n int)

func (*EventSubGetConfigResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubGetConfigResponse from JSON.

func (*EventSubGetConfigResponse) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubGetConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubGetConfigResponse message from JSON.

func (*EventSubGetConfigResponse) UnmarshalVT

func (m *EventSubGetConfigResponse) UnmarshalVT(dAtA []byte) error

type EventSubGetStatusRequest

type EventSubGetStatusRequest struct {
	// contains filtered or unexported fields
}

func (*EventSubGetStatusRequest) CloneMessageVT

func (*EventSubGetStatusRequest) CloneVT

func (*EventSubGetStatusRequest) EqualMessageVT

func (this *EventSubGetStatusRequest) EqualMessageVT(thatMsg any) bool

func (*EventSubGetStatusRequest) EqualVT

func (*EventSubGetStatusRequest) MarshalJSON added in v0.1.1

func (x *EventSubGetStatusRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubGetStatusRequest to JSON.

func (*EventSubGetStatusRequest) MarshalProtoJSON added in v0.1.1

func (x *EventSubGetStatusRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubGetStatusRequest message to JSON.

func (*EventSubGetStatusRequest) MarshalToSizedBufferVT

func (m *EventSubGetStatusRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubGetStatusRequest) MarshalToVT

func (m *EventSubGetStatusRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubGetStatusRequest) MarshalVT

func (m *EventSubGetStatusRequest) MarshalVT() (dAtA []byte, err error)

func (*EventSubGetStatusRequest) ProtoMessage

func (*EventSubGetStatusRequest) ProtoMessage()

func (*EventSubGetStatusRequest) Reset

func (x *EventSubGetStatusRequest) Reset()

func (*EventSubGetStatusRequest) SizeVT

func (m *EventSubGetStatusRequest) SizeVT() (n int)

func (*EventSubGetStatusRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubGetStatusRequest from JSON.

func (*EventSubGetStatusRequest) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubGetStatusRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubGetStatusRequest message from JSON.

func (*EventSubGetStatusRequest) UnmarshalVT

func (m *EventSubGetStatusRequest) UnmarshalVT(dAtA []byte) error

type EventSubGetStatusResponse

type EventSubGetStatusResponse struct {
	Status EventSubStatus `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Detail string         `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubGetStatusResponse) CloneMessageVT

func (*EventSubGetStatusResponse) CloneVT

func (*EventSubGetStatusResponse) EqualMessageVT

func (this *EventSubGetStatusResponse) EqualMessageVT(thatMsg any) bool

func (*EventSubGetStatusResponse) EqualVT

func (*EventSubGetStatusResponse) GetDetail

func (x *EventSubGetStatusResponse) GetDetail() string

func (*EventSubGetStatusResponse) GetStatus

func (*EventSubGetStatusResponse) MarshalJSON added in v0.1.1

func (x *EventSubGetStatusResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubGetStatusResponse to JSON.

func (*EventSubGetStatusResponse) MarshalProtoJSON added in v0.1.1

func (x *EventSubGetStatusResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubGetStatusResponse message to JSON.

func (*EventSubGetStatusResponse) MarshalToSizedBufferVT

func (m *EventSubGetStatusResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubGetStatusResponse) MarshalToVT

func (m *EventSubGetStatusResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubGetStatusResponse) MarshalVT

func (m *EventSubGetStatusResponse) MarshalVT() (dAtA []byte, err error)

func (*EventSubGetStatusResponse) ProtoMessage

func (*EventSubGetStatusResponse) ProtoMessage()

func (*EventSubGetStatusResponse) Reset

func (x *EventSubGetStatusResponse) Reset()

func (*EventSubGetStatusResponse) SizeVT

func (m *EventSubGetStatusResponse) SizeVT() (n int)

func (*EventSubGetStatusResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubGetStatusResponse from JSON.

func (*EventSubGetStatusResponse) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubGetStatusResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubGetStatusResponse message from JSON.

func (*EventSubGetStatusResponse) UnmarshalVT

func (m *EventSubGetStatusResponse) UnmarshalVT(dAtA []byte) error

type EventSubSetConfigRequest

type EventSubSetConfigRequest struct {
	Config *EventSubConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubSetConfigRequest) CloneMessageVT

func (*EventSubSetConfigRequest) CloneVT

func (*EventSubSetConfigRequest) EqualMessageVT

func (this *EventSubSetConfigRequest) EqualMessageVT(thatMsg any) bool

func (*EventSubSetConfigRequest) EqualVT

func (*EventSubSetConfigRequest) GetConfig

func (x *EventSubSetConfigRequest) GetConfig() *EventSubConfig

func (*EventSubSetConfigRequest) MarshalJSON added in v0.1.1

func (x *EventSubSetConfigRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubSetConfigRequest to JSON.

func (*EventSubSetConfigRequest) MarshalProtoJSON added in v0.1.1

func (x *EventSubSetConfigRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubSetConfigRequest message to JSON.

func (*EventSubSetConfigRequest) MarshalToSizedBufferVT

func (m *EventSubSetConfigRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubSetConfigRequest) MarshalToVT

func (m *EventSubSetConfigRequest) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubSetConfigRequest) MarshalVT

func (m *EventSubSetConfigRequest) MarshalVT() (dAtA []byte, err error)

func (*EventSubSetConfigRequest) ProtoMessage

func (*EventSubSetConfigRequest) ProtoMessage()

func (*EventSubSetConfigRequest) Reset

func (x *EventSubSetConfigRequest) Reset()

func (*EventSubSetConfigRequest) SizeVT

func (m *EventSubSetConfigRequest) SizeVT() (n int)

func (*EventSubSetConfigRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubSetConfigRequest from JSON.

func (*EventSubSetConfigRequest) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubSetConfigRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubSetConfigRequest message from JSON.

func (*EventSubSetConfigRequest) UnmarshalVT

func (m *EventSubSetConfigRequest) UnmarshalVT(dAtA []byte) error

type EventSubSetConfigResponse

type EventSubSetConfigResponse struct {
	Config *EventSubConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubSetConfigResponse) CloneMessageVT

func (*EventSubSetConfigResponse) CloneVT

func (*EventSubSetConfigResponse) EqualMessageVT

func (this *EventSubSetConfigResponse) EqualMessageVT(thatMsg any) bool

func (*EventSubSetConfigResponse) EqualVT

func (*EventSubSetConfigResponse) GetConfig

func (x *EventSubSetConfigResponse) GetConfig() *EventSubConfig

func (*EventSubSetConfigResponse) MarshalJSON added in v0.1.1

func (x *EventSubSetConfigResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubSetConfigResponse to JSON.

func (*EventSubSetConfigResponse) MarshalProtoJSON added in v0.1.1

func (x *EventSubSetConfigResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubSetConfigResponse message to JSON.

func (*EventSubSetConfigResponse) MarshalToSizedBufferVT

func (m *EventSubSetConfigResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubSetConfigResponse) MarshalToVT

func (m *EventSubSetConfigResponse) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubSetConfigResponse) MarshalVT

func (m *EventSubSetConfigResponse) MarshalVT() (dAtA []byte, err error)

func (*EventSubSetConfigResponse) ProtoMessage

func (*EventSubSetConfigResponse) ProtoMessage()

func (*EventSubSetConfigResponse) Reset

func (x *EventSubSetConfigResponse) Reset()

func (*EventSubSetConfigResponse) SizeVT

func (m *EventSubSetConfigResponse) SizeVT() (n int)

func (*EventSubSetConfigResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubSetConfigResponse from JSON.

func (*EventSubSetConfigResponse) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubSetConfigResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubSetConfigResponse message from JSON.

func (*EventSubSetConfigResponse) UnmarshalVT

func (m *EventSubSetConfigResponse) UnmarshalVT(dAtA []byte) error

type EventSubStatus

type EventSubStatus int32
const (
	EventSubStatus_EVENT_SUB_STATUS_UNKNOWN   EventSubStatus = 0
	EventSubStatus_EVENT_SUB_STATUS_OFF       EventSubStatus = 1
	EventSubStatus_EVENT_SUB_STATUS_CONNECTED EventSubStatus = 2
	EventSubStatus_EVENT_SUB_STATUS_ERROR     EventSubStatus = 3
)

func (EventSubStatus) Enum

func (x EventSubStatus) Enum() *EventSubStatus

func (EventSubStatus) MarshalJSON added in v0.1.1

func (x EventSubStatus) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubStatus to JSON.

func (EventSubStatus) MarshalProtoJSON added in v0.1.1

func (x EventSubStatus) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubStatus to JSON.

func (EventSubStatus) MarshalText added in v0.1.1

func (x EventSubStatus) MarshalText() ([]byte, error)

MarshalText marshals the EventSubStatus to text.

func (EventSubStatus) String

func (x EventSubStatus) String() string

func (*EventSubStatus) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubStatus from JSON.

func (*EventSubStatus) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubStatus) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubStatus from JSON.

func (*EventSubStatus) UnmarshalText added in v0.1.1

func (x *EventSubStatus) UnmarshalText(b []byte) error

UnmarshalText unmarshals the EventSubStatus from text.

type EventSubStatusEvent

type EventSubStatusEvent struct {
	Status EventSubStatus `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	Detail string         `protobuf:"bytes,2,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubStatusEvent) CloneMessageVT

func (*EventSubStatusEvent) CloneVT

func (*EventSubStatusEvent) EqualMessageVT

func (this *EventSubStatusEvent) EqualMessageVT(thatMsg any) bool

func (*EventSubStatusEvent) EqualVT

func (this *EventSubStatusEvent) EqualVT(that *EventSubStatusEvent) bool

func (*EventSubStatusEvent) GetDetail

func (x *EventSubStatusEvent) GetDetail() string

func (*EventSubStatusEvent) GetStatus

func (x *EventSubStatusEvent) GetStatus() EventSubStatus

func (*EventSubStatusEvent) MarshalJSON added in v0.1.1

func (x *EventSubStatusEvent) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventSubStatusEvent to JSON.

func (*EventSubStatusEvent) MarshalProtoJSON added in v0.1.1

func (x *EventSubStatusEvent) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventSubStatusEvent message to JSON.

func (*EventSubStatusEvent) MarshalToSizedBufferVT

func (m *EventSubStatusEvent) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventSubStatusEvent) MarshalToVT

func (m *EventSubStatusEvent) MarshalToVT(dAtA []byte) (int, error)

func (*EventSubStatusEvent) MarshalVT

func (m *EventSubStatusEvent) MarshalVT() (dAtA []byte, err error)

func (*EventSubStatusEvent) ProtoMessage

func (*EventSubStatusEvent) ProtoMessage()

func (*EventSubStatusEvent) Reset

func (x *EventSubStatusEvent) Reset()

func (*EventSubStatusEvent) SizeVT

func (m *EventSubStatusEvent) SizeVT() (n int)

func (*EventSubStatusEvent) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventSubStatusEvent from JSON.

func (*EventSubStatusEvent) UnmarshalProtoJSON added in v0.1.1

func (x *EventSubStatusEvent) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventSubStatusEvent message from JSON.

func (*EventSubStatusEvent) UnmarshalVT

func (m *EventSubStatusEvent) UnmarshalVT(dAtA []byte) error

type EventUser

type EventUser struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Login string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"`
	Name  string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*EventUser) CloneMessageVT

func (m *EventUser) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*EventUser) CloneVT

func (m *EventUser) CloneVT() *EventUser

func (*EventUser) EqualMessageVT

func (this *EventUser) EqualMessageVT(thatMsg any) bool

func (*EventUser) EqualVT

func (this *EventUser) EqualVT(that *EventUser) bool

func (*EventUser) GetId

func (x *EventUser) GetId() string

func (*EventUser) GetLogin

func (x *EventUser) GetLogin() string

func (*EventUser) GetName

func (x *EventUser) GetName() string

func (*EventUser) MarshalJSON added in v0.1.1

func (x *EventUser) MarshalJSON() ([]byte, error)

MarshalJSON marshals the EventUser to JSON.

func (*EventUser) MarshalProtoJSON added in v0.1.1

func (x *EventUser) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the EventUser message to JSON.

func (*EventUser) MarshalToSizedBufferVT

func (m *EventUser) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*EventUser) MarshalToVT

func (m *EventUser) MarshalToVT(dAtA []byte) (int, error)

func (*EventUser) MarshalVT

func (m *EventUser) MarshalVT() (dAtA []byte, err error)

func (*EventUser) ProtoMessage

func (*EventUser) ProtoMessage()

func (*EventUser) Reset

func (x *EventUser) Reset()

func (*EventUser) SizeVT

func (m *EventUser) SizeVT() (n int)

func (*EventUser) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the EventUser from JSON.

func (*EventUser) UnmarshalProtoJSON added in v0.1.1

func (x *EventUser) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the EventUser message from JSON.

func (*EventUser) UnmarshalVT

func (m *EventUser) UnmarshalVT(dAtA []byte) error

type GetAvatarPathRequest

type GetAvatarPathRequest struct {
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarPathRequest) CloneMessageVT

func (*GetAvatarPathRequest) CloneVT

func (*GetAvatarPathRequest) EqualMessageVT

func (this *GetAvatarPathRequest) EqualMessageVT(thatMsg any) bool

func (*GetAvatarPathRequest) EqualVT

func (this *GetAvatarPathRequest) EqualVT(that *GetAvatarPathRequest) bool

func (*GetAvatarPathRequest) GetLogin

func (x *GetAvatarPathRequest) GetLogin() string

func (*GetAvatarPathRequest) MarshalJSON added in v0.1.1

func (x *GetAvatarPathRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetAvatarPathRequest to JSON.

func (*GetAvatarPathRequest) MarshalProtoJSON added in v0.1.1

func (x *GetAvatarPathRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetAvatarPathRequest message to JSON.

func (*GetAvatarPathRequest) MarshalToSizedBufferVT

func (m *GetAvatarPathRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetAvatarPathRequest) MarshalToVT

func (m *GetAvatarPathRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetAvatarPathRequest) MarshalVT

func (m *GetAvatarPathRequest) MarshalVT() (dAtA []byte, err error)

func (*GetAvatarPathRequest) ProtoMessage

func (*GetAvatarPathRequest) ProtoMessage()

func (*GetAvatarPathRequest) Reset

func (x *GetAvatarPathRequest) Reset()

func (*GetAvatarPathRequest) SizeVT

func (m *GetAvatarPathRequest) SizeVT() (n int)

func (*GetAvatarPathRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetAvatarPathRequest from JSON.

func (*GetAvatarPathRequest) UnmarshalProtoJSON added in v0.1.1

func (x *GetAvatarPathRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetAvatarPathRequest message from JSON.

func (*GetAvatarPathRequest) UnmarshalVT

func (m *GetAvatarPathRequest) UnmarshalVT(dAtA []byte) error

type GetAvatarPathResponse

type GetAvatarPathResponse struct {
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	Path  string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarPathResponse) CloneMessageVT

func (*GetAvatarPathResponse) CloneVT

func (*GetAvatarPathResponse) EqualMessageVT

func (this *GetAvatarPathResponse) EqualMessageVT(thatMsg any) bool

func (*GetAvatarPathResponse) EqualVT

func (this *GetAvatarPathResponse) EqualVT(that *GetAvatarPathResponse) bool

func (*GetAvatarPathResponse) GetLogin

func (x *GetAvatarPathResponse) GetLogin() string

func (*GetAvatarPathResponse) GetPath

func (x *GetAvatarPathResponse) GetPath() string

func (*GetAvatarPathResponse) MarshalJSON added in v0.1.1

func (x *GetAvatarPathResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetAvatarPathResponse to JSON.

func (*GetAvatarPathResponse) MarshalProtoJSON added in v0.1.1

func (x *GetAvatarPathResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetAvatarPathResponse message to JSON.

func (*GetAvatarPathResponse) MarshalToSizedBufferVT

func (m *GetAvatarPathResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetAvatarPathResponse) MarshalToVT

func (m *GetAvatarPathResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetAvatarPathResponse) MarshalVT

func (m *GetAvatarPathResponse) MarshalVT() (dAtA []byte, err error)

func (*GetAvatarPathResponse) ProtoMessage

func (*GetAvatarPathResponse) ProtoMessage()

func (*GetAvatarPathResponse) Reset

func (x *GetAvatarPathResponse) Reset()

func (*GetAvatarPathResponse) SizeVT

func (m *GetAvatarPathResponse) SizeVT() (n int)

func (*GetAvatarPathResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetAvatarPathResponse from JSON.

func (*GetAvatarPathResponse) UnmarshalProtoJSON added in v0.1.1

func (x *GetAvatarPathResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetAvatarPathResponse message from JSON.

func (*GetAvatarPathResponse) UnmarshalVT

func (m *GetAvatarPathResponse) UnmarshalVT(dAtA []byte) error

type GetOAuthURLRequest

type GetOAuthURLRequest struct {
	// contains filtered or unexported fields
}

Request a URL to do the OAuth enrollment dance

func (*GetOAuthURLRequest) CloneMessageVT

func (m *GetOAuthURLRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetOAuthURLRequest) CloneVT

func (m *GetOAuthURLRequest) CloneVT() *GetOAuthURLRequest

func (*GetOAuthURLRequest) EqualMessageVT

func (this *GetOAuthURLRequest) EqualMessageVT(thatMsg any) bool

func (*GetOAuthURLRequest) EqualVT

func (this *GetOAuthURLRequest) EqualVT(that *GetOAuthURLRequest) bool

func (*GetOAuthURLRequest) MarshalJSON added in v0.1.1

func (x *GetOAuthURLRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetOAuthURLRequest to JSON.

func (*GetOAuthURLRequest) MarshalProtoJSON added in v0.1.1

func (x *GetOAuthURLRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetOAuthURLRequest message to JSON.

func (*GetOAuthURLRequest) MarshalToSizedBufferVT

func (m *GetOAuthURLRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetOAuthURLRequest) MarshalToVT

func (m *GetOAuthURLRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetOAuthURLRequest) MarshalVT

func (m *GetOAuthURLRequest) MarshalVT() (dAtA []byte, err error)

func (*GetOAuthURLRequest) ProtoMessage

func (*GetOAuthURLRequest) ProtoMessage()

func (*GetOAuthURLRequest) Reset

func (x *GetOAuthURLRequest) Reset()

func (*GetOAuthURLRequest) SizeVT

func (m *GetOAuthURLRequest) SizeVT() (n int)

func (*GetOAuthURLRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetOAuthURLRequest from JSON.

func (*GetOAuthURLRequest) UnmarshalProtoJSON added in v0.1.1

func (x *GetOAuthURLRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetOAuthURLRequest message from JSON.

func (*GetOAuthURLRequest) UnmarshalVT

func (m *GetOAuthURLRequest) UnmarshalVT(dAtA []byte) error

type GetOAuthURLResponse

type GetOAuthURLResponse struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOAuthURLResponse) CloneMessageVT

func (*GetOAuthURLResponse) CloneVT

func (*GetOAuthURLResponse) EqualMessageVT

func (this *GetOAuthURLResponse) EqualMessageVT(thatMsg any) bool

func (*GetOAuthURLResponse) EqualVT

func (this *GetOAuthURLResponse) EqualVT(that *GetOAuthURLResponse) bool

func (*GetOAuthURLResponse) GetUrl

func (x *GetOAuthURLResponse) GetUrl() string

func (*GetOAuthURLResponse) MarshalJSON added in v0.1.1

func (x *GetOAuthURLResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetOAuthURLResponse to JSON.

func (*GetOAuthURLResponse) MarshalProtoJSON added in v0.1.1

func (x *GetOAuthURLResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetOAuthURLResponse message to JSON.

func (*GetOAuthURLResponse) MarshalToSizedBufferVT

func (m *GetOAuthURLResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetOAuthURLResponse) MarshalToVT

func (m *GetOAuthURLResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetOAuthURLResponse) MarshalVT

func (m *GetOAuthURLResponse) MarshalVT() (dAtA []byte, err error)

func (*GetOAuthURLResponse) ProtoMessage

func (*GetOAuthURLResponse) ProtoMessage()

func (*GetOAuthURLResponse) Reset

func (x *GetOAuthURLResponse) Reset()

func (*GetOAuthURLResponse) SizeVT

func (m *GetOAuthURLResponse) SizeVT() (n int)

func (*GetOAuthURLResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetOAuthURLResponse from JSON.

func (*GetOAuthURLResponse) UnmarshalProtoJSON added in v0.1.1

func (x *GetOAuthURLResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetOAuthURLResponse message from JSON.

func (*GetOAuthURLResponse) UnmarshalVT

func (m *GetOAuthURLResponse) UnmarshalVT(dAtA []byte) error

type GetUserRequest

type GetUserRequest struct {
	Profile string `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	Login   string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRequest) CloneMessageVT

func (m *GetUserRequest) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetUserRequest) CloneVT

func (m *GetUserRequest) CloneVT() *GetUserRequest

func (*GetUserRequest) EqualMessageVT

func (this *GetUserRequest) EqualMessageVT(thatMsg any) bool

func (*GetUserRequest) EqualVT

func (this *GetUserRequest) EqualVT(that *GetUserRequest) bool

func (*GetUserRequest) GetLogin

func (x *GetUserRequest) GetLogin() string

func (*GetUserRequest) GetProfile

func (x *GetUserRequest) GetProfile() string

func (*GetUserRequest) MarshalJSON added in v0.1.1

func (x *GetUserRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetUserRequest to JSON.

func (*GetUserRequest) MarshalProtoJSON added in v0.1.1

func (x *GetUserRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetUserRequest message to JSON.

func (*GetUserRequest) MarshalToSizedBufferVT

func (m *GetUserRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetUserRequest) MarshalToVT

func (m *GetUserRequest) MarshalToVT(dAtA []byte) (int, error)

func (*GetUserRequest) MarshalVT

func (m *GetUserRequest) MarshalVT() (dAtA []byte, err error)

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) SizeVT

func (m *GetUserRequest) SizeVT() (n int)

func (*GetUserRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetUserRequest from JSON.

func (*GetUserRequest) UnmarshalProtoJSON added in v0.1.1

func (x *GetUserRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetUserRequest message from JSON.

func (*GetUserRequest) UnmarshalVT

func (m *GetUserRequest) UnmarshalVT(dAtA []byte) error

type GetUserResponse

type GetUserResponse struct {
	Login string `protobuf:"bytes,1,opt,name=login,proto3" json:"login,omitempty"`
	User  *User  `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func GetUser added in v0.1.1

func GetUser(req *GetUserRequest) (*GetUserResponse, error)

func (*GetUserResponse) CloneMessageVT

func (m *GetUserResponse) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*GetUserResponse) CloneVT

func (m *GetUserResponse) CloneVT() *GetUserResponse

func (*GetUserResponse) EqualMessageVT

func (this *GetUserResponse) EqualMessageVT(thatMsg any) bool

func (*GetUserResponse) EqualVT

func (this *GetUserResponse) EqualVT(that *GetUserResponse) bool

func (*GetUserResponse) GetLogin

func (x *GetUserResponse) GetLogin() string

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) MarshalJSON added in v0.1.1

func (x *GetUserResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the GetUserResponse to JSON.

func (*GetUserResponse) MarshalProtoJSON added in v0.1.1

func (x *GetUserResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the GetUserResponse message to JSON.

func (*GetUserResponse) MarshalToSizedBufferVT

func (m *GetUserResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*GetUserResponse) MarshalToVT

func (m *GetUserResponse) MarshalToVT(dAtA []byte) (int, error)

func (*GetUserResponse) MarshalVT

func (m *GetUserResponse) MarshalVT() (dAtA []byte, err error)

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) SizeVT

func (m *GetUserResponse) SizeVT() (n int)

func (*GetUserResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the GetUserResponse from JSON.

func (*GetUserResponse) UnmarshalProtoJSON added in v0.1.1

func (x *GetUserResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the GetUserResponse message from JSON.

func (*GetUserResponse) UnmarshalVT

func (m *GetUserResponse) UnmarshalVT(dAtA []byte) error

type ListProfilesRequest

type ListProfilesRequest struct {
	// contains filtered or unexported fields
}

func (*ListProfilesRequest) CloneMessageVT

func (*ListProfilesRequest) CloneVT

func (*ListProfilesRequest) EqualMessageVT

func (this *ListProfilesRequest) EqualMessageVT(thatMsg any) bool

func (*ListProfilesRequest) EqualVT

func (this *ListProfilesRequest) EqualVT(that *ListProfilesRequest) bool

func (*ListProfilesRequest) MarshalJSON added in v0.1.1

func (x *ListProfilesRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListProfilesRequest to JSON.

func (*ListProfilesRequest) MarshalProtoJSON added in v0.1.1

func (x *ListProfilesRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListProfilesRequest message to JSON.

func (*ListProfilesRequest) MarshalToSizedBufferVT

func (m *ListProfilesRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListProfilesRequest) MarshalToVT

func (m *ListProfilesRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListProfilesRequest) MarshalVT

func (m *ListProfilesRequest) MarshalVT() (dAtA []byte, err error)

func (*ListProfilesRequest) ProtoMessage

func (*ListProfilesRequest) ProtoMessage()

func (*ListProfilesRequest) Reset

func (x *ListProfilesRequest) Reset()

func (*ListProfilesRequest) SizeVT

func (m *ListProfilesRequest) SizeVT() (n int)

func (*ListProfilesRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ListProfilesRequest from JSON.

func (*ListProfilesRequest) UnmarshalProtoJSON added in v0.1.1

func (x *ListProfilesRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListProfilesRequest message from JSON.

func (*ListProfilesRequest) UnmarshalVT

func (m *ListProfilesRequest) UnmarshalVT(dAtA []byte) error

type ListProfilesResponse

type ListProfilesResponse struct {
	Names    []string                               `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	Profiles []*ListProfilesResponse_ProfileListing `protobuf:"bytes,2,rep,name=profiles,proto3" json:"profiles,omitempty"`
	// contains filtered or unexported fields
}

func ListProfiles

func ListProfiles(req *ListProfilesRequest) (*ListProfilesResponse, error)

func (*ListProfilesResponse) CloneMessageVT

func (*ListProfilesResponse) CloneVT

func (*ListProfilesResponse) EqualMessageVT

func (this *ListProfilesResponse) EqualMessageVT(thatMsg any) bool

func (*ListProfilesResponse) EqualVT

func (this *ListProfilesResponse) EqualVT(that *ListProfilesResponse) bool

func (*ListProfilesResponse) GetNames

func (x *ListProfilesResponse) GetNames() []string

func (*ListProfilesResponse) GetProfiles

func (*ListProfilesResponse) MarshalJSON added in v0.1.1

func (x *ListProfilesResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListProfilesResponse to JSON.

func (*ListProfilesResponse) MarshalProtoJSON added in v0.1.1

func (x *ListProfilesResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListProfilesResponse message to JSON.

func (*ListProfilesResponse) MarshalToSizedBufferVT

func (m *ListProfilesResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListProfilesResponse) MarshalToVT

func (m *ListProfilesResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListProfilesResponse) MarshalVT

func (m *ListProfilesResponse) MarshalVT() (dAtA []byte, err error)

func (*ListProfilesResponse) ProtoMessage

func (*ListProfilesResponse) ProtoMessage()

func (*ListProfilesResponse) Reset

func (x *ListProfilesResponse) Reset()

func (*ListProfilesResponse) SizeVT

func (m *ListProfilesResponse) SizeVT() (n int)

func (*ListProfilesResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ListProfilesResponse from JSON.

func (*ListProfilesResponse) UnmarshalProtoJSON added in v0.1.1

func (x *ListProfilesResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListProfilesResponse message from JSON.

func (*ListProfilesResponse) UnmarshalVT

func (m *ListProfilesResponse) UnmarshalVT(dAtA []byte) error

type ListProfilesResponse_ProfileListing

type ListProfilesResponse_ProfileListing struct {
	Name    string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UserId  string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"userId,omitempty"`
	Scopes  []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
	Expires int64    `protobuf:"varint,4,opt,name=expires,proto3" json:"expires,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProfilesResponse_ProfileListing) CloneMessageVT

func (*ListProfilesResponse_ProfileListing) CloneVT

func (*ListProfilesResponse_ProfileListing) EqualMessageVT

func (this *ListProfilesResponse_ProfileListing) EqualMessageVT(thatMsg any) bool

func (*ListProfilesResponse_ProfileListing) EqualVT

func (*ListProfilesResponse_ProfileListing) GetExpires

func (*ListProfilesResponse_ProfileListing) GetName

func (*ListProfilesResponse_ProfileListing) GetScopes

func (*ListProfilesResponse_ProfileListing) GetUserId

func (*ListProfilesResponse_ProfileListing) MarshalJSON added in v0.1.1

func (x *ListProfilesResponse_ProfileListing) MarshalJSON() ([]byte, error)

MarshalJSON marshals the ListProfilesResponse_ProfileListing to JSON.

func (*ListProfilesResponse_ProfileListing) MarshalProtoJSON added in v0.1.1

func (x *ListProfilesResponse_ProfileListing) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the ListProfilesResponse_ProfileListing message to JSON.

func (*ListProfilesResponse_ProfileListing) MarshalToSizedBufferVT

func (m *ListProfilesResponse_ProfileListing) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListProfilesResponse_ProfileListing) MarshalToVT

func (m *ListProfilesResponse_ProfileListing) MarshalToVT(dAtA []byte) (int, error)

func (*ListProfilesResponse_ProfileListing) MarshalVT

func (m *ListProfilesResponse_ProfileListing) MarshalVT() (dAtA []byte, err error)

func (*ListProfilesResponse_ProfileListing) ProtoMessage

func (*ListProfilesResponse_ProfileListing) ProtoMessage()

func (*ListProfilesResponse_ProfileListing) Reset

func (*ListProfilesResponse_ProfileListing) SizeVT

func (m *ListProfilesResponse_ProfileListing) SizeVT() (n int)

func (*ListProfilesResponse_ProfileListing) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the ListProfilesResponse_ProfileListing from JSON.

func (*ListProfilesResponse_ProfileListing) UnmarshalProtoJSON added in v0.1.1

func (x *ListProfilesResponse_ProfileListing) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the ListProfilesResponse_ProfileListing message from JSON.

func (*ListProfilesResponse_ProfileListing) UnmarshalVT

func (m *ListProfilesResponse_ProfileListing) UnmarshalVT(dAtA []byte) error

type MessageTypeCommand

type MessageTypeCommand int32
const (
	MessageTypeCommand_TYPE_COMMAND_UNSPECIFIED           MessageTypeCommand = 0
	MessageTypeCommand_TYPE_COMMAND_GET_OAUTH_URL_REQ     MessageTypeCommand = 1
	MessageTypeCommand_TYPE_COMMAND_GET_OAUTH_URL_RES     MessageTypeCommand = 2
	MessageTypeCommand_TYPE_COMMAND_WRITE_PROFILE_REQ     MessageTypeCommand = 3
	MessageTypeCommand_TYPE_COMMAND_WRITE_PROFILE_RESP    MessageTypeCommand = 4
	MessageTypeCommand_TYPE_COMMAND_DELETE_PROFILE_REQ    MessageTypeCommand = 5
	MessageTypeCommand_TYPE_COMMAND_DELETE_PROFILE_RESP   MessageTypeCommand = 6
	MessageTypeCommand_TYPE_COMMAND_CHAT_SET_CONFIG_REQ   MessageTypeCommand = 7
	MessageTypeCommand_TYPE_COMMAND_CHAT_SET_CONFIG_RESP  MessageTypeCommand = 8
	MessageTypeCommand_TYPE_COMMAND_EVENT_SET_CONFIG_REQ  MessageTypeCommand = 9
	MessageTypeCommand_TYPE_COMMAND_EVENT_SET_CONFIG_RESP MessageTypeCommand = 10
)

func (MessageTypeCommand) Enum

func (MessageTypeCommand) MarshalJSON added in v0.1.1

func (x MessageTypeCommand) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeCommand to JSON.

func (MessageTypeCommand) MarshalProtoJSON added in v0.1.1

func (x MessageTypeCommand) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeCommand to JSON.

func (MessageTypeCommand) MarshalText added in v0.1.1

func (x MessageTypeCommand) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeCommand to text.

func (MessageTypeCommand) String

func (x MessageTypeCommand) String() string

func (*MessageTypeCommand) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the MessageTypeCommand from JSON.

func (*MessageTypeCommand) UnmarshalProtoJSON added in v0.1.1

func (x *MessageTypeCommand) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeCommand from JSON.

func (*MessageTypeCommand) UnmarshalText added in v0.1.1

func (x *MessageTypeCommand) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeCommand from text.

type MessageTypeEventSub

type MessageTypeEventSub int32
const (
	MessageTypeEventSub_TYPE_UNSPECIFIED                 MessageTypeEventSub = 0
	MessageTypeEventSub_TYPE_EVENTSUB_EVENT              MessageTypeEventSub = 1
	MessageTypeEventSub_TYPE_CHANNEL_RAID                MessageTypeEventSub = 2
	MessageTypeEventSub_TYPE_CHANNEL_FOLLOW              MessageTypeEventSub = 3
	MessageTypeEventSub_TYPE_CHANNEL_CHEER               MessageTypeEventSub = 4
	MessageTypeEventSub_TYPE_CHANNEL_POINT_CUSTOM_REDEEM MessageTypeEventSub = 5
	MessageTypeEventSub_TYPE_CHANNEL_CHAT_MESSAGE        MessageTypeEventSub = 6
)

func (MessageTypeEventSub) Enum

func (MessageTypeEventSub) MarshalJSON added in v0.1.1

func (x MessageTypeEventSub) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeEventSub to JSON.

func (MessageTypeEventSub) MarshalProtoJSON added in v0.1.1

func (x MessageTypeEventSub) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeEventSub to JSON.

func (MessageTypeEventSub) MarshalText added in v0.1.1

func (x MessageTypeEventSub) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeEventSub to text.

func (MessageTypeEventSub) String

func (x MessageTypeEventSub) String() string

func (*MessageTypeEventSub) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the MessageTypeEventSub from JSON.

func (*MessageTypeEventSub) UnmarshalProtoJSON added in v0.1.1

func (x *MessageTypeEventSub) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeEventSub from JSON.

func (*MessageTypeEventSub) UnmarshalText added in v0.1.1

func (x *MessageTypeEventSub) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeEventSub from text.

type MessageTypeRequest

type MessageTypeRequest int32
const (
	MessageTypeRequest_TYPE_REQUEST_UNSPECIFIED           MessageTypeRequest = 0
	MessageTypeRequest_TYPE_REQUEST_LIST_PROFILES_REQ     MessageTypeRequest = 1
	MessageTypeRequest_TYPE_REQUEST_LIST_PROFILES_RESP    MessageTypeRequest = 2
	MessageTypeRequest_TYPE_REQUEST_CHAT_GET_CONFIG_REQ   MessageTypeRequest = 3
	MessageTypeRequest_TYPE_REQUEST_CHAT_GET_CONFIG_RESP  MessageTypeRequest = 4
	MessageTypeRequest_TYPE_REQUEST_EVENT_GET_CONFIG_REQ  MessageTypeRequest = 5
	MessageTypeRequest_TYPE_REQUEST_EVENT_GET_CONFIG_RESP MessageTypeRequest = 6
	MessageTypeRequest_TYPE_REQUEST_EVENT_GET_STATUS_REQ  MessageTypeRequest = 7
	MessageTypeRequest_TYPE_REQUEST_EVENT_GET_STATUS_RESP MessageTypeRequest = 8
	MessageTypeRequest_TYPE_REQUEST_GET_USER_REQ          MessageTypeRequest = 9
	MessageTypeRequest_TYPE_REQUEST_GET_USER_RESP         MessageTypeRequest = 10
	MessageTypeRequest_TYPE_REQUEST_SEND_SHOUTOUT_REQ     MessageTypeRequest = 11
	MessageTypeRequest_TYPE_REQUEST_SEND_SHOUTOUT_RESP    MessageTypeRequest = 12
)

func (MessageTypeRequest) Enum

func (MessageTypeRequest) MarshalJSON added in v0.1.1

func (x MessageTypeRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeRequest to JSON.

func (MessageTypeRequest) MarshalProtoJSON added in v0.1.1

func (x MessageTypeRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeRequest to JSON.

func (MessageTypeRequest) MarshalText added in v0.1.1

func (x MessageTypeRequest) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeRequest to text.

func (MessageTypeRequest) String

func (x MessageTypeRequest) String() string

func (*MessageTypeRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the MessageTypeRequest from JSON.

func (*MessageTypeRequest) UnmarshalProtoJSON added in v0.1.1

func (x *MessageTypeRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeRequest from JSON.

func (*MessageTypeRequest) UnmarshalText added in v0.1.1

func (x *MessageTypeRequest) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeRequest from text.

type MessageTypeTwitchChatEvent

type MessageTypeTwitchChatEvent int32
const (
	MessageTypeTwitchChatEvent_TWITCH_CHAT_EVENT_TYPE_MESSAGE_IN MessageTypeTwitchChatEvent = 0
)

func (MessageTypeTwitchChatEvent) Enum

func (MessageTypeTwitchChatEvent) MarshalJSON added in v0.1.1

func (x MessageTypeTwitchChatEvent) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeTwitchChatEvent to JSON.

func (MessageTypeTwitchChatEvent) MarshalProtoJSON added in v0.1.1

func (x MessageTypeTwitchChatEvent) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeTwitchChatEvent to JSON.

func (MessageTypeTwitchChatEvent) MarshalText added in v0.1.1

func (x MessageTypeTwitchChatEvent) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeTwitchChatEvent to text.

func (MessageTypeTwitchChatEvent) String

func (*MessageTypeTwitchChatEvent) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the MessageTypeTwitchChatEvent from JSON.

func (*MessageTypeTwitchChatEvent) UnmarshalProtoJSON added in v0.1.1

func (x *MessageTypeTwitchChatEvent) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeTwitchChatEvent from JSON.

func (*MessageTypeTwitchChatEvent) UnmarshalText added in v0.1.1

func (x *MessageTypeTwitchChatEvent) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeTwitchChatEvent from text.

type MessageTypeTwitchChatRequest

type MessageTypeTwitchChatRequest int32
const (
	MessageTypeTwitchChatRequest_TWITCH_CHAT_REQUEST_TYPE_SEND_REQ  MessageTypeTwitchChatRequest = 0
	MessageTypeTwitchChatRequest_TWITCH_CHAT_REQUEST_TYPE_SEND_RESP MessageTypeTwitchChatRequest = 1
)

func (MessageTypeTwitchChatRequest) Enum

func (MessageTypeTwitchChatRequest) MarshalJSON added in v0.1.1

func (x MessageTypeTwitchChatRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the MessageTypeTwitchChatRequest to JSON.

func (MessageTypeTwitchChatRequest) MarshalProtoJSON added in v0.1.1

func (x MessageTypeTwitchChatRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the MessageTypeTwitchChatRequest to JSON.

func (MessageTypeTwitchChatRequest) MarshalText added in v0.1.1

func (x MessageTypeTwitchChatRequest) MarshalText() ([]byte, error)

MarshalText marshals the MessageTypeTwitchChatRequest to text.

func (MessageTypeTwitchChatRequest) String

func (*MessageTypeTwitchChatRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the MessageTypeTwitchChatRequest from JSON.

func (*MessageTypeTwitchChatRequest) UnmarshalProtoJSON added in v0.1.1

func (x *MessageTypeTwitchChatRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the MessageTypeTwitchChatRequest from JSON.

func (*MessageTypeTwitchChatRequest) UnmarshalText added in v0.1.1

func (x *MessageTypeTwitchChatRequest) UnmarshalText(b []byte) error

UnmarshalText unmarshals the MessageTypeTwitchChatRequest from text.

type Profile

type Profile struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"userId,omitempty"`
	Token  *Token `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Profile wraps a token and includes the user login

func (*Profile) CloneMessageVT

func (m *Profile) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Profile) CloneVT

func (m *Profile) CloneVT() *Profile

func (*Profile) EqualMessageVT

func (this *Profile) EqualMessageVT(thatMsg any) bool

func (*Profile) EqualVT

func (this *Profile) EqualVT(that *Profile) bool

func (*Profile) GetName

func (x *Profile) GetName() string

func (*Profile) GetToken

func (x *Profile) GetToken() *Token

func (*Profile) GetUserId

func (x *Profile) GetUserId() string

func (*Profile) MarshalJSON added in v0.1.1

func (x *Profile) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Profile to JSON.

func (*Profile) MarshalProtoJSON added in v0.1.1

func (x *Profile) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Profile message to JSON.

func (*Profile) MarshalToSizedBufferVT

func (m *Profile) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Profile) MarshalToVT

func (m *Profile) MarshalToVT(dAtA []byte) (int, error)

func (*Profile) MarshalVT

func (m *Profile) MarshalVT() (dAtA []byte, err error)

func (*Profile) ProtoMessage

func (*Profile) ProtoMessage()

func (*Profile) Reset

func (x *Profile) Reset()

func (*Profile) SizeVT

func (m *Profile) SizeVT() (n int)

func (*Profile) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the Profile from JSON.

func (*Profile) UnmarshalProtoJSON added in v0.1.1

func (x *Profile) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Profile message from JSON.

func (*Profile) UnmarshalVT

func (m *Profile) UnmarshalVT(dAtA []byte) error

type Reward

type Reward struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title  string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Cost   int32  `protobuf:"varint,3,opt,name=cost,proto3" json:"cost,omitempty"`
	Prompt string `protobuf:"bytes,4,opt,name=prompt,proto3" json:"prompt,omitempty"`
	// contains filtered or unexported fields
}

func (*Reward) CloneMessageVT

func (m *Reward) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Reward) CloneVT

func (m *Reward) CloneVT() *Reward

func (*Reward) EqualMessageVT

func (this *Reward) EqualMessageVT(thatMsg any) bool

func (*Reward) EqualVT

func (this *Reward) EqualVT(that *Reward) bool

func (*Reward) GetCost

func (x *Reward) GetCost() int32

func (*Reward) GetId

func (x *Reward) GetId() string

func (*Reward) GetPrompt

func (x *Reward) GetPrompt() string

func (*Reward) GetTitle

func (x *Reward) GetTitle() string

func (*Reward) MarshalJSON added in v0.1.1

func (x *Reward) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Reward to JSON.

func (*Reward) MarshalProtoJSON added in v0.1.1

func (x *Reward) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Reward message to JSON.

func (*Reward) MarshalToSizedBufferVT

func (m *Reward) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Reward) MarshalToVT

func (m *Reward) MarshalToVT(dAtA []byte) (int, error)

func (*Reward) MarshalVT

func (m *Reward) MarshalVT() (dAtA []byte, err error)

func (*Reward) ProtoMessage

func (*Reward) ProtoMessage()

func (*Reward) Reset

func (x *Reward) Reset()

func (*Reward) SizeVT

func (m *Reward) SizeVT() (n int)

func (*Reward) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the Reward from JSON.

func (*Reward) UnmarshalProtoJSON added in v0.1.1

func (x *Reward) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Reward message from JSON.

func (*Reward) UnmarshalVT

func (m *Reward) UnmarshalVT(dAtA []byte) error

type SendShoutoutRequest

type SendShoutoutRequest struct {
	FromProfile     string `protobuf:"bytes,1,opt,name=from_profile,json=fromProfile,proto3" json:"fromProfile,omitempty"`
	ToBroadcasterId string `protobuf:"bytes,2,opt,name=to_broadcaster_id,json=toBroadcasterId,proto3" json:"toBroadcasterId,omitempty"`
	ModeratorId     string `protobuf:"bytes,3,opt,name=moderator_id,json=moderatorId,proto3" json:"moderatorId,omitempty"`
	// contains filtered or unexported fields
}

func (*SendShoutoutRequest) CloneMessageVT

func (*SendShoutoutRequest) CloneVT

func (*SendShoutoutRequest) EqualMessageVT

func (this *SendShoutoutRequest) EqualMessageVT(thatMsg any) bool

func (*SendShoutoutRequest) EqualVT

func (this *SendShoutoutRequest) EqualVT(that *SendShoutoutRequest) bool

func (*SendShoutoutRequest) GetFromProfile

func (x *SendShoutoutRequest) GetFromProfile() string

func (*SendShoutoutRequest) GetModeratorId

func (x *SendShoutoutRequest) GetModeratorId() string

func (*SendShoutoutRequest) GetToBroadcasterId

func (x *SendShoutoutRequest) GetToBroadcasterId() string

func (*SendShoutoutRequest) MarshalJSON added in v0.1.1

func (x *SendShoutoutRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SendShoutoutRequest to JSON.

func (*SendShoutoutRequest) MarshalProtoJSON added in v0.1.1

func (x *SendShoutoutRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SendShoutoutRequest message to JSON.

func (*SendShoutoutRequest) MarshalToSizedBufferVT

func (m *SendShoutoutRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SendShoutoutRequest) MarshalToVT

func (m *SendShoutoutRequest) MarshalToVT(dAtA []byte) (int, error)

func (*SendShoutoutRequest) MarshalVT

func (m *SendShoutoutRequest) MarshalVT() (dAtA []byte, err error)

func (*SendShoutoutRequest) ProtoMessage

func (*SendShoutoutRequest) ProtoMessage()

func (*SendShoutoutRequest) Reset

func (x *SendShoutoutRequest) Reset()

func (*SendShoutoutRequest) SizeVT

func (m *SendShoutoutRequest) SizeVT() (n int)

func (*SendShoutoutRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the SendShoutoutRequest from JSON.

func (*SendShoutoutRequest) UnmarshalProtoJSON added in v0.1.1

func (x *SendShoutoutRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SendShoutoutRequest message from JSON.

func (*SendShoutoutRequest) UnmarshalVT

func (m *SendShoutoutRequest) UnmarshalVT(dAtA []byte) error

type SendShoutoutResponse

type SendShoutoutResponse struct {
	// contains filtered or unexported fields
}

func (*SendShoutoutResponse) CloneMessageVT

func (*SendShoutoutResponse) CloneVT

func (*SendShoutoutResponse) EqualMessageVT

func (this *SendShoutoutResponse) EqualMessageVT(thatMsg any) bool

func (*SendShoutoutResponse) EqualVT

func (this *SendShoutoutResponse) EqualVT(that *SendShoutoutResponse) bool

func (*SendShoutoutResponse) MarshalJSON added in v0.1.1

func (x *SendShoutoutResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the SendShoutoutResponse to JSON.

func (*SendShoutoutResponse) MarshalProtoJSON added in v0.1.1

func (x *SendShoutoutResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the SendShoutoutResponse message to JSON.

func (*SendShoutoutResponse) MarshalToSizedBufferVT

func (m *SendShoutoutResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*SendShoutoutResponse) MarshalToVT

func (m *SendShoutoutResponse) MarshalToVT(dAtA []byte) (int, error)

func (*SendShoutoutResponse) MarshalVT

func (m *SendShoutoutResponse) MarshalVT() (dAtA []byte, err error)

func (*SendShoutoutResponse) ProtoMessage

func (*SendShoutoutResponse) ProtoMessage()

func (*SendShoutoutResponse) Reset

func (x *SendShoutoutResponse) Reset()

func (*SendShoutoutResponse) SizeVT

func (m *SendShoutoutResponse) SizeVT() (n int)

func (*SendShoutoutResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the SendShoutoutResponse from JSON.

func (*SendShoutoutResponse) UnmarshalProtoJSON added in v0.1.1

func (x *SendShoutoutResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the SendShoutoutResponse message from JSON.

func (*SendShoutoutResponse) UnmarshalVT

func (m *SendShoutoutResponse) UnmarshalVT(dAtA []byte) error

type Token

type Token struct {
	ClientId string   `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"clientId,omitempty"`
	Access   string   `protobuf:"bytes,2,opt,name=access,proto3" json:"access,omitempty"`
	Scopes   []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
	UserId   string   `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"userId,omitempty"`
	Expires  int64    `protobuf:"varint,5,opt,name=expires,proto3" json:"expires,omitempty"`
	// contains filtered or unexported fields
}

Token stores a twitch OAuth token

func (*Token) CloneMessageVT

func (m *Token) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*Token) CloneVT

func (m *Token) CloneVT() *Token

func (*Token) EqualMessageVT

func (this *Token) EqualMessageVT(thatMsg any) bool

func (*Token) EqualVT

func (this *Token) EqualVT(that *Token) bool

func (*Token) GetAccess

func (x *Token) GetAccess() string

func (*Token) GetClientId

func (x *Token) GetClientId() string

func (*Token) GetExpires

func (x *Token) GetExpires() int64

func (*Token) GetScopes

func (x *Token) GetScopes() []string

func (*Token) GetUserId

func (x *Token) GetUserId() string

func (*Token) MarshalJSON added in v0.1.1

func (x *Token) MarshalJSON() ([]byte, error)

MarshalJSON marshals the Token to JSON.

func (*Token) MarshalProtoJSON added in v0.1.1

func (x *Token) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the Token message to JSON.

func (*Token) MarshalToSizedBufferVT

func (m *Token) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Token) MarshalToVT

func (m *Token) MarshalToVT(dAtA []byte) (int, error)

func (*Token) MarshalVT

func (m *Token) MarshalVT() (dAtA []byte, err error)

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) Reset

func (x *Token) Reset()

func (*Token) SizeVT

func (m *Token) SizeVT() (n int)

func (*Token) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the Token from JSON.

func (*Token) UnmarshalProtoJSON added in v0.1.1

func (x *Token) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the Token message from JSON.

func (*Token) UnmarshalVT

func (m *Token) UnmarshalVT(dAtA []byte) error

type TwitchChatRequestSendRequest

type TwitchChatRequestSendRequest struct {
	Text    string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Channel string `protobuf:"bytes,2,opt,name=channel,proto3" json:"channel,omitempty"`
	Profile string `protobuf:"bytes,3,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*TwitchChatRequestSendRequest) CloneMessageVT

func (*TwitchChatRequestSendRequest) CloneVT

func (*TwitchChatRequestSendRequest) EqualMessageVT

func (this *TwitchChatRequestSendRequest) EqualMessageVT(thatMsg any) bool

func (*TwitchChatRequestSendRequest) EqualVT

func (*TwitchChatRequestSendRequest) GetChannel added in v0.1.1

func (x *TwitchChatRequestSendRequest) GetChannel() string

func (*TwitchChatRequestSendRequest) GetProfile added in v0.1.1

func (x *TwitchChatRequestSendRequest) GetProfile() string

func (*TwitchChatRequestSendRequest) GetText

func (x *TwitchChatRequestSendRequest) GetText() string

func (*TwitchChatRequestSendRequest) MarshalJSON added in v0.1.1

func (x *TwitchChatRequestSendRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TwitchChatRequestSendRequest to JSON.

func (*TwitchChatRequestSendRequest) MarshalProtoJSON added in v0.1.1

func (x *TwitchChatRequestSendRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TwitchChatRequestSendRequest message to JSON.

func (*TwitchChatRequestSendRequest) MarshalToSizedBufferVT

func (m *TwitchChatRequestSendRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TwitchChatRequestSendRequest) MarshalToVT

func (m *TwitchChatRequestSendRequest) MarshalToVT(dAtA []byte) (int, error)

func (*TwitchChatRequestSendRequest) MarshalVT

func (m *TwitchChatRequestSendRequest) MarshalVT() (dAtA []byte, err error)

func (*TwitchChatRequestSendRequest) ProtoMessage

func (*TwitchChatRequestSendRequest) ProtoMessage()

func (*TwitchChatRequestSendRequest) Reset

func (x *TwitchChatRequestSendRequest) Reset()

func (*TwitchChatRequestSendRequest) SizeVT

func (m *TwitchChatRequestSendRequest) SizeVT() (n int)

func (*TwitchChatRequestSendRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the TwitchChatRequestSendRequest from JSON.

func (*TwitchChatRequestSendRequest) UnmarshalProtoJSON added in v0.1.1

func (x *TwitchChatRequestSendRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TwitchChatRequestSendRequest message from JSON.

func (*TwitchChatRequestSendRequest) UnmarshalVT

func (m *TwitchChatRequestSendRequest) UnmarshalVT(dAtA []byte) error

type TwitchChatRequestSendResponse

type TwitchChatRequestSendResponse struct {
	// contains filtered or unexported fields
}

func (*TwitchChatRequestSendResponse) CloneMessageVT

func (*TwitchChatRequestSendResponse) CloneVT

func (*TwitchChatRequestSendResponse) EqualMessageVT

func (this *TwitchChatRequestSendResponse) EqualMessageVT(thatMsg any) bool

func (*TwitchChatRequestSendResponse) EqualVT

func (*TwitchChatRequestSendResponse) MarshalJSON added in v0.1.1

func (x *TwitchChatRequestSendResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the TwitchChatRequestSendResponse to JSON.

func (*TwitchChatRequestSendResponse) MarshalProtoJSON added in v0.1.1

func (x *TwitchChatRequestSendResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the TwitchChatRequestSendResponse message to JSON.

func (*TwitchChatRequestSendResponse) MarshalToSizedBufferVT

func (m *TwitchChatRequestSendResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*TwitchChatRequestSendResponse) MarshalToVT

func (m *TwitchChatRequestSendResponse) MarshalToVT(dAtA []byte) (int, error)

func (*TwitchChatRequestSendResponse) MarshalVT

func (m *TwitchChatRequestSendResponse) MarshalVT() (dAtA []byte, err error)

func (*TwitchChatRequestSendResponse) ProtoMessage

func (*TwitchChatRequestSendResponse) ProtoMessage()

func (*TwitchChatRequestSendResponse) Reset

func (x *TwitchChatRequestSendResponse) Reset()

func (*TwitchChatRequestSendResponse) SizeVT

func (m *TwitchChatRequestSendResponse) SizeVT() (n int)

func (*TwitchChatRequestSendResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the TwitchChatRequestSendResponse from JSON.

func (*TwitchChatRequestSendResponse) UnmarshalProtoJSON added in v0.1.1

func (x *TwitchChatRequestSendResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the TwitchChatRequestSendResponse message from JSON.

func (*TwitchChatRequestSendResponse) UnmarshalVT

func (m *TwitchChatRequestSendResponse) UnmarshalVT(dAtA []byte) error

type User

type User struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Login           string `protobuf:"bytes,2,opt,name=login,proto3" json:"login,omitempty"`
	DisplayName     string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"displayName,omitempty"`
	Type            string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	BroadcasterType string `protobuf:"bytes,5,opt,name=broadcaster_type,json=broadcasterType,proto3" json:"broadcasterType,omitempty"`
	Description     string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	ProfileImageUrl string `protobuf:"bytes,7,opt,name=profile_image_url,json=profileImageUrl,proto3" json:"profileImageUrl,omitempty"`
	OfflineImageUrl string `protobuf:"bytes,8,opt,name=offline_image_url,json=offlineImageUrl,proto3" json:"offlineImageUrl,omitempty"`
	ViewCount       uint32 `protobuf:"varint,9,opt,name=view_count,json=viewCount,proto3" json:"viewCount,omitempty"`
	Email           string `protobuf:"bytes,10,opt,name=email,proto3" json:"email,omitempty"`
	CreatedAt       uint32 `protobuf:"varint,11,opt,name=created_at,json=createdAt,proto3" json:"createdAt,omitempty"`
	// contains filtered or unexported fields
}

func (*User) CloneMessageVT

func (m *User) CloneMessageVT() protobuf_go_lite.CloneMessage

func (*User) CloneVT

func (m *User) CloneVT() *User

func (*User) EqualMessageVT

func (this *User) EqualMessageVT(thatMsg any) bool

func (*User) EqualVT

func (this *User) EqualVT(that *User) bool

func (*User) GetBroadcasterType

func (x *User) GetBroadcasterType() string

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() uint32

func (*User) GetDescription

func (x *User) GetDescription() string

func (*User) GetDisplayName

func (x *User) GetDisplayName() string

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetLogin

func (x *User) GetLogin() string

func (*User) GetOfflineImageUrl

func (x *User) GetOfflineImageUrl() string

func (*User) GetProfileImageUrl

func (x *User) GetProfileImageUrl() string

func (*User) GetType

func (x *User) GetType() string

func (*User) GetViewCount

func (x *User) GetViewCount() uint32

func (*User) MarshalJSON added in v0.1.1

func (x *User) MarshalJSON() ([]byte, error)

MarshalJSON marshals the User to JSON.

func (*User) MarshalProtoJSON added in v0.1.1

func (x *User) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the User message to JSON.

func (*User) MarshalToSizedBufferVT

func (m *User) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*User) MarshalToVT

func (m *User) MarshalToVT(dAtA []byte) (int, error)

func (*User) MarshalVT

func (m *User) MarshalVT() (dAtA []byte, err error)

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (x *User) Reset()

func (*User) SizeVT

func (m *User) SizeVT() (n int)

func (*User) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the User from JSON.

func (*User) UnmarshalProtoJSON added in v0.1.1

func (x *User) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the User message from JSON.

func (*User) UnmarshalVT

func (m *User) UnmarshalVT(dAtA []byte) error

type WriteProfileRequest

type WriteProfileRequest struct {
	Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteProfileRequest) CloneMessageVT

func (*WriteProfileRequest) CloneVT

func (*WriteProfileRequest) EqualMessageVT

func (this *WriteProfileRequest) EqualMessageVT(thatMsg any) bool

func (*WriteProfileRequest) EqualVT

func (this *WriteProfileRequest) EqualVT(that *WriteProfileRequest) bool

func (*WriteProfileRequest) GetProfile

func (x *WriteProfileRequest) GetProfile() *Profile

func (*WriteProfileRequest) MarshalJSON added in v0.1.1

func (x *WriteProfileRequest) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WriteProfileRequest to JSON.

func (*WriteProfileRequest) MarshalProtoJSON added in v0.1.1

func (x *WriteProfileRequest) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WriteProfileRequest message to JSON.

func (*WriteProfileRequest) MarshalToSizedBufferVT

func (m *WriteProfileRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteProfileRequest) MarshalToVT

func (m *WriteProfileRequest) MarshalToVT(dAtA []byte) (int, error)

func (*WriteProfileRequest) MarshalVT

func (m *WriteProfileRequest) MarshalVT() (dAtA []byte, err error)

func (*WriteProfileRequest) ProtoMessage

func (*WriteProfileRequest) ProtoMessage()

func (*WriteProfileRequest) Reset

func (x *WriteProfileRequest) Reset()

func (*WriteProfileRequest) SizeVT

func (m *WriteProfileRequest) SizeVT() (n int)

func (*WriteProfileRequest) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the WriteProfileRequest from JSON.

func (*WriteProfileRequest) UnmarshalProtoJSON added in v0.1.1

func (x *WriteProfileRequest) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WriteProfileRequest message from JSON.

func (*WriteProfileRequest) UnmarshalVT

func (m *WriteProfileRequest) UnmarshalVT(dAtA []byte) error

type WriteProfileResponse

type WriteProfileResponse struct {
	// contains filtered or unexported fields
}

func (*WriteProfileResponse) CloneMessageVT

func (*WriteProfileResponse) CloneVT

func (*WriteProfileResponse) EqualMessageVT

func (this *WriteProfileResponse) EqualMessageVT(thatMsg any) bool

func (*WriteProfileResponse) EqualVT

func (this *WriteProfileResponse) EqualVT(that *WriteProfileResponse) bool

func (*WriteProfileResponse) MarshalJSON added in v0.1.1

func (x *WriteProfileResponse) MarshalJSON() ([]byte, error)

MarshalJSON marshals the WriteProfileResponse to JSON.

func (*WriteProfileResponse) MarshalProtoJSON added in v0.1.1

func (x *WriteProfileResponse) MarshalProtoJSON(s *json.MarshalState)

MarshalProtoJSON marshals the WriteProfileResponse message to JSON.

func (*WriteProfileResponse) MarshalToSizedBufferVT

func (m *WriteProfileResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*WriteProfileResponse) MarshalToVT

func (m *WriteProfileResponse) MarshalToVT(dAtA []byte) (int, error)

func (*WriteProfileResponse) MarshalVT

func (m *WriteProfileResponse) MarshalVT() (dAtA []byte, err error)

func (*WriteProfileResponse) ProtoMessage

func (*WriteProfileResponse) ProtoMessage()

func (*WriteProfileResponse) Reset

func (x *WriteProfileResponse) Reset()

func (*WriteProfileResponse) SizeVT

func (m *WriteProfileResponse) SizeVT() (n int)

func (*WriteProfileResponse) UnmarshalJSON added in v0.1.1

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

UnmarshalJSON unmarshals the WriteProfileResponse from JSON.

func (*WriteProfileResponse) UnmarshalProtoJSON added in v0.1.1

func (x *WriteProfileResponse) UnmarshalProtoJSON(s *json.UnmarshalState)

UnmarshalProtoJSON unmarshals the WriteProfileResponse message from JSON.

func (*WriteProfileResponse) UnmarshalVT

func (m *WriteProfileResponse) UnmarshalVT(dAtA []byte) error

Jump to

Keyboard shortcuts

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