- Enclosing class:
- TdApi
Changes the order of pinned forum topics.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long[]
The new list of pinned forum topics. -
Constructor Summary
ConstructorDescriptionChanges the order of pinned forum topics.SetPinnedForumTopics
(long chatId, long[] messageThreadIds) Changes the order of pinned forum topics.SetPinnedForumTopics
(DataInput input) Changes the order of pinned forum topics. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageThreadIds
public long[] messageThreadIdsThe new list of pinned forum topics. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetPinnedForumTopics
public SetPinnedForumTopics()Changes the order of pinned forum topics. ReturnsOk
-
SetPinnedForumTopics
public SetPinnedForumTopics(long chatId, long[] messageThreadIds) Changes the order of pinned forum topics. ReturnsOk
- Parameters:
chatId
- long Chat identifier.messageThreadIds
- long[] The new list of pinned forum topics.
-
SetPinnedForumTopics
Changes the order of pinned forum topics. 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()
-