const github.com/gotd/td/tg.UpdateGroupCallTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L974: u.handlers[UpdateGroupCallTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L350: UpdateGroupCallTypeID: "updateGroupCall#14b24500",
tl_registry_gen.go#L2132: "updateGroupCall": UpdateGroupCallTypeID,
tl_registry_gen.go#L3914: UpdateGroupCallTypeID: func() bin.Object { return &UpdateGroupCall{} },
tl_registry_gen.go#L6611: UpdateGroupCallTypeID,
tl_update_gen.go#L17465: const UpdateGroupCallTypeID = 0x14b24500
tl_update_gen.go#L17516: return UpdateGroupCallTypeID
tl_update_gen.go#L17528: ID: UpdateGroupCallTypeID,
tl_update_gen.go#L17552: b.PutID(UpdateGroupCallTypeID)
tl_update_gen.go#L17576: if err := b.ConsumeID(UpdateGroupCallTypeID); err != nil {
tl_update_gen.go#L25551: case UpdateGroupCallTypeID:
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. |