type github.com/gotd/td/tg.HighScore
25 uses
github.com/gotd/td/tg (current package)
tl_high_score_gen.go#L38: type HighScore struct {
tl_high_score_gen.go#L52: _ bin.Encoder = &HighScore{}
tl_high_score_gen.go#L53: _ bin.Decoder = &HighScore{}
tl_high_score_gen.go#L54: _ bin.BareEncoder = &HighScore{}
tl_high_score_gen.go#L55: _ bin.BareDecoder = &HighScore{}
tl_high_score_gen.go#L58: func (h *HighScore) Zero() bool {
tl_high_score_gen.go#L76: func (h *HighScore) String() string {
tl_high_score_gen.go#L80: type Alias HighScore
tl_high_score_gen.go#L85: func (h *HighScore) FillFrom(from interface {
tl_high_score_gen.go#L98: func (*HighScore) TypeID() uint32 {
tl_high_score_gen.go#L103: func (*HighScore) TypeName() string {
tl_high_score_gen.go#L108: func (h *HighScore) TypeInfo() tdp.Type {
tl_high_score_gen.go#L135: func (h *HighScore) Encode(b *bin.Buffer) error {
tl_high_score_gen.go#L144: func (h *HighScore) EncodeBare(b *bin.Buffer) error {
tl_high_score_gen.go#L155: func (h *HighScore) Decode(b *bin.Buffer) error {
tl_high_score_gen.go#L166: func (h *HighScore) DecodeBare(b *bin.Buffer) error {
tl_high_score_gen.go#L195: func (h *HighScore) GetPos() (value int) {
tl_high_score_gen.go#L203: func (h *HighScore) GetUserID() (value int64) {
tl_high_score_gen.go#L211: func (h *HighScore) GetScore() (value int) {
tl_messages_high_scores_gen.go#L40: Scores []HighScore
tl_messages_high_scores_gen.go#L81: GetScores() (value []HighScore)
tl_messages_high_scores_gen.go#L178: h.Scores = make([]HighScore, 0, headerLen%bin.PreallocateLimit)
tl_messages_high_scores_gen.go#L181: var value HighScore
tl_messages_high_scores_gen.go#L209: func (h *MessagesHighScores) GetScores() (value []HighScore) {
tl_registry_gen.go#L4254: HighScoreTypeID: func() bin.Object { return &HighScore{} },
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. |