Struct telbot_types::chat::ChatLocation [−][src]
Fields
location: LocationThe location to which the supergroup is connected. Can’t be a live location.
address: StringLocation address; 1-64 characters, as defined by the chat owner
Trait Implementations
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