Struct tbot::methods::DeleteChatStickerSet
source · pub struct DeleteChatStickerSet<'a> { /* private fields */ }
Expand description
Deletes a chat’s sticker set.
Reflects the deleteChatStickerSet
method.
Implementations§
source§impl DeleteChatStickerSet<'_>
impl DeleteChatStickerSet<'_>
sourcepub async fn call(self) -> Result<(), MethodCall>
pub async fn call(self) -> Result<(), MethodCall>
Calls the method.
Trait Implementations§
source§impl<'a> Clone for DeleteChatStickerSet<'a>
impl<'a> Clone for DeleteChatStickerSet<'a>
source§fn clone(&self) -> DeleteChatStickerSet<'a>
fn clone(&self) -> DeleteChatStickerSet<'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