Class: TD::Types::PushMessageContent::Hidden

Inherits:
TD::Types::PushMessageContent show all
Defined in:
lib/tdlib/types/push_message_content/hidden.rb

Overview

A general message with hidden content.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_pinnedBoolean

True, if the message is a pinned message with the specified content.

Returns:

  • (Boolean)

    the current value of is_pinned



5
6
7
# File 'lib/tdlib/types/push_message_content/hidden.rb', line 5

def is_pinned
  @is_pinned
end