Class: Chat
Represents a chat in a live stream
Hierarchy
↳
Chat
Implements
ChatProperties
Properties
author
• author: BaseChannel
The chat's author
Implementation of
ChatProperties.author
client
• client: Client
An instance of Client
Implementation of
ChatProperties.client
Inherited from
id
• Optional
id: string
Implementation of
ChatProperties.id
message
• message: string
The message of this chat
Implementation of
ChatProperties.message
timestamp
• timestamp: number
Timestamp in usec / microsecond
Implementation of
ChatProperties.timestamp
video
• video: Video
The video this chat belongs to
Implementation of
ChatProperties.video