Class: TD::Types::LinkPreviewType::StickerSet

Inherits:
TD::Types::LinkPreviewType show all
Defined in:
lib/tdlib/types/link_preview_type/sticker_set.rb

Overview

The link is a link to a sticker set.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stickersArray<TD::Types::Sticker>

Up to 4 stickers from the sticker set.

Returns:



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

def stickers
  @stickers
end