java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Game
- Enclosing class:
- TdApi
Describes a game.
-
Field Summary
Modifier and TypeFieldDescriptionGame animation; may be null.static final int
Game description.long
Game ID.Game photo.Game short name.Game text, usually containing scoreboards for a game.Game title. -
Constructor Summary
ConstructorDescriptionGame()
Describes a game.Game
(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game.Describes a game. -
Method Summary
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:
-
-
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
Describes 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()
-