Skip to main content

telegram

Macro telegram 

Source
macro_rules! telegram {
    () => { ... };
    ($($arg:tt)*) => { ... };
}