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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L228: 	u.handlers[UpdateEncryptionTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L316: 		UpdateEncryptionTypeID:                                   "updateEncryption#b4a2e88d",
		tl_registry_gen.go#L2783: 		"updateEncryption":                                   UpdateEncryptionTypeID,
		tl_registry_gen.go#L5250: 		UpdateEncryptionTypeID:                                   func() bin.Object { return &UpdateEncryption{} },
		tl_registry_gen.go#L8976: 			UpdateEncryptionTypeID,
		tl_update_gen.go#L2256: const UpdateEncryptionTypeID = 0xb4a2e88d
		tl_update_gen.go#L2307: 	return UpdateEncryptionTypeID
		tl_update_gen.go#L2319: 		ID:   UpdateEncryptionTypeID,
		tl_update_gen.go#L2343: 	b.PutID(UpdateEncryptionTypeID)
		tl_update_gen.go#L2367: 	if err := b.ConsumeID(UpdateEncryptionTypeID); err != nil {
		tl_update_gen.go#L34275: 	case UpdateEncryptionTypeID: