Class: TD::Types::Update::DiceEmojis
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::DiceEmojis
- Defined in:
- lib/tdlib/types/update/dice_emojis.rb
Overview
The list of supported dice emojis has changed.
Instance Attribute Summary collapse
-
#emojis ⇒ Array<TD::Types::String>
The new list of supported dice emojis.
Method Summary
Methods inherited from Base
Instance Attribute Details
#emojis ⇒ Array<TD::Types::String>
The new list of supported dice emojis.
5 6 7 |
# File 'lib/tdlib/types/update/dice_emojis.rb', line 5 def emojis @emojis end |