public static class TdApi.EditChatSubscriptionInviteLink extends TdApi.Function<TdApi.ChatInviteLink>
Returns ChatInviteLink
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
inviteLink
Invite link to be edited.
|
java.lang.String |
name
Invite link name; 0-32 characters.
|
| Constructor and Description |
|---|
EditChatSubscriptionInviteLink()
Default constructor for a function, which edits a subscription invite link for a channel chat.
|
EditChatSubscriptionInviteLink(long chatId,
java.lang.String inviteLink,
java.lang.String name)
Creates a function, which edits a subscription invite link for a channel chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String inviteLink
public java.lang.String name
public static final int CONSTRUCTOR
public EditChatSubscriptionInviteLink()
Returns ChatInviteLink
public EditChatSubscriptionInviteLink(long chatId,
java.lang.String inviteLink,
java.lang.String name)
Returns ChatInviteLink
chatId - Chat identifier.inviteLink - Invite link to be edited.name - Invite link name; 0-32 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object