Interface SocketChatConversationParticipantLeft

interface SocketChatConversationParticipantLeft {
    userId: number;
    uuid: string;
}

Properties

Properties

userId: number
uuid: string

Generated using TypeDoc