Class: TD::Types::Update::InstalledStickerSets

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

Overview

The list of installed sticker sets was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sticker_set_idsArray<Integer>

The new list of installed ordinary sticker sets.

Returns:

  • (Array<Integer>)

    the current value of sticker_set_ids



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

def sticker_set_ids
  @sticker_set_ids
end

#sticker_typeTD::Types::StickerType

Type of the affected stickers.

Returns:



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

def sticker_type
  @sticker_type
end