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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |