Trait teloxide::payloads::GetStickerSetSetters
source · [−]pub trait GetStickerSetSetters: HasPayload<Payload = GetStickerSet> {
fn name<T>(self, value: T) -> Self
where
T: Into<String>,
{ ... }
}Expand description
Setters for fields of GetStickerSet