Class: TD::Types::StickerSets

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/sticker_sets.rb

Overview

Represents a list of sticker sets.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#setsArray<TD::Types::StickerSetInfo>

List of sticker sets.

Returns:



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

def sets
  @sets
end

#total_countInteger

Approximate total number of sticker sets found.

Returns:

  • (Integer)

    the current value of total_count



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

def total_count
  @total_count
end