Class: TD::Types::TMeUrlType::StickerSet

Inherits:
TD::Types::TMeUrlType show all
Defined in:
lib/tdlib/types/t_me_url_type/sticker_set.rb

Overview

A URL linking to a sticker set.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sticker_set_idInteger

Identifier of the sticker set.

Returns:

  • (Integer)

    the current value of sticker_set_id



5
6
7
# File 'lib/tdlib/types/t_me_url_type/sticker_set.rb', line 5

def sticker_set_id
  @sticker_set_id
end