Trait teloxide_core::payloads::UploadStickerFileSetters[][src]

pub trait UploadStickerFileSetters: HasPayload<Payload = UploadStickerFile> + Sized {
    fn user_id(self, value: i64) -> Self { ... }
fn png_sticker(self, value: InputFile) -> Self { ... } }

Setters for fields of UploadStickerFile

Provided methods

fn user_id(self, value: i64) -> Self[src]

Setter for user_id field.

fn png_sticker(self, value: InputFile) -> Self[src]

Setter for png_sticker field.

Loading content...

Implementors

impl<P> UploadStickerFileSetters for P where
    P: HasPayload<Payload = UploadStickerFile>, 
[src]

Loading content...