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
sourcefn png_sticker(self, value: InputFile) -> Self
fn png_sticker(self, value: InputFile) -> Self
Setter for png_sticker field.
