Struct tg_flows::ForumTopicEdited
source · pub struct ForumTopicEdited {
pub name: Option<String>,
pub icon_custom_emoji_id: Option<String>,
}Expand description
This object represents a service message about an edited forum topic.
Fields§
§name: Option<String>New name of the topic, if it was edited
icon_custom_emoji_id: Option<String>New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed
Trait Implementations§
source§impl Clone for ForumTopicEdited
impl Clone for ForumTopicEdited
source§fn clone(&self) -> ForumTopicEdited
fn clone(&self) -> ForumTopicEdited
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 ForumTopicEdited
impl Debug for ForumTopicEdited
source§impl<'de> Deserialize<'de> for ForumTopicEdited
impl<'de> Deserialize<'de> for ForumTopicEdited
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
source§impl Hash for ForumTopicEdited
impl Hash for ForumTopicEdited
source§impl PartialEq<ForumTopicEdited> for ForumTopicEdited
impl PartialEq<ForumTopicEdited> for ForumTopicEdited
source§fn eq(&self, other: &ForumTopicEdited) -> bool
fn eq(&self, other: &ForumTopicEdited) -> bool
This method tests for
self and other values to be equal, and is used
by ==.