Class: TD::Types::ChatPhotoStickerType::RegularOrMask

Inherits:
TD::Types::ChatPhotoStickerType show all
Defined in:
lib/tdlib/types/chat_photo_sticker_type/regular_or_mask.rb

Overview

Information about the sticker, which was used to create the chat photo.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sticker_idInteger

Identifier of the sticker in the set.

Returns:

  • (Integer)

    the current value of sticker_id



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

def sticker_id
  @sticker_id
end

#sticker_set_idInteger

Sticker set identifier.

Returns:

  • (Integer)

    the current value of sticker_set_id



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

def sticker_set_id
  @sticker_set_id
end