java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BasicGroup
- Enclosing class:
- TdApi
Represents a basic group of 0-200
users (must be upgraded to a supergroup
to accommodate more than 200 users).
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
long
Group identifier.boolean
True, if the group is active.int
Number of members in the group.Status of the current user in the group.long
Identifier of the supergroup to which this group was upgraded; 0 if none. -
Constructor Summary
ConstructorDescriptionRepresents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).BasicGroup
(long id, int memberCount, TdApi.ChatMemberStatus status, boolean isActive, long upgradedToSupergroupId) Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).BasicGroup
(DataInput input) Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idGroup identifier. -
memberCount
public int memberCountNumber of members in the group. -
status
Status of the current user in the group. -
isActive
public boolean isActiveTrue, if the group is active. -
upgradedToSupergroupId
public long upgradedToSupergroupIdIdentifier of the supergroup to which this group was upgraded; 0 if none. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
BasicGroup
public BasicGroup()Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users). -
BasicGroup
public BasicGroup(long id, int memberCount, TdApi.ChatMemberStatus status, boolean isActive, long upgradedToSupergroupId) Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).- Parameters:
id
- long Group identifier.memberCount
- int Number of members in the group.status
- ChatMemberStatus Status of the current user in the group.isActive
- boolean True, if the group is active.upgradedToSupergroupId
- long Identifier of the supergroup to which this group was upgraded; 0 if none.
-
BasicGroup
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).- 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()
-