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 new list of trending sticker sets.

Returns:



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

def sticker_sets
  @sticker_sets
end