- Enclosing class:
- TdApi
Changes the order of pinned forum topics.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlong[]The new list of pinned forum topics. -
Constructor Summary
ConstructorsConstructorDescriptionChanges 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-