MessageInfo: {
    attachments: MessageAttachment[];
    body: string;
    clientDate: number;
    date: number;
    dateOfEdit: number;
    edited: boolean;
    from: string;
    id: string;
    parentMessage: MessageInfo;
    privateMessage: boolean;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
    to: string;
}

Type declaration