Interface SocketChatConversationNameEdited

interface SocketChatConversationNameEdited {
    name: string;
    uuid: string;
}

Properties

Properties

name: string
uuid: string

Generated using TypeDoc