public static class TdApi.ChatEventInviteLinkEdited extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.ChatEventAction