Class: TD::Types::MessageContent::CustomServiceAction
- Inherits:
-
TD::Types::MessageContent
- Object
- Dry::Struct
- Base
- TD::Types::MessageContent
- TD::Types::MessageContent::CustomServiceAction
- Defined in:
- lib/tdlib/types/message_content/custom_service_action.rb
Overview
A non-standard action has happened in the chat.
Instance Attribute Summary collapse
-
#text ⇒ TD::Types::String
Message text to be shown in the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ TD::Types::String
Message text to be shown in the chat.
5 6 7 |
# File 'lib/tdlib/types/message_content/custom_service_action.rb', line 5 def text @text end |