Package org.drinkless.tdlib
Class TdApi.ChatTypePrivate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatType
org.drinkless.tdlib.TdApi.ChatTypePrivate
- Enclosing class:
- TdApi
An ordinary chat with a user.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionAn ordinary chat with a user.ChatTypePrivate(long userId) An ordinary chat with a user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdUser identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatTypePrivate
public ChatTypePrivate()An ordinary chat with a user. -
ChatTypePrivate
public ChatTypePrivate(long userId) An ordinary chat with a user.- Parameters:
userId- User identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-