Trait GetCustomEmojiStickersSetters

Source
pub trait GetCustomEmojiStickersSetters: HasPayload<Payload = GetCustomEmojiStickers> + Sized {
    // Provided method
    fn custom_emoji_ids<T>(self, value: T) -> Self
       where T: IntoIterator<Item = String> { ... }
}
Expand description

Setters for fields of GetCustomEmojiStickers

Provided Methods§

Source

fn custom_emoji_ids<T>(self, value: T) -> Self
where T: IntoIterator<Item = String>,

Setter for custom_emoji_ids field.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§