AboutSupportDeveloper GuideVersion 38.126.83.74
interface ChatInitSettings {
    chatName?: string;
    initMessage?: string;
    members?: ContactListObject;
    options?: any;
    type: any;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

chatName?: string
initMessage?: string
options?: any
type: any