Class Game
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.games.Game
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class Game extends Object implements BotApiObject
- Version:
- 2.4
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Game()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnimationgetAnimation()StringgetDescription()List<MessageEntity>getEntities()List<PhotoSize>getPhoto()StringgetText()StringgetTitle()booleanhasEntities()StringtoString()
-