Class: TD::Types::InputMessageContent::Dice
- Inherits:
-
TD::Types::InputMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::InputMessageContent
- TD::Types::InputMessageContent::Dice
- Defined in:
- lib/tdlib/types/input_message_content/dice.rb
Overview
A dice message.
Instance Attribute Summary collapse
-
#clear_draft ⇒ Boolean
True, if a chat message draft should be deleted.
-
#emoji ⇒ TD::Types::String
Emoji on which the dice throw animation is based.
Method Summary
Methods inherited from Base
Instance Attribute Details
#clear_draft ⇒ Boolean
True, if a chat message draft should be deleted.
6 7 8 |
# File 'lib/tdlib/types/input_message_content/dice.rb', line 6 def clear_draft @clear_draft end |
#emoji ⇒ TD::Types::String
Emoji on which the dice throw animation is based.
6 7 8 |
# File 'lib/tdlib/types/input_message_content/dice.rb', line 6 def emoji @emoji end |