Trait teloxide_core::payloads::GetFileSetters[][src]

pub trait GetFileSetters: HasPayload<Payload = GetFile> + Sized {
    fn file_id<T>(self, value: T) -> Self
    where
        T: Into<String>
, { ... } }

Setters for fields of GetFile

Provided methods

fn file_id<T>(self, value: T) -> Self where
    T: Into<String>, 
[src]

Setter for file_id field.

Loading content...

Implementors

impl<P> GetFileSetters for P where
    P: HasPayload<Payload = GetFile>, 
[src]

Loading content...