Versions in this module Expand all Collapse all v1 v1.0.3 Oct 17, 2023 Changes in this version + func LiveChatMessage2Messages(in []*youtube.LiveChatMessage) []string + type ChatConnection struct + Info *youtube.LiveBroadcast + NextPageToken string + PenultimateMesages []string + PenultimatePageToken string + PerPage int + Yt *Youtube + func (cc *ChatConnection) Spin(ctx context.Context) []string + type Youtube struct + Client *http.Client + CodeChan chan string + Service *youtube.Service + func New(ctx context.Context) (*Youtube, error) + func (y *Youtube) GetChatConnection(ctx context.Context, perpage int) *ChatConnection + func (y *Youtube) GetCodeChan() chan string + func (y *Youtube) GetStreamInfo(ctx context.Context) (*youtube.LiveBroadcast, error) + func (y *Youtube) InitStage1(ctx context.Context) error + func (y *Youtube) Ready() bool