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: