Struct actix_telegram::methods::DeleteStickerFromSet[][src]

pub struct DeleteStickerFromSet {
    pub sticker: String,
}

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Fields

File identifier of the sticker

Trait Implementations

impl Debug for DeleteStickerFromSet
[src]

Formats the value using the given formatter. Read more

impl ActixMessage for DeleteStickerFromSet
[src]

The type of value that this message will resolved with if it is successful. Read more

impl Handler<DeleteStickerFromSet> for TelegramApi
[src]

The type of value that this handle will return

Method is called for every message received by this Actor

Auto Trait Implementations