Class: TD::Types::PushMessageContent::Hidden
- Inherits:
-
TD::Types::PushMessageContent
- Object
- Dry::Struct
- Base
- TD::Types::PushMessageContent
- TD::Types::PushMessageContent::Hidden
- Defined in:
- lib/tdlib/types/push_message_content/hidden.rb
Overview
A general message with hidden content.
Instance Attribute Summary collapse
-
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
Method Summary
Methods inherited from Base
Instance Attribute Details
#is_pinned ⇒ Boolean
True, if the message is a pinned message with the specified content.
5 6 7 |
# File 'lib/tdlib/types/push_message_content/hidden.rb', line 5 def is_pinned @is_pinned end |