- Enclosing class:
- TdApi
Removes all pinned messages from a
forum topic; requires canPinMessages
rights in the supergroup.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
long
Message thread identifier in which messages will be unpinned. -
Constructor Summary
ConstructorDescriptionRemoves all pinned messages from a forum topic; requires canPinMessages rights in the supergroup.UnpinAllMessageThreadMessages
(long chatId, long messageThreadId) Removes all pinned messages from a forum topic; requires canPinMessages rights in the supergroup.Removes all pinned messages from a forum topic; requires canPinMessages rights in the supergroup. -
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 chatIdIdentifier of the chat. -
messageThreadId
public long messageThreadIdMessage thread identifier in which messages will be unpinned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UnpinAllMessageThreadMessages
public UnpinAllMessageThreadMessages()Removes all pinned messages from a forum topic; requires canPinMessages rights in the supergroup. ReturnsOk
-
UnpinAllMessageThreadMessages
public UnpinAllMessageThreadMessages(long chatId, long messageThreadId) Removes all pinned messages from a forum topic; requires canPinMessages rights in the supergroup. ReturnsOk
- Parameters:
chatId
- long Identifier of the chat.messageThreadId
- long Message thread identifier in which messages will be unpinned.
-
UnpinAllMessageThreadMessages
Removes all pinned messages from a forum topic; requires canPinMessages rights in the supergroup. 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()
-