Interface RawMessage

interface RawMessage {
    author: RawAuthor;
    message: RawMessageData;
    room: RawRoom;
}

Properties

Properties

author: RawAuthor
room: RawRoom