- Enclosing class:
- TdApi
Changes the order of pinned chats.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
The new list of pinned chats.Chat list in which to change the order of pinned chats.static final int
-
Constructor Summary
ConstructorDescriptionChanges the order of pinned chats.SetPinnedChats
(TdApi.ChatList chatList, long[] chatIds) Changes the order of pinned chats.SetPinnedChats
(DataInput input) Changes the order of pinned chats. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatList
Chat list in which to change the order of pinned chats. -
chatIds
public long[] chatIdsThe new list of pinned chats. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetPinnedChats
public SetPinnedChats()Changes the order of pinned chats. ReturnsOk
-
SetPinnedChats
Changes the order of pinned chats. ReturnsOk
- Parameters:
chatList
- ChatList Chat list in which to change the order of pinned chats.chatIds
- long[] The new list of pinned chats.
-
SetPinnedChats
Changes the order of pinned chats. ReturnsOk
- 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()
-