Struct tdlib::types::InternalLinkTypeInstantView
source · Expand description
The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link
Fields§
§url: String
URL to be passed to getWebPageInstantView
fallback_url: String
An URL to open if getWebPageInstantView fails
Trait Implementations§
source§impl Clone for InternalLinkTypeInstantView
impl Clone for InternalLinkTypeInstantView
source§fn clone(&self) -> InternalLinkTypeInstantView
fn clone(&self) -> InternalLinkTypeInstantView
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 InternalLinkTypeInstantView
impl Debug for InternalLinkTypeInstantView
source§impl Default for InternalLinkTypeInstantView
impl Default for InternalLinkTypeInstantView
source§fn default() -> InternalLinkTypeInstantView
fn default() -> InternalLinkTypeInstantView
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InternalLinkTypeInstantView
impl<'de> Deserialize<'de> for InternalLinkTypeInstantView
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