Package org.drinkless.tdlib
Class TdApi.UpdateMessageIsPinned
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageIsPinned
- Enclosing class:
- TdApi
The message pinned state was changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.booleanTrue, 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Chat identifier.messageId- The message identifier.isPinned- True, if the message is pinned.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-