Class: TD::Types::Update::DiceEmojis

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/dice_emojis.rb

Overview

The list of supported dice emojis has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#emojisArray<TD::Types::String>

The new list of supported dice emojis.

Returns:

  • (Array<TD::Types::String>)

    the current value of emojis



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

def emojis
  @emojis
end