public static class TdApi.ChatInviteLinkCount extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
inviteLinkCount
Number of active invite links.
|
int |
revokedInviteLinkCount
Number of revoked invite links.
|
long |
userId
Administrator's user identifier.
|
| Constructor and Description |
|---|
ChatInviteLinkCount()
Describes a chat administrator with a number of active and revoked chat invite links.
|
ChatInviteLinkCount(long userId,
int inviteLinkCount,
int revokedInviteLinkCount)
Describes a chat administrator with a number of active and revoked chat invite links.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public int inviteLinkCount
public int revokedInviteLinkCount
public static final int CONSTRUCTOR
public ChatInviteLinkCount()
public ChatInviteLinkCount(long userId,
int inviteLinkCount,
int revokedInviteLinkCount)
userId - Administrator's user identifier.inviteLinkCount - Number of active invite links.revokedInviteLinkCount - Number of revoked invite links.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object