public class InlineQueryResultGame extends Object implements InlineQueryResult
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineQueryResultGame.InlineQueryResultGameBuilder |
| Constructor and Description |
|---|
InlineQueryResultGame() |
| Modifier and Type | Method and Description |
|---|---|
static InlineQueryResultGame.InlineQueryResultGameBuilder |
builder()
This builder will allow you to progressively construct this object.
|
String |
getId()
Gets the ID of this InlineQueryResult object
|
InlineReplyMarkup |
getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineQueryResultType |
getType()
Get the type of InlineQueryResult that this object refers to
|
public static InlineQueryResultGame.InlineQueryResultGameBuilder builder()
public InlineQueryResultType getType()
getType in interface InlineQueryResult@NonNull public String getId()
public InlineReplyMarkup getReplyMarkup()
Copyright © 2017. All rights reserved.