Class: TD::Types::EmojiStatus
- Defined in:
- lib/tdlib/types/emoji_status.rb
Overview
Describes a custom emoji to be shown instead of the Telegram Premium badge.
Instance Attribute Summary collapse
-
#custom_emoji_id ⇒ Integer
Identifier of the custom emoji in StickerFormat::Tgs format.
-
#expiration_date ⇒ Integer
Point in time (Unix timestamp) when the status will expire; 0 if never.
Method Summary
Methods inherited from Base
Instance Attribute Details
#custom_emoji_id ⇒ Integer
Identifier of the custom emoji in StickerFormat::Tgs format.
6 7 8 |
# File 'lib/tdlib/types/emoji_status.rb', line 6 def custom_emoji_id @custom_emoji_id end |
#expiration_date ⇒ Integer
Point in time (Unix timestamp) when the status will expire; 0 if never.
6 7 8 |
# File 'lib/tdlib/types/emoji_status.rb', line 6 def expiration_date @expiration_date end |