Trait teloxide::payloads::GetFileSetters
source · [−]pub trait GetFileSetters: HasPayload<Payload = GetFile> {
fn file_id<T>(self, value: T) -> Self
where
T: Into<String>,
{ ... }
}Expand description
Setters for fields of GetFile