Class: TD::Types::TelegramPaymentPurpose::JoinChat

Inherits:
TD::Types::TelegramPaymentPurpose show all
Defined in:
lib/tdlib/types/telegram_payment_purpose/join_chat.rb

Overview

The user joins a chat and subscribes to regular payments in Telegram Stars.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

Invite link to use.

Returns:

  • (TD::Types::String)

    the current value of invite_link



5
6
7
# File 'lib/tdlib/types/telegram_payment_purpose/join_chat.rb', line 5

def invite_link
  @invite_link
end