Package org.drinkless.tdlib
Class TdApi.Game
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Game
- Enclosing class:
- TdApi
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.
-
Field Summary
FieldsModifier and TypeFieldDescriptionGame animation; may be null.static final intIdentifier uniquely determining type of the object.Game description.longUnique game identifier.Game photo.Game short name.Game text, usually containing scoreboards for a game.Game title. -
Constructor Summary
ConstructorsConstructorDescriptionGame()Describes a game.Game(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
public long idUnique game identifier. -
shortName
Game short name. -
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
Game
public Game()Describes a game. Use getInternalLink with internalLinkTypeGame to share the game. -
Game
public Game(long id, String shortName, String title, TdApi.FormattedText text, String description, TdApi.Photo photo, TdApi.Animation animation) Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.- Parameters:
id- Unique game identifier.shortName- Game short name.title- Game title.text- Game text, usually containing scoreboards for a game.description- Game description.photo- Game photo.animation- Game animation; may be null.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-