interface RPCAPIMessage
extends
Omit<APIMessage, 'channel_id'>export interface RPCAPIMessage extends Omit<APIMessage, 'channel_id'>
optionalnumber author_color? :
The color of the author's name
(RPCAPIMessageParsedContentMention | RPCAPIMessageParsedContentText)[] content_parsed :
The content of the message parsed into an array
optionalstring nick? :
The nickname of the user who sent the message