Struct rust_tdlib::types::GetStickerEmojis [−][src]
pub struct GetStickerEmojis { /* fields omitted */ }Expand description
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetStickerEmojisimpl Send for GetStickerEmojisimpl Sync for GetStickerEmojisimpl Unpin for GetStickerEmojisimpl UnwindSafe for GetStickerEmojisBlanket Implementations
Mutably borrows from an owned value. Read more