Package com.pengrad.telegrambot.model
Class Game
- java.lang.Object
-
- com.pengrad.telegrambot.model.Game
-
- All Implemented Interfaces:
java.io.Serializable
public class Game extends java.lang.Object implements java.io.Serializable
Stas Parshin 03 October 2016- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Game()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Animation
animation()
java.lang.String
description()
boolean
equals(java.lang.Object o)
int
hashCode()
PhotoSize[]
photo()
java.lang.String
text()
MessageEntity[]
textEntities()
java.lang.String
title()
java.lang.String
toString()
-
-
-
Method Detail
-
title
public java.lang.String title()
-
description
public java.lang.String description()
-
photo
public PhotoSize[] photo()
-
text
public java.lang.String text()
-
textEntities
public MessageEntity[] textEntities()
-
animation
public Animation animation()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-