Package com.jtelegram.api.inline.result
Class InlineResultGame
- java.lang.Object
-
- com.jtelegram.api.inline.result.framework.InlineResult
-
- com.jtelegram.api.inline.result.InlineResultGame
-
public class InlineResultGame extends InlineResult
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jtelegram.api.inline.result.framework.InlineResult
InlineResult.Cached, InlineResult.Captioned, InlineResult.Describeable, InlineResult.Duratable, InlineResult.Titled, InlineResult.Urlable, InlineResult.Visual
-
-
Constructor Summary
Constructors Constructor Description InlineResultGame(java.lang.String id, InlineKeyboardMarkup replyMarkup, java.lang.String gameShortName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGameShortName()
InputMessageContent
getInputMessageContent()
java.lang.String
toString()
-
Methods inherited from class com.jtelegram.api.inline.result.framework.InlineResult
getId, getReplyMarkup, getType
-
-
-
-
Constructor Detail
-
InlineResultGame
public InlineResultGame(java.lang.String id, InlineKeyboardMarkup replyMarkup, java.lang.String gameShortName)
-
-
Method Detail
-
getInputMessageContent
public InputMessageContent getInputMessageContent()
- Overrides:
getInputMessageContent
in classInlineResult
-
getGameShortName
public java.lang.String getGameShortName()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classInlineResult
-
-