Trait teloxide_core::payloads::SetStickerPositionInSetSetters[][src]

pub trait SetStickerPositionInSetSetters: HasPayload<Payload = SetStickerPositionInSet> + Sized {
    fn sticker<T>(self, value: T) -> Self
    where
        T: Into<String>
, { ... }
fn position(self, value: u32) -> Self { ... } }

Setters for fields of SetStickerPositionInSet

Provided methods

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

Setter for sticker field.

fn position(self, value: u32) -> Self[src]

Setter for position field.

Loading content...

Implementors

impl<P> SetStickerPositionInSetSetters for P where
    P: HasPayload<Payload = SetStickerPositionInSet>, 
[src]

Loading content...