Class: TD::Types::Update::AvailableMessageEffects

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

Overview

The list of available message effects has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#reaction_effect_idsArray<Integer>

The new list of available message effects from emoji reactions.

Returns:

  • (Array<Integer>)

    the current value of reaction_effect_ids



6
7
8
# File 'lib/tdlib/types/update/available_message_effects.rb', line 6

def reaction_effect_ids
  @reaction_effect_ids
end

#sticker_effect_idsArray<Integer>

The new list of available message effects from Premium stickers.

Returns:

  • (Array<Integer>)

    the current value of sticker_effect_ids



6
7
8
# File 'lib/tdlib/types/update/available_message_effects.rb', line 6

def sticker_effect_ids
  @sticker_effect_ids
end