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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L254: 	u.handlers[UpdateChatParticipantDeleteTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L278: 		UpdateChatParticipantDeleteTypeID:                        "updateChatParticipantDelete#e32f3d77",
		tl_registry_gen.go#L2060: 		"updateChatParticipantDelete":                        UpdateChatParticipantDeleteTypeID,
		tl_registry_gen.go#L3842: 		UpdateChatParticipantDeleteTypeID:                        func() bin.Object { return &UpdateChatParticipantDelete{} },
		tl_registry_gen.go#L6539: 			UpdateChatParticipantDeleteTypeID,
		tl_update_gen.go#L2778: const UpdateChatParticipantDeleteTypeID = 0xe32f3d77
		tl_update_gen.go#L2834: 	return UpdateChatParticipantDeleteTypeID
		tl_update_gen.go#L2846: 		ID:   UpdateChatParticipantDeleteTypeID,
		tl_update_gen.go#L2874: 	b.PutID(UpdateChatParticipantDeleteTypeID)
		tl_update_gen.go#L2894: 	if err := b.ConsumeID(UpdateChatParticipantDeleteTypeID); err != nil {
		tl_update_gen.go#L25047: 	case UpdateChatParticipantDeleteTypeID: