ButtonParams: {
    commentMail: string[];
    commentMessage: string;
    commentVisible: boolean;
    hidden: boolean;
    limit: number;
    local: boolean;
    message: {
        after: string;
        before: string;
        body: string;
    };
}