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