detail

package
v0.0.0-...-f82714f Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2020 License: AGPL-3.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Action

type Action struct {
	AddChatItemAction AddChatItemAction `json:"addChatItemAction"`
}

Action autogen

type AddChatItemAction

type AddChatItemAction struct {
	Item Item `json:"item"`
}

AddChatItemAction autogen

type ChannelInfo

type ChannelInfo struct {
	ChID   string `json:"ch_id"`
	ChType int64  `json:"ch_type"`
	Title  string `json:"title"`
	Name   string `json:"name"`
	// contains filtered or unexported fields
}

ChannelInfo autogen

type ChannelInfos

type ChannelInfos struct {
	ChannelInfo []ChannelInfo `json:"current_live"`
}

ChannelInfos autogen

type Comment

type Comment struct {
	AuthorName string `json:"author_name"`
	Purchase   string `json:"purchase"`
	Message    string `json:"message"`
	AuthorID   string `json:"author_id"`
	Timestamp  string `json:"timestamp"`
}

Comment autogen

type Continuation

type Continuation struct {
	TimedContinuationData        *TimedContinuationData        `json:"timedContinuationData"`
	InvalidationContinuationData *InvalidationContinuationData `json:"invalidationContinuationData"`
}

Continuation autogen

type ContinuationContents

type ContinuationContents struct {
	LiveChatContinuation LiveChatContinuation `json:"liveChatContinuation"`
}

ContinuationContents autogen

type Emoji

type Emoji struct {
	ShortCuts []string `json:"shortcuts"`
}

Emoji autogen

type InvalidationContinuationData

type InvalidationContinuationData struct {
	Continuation string `json:"continuation"`
}

InvalidationContinuationData autogen

type Item

type Item struct {
	LiveChatTextMessageRenderer *LiveChatTextMessageRenderer `json:"liveChatTextMessageRenderer,omitempty"`
	LiveChatPaidMessageRenderer *LiveChatPaidMessageRenderer `json:"liveChatPaidMessageRenderer,omitempty"`
}

Item autogen

type Like

type Like struct {
	ID   int64       `json:"id"`
	Text string      `json:"text"`
	User TwitterUser `json:"user"`
}

Like 一条喜欢

type LiveChat

type LiveChat struct {
	Response Response `json:"response"`
}

LiveChat autogen

type LiveChatContinuation

type LiveChatContinuation struct {
	Continuations []Continuation `json:"continuations"`
	Actions       []Action       `json:"actions"`
}

LiveChatContinuation autogen

type LiveChatMessage

type LiveChatMessage struct {
	Sender   string `json:"sender"`
	Message  string `json:"message"`
	Purchase string `json:"purchase"`
}

LiveChatMessage autogen

type LiveChatPaidMessageRenderer

type LiveChatPaidMessageRenderer struct {
	AuthorName         Title   `json:"authorName"`
	PurchaseAmountText Title   `json:"purchaseAmountText"`
	Message            Message `json:"message"`
	ID                 string  `json:"authorExternalChannelId"`
	TimestampUsec      string  `json:"timestampUsec"`
}

LiveChatPaidMessageRenderer autogen

type LiveChatResponse

type LiveChatResponse struct {
	Continuation string            `json:"continuation"`
	Messages     []LiveChatMessage `json:"messages"`
}

LiveChatResponse autogen

type LiveChatTextMessageRenderer

type LiveChatTextMessageRenderer struct {
	Message       Message `json:"message"`
	AuthorName    Title   `json:"authorName"`
	ID            string  `json:"authorExternalChannelId"`
	TimestampUsec string  `json:"timestampUsec"`
}

LiveChatTextMessageRenderer autogen

type Matches

type Matches struct {
	Items []PUBGItem `json:"items"`
}

Matches autogen

type Message

type Message struct {
	Runs *[]Run  `json:"runs"`
	Text *string `json:"simpleText"`
}

Message autogen

type PUBGItem

type PUBGItem struct {
	MatchID     string      `json:"match_id"`
	StartedAt   string      `json:"started_at"`
	UpdatedAt   string      `json:"updated_at"`
	Participant Participant `json:"participant"`
}

PUBGItem autogen

type PUBGRecord

type PUBGRecord struct {
	Matches Matches `json:"matches"`
}

PUBGRecord autogen

type Participant

type Participant struct {
	User User `json:"user"`
}

Participant autogen

type Response

type Response struct {
	ContinuationContents ContinuationContents `json:"continuationContents"`
}

Response autogen

type Run

type Run struct {
	Text  *string `json:"text"`
	Emoji *Emoji  `json:"emoji"`
}

Run autogen

type TimedContinuationData

type TimedContinuationData struct {
	Continuation string `json:"continuation"`
}

TimedContinuationData autogen

type Title

type Title struct {
	SimpleText string `json:"simpleText"`
}

Title autogen

type Tweet

type Tweet struct {
	ID   int64  `json:"id"`
	Text string `json:"text"`
}

Tweet 一条推特

type TwitterUser

type TwitterUser struct {
	Name string `json:"screen_name"`
}

TwitterUser 一名用户

type User

type User struct {
	Nickname string `json:"nickname"`
}

User autogen

Jump to

Keyboard shortcuts

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