Class: TD::Types::EmojiStatuses

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

Overview

Contains a list of custom emoji identifiers for emoji statuses.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#custom_emoji_idsArray<Integer>

The list of custom emoji identifiers.

Returns:

  • (Array<Integer>)

    the current value of custom_emoji_ids



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

def custom_emoji_ids
  @custom_emoji_ids
end