java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentGame
- Enclosing class:
- TdApi
A message with a game.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
boolean
True, if the message is a pinned message with the specified content.Game title, empty for pinned game message. -
Constructor Summary
ConstructorDescriptionA message with a game.PushMessageContentGame
(DataInput input) A message with a game.PushMessageContentGame
(String title, boolean isPinned) A message with a game. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
title
Game title, empty for pinned game message. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PushMessageContentGame
public PushMessageContentGame()A message with a game. -
PushMessageContentGame
A message with a game.- Parameters:
title
- String Game title, empty for pinned game message.isPinned
- boolean True, if the message is a pinned message with the specified content.
-
PushMessageContentGame
A message with a game.- 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()
-