Struct tdlib::types::TextEntityTypeCustomEmoji
source · pub struct TextEntityTypeCustomEmoji {
pub custom_emoji_id: i64,
}
Expand description
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji
Fields§
§custom_emoji_id: i64
Unique identifier of the custom emoji
Trait Implementations§
source§impl Clone for TextEntityTypeCustomEmoji
impl Clone for TextEntityTypeCustomEmoji
source§fn clone(&self) -> TextEntityTypeCustomEmoji
fn clone(&self) -> TextEntityTypeCustomEmoji
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 TextEntityTypeCustomEmoji
impl Debug for TextEntityTypeCustomEmoji
source§impl Default for TextEntityTypeCustomEmoji
impl Default for TextEntityTypeCustomEmoji
source§fn default() -> TextEntityTypeCustomEmoji
fn default() -> TextEntityTypeCustomEmoji
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TextEntityTypeCustomEmoji
impl<'de> Deserialize<'de> for TextEntityTypeCustomEmoji
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