Package com.jtelegram.api.message.impl
Class GameMessage
- java.lang.Object
-
- com.jtelegram.api.message.Message<Game>
-
- com.jtelegram.api.message.impl.GameMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.message.Message
Message.Deserializer
-
-
Constructor Summary
Constructors Constructor Description GameMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Game
getContent()
Game
getGame()
EditTextMessage.EditTextMessageBuilder
toEditTextRequest()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.message.Message
getAuthorSignature, getChat, getDate, getEditDate, getForwardDate, getForwardedFrom, getForwardedFromChat, getForwardedFromMessageId, getForwardSignature, getFrom, getMessageId, getReplyToMessage, getSender, toDeleteRequest, toEditReplyMarkupRequest, toForwardRequest
-
-
-
-
Method Detail
-
getContent
public Game getContent()
- Specified by:
getContent
in classMessage<Game>
-
toEditTextRequest
public EditTextMessage.EditTextMessageBuilder toEditTextRequest()
-
getGame
public Game getGame()
-
-