Layer 220
constructor
highScore#73a379eb pos:int user_id:long score:int = HighScore;

Parameters

Name Type Description
Pos int Position in highscore list
UserId long User ID
Score int Score

Returns

HighScore

Gogram Example

// Creating HighScore constructor
obj := &tg.HighScore{
    Pos: 0,
    UserId: int64(0),
    Score: 0,
}