const github.com/gotd/td/tg.UpdateUserNameTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L184: u.handlers[UpdateUserNameTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L271: UpdateUserNameTypeID: "updateUserName#a7848924",
tl_registry_gen.go#L2053: "updateUserName": UpdateUserNameTypeID,
tl_registry_gen.go#L3835: UpdateUserNameTypeID: func() bin.Object { return &UpdateUserName{} },
tl_registry_gen.go#L6532: UpdateUserNameTypeID,
tl_update_gen.go#L1302: const UpdateUserNameTypeID = 0xa7848924
tl_update_gen.go#L1363: return UpdateUserNameTypeID
tl_update_gen.go#L1375: ID: UpdateUserNameTypeID,
tl_update_gen.go#L1407: b.PutID(UpdateUserNameTypeID)
tl_update_gen.go#L1433: if err := b.ConsumeID(UpdateUserNameTypeID); err != nil {
tl_update_gen.go#L24998: case UpdateUserNameTypeID:
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. |