@twitchapis/twitch.js - v2.0.0-beta.6
Preparing search index...
interfaces/IMessage
IMessage
Interface IMessage
interface
IMessage
{
author
:
UserStructure
;
bits
:
number
;
channel
:
ChannelStructure
;
content
:
string
;
id
:
string
;
tags
:
ITwitchTags
;
reply
(
message
:
string
)
:
void
;
toString
()
:
string
;
}
Index
Properties
author
bits
channel
content
id
tags
Methods
reply
to
String
Properties
author
author
:
UserStructure
bits
bits
:
number
channel
channel
:
ChannelStructure
content
content
:
string
id
id
:
string
tags
tags
:
ITwitchTags
Methods
reply
reply
(
message
:
string
)
:
void
Parameters
message
:
string
Returns
void
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
author
bits
channel
content
id
tags
Methods
reply
to
String
@twitchapis/twitch.js - v2.0.0-beta.6
Loading...