public static class TdApi.ChatEventInviteLinkEdited extends TdApi.ChatEventAction
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLink |
newInviteLink
New information about the invite link.
|
TdApi.ChatInviteLink |
oldInviteLink
Previous information about the invite link.
|
| Constructor and Description |
|---|
ChatEventInviteLinkEdited()
A chat invite link was edited.
|
ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink,
TdApi.ChatInviteLink newInviteLink)
A chat invite link was edited.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ChatInviteLink oldInviteLink
public TdApi.ChatInviteLink newInviteLink
public static final int CONSTRUCTOR
public ChatEventInviteLinkEdited()
public ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink, TdApi.ChatInviteLink newInviteLink)
oldInviteLink - Previous information about the invite link.newInviteLink - New information about the invite link.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object