1 2 3 4 5 6 7 8 9 10 11 12
use crate::{ __method, api::{MethodBuilder, SaveMessagesPhotoMethod, Write}, }; impl MethodBuilder<SaveMessagesPhotoMethod> { __method! { fn server(id: i32) fn hash(hash: &str) fn photo(info: &str) } }