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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intbooleanTrue, if the message is pinned.longThe message identifier. -
Constructor Summary
ConstructorsConstructorDescriptionThe 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-