MessageStatus: {
    attachments: MessageAttachment[];
    date: number;
    dateOfEdit: number;
    delivered: boolean;
    deliveryStatus: MessageDeliveryStatus;
    edited: boolean;
    id: string;
    info: string;
    lastReadMessageId: string;
    parentMessage: Message;
    reactions: string[];
    state: MessageState;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
}

Type declaration