Struct tdlib::types::UpdateTrendingStickerSets
source · pub struct UpdateTrendingStickerSets {
pub sticker_type: StickerType,
pub sticker_sets: TrendingStickerSets,
}
Expand description
The list of trending sticker sets was updated or some of them were viewed
Fields§
§sticker_type: StickerType
Type of the affected stickers
sticker_sets: TrendingStickerSets
The prefix of the list of trending sticker sets with the newest trending sticker sets
Trait Implementations§
source§impl Clone for UpdateTrendingStickerSets
impl Clone for UpdateTrendingStickerSets
source§fn clone(&self) -> UpdateTrendingStickerSets
fn clone(&self) -> UpdateTrendingStickerSets
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 UpdateTrendingStickerSets
impl Debug for UpdateTrendingStickerSets
source§impl<'de> Deserialize<'de> for UpdateTrendingStickerSets
impl<'de> Deserialize<'de> for UpdateTrendingStickerSets
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