const github.com/gotd/td/tg.UpdateGroupCallParticipantsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L964: u.handlers[UpdateGroupCallParticipantsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L349: UpdateGroupCallParticipantsTypeID: "updateGroupCallParticipants#f2ebdb4e",
tl_registry_gen.go#L2131: "updateGroupCallParticipants": UpdateGroupCallParticipantsTypeID,
tl_registry_gen.go#L3913: UpdateGroupCallParticipantsTypeID: func() bin.Object { return &UpdateGroupCallParticipants{} },
tl_registry_gen.go#L6610: UpdateGroupCallParticipantsTypeID,
tl_update_gen.go#L17260: const UpdateGroupCallParticipantsTypeID = 0xf2ebdb4e
tl_update_gen.go#L17316: return UpdateGroupCallParticipantsTypeID
tl_update_gen.go#L17328: ID: UpdateGroupCallParticipantsTypeID,
tl_update_gen.go#L17356: b.PutID(UpdateGroupCallParticipantsTypeID)
tl_update_gen.go#L17383: if err := b.ConsumeID(UpdateGroupCallParticipantsTypeID); err != nil {
tl_update_gen.go#L25544: case UpdateGroupCallParticipantsTypeID:
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. |