github.com/gotd/td/tg.MessagesHighScores.Scores (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_high_scores_gen.go#L40: 	Scores []HighScore
		tl_messages_high_scores_gen.go#L60: 	if !(h.Scores == nil) {
		tl_messages_high_scores_gen.go#L84: 	h.Scores = from.GetScores()
		tl_messages_high_scores_gen.go#L137: 	b.PutVectorHeader(len(h.Scores))
		tl_messages_high_scores_gen.go#L138: 	for idx, v := range h.Scores {
		tl_messages_high_scores_gen.go#L178: 			h.Scores = make([]HighScore, 0, headerLen%bin.PreallocateLimit)
		tl_messages_high_scores_gen.go#L185: 			h.Scores = append(h.Scores, value)
		tl_messages_high_scores_gen.go#L213: 	return h.Scores