Interface ChatJSON

interface ChatJSON {
    archived: boolean;
    canSend: boolean;
    color: string;
    id: number;
    isContactRequest: boolean;
    isDeviceTalk: boolean;
    isProtected: boolean;
    isSelfTalk: boolean;
    isUnpromoted: boolean;
    mailinglistAddr: string;
    muted: boolean;
    name: string;
    pinned: boolean;
    profileImage: string;
    type: number;
}

Properties

archived: boolean
canSend: boolean
color: string
id: number
isContactRequest: boolean
isDeviceTalk: boolean
isProtected: boolean
isSelfTalk: boolean
isUnpromoted: boolean
mailinglistAddr: string
muted: boolean
name: string
pinned: boolean
profileImage: string
type: number