const github.com/gotd/td/tg.UpdateChannelWebPageTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L584: u.handlers[UpdateChannelWebPageTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L311: UpdateChannelWebPageTypeID: "updateChannelWebPage#2f2ba99f",
tl_registry_gen.go#L2093: "updateChannelWebPage": UpdateChannelWebPageTypeID,
tl_registry_gen.go#L3875: UpdateChannelWebPageTypeID: func() bin.Object { return &UpdateChannelWebPage{} },
tl_registry_gen.go#L6572: UpdateChannelWebPageTypeID,
tl_update_gen.go#L9869: const UpdateChannelWebPageTypeID = 0x2f2ba99f
tl_update_gen.go#L9930: return UpdateChannelWebPageTypeID
tl_update_gen.go#L9942: ID: UpdateChannelWebPageTypeID,
tl_update_gen.go#L9974: b.PutID(UpdateChannelWebPageTypeID)
tl_update_gen.go#L10000: if err := b.ConsumeID(UpdateChannelWebPageTypeID); err != nil {
tl_update_gen.go#L25278: case UpdateChannelWebPageTypeID:
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. |