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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L244: 	u.handlers[UpdateChatParticipantAddTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L277: 		UpdateChatParticipantAddTypeID:                           "updateChatParticipantAdd#3dda5451",
		tl_registry_gen.go#L2059: 		"updateChatParticipantAdd":                           UpdateChatParticipantAddTypeID,
		tl_registry_gen.go#L3841: 		UpdateChatParticipantAddTypeID:                           func() bin.Object { return &UpdateChatParticipantAdd{} },
		tl_registry_gen.go#L6538: 			UpdateChatParticipantAddTypeID,
		tl_update_gen.go#L2539: const UpdateChatParticipantAddTypeID = 0x3dda5451
		tl_update_gen.go#L2605: 	return UpdateChatParticipantAddTypeID
		tl_update_gen.go#L2617: 		ID:   UpdateChatParticipantAddTypeID,
		tl_update_gen.go#L2653: 	b.PutID(UpdateChatParticipantAddTypeID)
		tl_update_gen.go#L2675: 	if err := b.ConsumeID(UpdateChatParticipantAddTypeID); err != nil {
		tl_update_gen.go#L25040: 	case UpdateChatParticipantAddTypeID: