java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatType
it.tdlight.jni.TdApi.ChatTypeBasicGroup
- Enclosing class:
- TdApi
A basic group (a chat with 0-200 other users).
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongBasic group identifier.static final int -
Constructor Summary
ConstructorsConstructorDescriptionA basic group (a chat with 0-200 other users).ChatTypeBasicGroup(long basicGroupId) A basic group (a chat with 0-200 other users).ChatTypeBasicGroup(DataInput input) A basic group (a chat with 0-200 other users). -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
basicGroupId
public long basicGroupIdBasic group identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatTypeBasicGroup
public ChatTypeBasicGroup()A basic group (a chat with 0-200 other users). -
ChatTypeBasicGroup
public ChatTypeBasicGroup(long basicGroupId) A basic group (a chat with 0-200 other users).- Parameters:
basicGroupId- long Basic group identifier.
-
ChatTypeBasicGroup
A basic group (a chat with 0-200 other users).- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-