Struct tdlib::types::ChatEventLocationChanged
source · pub struct ChatEventLocationChanged {
pub old_location: Option<ChatLocation>,
pub new_location: Option<ChatLocation>,
}
Expand description
The supergroup location was changed
Fields§
§old_location: Option<ChatLocation>
Previous location; may be null
new_location: Option<ChatLocation>
New location; may be null
Trait Implementations§
source§impl Clone for ChatEventLocationChanged
impl Clone for ChatEventLocationChanged
source§fn clone(&self) -> ChatEventLocationChanged
fn clone(&self) -> ChatEventLocationChanged
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 ChatEventLocationChanged
impl Debug for ChatEventLocationChanged
source§impl<'de> Deserialize<'de> for ChatEventLocationChanged
impl<'de> Deserialize<'de> for ChatEventLocationChanged
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