struct Turnir::Parser::Youtube::ChatSnippet

Included Modules

Defined in:

turnir/parser/youtube.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def authorChannelId : String #

[View source]
def authorChannelId=(authorChannelId : String) #

[View source]
def displayMessage : String #

[View source]
def displayMessage=(displayMessage : String) #

[View source]
def publishedAt : String #

[View source]
def publishedAt=(publishedAt : String) #

[View source]
def textMessageDetails : TextMessageDetails #

[View source]
def textMessageDetails=(textMessageDetails : TextMessageDetails) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]