Interface SendMessageOptions

interface SendMessageOptions {
    member: string;
    islevel: string;
    showAlert?: ShowAlert;
    coHostResponsibility: CoHostResponsibility[];
    coHost: string;
    chatSetting: string;
    message: string;
    roomName: string;
    messagesLength: number;
    receivers: string[];
    group: boolean;
    sender: string;
    socket: Socket<DefaultEventsMap, DefaultEventsMap>;
}

Properties

member: string
islevel: string
showAlert?: ShowAlert
coHostResponsibility: CoHostResponsibility[]
coHost: string
chatSetting: string
message: string
roomName: string
messagesLength: number
receivers: string[]
group: boolean
sender: string
socket: Socket<DefaultEventsMap, DefaultEventsMap>