InlineQueryResultGame

telegramium.bots.InlineQueryResultGame
final case class InlineQueryResultGame(id: String, gameShortName: String, replyMarkup: Option[InlineKeyboardMarkup]) extends InlineQueryResult

Represents a Game.

Value parameters

gameShortName

Short name of the game

id

Unique identifier for this result, 1-64 bytes

replyMarkup

Optional. Inline keyboard attached to the message

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product