macro_rules! expand_parameters_reply_markup_into_string {
    ($parameters:ident, $($vname: ident), *) => { ... };
}