const github.com/gotd/td/tg.UpdatePendingJoinRequestsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1044: u.handlers[UpdatePendingJoinRequestsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L357: UpdatePendingJoinRequestsTypeID: "updatePendingJoinRequests#7063c3db",
tl_registry_gen.go#L2139: "updatePendingJoinRequests": UpdatePendingJoinRequestsTypeID,
tl_registry_gen.go#L3921: UpdatePendingJoinRequestsTypeID: func() bin.Object { return &UpdatePendingJoinRequests{} },
tl_registry_gen.go#L6618: UpdatePendingJoinRequestsTypeID,
tl_update_gen.go#L19369: const UpdatePendingJoinRequestsTypeID = 0x7063c3db
tl_update_gen.go#L19425: return UpdatePendingJoinRequestsTypeID
tl_update_gen.go#L19437: ID: UpdatePendingJoinRequestsTypeID,
tl_update_gen.go#L19465: b.PutID(UpdatePendingJoinRequestsTypeID)
tl_update_gen.go#L19493: if err := b.ConsumeID(UpdatePendingJoinRequestsTypeID); err != nil {
tl_update_gen.go#L25600: case UpdatePendingJoinRequestsTypeID:
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. |