const github.com/gotd/td/tg.UpdatePtsChangedTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L574: u.handlers[UpdatePtsChangedTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L310: UpdatePtsChangedTypeID: "updatePtsChanged#3354678f",
tl_registry_gen.go#L2092: "updatePtsChanged": UpdatePtsChangedTypeID,
tl_registry_gen.go#L3874: UpdatePtsChangedTypeID: func() bin.Object { return &UpdatePtsChanged{} },
tl_registry_gen.go#L6571: UpdatePtsChangedTypeID,
tl_update_gen.go#L9747: const UpdatePtsChangedTypeID = 0x3354678f
tl_update_gen.go#L9783: return UpdatePtsChangedTypeID
tl_update_gen.go#L9795: ID: UpdatePtsChangedTypeID,
tl_update_gen.go#L9810: b.PutID(UpdatePtsChangedTypeID)
tl_update_gen.go#L9827: if err := b.ConsumeID(UpdatePtsChangedTypeID); err != nil {
tl_update_gen.go#L25271: case UpdatePtsChangedTypeID:
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. |