Package it.tdlight.jni
Class TdApi.ChatInviteLinkCount
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinkCount
- Enclosing class:
- TdApi
public static class TdApi.ChatInviteLinkCount extends TdApi.Object
Describes a chat administrator with
a number of active and revoked chat invite links.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
inviteLinkCount
Number of active invite links.int
revokedInviteLinkCount
Number of revoked invite links.int
userId
Administrator's user identifier. -
Constructor Summary
Constructors Constructor Description ChatInviteLinkCount()
Describes a chat administrator with a number of active and revoked chat invite links.ChatInviteLinkCount(int userId, int inviteLinkCount, int revokedInviteLinkCount)
Describes a chat administrator with a number of active and revoked chat invite links.ChatInviteLinkCount(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public int userIdAdministrator's user identifier. -
inviteLinkCount
public int inviteLinkCountNumber of active invite links. -
revokedInviteLinkCount
public int revokedInviteLinkCountNumber of revoked invite links. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatInviteLinkCount
public ChatInviteLinkCount()Describes a chat administrator with a number of active and revoked chat invite links. -
ChatInviteLinkCount
public ChatInviteLinkCount(int userId, int inviteLinkCount, int revokedInviteLinkCount)Describes a chat administrator with a number of active and revoked chat invite links.- Parameters:
userId
- int Administrator's user identifier.inviteLinkCount
- int Number of active invite links.revokedInviteLinkCount
- int Number of revoked invite links.
-
ChatInviteLinkCount
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-