Interface StreamChatRoomMessage

interface StreamChatRoomMessage {
    data: StreamChatRoomMessageData;
    type: string;
}

Properties

Properties

type: string