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