public static class TdApi.TelegramPaymentPurposeJoinChat extends TdApi.TelegramPaymentPurpose
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link to use.
|
| Constructor and Description |
|---|
TelegramPaymentPurposeJoinChat()
The user joins a chat and subscribes to regular payments in Telegram Stars.
|
TelegramPaymentPurposeJoinChat(java.lang.String inviteLink)
The user joins a chat and subscribes to regular payments in Telegram Stars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String inviteLink
public static final int CONSTRUCTOR
public TelegramPaymentPurposeJoinChat()
public TelegramPaymentPurposeJoinChat(java.lang.String inviteLink)
inviteLink - Invite link to use.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object