Class: TD::Types::PushMessageContent::PaidMedia

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

Overview

A message with paid media.

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



7
8
9
# File 'lib/tdlib/types/push_message_content/paid_media.rb', line 7

def is_pinned
  @is_pinned
end

#star_countInteger

Number of Telegram Stars needed to buy access to the media in the message; 0 for pinned message.

Returns:

  • (Integer)

    the current value of star_count



7
8
9
# File 'lib/tdlib/types/push_message_content/paid_media.rb', line 7

def star_count
  @star_count
end