Class: TD::Types::ChatPhotoStickerType::CustomEmoji

Inherits:
TD::Types::ChatPhotoStickerType show all
Defined in:
lib/tdlib/types/chat_photo_sticker_type/custom_emoji.rb

Overview

Information about the custom emoji, which was used to create the chat photo.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#custom_emoji_idInteger

Identifier of the custom emoji.

Returns:

  • (Integer)

    the current value of custom_emoji_id



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

def custom_emoji_id
  @custom_emoji_id
end