java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateMessageIsPinned
- Enclosing class:
- TdApi
The message pinned state was changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
boolean
True, if the message is pinned.long
The message identifier. -
Constructor Summary
ConstructorDescriptionThe message pinned state was changed.UpdateMessageIsPinned
(long chatId, long messageId, boolean isPinned) The message pinned state was changed.UpdateMessageIsPinned
(DataInput input) The message pinned state was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdThe message identifier. -
isPinned
public boolean isPinnedTrue, if the message is pinned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateMessageIsPinned
public UpdateMessageIsPinned()The message pinned state was changed. -
UpdateMessageIsPinned
public UpdateMessageIsPinned(long chatId, long messageId, boolean isPinned) The message pinned state was changed.- Parameters:
chatId
- long Chat identifier.messageId
- long The message identifier.isPinned
- boolean True, if the message is pinned.
-
UpdateMessageIsPinned
The message pinned state was changed.- 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()
-