public static class TdApi.SetCloseFriends extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
userIds
User identifiers of close friends; the users must be contacts of the current user.
|
| Constructor and Description |
|---|
SetCloseFriends()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long[] userIds
public static final int CONSTRUCTOR
public SetCloseFriends()
Returns Ok
public SetCloseFriends(long[] userIds)
Returns Ok
userIds - User identifiers of close friends; the users must be contacts of the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object