const github.com/gotd/td/tg.UpdateUserStatusTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L174: u.handlers[UpdateUserStatusTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L270: UpdateUserStatusTypeID: "updateUserStatus#e5bdf8de",
tl_registry_gen.go#L2052: "updateUserStatus": UpdateUserStatusTypeID,
tl_registry_gen.go#L3834: UpdateUserStatusTypeID: func() bin.Object { return &UpdateUserStatus{} },
tl_registry_gen.go#L6531: UpdateUserStatusTypeID,
tl_update_gen.go#L1123: const UpdateUserStatusTypeID = 0xe5bdf8de
tl_update_gen.go#L1174: return UpdateUserStatusTypeID
tl_update_gen.go#L1186: ID: UpdateUserStatusTypeID,
tl_update_gen.go#L1210: b.PutID(UpdateUserStatusTypeID)
tl_update_gen.go#L1234: if err := b.ConsumeID(UpdateUserStatusTypeID); err != nil {
tl_update_gen.go#L24991: case UpdateUserStatusTypeID:
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. |