public static class TdApi.GetChatInviteLinkCounts extends TdApi.Function
Returns ChatInviteLinkCounts
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
GetChatInviteLinkCounts()
Default constructor for a function, which returns list of chat administrators with number of their invite links.
|
GetChatInviteLinkCounts(long chatId)
Creates a function, which returns list of chat administrators with number of their invite links.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetChatInviteLinkCounts()
Returns ChatInviteLinkCounts
public GetChatInviteLinkCounts(long chatId)
Returns ChatInviteLinkCounts
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function