Package org.drinkless.tdlib
Class TdApi.ChatEventMessagePinned
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventMessagePinned
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventMessagePinned extends TdApi.ChatEventAction
A message was pinned.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessagemessagePinned message.
-
Constructor Summary
Constructors Constructor Description ChatEventMessagePinned()A message was pinned.ChatEventMessagePinned(TdApi.Message message)A message was pinned.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
message
public TdApi.Message message
Pinned message.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatEventMessagePinned
public ChatEventMessagePinned()
A message was pinned.
-
ChatEventMessagePinned
public ChatEventMessagePinned(TdApi.Message message)
A message was pinned.- Parameters:
message- Pinned message.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-