Class: TD::Types::InternalLinkType::StickerSet

Inherits:
TD::Types::InternalLinkType show all
Defined in:
lib/tdlib/types/internal_link_type/sticker_set.rb

Overview

The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set. If the sticker set is found and the user wants to add it, then call changeStickerSet.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#expect_custom_emojiBoolean

True, if the sticker set is expected to contain custom emoji.

Returns:

  • (Boolean)

    the current value of expect_custom_emoji



8
9
10
# File 'lib/tdlib/types/internal_link_type/sticker_set.rb', line 8

def expect_custom_emoji
  @expect_custom_emoji
end

#sticker_set_nameTD::Types::String

Name of the sticker set.

Returns:

  • (TD::Types::String)

    the current value of sticker_set_name



8
9
10
# File 'lib/tdlib/types/internal_link_type/sticker_set.rb', line 8

def sticker_set_name
  @sticker_set_name
end