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 SummaryFieldsModifier and TypeFieldDescriptionlongChat identifier.static final intbooleanTrue, if the message is pinned.longThe message identifier.
- 
Constructor SummaryConstructorsConstructorDescriptionThe 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 SummaryMethods inherited from class it.tdlight.jni.TdApi.Objectserialize, toString
- 
Field Details- 
chatIdpublic long chatIdChat identifier.
- 
messageIdpublic long messageIdThe message identifier.
- 
isPinnedpublic boolean isPinnedTrue, if the message is pinned.
- 
CONSTRUCTORpublic static final int CONSTRUCTOR- See Also:
 
 
- 
- 
Constructor Details- 
UpdateMessageIsPinnedpublic UpdateMessageIsPinned()The message pinned state was changed.
- 
UpdateMessageIsPinnedpublic 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.
 
- 
UpdateMessageIsPinnedThe message pinned state was changed.- Throws:
- IOException
 
 
- 
- 
Method Details- 
getConstructorpublic int getConstructor()- Specified by:
- getConstructorin class- TdApi.Object
 
- 
serialize- Specified by:
- serializein class- TdApi.Object
- Throws:
- IOException
 
- 
equals
- 
hashCodepublic int hashCode()
 
-