Package it.tdlight.jni
Class TdApi.Game
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Game
- Enclosing class:
- TdApi
public static class TdApi.Game extends TdApi.Object
Describes a game.
-
Field Summary
Fields Modifier and Type Field Description TdApi.Animation
animation
Game animation; may be null.static int
CONSTRUCTOR
String
description
Game description.long
id
Game ID.TdApi.Photo
photo
Game photo.String
shortName
Game short name.TdApi.FormattedText
text
Game text, usually containing scoreboards for a game.String
title
Game title. -
Constructor Summary
Constructors Constructor Description Game()
Describes a game.Game(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation)
Describes a game.Game(DataInput input)
-
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
-
id
public long idGame ID. -
shortName
Game short name. To share a game use the URL https://t.me/{botUsername}?game={gameShortName}. -
title
Game title. -
text
Game text, usually containing scoreboards for a game. -
description
Game description. -
photo
Game photo. -
animation
Game animation; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
Game
public Game()Describes a game. -
Game
public Game(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation)Describes a game.- Parameters:
id
- long Game ID.shortName
- String Game short name. To share a game use the URL https://t.me/{botUsername}?game={gameShortName}.title
- String Game title.text
- FormattedText Game text, usually containing scoreboards for a game.description
- String Game description.photo
- Photo Game photo.animation
- Animation Game animation; may be null.
-
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()
-