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

Setters for fields of UploadStickerFile

Provided Methods§

Setter for user_id field.

Setter for png_sticker field.

Implementors§