pub trait SetStickerPositionInSetSetters: HasPayload<Payload = SetStickerPositionInSet> + Sized {
// Provided methods
fn sticker<T>(self, value: T) -> Self
where T: Into<String> { ... }
fn position(self, value: u32) -> Self { ... }
}
Expand description
Setters for fields of SetStickerPositionInSet