Package it.tdlight.jni
Class TdApi.PushMessageContentGame
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentGame
- Enclosing class:
- TdApi
public static class TdApi.PushMessageContentGame extends TdApi.PushMessageContent
A message with a game.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
isPinned
True, if the message is a pinned message with the specified content.String
title
Game title, empty for pinned game message. -
Constructor Summary
Constructors Constructor Description PushMessageContentGame()
A message with a game.PushMessageContentGame(DataInput input)
PushMessageContentGame(String title, boolean isPinned)
A message with a game. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-