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