const github.com/gotd/td/tg.UpdateUserPhoneTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L304: u.handlers[UpdateUserPhoneTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L283: UpdateUserPhoneTypeID: "updateUserPhone#5492a13",
tl_registry_gen.go#L2065: "updateUserPhone": UpdateUserPhoneTypeID,
tl_registry_gen.go#L3847: UpdateUserPhoneTypeID: func() bin.Object { return &UpdateUserPhone{} },
tl_registry_gen.go#L6544: UpdateUserPhoneTypeID,
tl_update_gen.go#L3871: const UpdateUserPhoneTypeID = 0x5492a13
tl_update_gen.go#L3922: return UpdateUserPhoneTypeID
tl_update_gen.go#L3934: ID: UpdateUserPhoneTypeID,
tl_update_gen.go#L3958: b.PutID(UpdateUserPhoneTypeID)
tl_update_gen.go#L3977: if err := b.ConsumeID(UpdateUserPhoneTypeID); err != nil {
tl_update_gen.go#L25082: case UpdateUserPhoneTypeID:
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. |