Success
Defined in: src/packets/Success.ts:4
Sent by the server when a message is sent or queued successfully.
Extends
Section titled “Extends”Properties
Section titled “Properties”id:
number
Defined in: src/packets/Success.ts:5
ok:
boolean
Defined in: src/packets/Data.ts:2
Inherited from
Section titled “Inherited from”reason
Section titled “reason”reason:
string
Defined in: src/packets/Success.ts:9
More information about the success. When sending messages, this may be
message_sent
or message_queued
.
type:
string
Defined in: src/packets/Data.ts:3