const github.com/gotd/td/tg.UpdateSavedGifsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L454: u.handlers[UpdateSavedGifsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L298: UpdateSavedGifsTypeID: "updateSavedGifs#9375341e",
tl_registry_gen.go#L2080: "updateSavedGifs": UpdateSavedGifsTypeID,
tl_registry_gen.go#L3862: UpdateSavedGifsTypeID: func() bin.Object { return &UpdateSavedGifs{} },
tl_registry_gen.go#L6559: UpdateSavedGifsTypeID,
tl_update_gen.go#L7142: const UpdateSavedGifsTypeID = 0x9375341e
tl_update_gen.go#L7178: return UpdateSavedGifsTypeID
tl_update_gen.go#L7190: ID: UpdateSavedGifsTypeID,
tl_update_gen.go#L7205: b.PutID(UpdateSavedGifsTypeID)
tl_update_gen.go#L7222: if err := b.ConsumeID(UpdateSavedGifsTypeID); err != nil {
tl_update_gen.go#L25187: case UpdateSavedGifsTypeID:
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. |