Package org.drinkless.tdlib
Class TdApi.SetCloseFriends
- Enclosing class:
- TdApi
Changes the list of close friends of the current user.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.long[]User identifiers of close friends; the users must be contacts of the current user. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes the list of close friends of the current user.SetCloseFriends(long[] userIds) Creates a function, which changes the list of close friends of the current user. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
userIds
public long[] userIdsUser identifiers of close friends; the users must be contacts of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetCloseFriends
public SetCloseFriends()Default constructor for a function, which changes the list of close friends of the current user.Returns
Ok -
SetCloseFriends
public SetCloseFriends(long[] userIds) Creates a function, which changes the list of close friends of the current user.Returns
Ok- Parameters:
userIds- User identifiers of close friends; the users must be contacts of the current user.
-
-
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
-