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::TrendingStickerSets

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

Returns:



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

def sticker_sets
  @sticker_sets
end

#sticker_typeTD::Types::StickerType

Type of the affected stickers.

Returns:



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

def sticker_type
  @sticker_type
end