- Enclosing class:
- TdApi
Returns information about a newest
pinned message in the chat.
Returns
Message
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat the message belongs to.static final int
-
Constructor Summary
ConstructorDescriptionReturns information about a newest pinned message in the chat.GetChatPinnedMessage
(long chatId) Returns information about a newest pinned message in the chat.GetChatPinnedMessage
(DataInput input) Returns information about a newest pinned message in the chat. -
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 the message belongs to. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetChatPinnedMessage
public GetChatPinnedMessage()Returns information about a newest pinned message in the chat. ReturnsMessage
-
GetChatPinnedMessage
public GetChatPinnedMessage(long chatId) Returns information about a newest pinned message in the chat. ReturnsMessage
- Parameters:
chatId
- long Identifier of the chat the message belongs to.
-
GetChatPinnedMessage
Returns information about a newest pinned message in the chat. ReturnsMessage
- 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()
-