Class: TD::Types::Stickers

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/stickers.rb

Overview

Represents a list of stickers.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stickersArray<TD::Types::Sticker>

List of stickers.

Returns:



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

def stickers
  @stickers
end