Versions in this module Expand all Collapse all v0 v0.9.6 Aug 4, 2024 v0.9.5 Jul 28, 2024 Changes in this version + type CommentThread interface + Insert func(silent bool) + List func([]string, string) + func NewCommentThread(opts ...Option) CommentThread + type Option func(*commentThread) + func WithAllThreadsRelatedToChannelId(allThreadsRelatedToChannelId string) Option + func WithAuthorChannelId(authorChannelId string) Option + func WithChannelId(channelId string) Option + func WithID(id []string) Option + func WithMaxResults(maxResults int64) Option + func WithModerationStatus(moderationStatus string) Option + func WithOrder(order string) Option + func WithSearchTerms(searchTerms string) Option + func WithService(svc *youtube.Service) Option + func WithTextFormat(textFormat string) Option + func WithTextOriginal(textOriginal string) Option + func WithVideoId(videoId string) Option