const github.com/gotd/td/tg.UpdateWebPageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L334: u.handlers[UpdateWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L286: UpdateWebPageTypeID: "updateWebPage#7f891213",
tl_registry_gen.go#L2068: "updateWebPage": UpdateWebPageTypeID,
tl_registry_gen.go#L3850: UpdateWebPageTypeID: func() bin.Object { return &UpdateWebPage{} },
tl_registry_gen.go#L6547: UpdateWebPageTypeID,
tl_update_gen.go#L4597: const UpdateWebPageTypeID = 0x7f891213
tl_update_gen.go#L4653: return UpdateWebPageTypeID
tl_update_gen.go#L4665: ID: UpdateWebPageTypeID,
tl_update_gen.go#L4693: b.PutID(UpdateWebPageTypeID)
tl_update_gen.go#L4718: if err := b.ConsumeID(UpdateWebPageTypeID); err != nil {
tl_update_gen.go#L25103: case UpdateWebPageTypeID:
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. |