const github.com/gotd/td/tg.UpdateChatParticipantDeleteTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L258: 	u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L319: 		UpdateChatParticipantDeleteTypeID:                        "updateChatParticipantDelete#e32f3d77",
		tl_registry_gen.go#L2786: 		"updateChatParticipantDelete":                        UpdateChatParticipantDeleteTypeID,
		tl_registry_gen.go#L5253: 		UpdateChatParticipantDeleteTypeID:                        func() bin.Object { return &UpdateChatParticipantDelete{} },
		tl_registry_gen.go#L8979: 			UpdateChatParticipantDeleteTypeID,
		tl_update_gen.go#L2868: const UpdateChatParticipantDeleteTypeID = 0xe32f3d77
		tl_update_gen.go#L2924: 	return UpdateChatParticipantDeleteTypeID
		tl_update_gen.go#L2936: 		ID:   UpdateChatParticipantDeleteTypeID,
		tl_update_gen.go#L2964: 	b.PutID(UpdateChatParticipantDeleteTypeID)
		tl_update_gen.go#L2984: 	if err := b.ConsumeID(UpdateChatParticipantDeleteTypeID); err != nil {
		tl_update_gen.go#L34296: 	case UpdateChatParticipantDeleteTypeID: