const github.com/gotd/td/tg.UpdateWebViewResultSentTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1084: u.handlers[UpdateWebViewResultSentTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L361: UpdateWebViewResultSentTypeID: "updateWebViewResultSent#1592b79d",
tl_registry_gen.go#L2143: "updateWebViewResultSent": UpdateWebViewResultSentTypeID,
tl_registry_gen.go#L3925: UpdateWebViewResultSentTypeID: func() bin.Object { return &UpdateWebViewResultSent{} },
tl_registry_gen.go#L6622: UpdateWebViewResultSentTypeID,
tl_update_gen.go#L20245: const UpdateWebViewResultSentTypeID = 0x1592b79d
tl_update_gen.go#L20291: return UpdateWebViewResultSentTypeID
tl_update_gen.go#L20303: ID: UpdateWebViewResultSentTypeID,
tl_update_gen.go#L20323: b.PutID(UpdateWebViewResultSentTypeID)
tl_update_gen.go#L20341: if err := b.ConsumeID(UpdateWebViewResultSentTypeID); err != nil {
tl_update_gen.go#L25628: case UpdateWebViewResultSentTypeID:
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. |