GetGameHighScoresReq

telegramium.bots.client.GetGameHighScoresReq
final case class GetGameHighScoresReq(userId: Long, chatId: Option[Long], messageId: Option[Int], inlineMessageId: Option[String])

Value parameters

chatId

Required if inline_message_id is not specified. Unique identifier for the target chat

inlineMessageId

Required if chat_id and message_id are not specified. Identifier of the inline message

messageId

Required if inline_message_id is not specified. Identifier of the sent message

userId

Target user id

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