Struct tdlib::types::MessageWebAppDataReceived
source · Expand description
Data from a Web App has been received; for bots only
Fields§
Text of the keyboardButtonTypeWebApp button, which opened the Web App
data: String
Received data
Trait Implementations§
source§impl Clone for MessageWebAppDataReceived
impl Clone for MessageWebAppDataReceived
source§fn clone(&self) -> MessageWebAppDataReceived
fn clone(&self) -> MessageWebAppDataReceived
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 MessageWebAppDataReceived
impl Debug for MessageWebAppDataReceived
source§impl Default for MessageWebAppDataReceived
impl Default for MessageWebAppDataReceived
source§fn default() -> MessageWebAppDataReceived
fn default() -> MessageWebAppDataReceived
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MessageWebAppDataReceived
impl<'de> Deserialize<'de> for MessageWebAppDataReceived
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