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
Modifier and TypeFieldDescriptionlong
Basic group identifier.static final int
-
Constructor Summary
ConstructorDescriptionA 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:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-