Class: TD::Types::Emojis

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

Overview

Represents a list of emoji.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojisArray<String>

List of emojis.

Returns:

  • (Array<String>)

    the current value of emojis



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

def emojis
  @emojis
end