Struct telegram_bot2::models::CreateInvoiceLink
source · pub struct CreateInvoiceLink { /* private fields */ }Expand description
Use this method to create a link for an invoice. Returns the created invoice link as String on success.
Trait Implementations§
source§impl Clone for CreateInvoiceLink
impl Clone for CreateInvoiceLink
source§fn clone(&self) -> CreateInvoiceLink
fn clone(&self) -> CreateInvoiceLink
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 moresource§impl Debug for CreateInvoiceLink
impl Debug for CreateInvoiceLink
source§impl<'de> Deserialize<'de> for CreateInvoiceLink
impl<'de> Deserialize<'de> for CreateInvoiceLink
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more