pub struct ConvertGiftToStars { /* private fields */ }Expand description
Builder for the convertGiftToStars method.
Converts a regular gift owned by a business account to Telegram Stars.
Requires the can_convert_gifts_to_stars business bot right.
Trait Implementations§
Source§impl IntoFuture for ConvertGiftToStars
impl IntoFuture for ConvertGiftToStars
Source§type IntoFuture = Pin<Box<dyn Future<Output = <ConvertGiftToStars as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <ConvertGiftToStars as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ConvertGiftToStars
impl !UnwindSafe for ConvertGiftToStars
impl Freeze for ConvertGiftToStars
impl Send for ConvertGiftToStars
impl Sync for ConvertGiftToStars
impl Unpin for ConvertGiftToStars
impl UnsafeUnpin for ConvertGiftToStars
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more