Interface MessageCreate

The event sent when the client receives a Message.


Example

{
"op": "MESSAGE_CREATE",
"d": {
"author": "A Certain Woo",
"content": "Woo!"
}
}

Hierarchy

  • MessageCreate

Properties

d op

Properties

op: "MESSAGE_CREATE"