Class: TD::Types::Update::TrendingStickerSets

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/trending_sticker_sets.rb

Overview

The list of trending sticker sets was updated or some of them were viewed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sticker_setsTD::Types::StickerSets

The prefix of the list of trending sticker sets with the newest trending sticker sets.

Returns:



6
7
8
# File 'lib/tdlib/types/update/trending_sticker_sets.rb', line 6

def sticker_sets
  @sticker_sets
end