AboutSupportDeveloper GuideVersion 41.129.83.3
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