Class: TD::Types::Update::RecentStickers

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

Overview

The list of recently used stickers was updated.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_attachedBoolean

True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.

Returns:

  • (Boolean)

    the current value of is_attached



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

def is_attached
  @is_attached
end

#sticker_idsArray<Integer>

The new list of file identifiers of recently used stickers.

Returns:

  • (Array<Integer>)

    the current value of sticker_ids



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

def sticker_ids
  @sticker_ids
end