pub trait DeleteChatStickerSetSetters: HasPayload<Payload = DeleteChatStickerSet> + Sized {
    fn chat_id<T>(self, value: T) -> Self
    where
        T: Into<Recipient>
, { ... } }
Expand description

Setters for fields of DeleteChatStickerSet

Provided Methods§

Setter for chat_id field.

Implementors§