Class: TD::Types::SuggestedAction::ExtendPremium

Inherits:
TD::Types::SuggestedAction show all
Defined in:
lib/tdlib/types/suggested_action/extend_premium.rb

Overview

Suggests the user to extend their expiring Telegram Premium subscription.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#manage_premium_subscription_urlTD::Types::String

A URL for managing Telegram Premium subscription.

Returns:

  • (TD::Types::String)

    the current value of manage_premium_subscription_url



5
6
7
# File 'lib/tdlib/types/suggested_action/extend_premium.rb', line 5

def manage_premium_subscription_url
  @manage_premium_subscription_url
end