Class: TD::Types::ChatPhotoStickerType::CustomEmoji
- Inherits:
-
TD::Types::ChatPhotoStickerType
- Object
- Dry::Struct
- Base
- TD::Types::ChatPhotoStickerType
- TD::Types::ChatPhotoStickerType::CustomEmoji
- 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
-
#custom_emoji_id ⇒ Integer
Identifier of the custom emoji.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_emoji_id ⇒ Integer
Identifier of the custom emoji.
5 6 7 |
# File 'lib/tdlib/types/chat_photo_sticker_type/custom_emoji.rb', line 5 def custom_emoji_id @custom_emoji_id end |