pub trait SetCustomEmojiStickerSetThumbnailSetters: HasPayload<Payload = SetCustomEmojiStickerSetThumbnail> + Sized {
// Provided methods
fn name<T>(self, value: T) -> Self
where T: Into<String> { ... }
fn custom_emoji_id<T>(self, value: T) -> Self
where T: Into<String> { ... }
}
Expand description
Setters for fields of SetCustomEmojiStickerSetThumbnail
Provided Methods§
sourcefn custom_emoji_id<T>(self, value: T) -> Self
fn custom_emoji_id<T>(self, value: T) -> Self
Setter for custom_emoji_id
field.
Object Safety§
This trait is not object safe.