Class ChatBoost

java.lang.Object
com.pengrad.telegrambot.model.chatboost.ChatBoost

public class ChatBoost
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ChatBoost()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer addDate()  
    java.lang.String boostId()  
    boolean equals​(java.lang.Object o)  
    java.lang.Integer expirationDate()  
    int hashCode()  
    ChatBoostSource source()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • boostId

      public java.lang.String boostId()
    • addDate

      public java.lang.Integer addDate()
    • expirationDate

      public java.lang.Integer expirationDate()
    • source

      public ChatBoostSource source()
    • 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