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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- Group identifier.memberCount
- Number of members in the group.status
- Status of the current user in the group.isActive
- True, if the group is active.upgradedToSupergroupId
- 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).- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-