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

    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()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Game

      public Game()
  • Method Details

    • 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 class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object