Type alias ChannelMessage

ChannelMessage: {
    date: Date;
    id: string;
    type: string;
}

Type declaration

  • date: Date

    server-time from the instant at which the event was generated

  • id: string

    The unique channel id of the message

  • type: string

    The message type

Generated using TypeDoc