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