Class TdApi.GetInlineGameHighScores

  • Enclosing class:
    TdApi

    public static class TdApi.GetInlineGameHighScores
    extends TdApi.Function
    Returns game high scores and some part of the high score table in the range of the specified user; for bots only.

    Returns GameHighScores

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String inlineMessageId
      Inline message identifier.
      int userId
      User identifier.
    • Field Detail

      • inlineMessageId

        public java.lang.String inlineMessageId
        Inline message identifier.
      • userId

        public int userId
        User identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetInlineGameHighScores

        public GetInlineGameHighScores()
        Default constructor.
      • GetInlineGameHighScores

        public GetInlineGameHighScores​(java.lang.String inlineMessageId,
                                       int userId)
        Constructor for initialization of all fields.
        Parameters:
        inlineMessageId - Inline message identifier.
        userId - User identifier.