public static class TdApi.ChatStatisticsInviterInfo extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
int |
addedMemberCount
Number of new members invited by the user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
userId
User identifier.
|
Constructor and Description |
---|
ChatStatisticsInviterInfo()
Contains statistics about number of new members invited by a user.
|
ChatStatisticsInviterInfo(long userId,
int addedMemberCount)
Contains statistics about number of new members invited by a user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public int addedMemberCount
public static final int CONSTRUCTOR
public ChatStatisticsInviterInfo()
public ChatStatisticsInviterInfo(long userId, int addedMemberCount)
userId
- User identifier.addedMemberCount
- Number of new members invited by the user.public int getConstructor()
getConstructor
in class TdApi.Object