Struct tbot::methods::DeleteStickerFromSet
source · pub struct DeleteStickerFromSet<'a> { /* private fields */ }
Expand description
Deletes a sticker from a sticker set.
Reflects the deleteStickerFromSet
method
Implementations§
source§impl DeleteStickerFromSet<'_>
impl DeleteStickerFromSet<'_>
sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for DeleteStickerFromSet<'a>
impl<'a> Clone for DeleteStickerFromSet<'a>
source§fn clone(&self) -> DeleteStickerFromSet<'a>
fn clone(&self) -> DeleteStickerFromSet<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more