Class: TD::Types::Update::ActiveEmojiReactions

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

Overview

The list of active emoji reactions 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 active emoji reactions.

Returns:

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

    the current value of emojis



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

def emojis
  @emojis
end