public static class TdApi.ChatInviteLinkCounts extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLinkCount[] |
inviteLinkCounts
List of invite link counts.
|
Constructor and Description |
---|
ChatInviteLinkCounts()
Contains a list of chat invite link counts.
|
ChatInviteLinkCounts(TdApi.ChatInviteLinkCount[] inviteLinkCounts)
Contains a list of chat invite link counts.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.ChatInviteLinkCount[] inviteLinkCounts
public static final int CONSTRUCTOR
public ChatInviteLinkCounts()
public ChatInviteLinkCounts(TdApi.ChatInviteLinkCount[] inviteLinkCounts)
inviteLinkCounts
- List of invite link counts.public int getConstructor()
getConstructor
in class TdApi.Object