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

#is_masksBoolean

True, if the list of installed mask sticker sets was updated.

Returns:

  • (Boolean)

    the current value of is_masks



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

def is_masks
  @is_masks
end

#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