Package com.pengrad.telegrambot.model
Class ExternalReplyInfo
java.lang.Object
com.pengrad.telegrambot.model.ExternalReplyInfo
- All Implemented Interfaces:
java.io.Serializable
public class ExternalReplyInfo
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalReplyInfo() -
Method Summary
Modifier and Type Method Description Animationanimation()Audioaudio()Chatchat()Contactcontact()Dicedice()Documentdocument()booleanequals(java.lang.Object o)Gamegame()Giveawaygiveaway()GiveawayWinnersgiveawayWinners()inthashCode()java.lang.BooleanhasMediaSpoiler()Invoiceinvoice()LinkPreviewOptionslinkPreviewOptions()Locationlocation()java.lang.IntegermessageId()MessageOriginorigin()PhotoSize[]photo()Pollpoll()Stickersticker()Storystory()java.lang.StringtoString()Venuevenue()Videovideo()VideoNotevideoNote()Voicevoice()
-
Constructor Details
-
ExternalReplyInfo
public ExternalReplyInfo()
-
-
Method Details
-
origin
-
chat
-
messageId
public java.lang.Integer messageId() -
linkPreviewOptions
-
animation
-
audio
-
document
-
photo
-
sticker
-
story
-
video
-
videoNote
-
voice
-
hasMediaSpoiler
public java.lang.Boolean hasMediaSpoiler() -
contact
-
dice
-
game
-
giveaway
-
giveawayWinners
-
invoice
-
location
-
poll
-
venue
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-