Interface ServerPayloadMessageCreate

Hierarchy

  • ServerPayloadMessageCreate

Properties

d op

Properties

op: "MESSAGE_CREATE"

The payload sent when the client receives a Message.


Example

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